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