| Nombre del símbolo | Left Right Arrow With Double Vertical Stroke |
| Versión Unicode | 3.2 |
| Unicode | U+21FC |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 87 BC |
| UTF-16 | 21FC |
| UTF-32 | 000021FC |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE}4\end{document}Puedes escribir el símbolo left right arrow with double vertical stroke en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8700 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right arrow with double vertical stroke", or use Unicode Hex Input with 21FC.
Ctrl + Shift + U, type 21fc, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.left-right-arrow-with-double-vertical-stroke::before { content: "\21FC"; }1<span>⇼</span>La representación del símbolo Left Right Arrow With Double Vertical Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21FC' or String.fromCodePoint(8700) |
| Python | '\N{LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE}' or chr(8700) |
| Rust | '\u{21FC}' |
| C / C++ | UTF-8 source or wchar_t with U+21FC |
| Go | string(rune(0x21FC)) |
| Ruby | "\u{21FC}" |
| Código CSS |
\21FC |
| Código hexadecimal | 0x21FC |
| Código HTML | ⇼ |
| LaTeX | \text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE} |
| Símbolo | ⇼ |
| Codificación URL (porcentaje UTF-8) | %E2%87%BC |
| Nombre oral / lector de pantalla | Left Right Arrow With Double Vertical Stroke |