€
Euro Sign
20AC · Currency Symbols · Zyyy
Mã hóa
| Unicode | U+20AC | |
| HTML Decimal | € | |
| HTML Hex | € | |
| HTML Entity | € | |
| CSS | \20AC | |
| JavaScript | \u{20AC} | |
| Python | \u20ac | |
| Java | \u20AC | |
| UTF-8 | e2 82 ac | |
| UTF-16 | 20 ac | |
| URL Encoded | %E2%82%AC |
Thuộc tính Unicode
Block
Currency Symbols
Script
Zyyy
Category
Currency Symbol (Sc)
Bidirectional
ET
Ký hiệu tương tự
Ký hiệu liên quan
Tìm hiểu thêm
Hướng dẫn liên quan
How to Use the SymbolFYI Encoding Converter
A guide to SymbolFYI's Encoding Converter — convert characters between UTF-8, UTF-16, HTML entities, CSS escapes, and other formats instantly.
How to Type Special Characters on Linux: Compose Key and Unicode Input
Type special characters on Linux — Compose key sequences, Ctrl+Shift+U Unicode input, IBus/Fcitx input methods, and custom .XCompose files.
Legacy Encodings: Latin-1, Windows-1252, Shift-JIS, and When You Still Need Them
A practical guide to legacy character encodings — when you'll encounter Latin-1, Windows-1252, Shift-JIS, EUC-KR, and how to convert them to UTF-8.
Mojibake: Why Text Turns to Garbage and How to Fix It
Understand mojibake — garbled text from encoding mismatches. Learn to diagnose, fix, and prevent encoding errors in files, databases, and web applications.
UTF-8: The Complete Guide to the Web's Dominant Encoding
Everything about UTF-8 — how it works, why it won, byte patterns, BOM handling, validation, and common pitfalls for developers.
Web Fonts and Unicode Subsetting: Loading Only What You Need
Optimize web font loading with unicode-range subsetting — reduce font file sizes, improve load times, and handle multilingual content efficiently.
Unicode in URLs: Percent-Encoding, Punycode, and IRIs
Understand how Unicode characters appear in URLs — percent-encoding for paths, Punycode for domains, IRIs, and Python/JavaScript encoding functions.
Python and Unicode: The Complete Developer's Guide
Master Unicode in Python — str vs bytes, unicodedata module, encoding/decoding, file I/O, normalization, and the Unicode sandwich pattern.
JavaScript and Unicode: Strings, Code Points, and Grapheme Clusters
Navigate JavaScript's UTF-16 string model — surrogate pairs, codePointAt, for...of iteration, Intl.Segmenter, and common Unicode pitfalls.
HTML Entities: The Complete Guide to Character References
Master HTML entities — named references, numeric codes, hex notation, when escaping is required, and a reference table of the most useful entities.