Long Left Right Arrow vs Long Left Right Double Arrow
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 27F7 | 27FA |
|---|---|---|
| Unicode | U+27F7 | U+27FA |
| HTML Decimal | ⟷ | ⟺ |
| HTML Hex | ⟷ | ⟺ |
| CSS | \27F7 | \27FA |
| JavaScript | \u{27F7} | \u{27FA} |
| Python | \u27f7 | \u27fa |
| UTF-8 | e2 9f b7 | e2 9f ba |
Cómo distinguirlos
Tanto Long Left Right Arrow como Long Left Right Double Arrow pertenecen a la categoría Flechas y al bloque Supplemental Arrows-A. 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.