| Symbol Name | Rightwards Harpoon With Barb Upwards |
| Unicode Version | 1.1 |
| Unicode | U+21C0 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 87 80 |
| UTF-16 | 21C0 |
| UTF-32 | 000021C0 |
1\documentclass{article}2\usepackage{pifont}3\rightharpoonup 4\end{document}You can type the rightwards harpoon with barb upwards symbol on most modern devices with the help of following methods:
Alt + 8640 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards harpoon with barb upwards", or use Unicode Hex Input with 21C0.
Ctrl + Shift + U, type 21c0, 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.rightwards-harpoon-with-barb-upwards::before { content: "\21C0"; }1<span>⇀</span>Rightwards Harpoon With Barb Upwards symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u21C0' or String.fromCodePoint(8640) |
| Python | '\N{RIGHTWARDS HARPOON WITH BARB UPWARDS}' or chr(8640) |
| Rust | '\u{21C0}' |
| C / C++ | UTF-8 source or wchar_t with U+21C0 |
| Go | string(rune(0x21C0)) |
| Ruby | "\u{21C0}" |
\21C0 |
| Hex Code | 0x21C0 |
| HTML Code | ⇀ |
| LaTeX | \rightharpoonup |
| Symbol | ⇀ |
| URL encode (UTF-8 percent) | %E2%87%80 |
| Spoken / screen reader name | Rightwards Harpoon With Barb Upwards |