Numero Sign vs Ohm Sign
VS
Property Comparison
Encoding Comparison
| Format | 2116 | 2126 |
|---|---|---|
| Unicode | U+2116 | U+2126 |
| HTML Decimal | № | Ω |
| HTML Hex | № | Ω |
| CSS | \2116 | \2126 |
| JavaScript | \u{2116} | \u{2126} |
| Python | \u2116 | \u2126 |
| UTF-8 | e2 84 96 | e2 84 a6 |
How to Distinguish
Both Numero Sign and Ohm Sign 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.