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