Superscript Five vs Superscript Latin Small Letter N
VS
Comparación de propiedades
| Propiedad | ⁵ 2075 | ⁿ 207F |
|---|---|---|
| Nombre | Superscript Five | Superscript Latin Small Letter N |
| Categoría | Superíndice y subíndice | Superíndice y subíndice |
| Bloque | Superscripts and Subscripts | Superscripts and Subscripts |
| Escritura | Zyyy | Latn |
| Categoría general | Other Number (No) | Modifier Letter (Lm) |
| Bidireccional | EN | L |
Comparación de codificaciones
| Formato | 2075 | 207F |
|---|---|---|
| Unicode | U+2075 | U+207F |
| HTML Decimal | ⁵ | ⁿ |
| HTML Hex | ⁵ | ⁿ |
| CSS | \2075 | \207F |
| JavaScript | \u{2075} | \u{207F} |
| Python | \u2075 | \u207f |
| UTF-8 | e2 81 b5 | e2 81 bf |
Cómo distinguirlos
Tanto Superscript Five como Superscript Latin Small Letter N pertenecen a la categoría Superíndice y subíndice y al bloque Superscripts and Subscripts. 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.