| Nombre del símbolo | Upwards Harpoon With Barb Right From Bar |
| Versión Unicode | 3.2 |
| Unicode | U+295C |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A5 9C |
| UTF-16 | 295C |
| UTF-32 | 0000295C |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSHARPOONWITHBARBRIGHTFROMBAR}4\end{document}Puedes escribir el símbolo upwards harpoon with barb right from bar en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10588 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards harpoon with barb right from bar", or use Unicode Hex Input with 295C.
Ctrl + Shift + U, type 295c, 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.upwards-harpoon-with-barb-right-from-bar::before { content: "\295C"; }1<span>⥜</span>La representación del símbolo Upwards Harpoon With Barb Right From Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u295C' or String.fromCodePoint(10588) |
| Python | '\N{UPWARDS HARPOON WITH BARB RIGHT FROM BAR}' or chr(10588) |
| Rust | '\u{295C}' |
| C / C++ | UTF-8 source or wchar_t with U+295C |
| Go | string(rune(0x295C)) |
| Ruby | "\u{295C}" |
| Código CSS |
\295C |
| Código hexadecimal | 0x295C |
| Código HTML | ⥜ |
| LaTeX | \text{UPWARDSHARPOONWITHBARBRIGHTFROMBAR} |
| Símbolo | ⥜ |
| Codificación URL (porcentaje UTF-8) | %E2%A5%9C |
| Nombre oral / lector de pantalla | Upwards Harpoon With Barb Right From Bar |