Greek Lunate Epsilon Symbol vs Greek Small Letter Alpha
VS
Property Comparison
| Property | ϵ 03F5 | α 03B1 |
|---|---|---|
| Name | Greek Lunate Epsilon 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 | 03F5 | 03B1 |
|---|---|---|
| Unicode | U+03F5 | U+03B1 |
| HTML Decimal | ϵ | α |
| HTML Hex | ϵ | α |
| CSS | \03F5 | \03B1 |
| JavaScript | \u{3F5} | \u{3B1} |
| Python | \u03f5 | \u03b1 |
| UTF-8 | cf b5 | ce b1 |
How to Distinguish
Both Greek Lunate Epsilon 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.