| Nome del simbolo | Rightwards Triple Dash Arrow |
| Versione Unicode | 3.2 |
| Unicode | U+290F |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A4 8F |
| UTF-16 | 290F |
| UTF-32 | 0000290F |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSTRIPLEDASHARROW}4\end{document}Puoi digitare il simbolo rightwards triple dash arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10511 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards triple dash arrow", or use Unicode Hex Input with 290F.
Ctrl + Shift + U, type 290f, 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-triple-dash-arrow::before { content: "\290F"; }1<span>⤏</span>La rappresentazione del simbolo Rightwards Triple Dash Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u290F' or String.fromCodePoint(10511) |
| Python | '\N{RIGHTWARDS TRIPLE DASH ARROW}' or chr(10511) |
| Rust | '\u{290F}' |
| C / C++ | UTF-8 source or wchar_t with U+290F |
| Go | string(rune(0x290F)) |
| Ruby | "\u{290F}" |
| Codice CSS |
\290F |
| Codice esadecimale | 0x290F |
| Codice HTML | ⤏ |
| LaTeX | \text{RIGHTWARDSTRIPLEDASHARROW} |
| Simbolo | ⤏ |
| Codifica URL (percentuale UTF-8) | %E2%A4%8F |
| Nome parlato / screen reader | Rightwards Triple Dash Arrow |