| Nom du symbole | South West Arrow And North West Arrow |
| Version Unicode | 3.2 |
| Unicode | U+292A |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole south west arrow and north west arrow sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole South West Arrow And North West Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\292A |
| Code hexadécimal | 0x292A |
| Code HTML | ⤪ |
| LaTeX | \text{SOUTHWESTARROWANDNORTHWESTARROW} |
| Symbole | ⤪ |
| Encodage URL (pourcent UTF-8) | %E2%A4%AA |
| Nom oral / lecteur d’écran | South West Arrow And North West Arrow |