Greek Kappa Symbol vs Greek Small Letter Alpha
VS
Property Comparison
| Property | ϰ 03F0 | α 03B1 |
|---|---|---|
| Name | Greek Kappa Symbol | Greek Small Letter Alpha |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Grek |
| General Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 03F0 | 03B1 |
|---|---|---|
| Unicode | U+03F0 | U+03B1 |
| HTML Decimal | ϰ | α |
| HTML Hex | ϰ | α |
| CSS | \03F0 | \03B1 |
| JavaScript | \u{3F0} | \u{3B1} |
| Python | \u03f0 | \u03b1 |
| UTF-8 | cf b0 | ce b1 |
How to Distinguish
Both Greek Kappa Symbol and Greek Small Letter Alpha 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.