Coptic Small Letter Hori vs Greek Capital Letter Omega
VS
Property Comparison
| Property | ϩ 03E9 | Ω 03A9 |
|---|---|---|
| Name | Coptic Small Letter Hori | Greek Capital Letter Omega |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Copt | Grek |
| General Category | Lowercase Letter (Ll) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 03E9 | 03A9 |
|---|---|---|
| Unicode | U+03E9 | U+03A9 |
| HTML Decimal | ϩ | Ω |
| HTML Hex | ϩ | Ω |
| CSS | \03E9 | \03A9 |
| JavaScript | \u{3E9} | \u{3A9} |
| Python | \u03e9 | \u03a9 |
| UTF-8 | cf a9 | ce a9 |
How to Distinguish
Both Coptic Small Letter Hori 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.