| Nome del simbolo | Leftwards Arrow Through Subset |
| Versione Unicode | 3.2 |
| Unicode | U+297A |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo leftwards arrow through subset sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Leftwards Arrow Through Subset nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\297A |
| Codice esadecimale | 0x297A |
| Codice HTML | ⥺ |
| LaTeX | \text{LEFTWARDSARROWTHROUGHSUBSET} |
| Simbolo | ⥺ |
| Codifica URL (percentuale UTF-8) | %E2%A5%BA |
| Nome parlato / screen reader | Leftwards Arrow Through Subset |