| Nombre del símbolo | Rightwards Harpoon With Barb Upwards |
| Versión Unicode | 1.1 |
| Unicode | U+21C0 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 87 80 |
| UTF-16 | 21C0 |
| UTF-32 | 000021C0 |
1\documentclass{article}2\usepackage{pifont}3\rightharpoonup 4\end{document}Puedes escribir el símbolo rightwards harpoon with barb upwards en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Rightwards Harpoon With Barb Upwards en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\21C0 |
| Código hexadecimal | 0x21C0 |
| Código HTML | ⇀ |
| LaTeX | \rightharpoonup |
| Símbolo | ⇀ |
| Codificación URL (porcentaje UTF-8) | %E2%87%80 |
| Nombre oral / lector de pantalla | Rightwards Harpoon With Barb Upwards |