Circled Digit Two vs Circled Latin Small Letter B
VS
Property Comparison
| Property | ② 2461 | ⓑ 24D1 |
|---|---|---|
| Name | Circled Digit Two | Circled Latin Small Letter B |
| 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 | 24D1 |
|---|---|---|
| Unicode | U+2461 | U+24D1 |
| HTML Decimal | ② | ⓑ |
| HTML Hex | ② | ⓑ |
| CSS | \2461 | \24D1 |
| JavaScript | \u{2461} | \u{24D1} |
| Python | \u2461 | \u24d1 |
| UTF-8 | e2 91 a1 | e2 93 91 |
How to Distinguish
Both Circled Digit Two and Circled Latin Small Letter B 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.