Greek Capital Letter Alpha vs Greek Capital Letter Delta
VS
Property Comparison
| Property | Α 0391 | Δ 0394 |
|---|---|---|
| Name | Greek Capital Letter Alpha | Greek Capital Letter Delta |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Grek |
| General Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0391 | 0394 |
|---|---|---|
| Unicode | U+0391 | U+0394 |
| HTML Decimal | Α | Δ |
| HTML Hex | Α | Δ |
| CSS | \0391 | \0394 |
| JavaScript | \u{391} | \u{394} |
| Python | \u0391 | \u0394 |
| UTF-8 | ce 91 | ce 94 |
How to Distinguish
Both Greek Capital Letter Alpha and Greek Capital Letter Delta belong to the Greek Letters category and the Greek and Coptic 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.