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