| Symbol Name | Rightwards Harpoon Over Leftwards Harpoon |
| Unicode Version | 1.1 |
| Unicode | U+21CC |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 87 8C |
| UTF-16 | 21CC |
| UTF-32 | 000021CC |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSHARPOONOVERLEFTWARDSHARPOON}4\end{document}You can type the rightwards harpoon over leftwards harpoon symbol on most modern devices with the help of following methods:
Alt + 8652 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards harpoon over leftwards harpoon", or use Unicode Hex Input with 21CC.
Ctrl + Shift + U, type 21cc, 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.rightwards-harpoon-over-leftwards-harpoon::before { content: "\21CC"; }1<span>⇌</span>Rightwards Harpoon Over Leftwards Harpoon symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u21CC' or String.fromCodePoint(8652) |
| Python | '\N{RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON}' or chr(8652) |
| Rust | '\u{21CC}' |
| C / C++ | UTF-8 source or wchar_t with U+21CC |
| Go | string(rune(0x21CC)) |
| Ruby | "\u{21CC}" |
\21CC |
| Hex Code | 0x21CC |
| HTML Code | ⇌ |
| LaTeX | \text{RIGHTWARDSHARPOONOVERLEFTWARDSHARPOON} |
| Symbol | ⇌ |
| URL encode (UTF-8 percent) | %E2%87%8C |
| Spoken / screen reader name | Rightwards Harpoon Over Leftwards Harpoon |