Greek Letter Digamma vs Greek Small Letter Alpha
VS
Property Comparison
| Property | Ϝ 03DC | α 03B1 |
|---|---|---|
| Name | Greek Letter Digamma | Greek Small Letter Alpha |
| 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 | 03DC | 03B1 |
|---|---|---|
| Unicode | U+03DC | U+03B1 |
| HTML Decimal | Ϝ | α |
| HTML Hex | Ϝ | α |
| CSS | \03DC | \03B1 |
| JavaScript | \u{3DC} | \u{3B1} |
| Python | \u03dc | \u03b1 |
| UTF-8 | cf 9c | ce b1 |
How to Distinguish
Both Greek Letter Digamma 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.