Greek Small Letter Alpha vs Greek Small Letter Sigma
VS
Comparación de propiedades
| Propiedad | α 03B1 | σ 03C3 |
|---|---|---|
| Nombre | Greek Small Letter Alpha | Greek Small Letter Sigma |
| Categoría | Letras griegas | Letras griegas |
| Bloque | Greek and Coptic | Greek and Coptic |
| Escritura | Grek | Grek |
| Categoría general | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidireccional | L | L |
Comparación de codificaciones
| Formato | 03B1 | 03C3 |
|---|---|---|
| Unicode | U+03B1 | U+03C3 |
| HTML Decimal | α | σ |
| HTML Hex | α | σ |
| CSS | \03B1 | \03C3 |
| JavaScript | \u{3B1} | \u{3C3} |
| Python | \u03b1 | \u03c3 |
| UTF-8 | ce b1 | cf 83 |
Cómo distinguirlos
Tanto Greek Small Letter Alpha como Greek Small Letter Sigma 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.