U+20AC
Euro€
Euro is a monochrome text character from the Unicode Currency Symbols block, listed here under Currency. Copy it with one click, or use the hex, octal, decimal and HTML entity codes below to embed it in web pages, code, and documents. It is often searched for as "eur", "money".
Quick facts
- Unicode
- U+20AC
- Decimal
- 8364
- Hex
- 0x20AC
- Octal
- 0o20254
Unicode identity
| Format | Value | Copy |
|---|---|---|
| Code pointOfficial Unicode notation | U+20AC | |
| Official nameUnicodeData.txt, Unicode 18.0.0 | EURO SIGN | |
| DecimalBase 10 | 8364 | |
| HexadecimalBase 16 | 0x20AC | |
| OctalBase 8 | 0o20254 | |
| BinaryBase 2 | 0010000010101100 | |
| General categorySymbol, currency | Sc | |
| Unicode blockU+20A0–U+20CF | Currency Symbols | |
| Plane | Basic Multilingual Plane (BMP, Plane 0) |
HTML & CSS
| Format | Value | Copy |
|---|---|---|
| HTML entity (decimal) | € | |
| HTML entity (hex) | € | |
| HTML entity (named) | € | |
| CSS content escapeUse inside content: "…" | \20AC | |
| URL encodedPercent-encoded UTF-8 | %E2%82%AC |
Programming languages
| Format | Value | Copy |
|---|---|---|
| JavaScript / TypeScript | \u20AC | |
| JSONUTF-16 surrogate pairs | \u20AC | |
| Python | \u20AC | |
| Java / C# / Kotlin | \u20AC |
Byte encodings
| Format | Value | Copy |
|---|---|---|
| UTF-83 bytes | E2 82 AC | |
| UTF-16 (BE) | 20AC | |
| UTF-32 (BE) | 000020AC |
How to type Euro
Windows
Hold Alt and type +20AC with the hex numeric keypad option enabled, or type 20AC then press Alt+X in Word and most Office apps.
macOS
Enable the Unicode Hex Input keyboard, hold Option, and type 20AC. Or open Character Viewer (Control+Command+Space) and search "Euro".
Linux
Press Ctrl+Shift+U, type 20ac, then press Space or Enter in GTK apps. IBus and most terminals support the same sequence.
HTML, CSS & code
Paste the character directly, or use the escapes above: € in HTML, \20AC in CSS, and \u20AC in JavaScript.
Official Unicode reference
- Character name
- EURO SIGN
- Block
- Currency Symbols (U+20A0–U+20CF)
- General category
- Sc — Symbol, currency
Data from the Unicode Character Database, version 18.0.0. See the official code chart for the Currency Symbols block: U20A0.pdf (PDF, unicode.org).
Frequently asked questions
How do I copy the Euro symbol?
Click the Copy button at the top of this page, or select € and press Ctrl+C (Cmd+C on Mac). It is plain Unicode text, so it pastes into documents, chats, code, and design tools.
What is the Unicode code point for Euro?
Euro is U+20AC (decimal 8364, hexadecimal 0x20AC, octal 0o20254). It lives in the Currency Symbols block (U+20A0–U+20CF) of the Basic Multilingual Plane (BMP, Plane 0).
What is the official Unicode name of Euro?
The Unicode Standard (version 18.0.0) names this character "EURO SIGN". Its General_Category is Sc (Symbol, currency).
What is the HTML code for Euro?
Use € or €, or the named entity €. In CSS, use content: "\20AC".
How do I type Euro in code?
JavaScript: "\u20AC". Python: "\u20AC". JSON and Java: "\u20AC". The UTF-8 byte sequence is E2 82 AC.
Is Euro an emoji?
No. Euro is a text symbol and renders as a monochrome glyph in the current font. Some platforms may offer an emoji variant when U+FE0F is appended.