| Nome del simbolo | Downwards Triangle-headed Arrow With Long Tip Rightwards |
| Versione Unicode | 7.0 |
| Unicode | U+2BA1 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 AE A1 |
| UTF-16 | 2BA1 |
| UTF-32 | 00002BA1 |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSTRIANGLE-HEADEDARROWWITHLONGTIPRIGHTWARDS}4\end{document}Puoi digitare il simbolo downwards triangle-headed arrow with long tip rightwards sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 11169 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "downwards triangle-headed arrow with long tip rightwards", or use Unicode Hex Input with 2BA1.
Ctrl + Shift + U, type 2ba1, 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.downwards-triangle-headed-arrow-with-long-tip-rightwards::before { content: "\2BA1"; }1<span>⮡</span>La rappresentazione del simbolo Downwards Triangle-headed Arrow With Long Tip Rightwards nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2BA1' or String.fromCodePoint(11169) |
| Python | '\N{DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS}' or chr(11169) |
| Rust | '\u{2BA1}' |
| C / C++ | UTF-8 source or wchar_t with U+2BA1 |
| Go | string(rune(0x2BA1)) |
| Ruby | "\u{2BA1}" |
| Codice CSS | \2BA1 |
| Codice esadecimale | 0x2BA1 |
| Codice HTML | ⮡ |
| LaTeX | \text{DOWNWARDSTRIANGLE-HEADEDARROWWITHLONGTIPRIGHTWARDS} |
| Simbolo | ⮡ |
| Codifica URL (percentuale UTF-8) | %E2%AE%A1 |
| Nome parlato / screen reader | Downwards Triangle-headed Arrow With Long Tip Rightwards |