Circled Digit Eight vs Double Circled Digit Nine
VS
Property Comparison
| Property | ⑧ 2467 | ⓽ 24FD |
|---|---|---|
| Name | Circled Digit Eight | Double Circled Digit Nine |
| 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 | 2467 | 24FD |
|---|---|---|
| Unicode | U+2467 | U+24FD |
| HTML Decimal | ⑧ | ⓽ |
| HTML Hex | ⑧ | ⓽ |
| CSS | \2467 | \24FD |
| JavaScript | \u{2467} | \u{24FD} |
| Python | \u2467 | \u24fd |
| UTF-8 | e2 91 a7 | e2 93 bd |
How to Distinguish
Both Circled Digit Eight and Double Circled Digit Nine 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.