Numero Sign vs Turned Ampersand
VS
Property Comparison
Encoding Comparison
| Format | 2116 | 214B |
|---|---|---|
| Unicode | U+2116 | U+214B |
| HTML Decimal | № | ⅋ |
| HTML Hex | № | ⅋ |
| CSS | \2116 | \214B |
| JavaScript | \u{2116} | \u{214B} |
| Python | \u2116 | \u214b |
| UTF-8 | e2 84 96 | e2 85 8b |
How to Distinguish
Both Numero Sign and Turned Ampersand 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.