| Nome del simbolo | Upwards Harpoon With Barb Right From Bar |
| Versione Unicode | 3.2 |
| Unicode | U+295C |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A5 9C |
| UTF-16 | 295C |
| UTF-32 | 0000295C |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSHARPOONWITHBARBRIGHTFROMBAR}4\end{document}Puoi digitare il simbolo upwards harpoon with barb right from bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10588 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards harpoon with barb right from bar", or use Unicode Hex Input with 295C.
Ctrl + Shift + U, type 295c, 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.upwards-harpoon-with-barb-right-from-bar::before { content: "\295C"; }1<span>⥜</span>La rappresentazione del simbolo Upwards Harpoon With Barb Right From Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u295C' or String.fromCodePoint(10588) |
| Python | '\N{UPWARDS HARPOON WITH BARB RIGHT FROM BAR}' or chr(10588) |
| Rust | '\u{295C}' |
| C / C++ | UTF-8 source or wchar_t with U+295C |
| Go | string(rune(0x295C)) |
| Ruby | "\u{295C}" |
| Codice CSS |
\295C |
| Codice esadecimale | 0x295C |
| Codice HTML | ⥜ |
| LaTeX | \text{UPWARDSHARPOONWITHBARBRIGHTFROMBAR} |
| Simbolo | ⥜ |
| Codifica URL (percentuale UTF-8) | %E2%A5%9C |
| Nome parlato / screen reader | Upwards Harpoon With Barb Right From Bar |