Greek Capital Letter Omega vs Greek Letter Sampi
VS
Property Comparison
| Property | Ω 03A9 | Ϡ 03E0 |
|---|---|---|
| Name | Greek Capital Letter Omega | Greek Letter Sampi |
| 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 | 03A9 | 03E0 |
|---|---|---|
| Unicode | U+03A9 | U+03E0 |
| HTML Decimal | Ω | Ϡ |
| HTML Hex | Ω | Ϡ |
| CSS | \03A9 | \03E0 |
| JavaScript | \u{3A9} | \u{3E0} |
| Python | \u03a9 | \u03e0 |
| UTF-8 | ce a9 | cf a0 |
How to Distinguish
Both Greek Capital Letter Omega and Greek Letter Sampi 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.