| Nombre del símbolo | Leftwards Harpoon Over Rightwards Harpoon |
| Versión Unicode | 1.1 |
| Unicode | U+21CB |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 87 8B |
| UTF-16 | 21CB |
| UTF-32 | 000021CB |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSHARPOONOVERRIGHTWARDSHARPOON}4\end{document}Puedes escribir el símbolo leftwards harpoon over rightwards harpoon en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8651 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards harpoon over rightwards harpoon", or use Unicode Hex Input with 21CB.
Ctrl + Shift + U, type 21cb, 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.leftwards-harpoon-over-rightwards-harpoon::before { content: "\21CB"; }1<span>⇋</span>La representación del símbolo Leftwards Harpoon Over Rightwards Harpoon en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21CB' or String.fromCodePoint(8651) |
| Python | '\N{LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON}' or chr(8651) |
| Rust | '\u{21CB}' |
| C / C++ | UTF-8 source or wchar_t with U+21CB |
| Go | string(rune(0x21CB)) |
| Ruby | "\u{21CB}" |
| Código CSS |
\21CB |
| Código hexadecimal | 0x21CB |
| Código HTML | ⇋ |
| LaTeX | \text{LEFTWARDSHARPOONOVERRIGHTWARDSHARPOON} |
| Símbolo | ⇋ |
| Codificación URL (porcentaje UTF-8) | %E2%87%8B |
| Nombre oral / lector de pantalla | Leftwards Harpoon Over Rightwards Harpoon |