| Nome del simbolo | Up Barb Right Down Barb Left Harpoon |
| Versione Unicode | 3.2 |
| Unicode | U+294C |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo up barb right down barb left harpoon sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Up Barb Right Down Barb Left Harpoon nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\294C |
| Codice esadecimale | 0x294C |
| Codice HTML | ⥌ |
| LaTeX | \text{UPBARBRIGHTDOWNBARBLEFTHARPOON} |
| Simbolo | ⥌ |
| Codifica URL (percentuale UTF-8) | %E2%A5%8C |
| Nome parlato / screen reader | Up Barb Right Down Barb Left Harpoon |