Greek Capital Letter Omega vs Greek Capital Reversed Lunate Sigma Symbol
VS
Property Comparison
| Property | Ω 03A9 | Ͻ 03FD |
|---|---|---|
| Name | Greek Capital Letter Omega | Greek Capital Reversed Lunate Sigma Symbol |
| 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 | 03FD |
|---|---|---|
| Unicode | U+03A9 | U+03FD |
| HTML Decimal | Ω | Ͻ |
| HTML Hex | Ω | Ͻ |
| CSS | \03A9 | \03FD |
| JavaScript | \u{3A9} | \u{3FD} |
| Python | \u03a9 | \u03fd |
| UTF-8 | ce a9 | cf bd |
How to Distinguish
Both Greek Capital Letter Omega and Greek Capital Reversed Lunate Sigma Symbol 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.