If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+20AB, officially named DONG SIGN, was introduced in Unicode version 2.0. It is part of the Currency Symbols block, which belongs to the Basic Multilingual plane.
Categorized technically as a Currency Symbol, this character typically falls under the Common 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º |
8363
Copied!
|
|---|---|
| UTF-8 |
E2 82 AB
Copied!
|
| UTF-16 |
20 AB
Copied!
|
| UTF-32 |
00 00 20 AB
Copied!
|
| URL-Quoted |
%E2%82%AB
Copied!
|
| HTML hex reference |
₫
Copied!
|
| RFC 5137 |
\u'20AB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u20AB
Copied!
|
| C and C++ |
\u20ab
Copied!
|
| C# |
\u20ab
Copied!
|
| CSS |
\0020AB
Copied!
|
| Excel |
=UNICHAR(8363)
Copied!
|
| Go |
\u20ab
Copied!
|
| JavaScript |
\u20AB
Copied!
|
| Modern JavaScript (since ES6) |
\u{20ab}
Copied!
|
| JSON |
\u20AB
Copied!
|
| Java |
\u20AB
Copied!
|
| Lua |
\u{20AB}
Copied!
|
| Matlab |
char(8363)
Copied!
|
| Perl |
\x{20AB}
Copied!
|
| PHP |
\u{20ab}
Copied!
|
| PostgreSQL |
U&'\20AB'
Copied!
|
| PowerShell |
`u{20AB}
Copied!
|
| Python |
\u20ab
Copied!
|
| Ruby |
\u{20ab}
Copied!
|
| Rust |
\u{20ab}
Copied!
|