Greek Capital Letter Delta vs Greek Capital Letter Gamma
VS
Property Comparison
| Property | Δ 0394 | Γ 0393 |
|---|---|---|
| Name | Greek Capital Letter Delta | Greek Capital Letter Gamma |
| 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 | 0394 | 0393 |
|---|---|---|
| Unicode | U+0394 | U+0393 |
| HTML Decimal | Δ | Γ |
| HTML Hex | Δ | Γ |
| CSS | \0394 | \0393 |
| JavaScript | \u{394} | \u{393} |
| Python | \u0394 | \u0393 |
| UTF-8 | ce 94 | ce 93 |
How to Distinguish
Both Greek Capital Letter Delta and Greek Capital Letter Gamma 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.