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