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