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