| Symbolname | Upwards White Arrow From Bar With Horizontal Bar |
| Unicode-Version | 7.0 |
| Unicode | U+2BB8 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 AE B8 |
| UTF-16 | 2BB8 |
| UTF-32 | 00002BB8 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEARROWFROMBARWITHHORIZONTALBAR}4\end{document}Sie können das Symbol upwards white arrow from bar with horizontal bar auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 11192 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards white arrow from bar with horizontal bar", or use Unicode Hex Input with 2BB8.
Ctrl + Shift + U, type 2bb8, 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-white-arrow-from-bar-with-horizontal-bar::before { content: "\2BB8"; }1<span>⮸</span>Die Darstellung des Symbols Upwards White Arrow From Bar With Horizontal Bar in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2BB8' or String.fromCodePoint(11192) |
| Python | '\N{UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR}' or chr(11192) |
| Rust | '\u{2BB8}' |
| C / C++ | UTF-8 source or wchar_t with U+2BB8 |
| Go | string(rune(0x2BB8)) |
| Ruby | "\u{2BB8}" |
| CSS-Code |
\2BB8 |
| Hexadezimalcode | 0x2BB8 |
| HTML-Code | ⮸ |
| LaTeX | \text{UPWARDSWHITEARROWFROMBARWITHHORIZONTALBAR} |
| Symbol | ⮸ |
| URL-Kodierung (UTF-8-Prozent) | %E2%AE%B8 |
| Ansagename (Screenreader) | Upwards White Arrow From Bar With Horizontal Bar |