Circled Digit Two vs Circled Latin Capital Letter H
VS
Property Comparison
| Property | ② 2461 | Ⓗ 24BD |
|---|---|---|
| Name | Circled Digit Two | Circled Latin Capital Letter H |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Symbol (So) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 2461 | 24BD |
|---|---|---|
| Unicode | U+2461 | U+24BD |
| HTML Decimal | ② | Ⓗ |
| HTML Hex | ② | Ⓗ |
| CSS | \2461 | \24BD |
| JavaScript | \u{2461} | \u{24BD} |
| Python | \u2461 | \u24bd |
| UTF-8 | e2 91 a1 | e2 92 bd |
How to Distinguish
Both Circled Digit Two and Circled Latin Capital Letter H 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.