Circled Latin Capital Letter B vs Circled Number Twelve
VS
Property Comparison
| Property | Ⓑ 24B7 | ⑫ 246B |
|---|---|---|
| Name | Circled Latin Capital Letter B | Circled Number Twelve |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Number (No) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 24B7 | 246B |
|---|---|---|
| Unicode | U+24B7 | U+246B |
| HTML Decimal | Ⓑ | ⑫ |
| HTML Hex | Ⓑ | ⑫ |
| CSS | \24B7 | \246B |
| JavaScript | \u{24B7} | \u{246B} |
| Python | \u24b7 | \u246b |
| UTF-8 | e2 92 b7 | e2 91 ab |
How to Distinguish
Both Circled Latin Capital Letter B and Circled Number Twelve 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.