Technical information

Symbol
NameSquare log
Unicode numberU+33D2
CategoryMiscellaneous units
DescriptionThe Unicode character ㏒, or U+33D2, is known as the "Square LOG". It belongs to the "CJK Compatibility" block and falls under the "Symbol, Other" category in the Unicode standard. This character is a representation of the word "LOG" enclosed in a square. In scientific and mathematical contexts, "LOG" commonly refers to the logarithm, a mathematical operation that is the inverse of exponentiation. The "Square LOG" symbol is primarily used in East Asian contexts, especially when denoting logarithmic values in spaces where compact representation is beneficial, such as charts or tables. The exact appearance of this character can vary slightly based on the font and typography used.

Encoding

HTML Entity㏒
HTML Entity (hex)㏒
URL Escape Code%E3%8F%92
UTF-8 (hex)0xE3 0x8F 0x92
UTF-8 (binary)11100011:10001111:10010010
UTF-160x33D2
UTF-320x000033D2

Source Code

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

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>&#13266;</span>

            
span {
    content: "\33D2";
}

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