Greek Capital Letter Gamma vs Greek Capital Letter Omega
VS
Property Comparison
| Property | Γ 0393 | Ω 03A9 |
|---|---|---|
| Name | Greek Capital Letter Gamma | Greek Capital Letter Omega |
| 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 | 0393 | 03A9 |
|---|---|---|
| Unicode | U+0393 | U+03A9 |
| HTML Decimal | Γ | Ω |
| HTML Hex | Γ | Ω |
| CSS | \0393 | \03A9 |
| JavaScript | \u{393} | \u{3A9} |
| Python | \u0393 | \u03a9 |
| UTF-8 | ce 93 | ce a9 |
How to Distinguish
Both Greek Capital Letter Gamma and Greek Capital Letter Omega 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.