Greek Capital Letter Pi vs Greek Small Letter Alpha
VS
Comparación de propiedades
| Propiedad | Π 03A0 | α 03B1 |
|---|---|---|
| Nombre | Greek Capital Letter Pi | Greek Small Letter Alpha |
| Categoría | Letras griegas | Letras griegas |
| Bloque | Greek and Coptic | Greek and Coptic |
| Escritura | Grek | Grek |
| Categoría general | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidireccional | L | L |
Comparación de codificaciones
| Formato | 03A0 | 03B1 |
|---|---|---|
| Unicode | U+03A0 | U+03B1 |
| HTML Decimal | Π | α |
| HTML Hex | Π | α |
| CSS | \03A0 | \03B1 |
| JavaScript | \u{3A0} | \u{3B1} |
| Python | \u03a0 | \u03b1 |
| UTF-8 | ce a0 | ce b1 |
Cómo distinguirlos
Tanto Greek Capital Letter Pi como Greek Small Letter Alpha pertenecen a la categoría Letras griegas y al bloque Greek and Coptic. Compare sus puntos de código y renderizado visual para distinguirlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.