Greek Capital Letter Kappa vs Greek Question Mark
VS
Property Comparison
| Property | Κ 039A | ; 037E |
|---|---|---|
| Name | Greek Capital Letter Kappa | 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 | 039A | 037E |
|---|---|---|
| Unicode | U+039A | U+037E |
| HTML Decimal | Κ | ; |
| HTML Hex | Κ | ; |
| CSS | \039A | \037E |
| JavaScript | \u{39A} | \u{37E} |
| Python | \u039a | \u037e |
| UTF-8 | ce 9a | cd be |
How to Distinguish
Both Greek Capital Letter Kappa 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.