| Nome del simbolo | South West Arrow And North West Arrow |
| Versione Unicode | 3.2 |
| Unicode | U+292A |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A4 AA |
| UTF-16 | 292A |
| UTF-32 | 0000292A |
1\documentclass{article}2\usepackage{pifont}3\text{SOUTHWESTARROWANDNORTHWESTARROW}4\end{document}Puoi digitare il simbolo south west arrow and north west arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10538 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "south west arrow and north west arrow", or use Unicode Hex Input with 292A.
Ctrl + Shift + U, type 292a, 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.south-west-arrow-and-north-west-arrow::before { content: "\292A"; }1<span>⤪</span>La rappresentazione del simbolo South West Arrow And North West Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u292A' or String.fromCodePoint(10538) |
| Python | '\N{SOUTH WEST ARROW AND NORTH WEST ARROW}' or chr(10538) |
| Rust | '\u{292A}' |
| C / C++ | UTF-8 source or wchar_t with U+292A |
| Go | string(rune(0x292A)) |
| Ruby | "\u{292A}" |
| Codice CSS |
\292A |
| Codice esadecimale | 0x292A |
| Codice HTML | ⤪ |
| LaTeX | \text{SOUTHWESTARROWANDNORTHWESTARROW} |
| Simbolo | ⤪ |
| Codifica URL (percentuale UTF-8) | %E2%A4%AA |
| Nome parlato / screen reader | South West Arrow And North West Arrow |