Telephone Sign vs Turned Small F
VS
Property Comparison
Encoding Comparison
| Format | 2121 | 214E |
|---|---|---|
| Unicode | U+2121 | U+214E |
| HTML Decimal | ℡ | ⅎ |
| HTML Hex | ℡ | ⅎ |
| CSS | \2121 | \214E |
| JavaScript | \u{2121} | \u{214E} |
| Python | \u2121 | \u214e |
| UTF-8 | e2 84 a1 | e2 85 8e |
How to Distinguish
Both Telephone Sign and Turned Small F 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.