| Symbolname | Arrow Pointing Rightwards Then Curving Upwards |
| Unicode-Version | 3.2 |
| Unicode | U+2934 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A4 B4 |
| UTF-16 | 2934 |
| UTF-32 | 00002934 |
1\documentclass{article}2\usepackage{pifont}3\text{ARROWPOINTINGRIGHTWARDSTHENCURVINGUPWARDS}4\end{document}Sie können das Symbol arrow pointing rightwards then curving upwards auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10548 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "arrow pointing rightwards then curving upwards", or use Unicode Hex Input with 2934.
Ctrl + Shift + U, type 2934, 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.arrow-pointing-rightwards-then-curving-upwards::before { content: "\2934"; }1<span>⤴</span>Die Darstellung des Symbols Arrow Pointing Rightwards Then Curving Upwards in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2934' or String.fromCodePoint(10548) |
| Python | '\N{ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS}' or chr(10548) |
| Rust | '\u{2934}' |
| C / C++ | UTF-8 source or wchar_t with U+2934 |
| Go | string(rune(0x2934)) |
| Ruby | "\u{2934}" |
| CSS-Code |
\2934 |
| Hexadezimalcode | 0x2934 |
| HTML-Code | ⤴ |
| LaTeX | \text{ARROWPOINTINGRIGHTWARDSTHENCURVINGUPWARDS} |
| Symbol | ⤴ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A4%B4 |
| Ansagename (Screenreader) | Arrow Pointing Rightwards Then Curving Upwards |