Dollar Sign vs Kip Sign
VS
Property Comparison
| Property | $ 0024 | ₭ 20AD |
|---|---|---|
| Name | Dollar Sign | Kip 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 | 20AD |
|---|---|---|
| Unicode | U+0024 | U+20AD |
| HTML Decimal | $ | ₭ |
| HTML Hex | $ | ₭ |
| CSS | \0024 | \20AD |
| JavaScript | \u{24} | \u{20AD} |
| Python | \u0024 | \u20ad |
| UTF-8 | 24 | e2 82 ad |
How to Distinguish
Both Dollar Sign and Kip 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.