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