Greek Question Mark vs Greek Small Letter Beta
VS
Comparación de propiedades
| Propiedad | ; 037E | β 03B2 |
|---|---|---|
| Nombre | Greek Question Mark | Greek Small Letter Beta |
| Categoría | Letras griegas | Letras griegas |
| Bloque | Greek and Coptic | Greek and Coptic |
| Escritura | Zyyy | Grek |
| Categoría general | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidireccional | ON | L |
Comparación de codificaciones
| Formato | 037E | 03B2 |
|---|---|---|
| Unicode | U+037E | U+03B2 |
| HTML Decimal | ; | β |
| HTML Hex | ; | β |
| CSS | \037E | \03B2 |
| JavaScript | \u{37E} | \u{3B2} |
| Python | \u037e | \u03b2 |
| UTF-8 | cd be | ce b2 |
Cómo distinguirlos
Tanto Greek Question Mark 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.