Circled Latin Capital Letter F vs Circled Number Seventeen
VS
Property Comparison
| Property | Ⓕ 24BB | ⑰ 2470 |
|---|---|---|
| Name | Circled Latin Capital Letter F | Circled Number Seventeen |
| 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 | 2470 |
|---|---|---|
| Unicode | U+24BB | U+2470 |
| HTML Decimal | Ⓕ | ⑰ |
| HTML Hex | Ⓕ | ⑰ |
| CSS | \24BB | \2470 |
| JavaScript | \u{24BB} | \u{2470} |
| Python | \u24bb | \u2470 |
| UTF-8 | e2 92 bb | e2 91 b0 |
How to Distinguish
Both Circled Latin Capital Letter F and Circled Number Seventeen 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.