Greek Capital Letter Eta vs Greek Small Letter Lamda
VS
Property Comparison
| Property | Η 0397 | λ 03BB |
|---|---|---|
| Name | Greek Capital Letter Eta | Greek Small Letter Lamda |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Grek |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0397 | 03BB |
|---|---|---|
| Unicode | U+0397 | U+03BB |
| HTML Decimal | Η | λ |
| HTML Hex | Η | λ |
| CSS | \0397 | \03BB |
| JavaScript | \u{397} | \u{3BB} |
| Python | \u0397 | \u03bb |
| UTF-8 | ce 97 | ce bb |
How to Distinguish
Both Greek Capital Letter Eta and Greek Small Letter Lamda 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.