Character Tie vs Per Mille Sign
VS
Property Comparison
| Property | ⁀ 2040 | ‰ 2030 |
|---|---|---|
| Name | Character Tie | Per Mille Sign |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Connector Punctuation (Pc) | Other Punctuation (Po) |
| Bidirectional | ON | ET |
Encoding Comparison
| Format | 2040 | 2030 |
|---|---|---|
| Unicode | U+2040 | U+2030 |
| HTML Decimal | ⁀ | ‰ |
| HTML Hex | ⁀ | ‰ |
| CSS | \2040 | \2030 |
| JavaScript | \u{2040} | \u{2030} |
| Python | \u2040 | \u2030 |
| UTF-8 | e2 81 80 | e2 80 b0 |
How to Distinguish
Both Character Tie and Per Mille Sign belong to the Punctuation category and the General Punctuation 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.