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