Numero Sign vs Turned Capital F
VS
Property Comparison
Encoding Comparison
| Format | 2116 | 2132 |
|---|---|---|
| Unicode | U+2116 | U+2132 |
| HTML Decimal | № | Ⅎ |
| HTML Hex | № | Ⅎ |
| CSS | \2116 | \2132 |
| JavaScript | \u{2116} | \u{2132} |
| Python | \u2116 | \u2132 |
| UTF-8 | e2 84 96 | e2 84 b2 |
How to Distinguish
Both Numero Sign and Turned Capital 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.