| Symbol Name | Up Arrowhead Between Two Horizontal Bars |
| Unicode Version | 1.1 |
| Unicode | U+2324 |
| Unicode block | |
| General category | 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}You can type the up arrowhead between two horizontal bars symbol on most modern devices with the help of following methods:
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>Up Arrowhead Between Two Horizontal Bars symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2324 |
| HTML Code | ⌤ |
| LaTeX | \text{UPARROWHEADBETWEENTWOHORIZONTALBARS} |
| Symbol | ⌤ |
| URL encode (UTF-8 percent) | %E2%8C%A4 |
| Spoken / screen reader name | Up Arrowhead Between Two Horizontal Bars |