Greek Capital Letter Pi vs Greek Small Letter Beta
VS
Comparación de propiedades
| Propiedad | Π 03A0 | β 03B2 |
|---|---|---|
| Nombre | Greek Capital Letter Pi | Greek Small Letter Beta |
| 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 | 03B2 |
|---|---|---|
| Unicode | U+03A0 | U+03B2 |
| HTML Decimal | Π | β |
| HTML Hex | Π | β |
| CSS | \03A0 | \03B2 |
| JavaScript | \u{3A0} | \u{3B2} |
| Python | \u03a0 | \u03b2 |
| UTF-8 | ce a0 | ce b2 |
Cómo distinguirlos
Tanto Greek Capital Letter Pi como Greek Small Letter Beta 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.