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