If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+20DE, officially named COMBINING ENCLOSING SQUARE, was introduced in Unicode version 1.1. It is part of the Diacriticals For Symbols block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as ENCLOSING SQUARE.
Categorized technically as a Enclosing Mark, this character typically falls under the Zinh script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Unknown character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
8414
Copied!
|
|---|---|
| UTF-8 |
E2 83 9E
Copied!
|
| UTF-16 |
20 DE
Copied!
|
| UTF-32 |
00 00 20 DE
Copied!
|
| URL-Quoted |
%E2%83%9E
Copied!
|
| HTML hex reference |
⃞
Copied!
|
| RFC 5137 |
\u'20DE'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u20DE
Copied!
|
| C and C++ |
\u20de
Copied!
|
| C# |
\u20de
Copied!
|
| CSS |
\0020DE
Copied!
|
| Excel |
=UNICHAR(8414)
Copied!
|
| Go |
\u20de
Copied!
|
| JavaScript |
\u20DE
Copied!
|
| Modern JavaScript (since ES6) |
\u{20de}
Copied!
|
| JSON |
\u20DE
Copied!
|
| Java |
\u20DE
Copied!
|
| Lua |
\u{20DE}
Copied!
|
| Matlab |
char(8414)
Copied!
|
| Perl |
\x{20DE}
Copied!
|
| PHP |
\u{20de}
Copied!
|
| PostgreSQL |
U&'\20DE'
Copied!
|
| PowerShell |
`u{20DE}
Copied!
|
| Python |
\u20de
Copied!
|
| Ruby |
\u{20de}
Copied!
|
| Rust |
\u{20de}
Copied!
|