| Symbol Name | South West Arrow And North West Arrow |
| Unicode Version | 3.2 |
| Unicode | U+292A |
| Unicode block | |
| General category | 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}You can type the south west arrow and north west arrow symbol on most modern devices with the help of following methods:
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>South West Arrow And North West Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\292A |
| Hex Code | 0x292A |
| HTML Code | ⤪ |
| LaTeX | \text{SOUTHWESTARROWANDNORTHWESTARROW} |
| Symbol | ⤪ |
| URL encode (UTF-8 percent) | %E2%A4%AA |
| Spoken / screen reader name | South West Arrow And North West Arrow |