| Nome del simbolo | Leftwards Harpoon Over Rightwards Harpoon |
| Versione Unicode | 1.1 |
| Unicode | U+21CB |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo leftwards harpoon over rightwards harpoon sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Leftwards Harpoon Over Rightwards Harpoon nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\21CB |
| Codice esadecimale | 0x21CB |
| Codice HTML | ⇋ |
| LaTeX | \text{LEFTWARDSHARPOONOVERRIGHTWARDSHARPOON} |
| Simbolo | ⇋ |
| Codifica URL (percentuale UTF-8) | %E2%87%8B |
| Nome parlato / screen reader | Leftwards Harpoon Over Rightwards Harpoon |