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