Circled Latin Small Letter X vs Circled Number Seventeen
VS
Property Comparison
| Property | ⓧ 24E7 | ⑰ 2470 |
|---|---|---|
| Name | Circled Latin Small Letter X | Circled Number Seventeen |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Number (No) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 24E7 | 2470 |
|---|---|---|
| Unicode | U+24E7 | U+2470 |
| HTML Decimal | ⓧ | ⑰ |
| HTML Hex | ⓧ | ⑰ |
| CSS | \24E7 | \2470 |
| JavaScript | \u{24E7} | \u{2470} |
| Python | \u24e7 | \u2470 |
| UTF-8 | e2 93 a7 | e2 91 b0 |
How to Distinguish
Both Circled Latin Small Letter X and Circled Number Seventeen belong to the Enclosed Numbers category and the Enclosed Alphanumerics 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.