| Symbolname | Up Arrowhead Between Two Horizontal Bars |
| Unicode-Version | 1.1 |
| Unicode | U+2324 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 8C A4 |
| UTF-16 | 2324 |
| UTF-32 | 00002324 |
1\documentclass{article}2\usepackage{pifont}3\text{UPARROWHEADBETWEENTWOHORIZONTALBARS}4\end{document}Sie können das Symbol up arrowhead between two horizontal bars auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8996 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "up arrowhead between two horizontal bars", or use Unicode Hex Input with 2324.
Ctrl + Shift + U, type 2324, 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.up-arrowhead-between-two-horizontal-bars::before { content: "\2324"; }1<span>⌤</span>Die Darstellung des Symbols Up Arrowhead Between Two Horizontal Bars in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2324' or String.fromCodePoint(8996) |
| Python | '\N{UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS}' or chr(8996) |
| Rust | '\u{2324}' |
| C / C++ | UTF-8 source or wchar_t with U+2324 |
| Go | string(rune(0x2324)) |
| Ruby | "\u{2324}" |
| CSS-Code |
\2324 |
| Hexadezimalcode | 0x2324 |
| HTML-Code | ⌤ |
| LaTeX | \text{UPARROWHEADBETWEENTWOHORIZONTALBARS} |
| Symbol | ⌤ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8C%A4 |
| Ansagename (Screenreader) | Up Arrowhead Between Two Horizontal Bars |