Telephone Sign vs Versicle
VS
Property Comparison
Encoding Comparison
| Format | 2121 | 2123 |
|---|---|---|
| Unicode | U+2121 | U+2123 |
| HTML Decimal | ℡ | ℣ |
| HTML Hex | ℡ | ℣ |
| CSS | \2121 | \2123 |
| JavaScript | \u{2121} | \u{2123} |
| Python | \u2121 | \u2123 |
| UTF-8 | e2 84 a1 | e2 84 a3 |
How to Distinguish
Both Telephone Sign and Versicle belong to the Technical category and the Letterlike Symbols 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.