Greek Capital Letter Zeta vs Greek Question Mark
VS
Property Comparison
| Property | Ζ 0396 | ; 037E |
|---|---|---|
| Name | Greek Capital Letter Zeta | Greek Question Mark |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Zyyy |
| General Category | Uppercase Letter (Lu) | Other Punctuation (Po) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 0396 | 037E |
|---|---|---|
| Unicode | U+0396 | U+037E |
| HTML Decimal | Ζ | ; |
| HTML Hex | Ζ | ; |
| CSS | \0396 | \037E |
| JavaScript | \u{396} | \u{37E} |
| Python | \u0396 | \u037e |
| UTF-8 | ce 96 | cd be |
How to Distinguish
Both Greek Capital Letter Zeta and Greek Question Mark 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.