| Symboolnaam | Leftwards Arrow Above Tilde Operator |
| Unicode-versie | 3.2 |
| Unicode | U+2973 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het leftwards arrow above tilde operator-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Leftwards Arrow Above Tilde Operator-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x2973 |
| HTML-code | ⥳ |
| LaTeX | \text{LEFTWARDSARROWABOVETILDEOPERATOR} |
| Symbool | ⥳ |
| URL-codering (UTF-8 procent) | %E2%A5%B3 |
| Uitgesproken naam / schermlezer | Leftwards Arrow Above Tilde Operator |