Digit Four vs Latin Small Letter L With Cedilla
VS
Comparación de propiedades
| Propiedad | 4 0034 | ļ 013C |
|---|---|---|
| Nombre | Digit Four | Latin Small Letter L With Cedilla |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Latin Extended-A |
| Escritura | Zyyy | Latn |
| Categoría general | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidireccional | EN | L |
Comparación de codificaciones
| Formato | 0034 | 013C |
|---|---|---|
| Unicode | U+0034 | U+013C |
| HTML Decimal | 4 | ļ |
| HTML Hex | 4 | ļ |
| CSS | \0034 | \013C |
| JavaScript | \u{34} | \u{13C} |
| Python | \u0034 | \u013c |
| UTF-8 | 34 | c4 bc |
Cómo distinguirlos
Tanto Digit Four como Latin Small Letter L With Cedilla están en la categoría Latín extendido pero se encuentran en diferentes bloques Unicode. Compruebe el punto de código para diferenciarlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.