| Nom du symbole | Short Rightwards Arrow Above Leftwards Arrow |
| Version Unicode | 3.2 |
| Unicode | U+2944 |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 A5 84 |
| UTF-16 | 2944 |
| UTF-32 | 00002944 |
1\documentclass{article}2\usepackage{pifont}3\text{SHORTRIGHTWARDSARROWABOVELEFTWARDSARROW}4\end{document}Vous pouvez saisir le symbole short rightwards arrow above leftwards arrow sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10564 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "short rightwards arrow above leftwards arrow", or use Unicode Hex Input with 2944.
Ctrl + Shift + U, type 2944, 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.short-rightwards-arrow-above-leftwards-arrow::before { content: "\2944"; }1<span>⥄</span>La représentation du symbole Short Rightwards Arrow Above Leftwards Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2944' or String.fromCodePoint(10564) |
| Python | '\N{SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW}' or chr(10564) |
| Rust | '\u{2944}' |
| C / C++ | UTF-8 source or wchar_t with U+2944 |
| Go | string(rune(0x2944)) |
| Ruby | "\u{2944}" |
| Code CSS |
\2944 |
| Code hexadécimal | 0x2944 |
| Code HTML | ⥄ |
| LaTeX | \text{SHORTRIGHTWARDSARROWABOVELEFTWARDSARROW} |
| Symbole | ⥄ |
| Encodage URL (pourcent UTF-8) | %E2%A5%84 |
| Nom oral / lecteur d’écran | Short Rightwards Arrow Above Leftwards Arrow |