Superscript Latin Small Letter N vs Superíndice dos
VS
Comparación de propiedades
| Propiedad | ⁿ 207F | ² 00B2 |
|---|---|---|
| Nombre | Superscript Latin Small Letter N | Superíndice dos |
| Categoría | Superíndice y subíndice | Superíndice y subíndice |
| Bloque | Superscripts and Subscripts | Latin-1 Supplement |
| Escritura | Latn | Zyyy |
| Categoría general | Modifier Letter (Lm) | Other Number (No) |
| Bidireccional | L | EN |
Comparación de codificaciones
| Formato | 207F | 00B2 |
|---|---|---|
| Unicode | U+207F | U+00B2 |
| HTML Decimal | ⁿ | ² |
| HTML Hex | ⁿ | ² |
| CSS | \207F | \00B2 |
| JavaScript | \u{207F} | \u{B2} |
| Python | \u207f | \u00b2 |
| UTF-8 | e2 81 bf | c2 b2 |
Cómo distinguirlos
Tanto Superscript Latin Small Letter N como Superíndice dos están en la categoría Superíndice y subíndice 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.