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