Circled Digit Eight vs Digit Three Full Stop
VS
Property Comparison
| Property | ⑧ 2467 | ⒊ 248A |
|---|---|---|
| Name | Circled Digit Eight | Digit Three Full Stop |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 2467 | 248A |
|---|---|---|
| Unicode | U+2467 | U+248A |
| HTML Decimal | ⑧ | ⒊ |
| HTML Hex | ⑧ | ⒊ |
| CSS | \2467 | \248A |
| JavaScript | \u{2467} | \u{248A} |
| Python | \u2467 | \u248a |
| UTF-8 | e2 91 a7 | e2 92 8a |
How to Distinguish
Both Circled Digit Eight and Digit Three Full Stop 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.