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