Circled Digit Eight vs Number Twenty Full Stop
VS
Property Comparison
| Property | ⑧ 2467 | ⒛ 249B |
|---|---|---|
| Name | Circled Digit Eight | Number Twenty 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 | 249B |
|---|---|---|
| Unicode | U+2467 | U+249B |
| HTML Decimal | ⑧ | ⒛ |
| HTML Hex | ⑧ | ⒛ |
| CSS | \2467 | \249B |
| JavaScript | \u{2467} | \u{249B} |
| Python | \u2467 | \u249b |
| UTF-8 | e2 91 a7 | e2 92 9b |
How to Distinguish
Both Circled Digit Eight and Number Twenty 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.