| Symbolname | Upwards Arrow With Horizontal Stroke |
| Unicode-Version | 3.2 |
| Unicode | U+2909 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A4 89 |
| UTF-16 | 2909 |
| UTF-32 | 00002909 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSARROWWITHHORIZONTALSTROKE}4\end{document}Sie können das Symbol upwards arrow with horizontal stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10505 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards arrow with horizontal stroke", or use Unicode Hex Input with 2909.
Ctrl + Shift + U, type 2909, 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-horizontal-stroke::before { content: "\2909"; }1<span>⤉</span>Die Darstellung des Symbols Upwards Arrow With Horizontal Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2909' or String.fromCodePoint(10505) |
| Python | '\N{UPWARDS ARROW WITH HORIZONTAL STROKE}' or chr(10505) |
| Rust | '\u{2909}' |
| C / C++ | UTF-8 source or wchar_t with U+2909 |
| Go | string(rune(0x2909)) |
| Ruby | "\u{2909}" |
| CSS-Code |
\2909 |
| Hexadezimalcode | 0x2909 |
| HTML-Code | ⤉ |
| LaTeX | \text{UPWARDSARROWWITHHORIZONTALSTROKE} |
| Symbol | ⤉ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A4%89 |
| Ansagename (Screenreader) | Upwards Arrow With Horizontal Stroke |