| Symbol Name | Leftwards Harpoon Over Rightwards Harpoon |
| Unicode Version | 1.1 |
| Unicode | U+21CB |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 87 8B |
| UTF-16 | 21CB |
| UTF-32 | 000021CB |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSHARPOONOVERRIGHTWARDSHARPOON}4\end{document}You can type the leftwards harpoon over rightwards harpoon symbol on most modern devices with the help of following methods:
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>Leftwards Harpoon Over Rightwards Harpoon symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\21CB |
| Hex Code | 0x21CB |
| HTML Code | ⇋ |
| LaTeX | \text{LEFTWARDSHARPOONOVERRIGHTWARDSHARPOON} |
| Symbol | ⇋ |
| URL encode (UTF-8 percent) | %E2%87%8B |
| Spoken / screen reader name | Leftwards Harpoon Over Rightwards Harpoon |