Greek Small Letter Delta vs Greek Small Letter Lamda
VS
Property Comparison
| Property | δ 03B4 | λ 03BB |
|---|---|---|
| Name | Greek Small Letter Delta | Greek Small Letter Lamda |
| 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 | 03B4 | 03BB |
|---|---|---|
| Unicode | U+03B4 | U+03BB |
| HTML Decimal | δ | λ |
| HTML Hex | δ | λ |
| CSS | \03B4 | \03BB |
| JavaScript | \u{3B4} | \u{3BB} |
| Python | \u03b4 | \u03bb |
| UTF-8 | ce b4 | ce bb |
How to Distinguish
Both Greek Small Letter Delta 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.