| Symbol Name | Downwards Harpoon With Barb Right From Bar |
| Unicode Version | 3.2 |
| Unicode | U+295D |
| Unicode block | |
| General category | 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}You can type the downwards harpoon with barb right from bar symbol on most modern devices with the help of following methods:
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>Downwards Harpoon With Barb Right From Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\295D |
| Hex Code | 0x295D |
| HTML Code | ⥝ |
| LaTeX | \text{DOWNWARDSHARPOONWITHBARBRIGHTFROMBAR} |
| Symbol | ⥝ |
| URL encode (UTF-8 percent) | %E2%A5%9D |
| Spoken / screen reader name | Downwards Harpoon With Barb Right From Bar |