Greek Capital Letter San vs Greek Small Letter Mu
VS
Comparación de propiedades
| Propiedad | Ϻ 03FA | μ 03BC |
|---|---|---|
| Nombre | Greek Capital Letter San | Greek Small Letter Mu |
| 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 | 03FA | 03BC |
|---|---|---|
| Unicode | U+03FA | U+03BC |
| HTML Decimal | Ϻ | μ |
| HTML Hex | Ϻ | μ |
| CSS | \03FA | \03BC |
| JavaScript | \u{3FA} | \u{3BC} |
| Python | \u03fa | \u03bc |
| UTF-8 | cf ba | ce bc |
Cómo distinguirlos
Tanto Greek Capital Letter San como Greek Small Letter Mu 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.