Technical information

Symbol
NameSquare m squared
Unicode numberU+33A1
CategoryArea
DescriptionThe Unicode character ㎡, or U+33A1, is known as "Square M Squared". It belongs to the "CJK Compatibility" block, which contains characters used in Chinese, Japanese, and Korean languages, and is primarily for compatibility with other encodings. This character is categorized under "Letter, Other". Visually, it represents the SI unit of area, square meters (m²), as a single glyph. The character is composed of the letter 'm', representing meters, and a square to indicate that the unit is squared. This compact symbol is typically used in scientific, engineering, and mathematical contexts where space is at a premium. Its specific usage can vary depending on the context, but generally, it denotes measurements of area in square meters.

Encoding

HTML Entity㎡
HTML Entity (hex)㎡
URL Escape Code%E3%8E%A1
UTF-8 (hex)0xE3 0x8E 0xA1
UTF-8 (binary)11100011:10001110:10100001
UTF-160x33A1
UTF-320x000033A1

Source Code

C, C++, and Java"\u33A1"
CSS Code\33A1
JavaScript"\u33A1"
Perl\x{33A1}
Python 2u"\u33A1"
Python 3\u33A1
Ruby\u{33A1}

Preview

This Unicode character looks like this ㎡ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#13217;</span>

            
span {
    content: "\33A1";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References