Circled Digit One vs Circled Digit Seven
VS
Property Comparison
| Property | ① 2460 | ⑦ 2466 |
|---|---|---|
| Name | Circled Digit One | Circled Digit Seven |
| 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 | 2460 | 2466 |
|---|---|---|
| Unicode | U+2460 | U+2466 |
| HTML Decimal | ① | ⑦ |
| HTML Hex | ① | ⑦ |
| CSS | \2460 | \2466 |
| JavaScript | \u{2460} | \u{2466} |
| Python | \u2460 | \u2466 |
| UTF-8 | e2 91 a0 | e2 91 a6 |
How to Distinguish
Both Circled Digit One and Circled Digit Seven 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.