| Symbol Name | Leftwards Arrow Above Tilde Operator |
| Unicode Version | 3.2 |
| Unicode | U+2973 |
| Unicode block | |
| General category | 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}You can type the leftwards arrow above tilde operator symbol on most modern devices with the help of following methods:
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>Leftwards Arrow Above Tilde Operator symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\2973 |
| Hex Code | 0x2973 |
| HTML Code | ⥳ |
| LaTeX | \text{LEFTWARDSARROWABOVETILDEOPERATOR} |
| Symbol | ⥳ |
| URL encode (UTF-8 percent) | %E2%A5%B3 |
| Spoken / screen reader name | Leftwards Arrow Above Tilde Operator |