| Nombre del símbolo | Upwards Arrow With Tip Rightwards |
| Versión Unicode | 1.1 |
| Unicode | U+21B1 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 86 B1 |
| UTF-16 | 21B1 |
| UTF-32 | 000021B1 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSARROWWITHTIPRIGHTWARDS}4\end{document}Puedes escribir el símbolo upwards arrow with tip rightwards en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8625 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards arrow with tip rightwards", or use Unicode Hex Input with 21B1.
Ctrl + Shift + U, type 21b1, 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-arrow-with-tip-rightwards::before { content: "\21B1"; }1<span>↱</span>La representación del símbolo Upwards Arrow With Tip Rightwards en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21B1' or String.fromCodePoint(8625) |
| Python | '\N{UPWARDS ARROW WITH TIP RIGHTWARDS}' or chr(8625) |
| Rust | '\u{21B1}' |
| C / C++ | UTF-8 source or wchar_t with U+21B1 |
| Go | string(rune(0x21B1)) |
| Ruby | "\u{21B1}" |
| Código CSS |
\21B1 |
| Código hexadecimal | 0x21B1 |
| Código HTML | ↱ |
| LaTeX | \text{UPWARDSARROWWITHTIPRIGHTWARDS} |
| Símbolo | ↱ |
| Codificación URL (porcentaje UTF-8) | %E2%86%B1 |
| Nombre oral / lector de pantalla | Upwards Arrow With Tip Rightwards |