Technical information

Symbol
NameCombining enclosing diamond
Unicode numberU+20DF
CategoryDiamonds
DescriptionThe Unicode character ⃟, or U+20DF, is known as the "Combining Enclosing Diamond". It belongs to the "Combining Diacritical Marks for Symbols" block and falls under the "Mark, Enclosing" category in the Unicode standard. This character is a diacritical mark used in specialized contexts to create a composite glyph by being placed over another character, essentially enclosing that character within a diamond shape. Its use varies depending on specific linguistic or notational conventions.

Encoding

HTML Entity⃟
HTML Entity (hex)⃟
URL Escape Code%E2%83%9F
UTF-8 (hex)0xE2 0x83 0x9F
UTF-8 (binary)11100010:10000011:10011111
UTF-160x20DF
UTF-320x000020DF

Source Code

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

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

            
span {
    content: "\20DF";
}

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