Subscript Two vs Superscript Latin Small Letter N
VS
Comparación de propiedades
| Propiedad | ₂ 2082 | ⁿ 207F |
|---|---|---|
| Nombre | Subscript Two | 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 | 2082 | 207F |
|---|---|---|
| Unicode | U+2082 | U+207F |
| HTML Decimal | ₂ | ⁿ |
| HTML Hex | ₂ | ⁿ |
| CSS | \2082 | \207F |
| JavaScript | \u{2082} | \u{207F} |
| Python | \u2082 | \u207f |
| UTF-8 | e2 82 82 | e2 81 bf |
Cómo distinguirlos
Tanto Subscript Two 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.