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