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