Euro-Currency Sign vs Peseta Sign
VS
Property Comparison
| Property | ₠ 20A0 | ₧ 20A7 |
|---|---|---|
| Name | Euro-Currency Sign | Peseta Sign |
| Category | Currency Signs | Currency Signs |
| Block | Currency Symbols | Currency Symbols |
| Script | Zyyy | Zyyy |
| General Category | Currency Symbol (Sc) | Currency Symbol (Sc) |
| Bidirectional | ET | ET |
Encoding Comparison
| Format | 20A0 | 20A7 |
|---|---|---|
| Unicode | U+20A0 | U+20A7 |
| HTML Decimal | ₠ | ₧ |
| HTML Hex | ₠ | ₧ |
| CSS | \20A0 | \20A7 |
| JavaScript | \u{20A0} | \u{20A7} |
| Python | \u20a0 | \u20a7 |
| UTF-8 | e2 82 a0 | e2 82 a7 |
How to Distinguish
Both Euro-Currency Sign and Peseta Sign belong to the Currency Signs category and the Currency Symbols block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.