| Nome del simbolo | Up Arrowhead Between Two Horizontal Bars |
| Versione Unicode | 1.1 |
| Unicode | U+2324 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo up arrowhead between two horizontal bars sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Up Arrowhead Between Two Horizontal Bars nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2324 |
| Codice esadecimale | 0x2324 |
| Codice HTML | ⌤ |
| LaTeX | \text{UPARROWHEADBETWEENTWOHORIZONTALBARS} |
| Simbolo | ⌤ |
| Codifica URL (percentuale UTF-8) | %E2%8C%A4 |
| Nome parlato / screen reader | Up Arrowhead Between Two Horizontal Bars |