Place Of Interest Sign vs Script Small E
VS
Property Comparison
Encoding Comparison
| Format | 2318 | 212F |
|---|---|---|
| Unicode | U+2318 | U+212F |
| HTML Decimal | ⌘ | ℯ |
| HTML Hex | ⌘ | ℯ |
| CSS | \2318 | \212F |
| JavaScript | \u{2318} | \u{212F} |
| Python | \u2318 | \u212f |
| UTF-8 | e2 8c 98 | e2 84 af |
How to Distinguish
Both Place Of Interest Sign and Script Small E are in the Technical category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.