Circled Number Seventeen vs Double Circled Digit Three
VS
Property Comparison
| Property | ⑰ 2470 | ⓷ 24F7 |
|---|---|---|
| Name | Circled Number Seventeen | Double Circled Digit Three |
| 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 | 24F7 |
|---|---|---|
| Unicode | U+2470 | U+24F7 |
| HTML Decimal | ⑰ | ⓷ |
| HTML Hex | ⑰ | ⓷ |
| CSS | \2470 | \24F7 |
| JavaScript | \u{2470} | \u{24F7} |
| Python | \u2470 | \u24f7 |
| UTF-8 | e2 91 b0 | e2 93 b7 |
How to Distinguish
Both Circled Number Seventeen and Double Circled Digit Three 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.