Circled Latin Capital Letter F vs Circled Number Twelve
VS
Property Comparison
| Property | Ⓕ 24BB | ⑫ 246B |
|---|---|---|
| Name | Circled Latin Capital Letter F | 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 | 24BB | 246B |
|---|---|---|
| Unicode | U+24BB | U+246B |
| HTML Decimal | Ⓕ | ⑫ |
| HTML Hex | Ⓕ | ⑫ |
| CSS | \24BB | \246B |
| JavaScript | \u{24BB} | \u{246B} |
| Python | \u24bb | \u246b |
| UTF-8 | e2 92 bb | e2 91 ab |
How to Distinguish
Both Circled Latin Capital Letter F 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.