Technical information

Symbol
NameCombining enclosing square
Unicode numberU+20DE
CategorySquares
DescriptionThe Unicode character ⃞, or U+20DE, is known as the "Combining Enclosing Square". It belongs to the "Combining Diacritical Marks for Symbols" block, which contains marks and symbols used to modify other characters. The enclosing square is a combining character, meaning it is intended to be used alongside another character. When used in conjunction with another character, it forms a new character where the base character is enclosed within a square. This can be utilized for various purposes across different fields, including but not limited to mathematics, engineering, and computer science, depending on the context or the needs of the users.

Encoding

HTML Entity⃞
HTML Entity (hex)⃞
URL Escape Code%E2%83%9E
UTF-8 (hex)0xE2 0x83 0x9E
UTF-8 (binary)11100010:10000011:10011110
UTF-160x20DE
UTF-320x000020DE

Source Code

C, C++, and Java"\u20DE"
CSS Code\20DE
JavaScript"\u20DE"
Perl\x{20DE}
Python 2u"\u20DE"
Python 3\u20DE
Ruby\u{20DE}

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

            
span {
    content: "\20DE";
}

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