| Symbol Name | Upwards Arrow With Tip Rightwards |
| Unicode Version | 1.1 |
| Unicode | U+21B1 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 86 B1 |
| UTF-16 | 21B1 |
| UTF-32 | 000021B1 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSARROWWITHTIPRIGHTWARDS}4\end{document}You can type the upwards arrow with tip rightwards symbol on most modern devices with the help of following methods:
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>Upwards Arrow With Tip Rightwards symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\21B1 |
| Hex Code | 0x21B1 |
| HTML Code | ↱ |
| LaTeX | \text{UPWARDSARROWWITHTIPRIGHTWARDS} |
| Symbol | ↱ |
| URL encode (UTF-8 percent) | %E2%86%B1 |
| Spoken / screen reader name | Upwards Arrow With Tip Rightwards |