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