Greek Capital Letter Psi vs Greek Capital Letter Sigma
VS
Property Comparison
| Property | Ψ 03A8 | Σ 03A3 |
|---|---|---|
| Name | Greek Capital Letter Psi | Greek Capital Letter Sigma |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Grek |
| General Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 03A8 | 03A3 |
|---|---|---|
| Unicode | U+03A8 | U+03A3 |
| HTML Decimal | Ψ | Σ |
| HTML Hex | Ψ | Σ |
| CSS | \03A8 | \03A3 |
| JavaScript | \u{3A8} | \u{3A3} |
| Python | \u03a8 | \u03a3 |
| UTF-8 | ce a8 | ce a3 |
How to Distinguish
Both Greek Capital Letter Psi and Greek Capital Letter Sigma 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.