Circled Number Seventeen vs Double Circled Digit One
VS
Property Comparison
| Property | ⑰ 2470 | ⓵ 24F5 |
|---|---|---|
| Name | Circled Number Seventeen | Double Circled Digit One |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2470 | 24F5 |
|---|---|---|
| Unicode | U+2470 | U+24F5 |
| HTML Decimal | ⑰ | ⓵ |
| HTML Hex | ⑰ | ⓵ |
| CSS | \2470 | \24F5 |
| JavaScript | \u{2470} | \u{24F5} |
| Python | \u2470 | \u24f5 |
| UTF-8 | e2 91 b0 | e2 93 b5 |
How to Distinguish
Both Circled Number Seventeen and Double Circled Digit One 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.