| Symbolname | Upwards Arrow With Tip Rightwards |
| Unicode-Version | 1.1 |
| Unicode | U+21B1 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol upwards arrow with tip rightwards auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Upwards Arrow With Tip Rightwards in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x21B1 |
| HTML-Code | ↱ |
| LaTeX | \text{UPWARDSARROWWITHTIPRIGHTWARDS} |
| Symbol | ↱ |
| URL-Kodierung (UTF-8-Prozent) | %E2%86%B1 |
| Ansagename (Screenreader) | Upwards Arrow With Tip Rightwards |