Cent Sign vs Euro Sign
VS
Property Comparison
| Property | ¢ 00A2 | € 20AC |
|---|---|---|
| Name | Cent Sign | Euro Sign |
| Category | Currency Signs | Currency Signs |
| Block | Latin-1 Supplement | Currency Symbols |
| Script | Zyyy | Zyyy |
| General Category | Currency Symbol (Sc) | Currency Symbol (Sc) |
| Bidirectional | ET | ET |
Encoding Comparison
| Format | 00A2 | 20AC |
|---|---|---|
| Unicode | U+00A2 | U+20AC |
| HTML Decimal | ¢ | € |
| HTML Hex | ¢ | € |
| CSS | \00A2 | \20AC |
| JavaScript | \u{A2} | \u{20AC} |
| Python | \u00a2 | \u20ac |
| UTF-8 | c2 a2 | e2 82 ac |
How to Distinguish
Both Cent Sign and Euro Sign are in the Currency Signs category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.