Left Right Arrow With Stroke vs Left Right Open-Headed Arrow
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 21AE | 21FF |
|---|---|---|
| Unicode | U+21AE | U+21FF |
| HTML Decimal | ↮ | ⇿ |
| HTML Hex | ↮ | ⇿ |
| CSS | \21AE | \21FF |
| JavaScript | \u{21AE} | \u{21FF} |
| Python | \u21ae | \u21ff |
| UTF-8 | e2 86 ae | e2 87 bf |
Cómo distinguirlos
Tanto Left Right Arrow With Stroke como Left Right Open-Headed Arrow 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.