Circled Number Twelve vs Parenthesized Latin Small Letter T
VS
Property Comparison
| Property | ⑫ 246B | ⒯ 24AF |
|---|---|---|
| Name | Circled Number Twelve | Parenthesized Latin Small Letter T |
| 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 | 246B | 24AF |
|---|---|---|
| Unicode | U+246B | U+24AF |
| HTML Decimal | ⑫ | ⒯ |
| HTML Hex | ⑫ | ⒯ |
| CSS | \246B | \24AF |
| JavaScript | \u{246B} | \u{24AF} |
| Python | \u246b | \u24af |
| UTF-8 | e2 91 ab | e2 92 af |
How to Distinguish
Both Circled Number Twelve and Parenthesized Latin Small Letter T 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.