Symbol For Null vs Symbol For Unit Separator
VS
Property Comparison
Encoding Comparison
| Format | 2400 | 241F |
|---|---|---|
| Unicode | U+2400 | U+241F |
| HTML Decimal | ␀ | ␟ |
| HTML Hex | ␀ | ␟ |
| CSS | \2400 | \241F |
| JavaScript | \u{2400} | \u{241F} |
| Python | \u2400 | \u241f |
| UTF-8 | e2 90 80 | e2 90 9f |
How to Distinguish
Both Symbol For Null and Symbol For Unit Separator belong to the Technical category and the Control Pictures 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.