Per Sign vs Place Of Interest Sign
VS
Property Comparison
Encoding Comparison
| Format | 214C | 2318 |
|---|---|---|
| Unicode | U+214C | U+2318 |
| HTML Decimal | ⅌ | ⌘ |
| HTML Hex | ⅌ | ⌘ |
| CSS | \214C | \2318 |
| JavaScript | \u{214C} | \u{2318} |
| Python | \u214c | \u2318 |
| UTF-8 | e2 85 8c | e2 8c 98 |
How to Distinguish
Both Per Sign and Place Of Interest Sign 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.