Greek Capital Letter Delta vs Roman Numeral Ten
VS
Property Comparison
| Property | Δ 0394 | Ⅹ 2169 |
|---|---|---|
| Name | Greek Capital Letter Delta | Roman Numeral Ten |
| 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 | 0394 | 2169 |
|---|---|---|
| Unicode | U+0394 | U+2169 |
| HTML Decimal | Δ | Ⅹ |
| HTML Hex | Δ | Ⅹ |
| CSS | \0394 | \2169 |
| JavaScript | \u{394} | \u{2169} |
| Python | \u0394 | \u2169 |
| UTF-8 | ce 94 | e2 85 a9 |
How to Distinguish
Greek Capital Letter Delta belongs to Greek Letters while Roman Numeral Ten 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.