Dollar Sign vs Euro-Currency Sign
VS
Property Comparison
| Property | $ 0024 | ₠ 20A0 |
|---|---|---|
| Name | Dollar Sign | Euro-Currency Sign |
| Category | Currency Signs | Currency Signs |
| Block | Basic Latin | Currency Symbols |
| Script | Zyyy | Zyyy |
| General Category | Currency Symbol (Sc) | Currency Symbol (Sc) |
| Bidirectional | ET | ET |
Encoding Comparison
| Format | 0024 | 20A0 |
|---|---|---|
| Unicode | U+0024 | U+20A0 |
| HTML Decimal | $ | ₠ |
| HTML Hex | $ | ₠ |
| CSS | \0024 | \20A0 |
| JavaScript | \u{24} | \u{20A0} |
| Python | \u0024 | \u20a0 |
| UTF-8 | 24 | e2 82 a0 |
How to Distinguish
Both Dollar Sign and Euro-Currency 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.