| Symbol Name | Leftwards Arrow Through Subset |
| Unicode Version | 3.2 |
| Unicode | U+297A |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 A5 BA |
| UTF-16 | 297A |
| UTF-32 | 0000297A |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWTHROUGHSUBSET}4\end{document}You can type the leftwards arrow through subset symbol on most modern devices with the help of following methods:
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>Leftwards Arrow Through Subset symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\297A |
| Hex Code | 0x297A |
| HTML Code | ⥺ |
| LaTeX | \text{LEFTWARDSARROWTHROUGHSUBSET} |
| Symbol | ⥺ |
| URL encode (UTF-8 percent) | %E2%A5%BA |
| Spoken / screen reader name | Leftwards Arrow Through Subset |