| Symbol Name | Up Barb Left Down Barb Left Harpoon |
| Unicode Version | 3.2 |
| Unicode | U+2951 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 A5 91 |
| UTF-16 | 2951 |
| UTF-32 | 00002951 |
1\documentclass{article}2\usepackage{pifont}3\text{UPBARBLEFTDOWNBARBLEFTHARPOON}4\end{document}You can type the up barb left down barb left harpoon symbol on most modern devices with the help of following methods:
Alt + 10577 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "up barb left down barb left harpoon", or use Unicode Hex Input with 2951.
Ctrl + Shift + U, type 2951, 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.up-barb-left-down-barb-left-harpoon::before { content: "\2951"; }1<span>⥑</span>Up Barb Left Down Barb Left Harpoon symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2951' or String.fromCodePoint(10577) |
| Python | '\N{UP BARB LEFT DOWN BARB LEFT HARPOON}' or chr(10577) |
| Rust | '\u{2951}' |
| C / C++ | UTF-8 source or wchar_t with U+2951 |
| Go | string(rune(0x2951)) |
| Ruby | "\u{2951}" |
\2951 |
| Hex Code | 0x2951 |
| HTML Code | ⥑ |
| LaTeX | \text{UPBARBLEFTDOWNBARBLEFTHARPOON} |
| Symbol | ⥑ |
| URL encode (UTF-8 percent) | %E2%A5%91 |
| Spoken / screen reader name | Up Barb Left Down Barb Left Harpoon |