Left Right Arrow With Stroke vs Leftwards Arrow With Double Vertical Stroke
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 21AE | 21FA |
|---|---|---|
| Unicode | U+21AE | U+21FA |
| HTML Decimal | ↮ | ⇺ |
| HTML Hex | ↮ | ⇺ |
| CSS | \21AE | \21FA |
| JavaScript | \u{21AE} | \u{21FA} |
| Python | \u21ae | \u21fa |
| UTF-8 | e2 86 ae | e2 87 ba |
Cómo distinguirlos
Tanto Left Right Arrow With Stroke como Leftwards Arrow With Double Vertical Stroke pertenecen a la categoría Flechas y al bloque Arrows. 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.