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