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