Circled Latin Small Letter M vs Circled Number Twelve
VS
Property Comparison
| Property | ⓜ 24DC | ⑫ 246B |
|---|---|---|
| Name | Circled Latin Small Letter M | 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 | 24DC | 246B |
|---|---|---|
| Unicode | U+24DC | U+246B |
| HTML Decimal | ⓜ | ⑫ |
| HTML Hex | ⓜ | ⑫ |
| CSS | \24DC | \246B |
| JavaScript | \u{24DC} | \u{246B} |
| Python | \u24dc | \u246b |
| UTF-8 | e2 93 9c | e2 91 ab |
How to Distinguish
Both Circled Latin Small Letter M 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.