| Nombre del símbolo | Leftwards Arrow Above Tilde Operator |
| Versión Unicode | 3.2 |
| Unicode | U+2973 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo leftwards arrow above tilde operator en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Leftwards Arrow Above Tilde Operator en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2973 |
| Código hexadecimal | 0x2973 |
| Código HTML | ⥳ |
| LaTeX | \text{LEFTWARDSARROWABOVETILDEOPERATOR} |
| Símbolo | ⥳ |
| Codificación URL (porcentaje UTF-8) | %E2%A5%B3 |
| Nombre oral / lector de pantalla | Leftwards Arrow Above Tilde Operator |