If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+20BE, officially named LARI SIGN, was introduced in Unicode version 8.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º |
8382
Copied!
|
|---|---|
| UTF-8 |
E2 82 BE
Copied!
|
| UTF-16 |
20 BE
Copied!
|
| UTF-32 |
00 00 20 BE
Copied!
|
| URL-Quoted |
%E2%82%BE
Copied!
|
| HTML hex reference |
₾
Copied!
|
| RFC 5137 |
\u'20BE'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u20BE
Copied!
|
| C and C++ |
\u20be
Copied!
|
| C# |
\u20be
Copied!
|
| CSS |
\0020BE
Copied!
|
| Excel |
=UNICHAR(8382)
Copied!
|
| Go |
\u20be
Copied!
|
| JavaScript |
\u20BE
Copied!
|
| Modern JavaScript (since ES6) |
\u{20be}
Copied!
|
| JSON |
\u20BE
Copied!
|
| Java |
\u20BE
Copied!
|
| Lua |
\u{20BE}
Copied!
|
| Matlab |
char(8382)
Copied!
|
| Perl |
\x{20BE}
Copied!
|
| PHP |
\u{20be}
Copied!
|
| PostgreSQL |
U&'\20BE'
Copied!
|
| PowerShell |
`u{20BE}
Copied!
|
| Python |
\u20be
Copied!
|
| Ruby |
\u{20be}
Copied!
|
| Rust |
\u{20be}
Copied!
|