Greek Small Letter Alpha vs Greek Small Letter Gamma
VS
Property Comparison
| Property | α 03B1 | γ 03B3 |
|---|---|---|
| Name | Greek Small Letter Alpha | Greek Small Letter Gamma |
| 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 | 03B1 | 03B3 |
|---|---|---|
| Unicode | U+03B1 | U+03B3 |
| HTML Decimal | α | γ |
| HTML Hex | α | γ |
| CSS | \03B1 | \03B3 |
| JavaScript | \u{3B1} | \u{3B3} |
| Python | \u03b1 | \u03b3 |
| UTF-8 | ce b1 | ce b3 |
How to Distinguish
Both Greek Small Letter Alpha and Greek Small Letter Gamma 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.