| Nom du symbole | Rightwards Harpoon With Barb Upwards |
| Version Unicode | 1.1 |
| Unicode | U+21C0 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 87 80 |
| UTF-16 | 21C0 |
| UTF-32 | 000021C0 |
1\documentclass{article}2\usepackage{pifont}3\rightharpoonup 4\end{document}Vous pouvez saisir le symbole rightwards harpoon with barb upwards sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Rightwards Harpoon With Barb Upwards dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x21C0 |
| Code HTML | ⇀ |
| LaTeX | \rightharpoonup |
| Symbole | ⇀ |
| Encodage URL (pourcent UTF-8) | %E2%87%80 |
| Nom oral / lecteur d’écran | Rightwards Harpoon With Barb Upwards |