Greek Capital Letter Beta vs Roman Numeral Twelve
VS
Property Comparison
| Property | Β 0392 | Ⅻ 216B |
|---|---|---|
| Name | Greek Capital Letter Beta | Roman Numeral Twelve |
| Category | Greek Letters | Roman Numerals |
| Block | Greek and Coptic | Number Forms |
| Script | Grek | Latn |
| General Category | Uppercase Letter (Lu) | Letter Number (Nl) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0392 | 216B |
|---|---|---|
| Unicode | U+0392 | U+216B |
| HTML Decimal | Β | Ⅻ |
| HTML Hex | Β | Ⅻ |
| CSS | \0392 | \216B |
| JavaScript | \u{392} | \u{216B} |
| Python | \u0392 | \u216b |
| UTF-8 | ce 92 | e2 85 ab |
How to Distinguish
Greek Capital Letter Beta belongs to Greek Letters while Roman Numeral Twelve belongs to Roman Numerals. Despite visual similarity, they serve different purposes.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.