| Symbol Name | Leftwards Arrow Above Short Rightwards Arrow |
| Unicode Version | 3.2 |
| Unicode | U+2943 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| UTF-8 | E2 A5 83 |
| UTF-16 | 2943 |
| UTF-32 | 00002943 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWABOVESHORTRIGHTWARDSARROW}4\end{document}You can type the leftwards arrow above short rightwards arrow symbol on most modern devices with the help of following methods:
Alt + 10563 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow above short rightwards arrow", or use Unicode Hex Input with 2943.
Ctrl + Shift + U, type 2943, 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-short-rightwards-arrow::before { content: "\2943"; }1<span>⥃</span>Leftwards Arrow Above Short Rightwards Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2943' or String.fromCodePoint(10563) |
| Python | '\N{LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW}' or chr(10563) |
| Rust | '\u{2943}' |
| C / C++ | UTF-8 source or wchar_t with U+2943 |
| Go | string(rune(0x2943)) |
| Ruby | "\u{2943}" |
| CSS Code |
\2943 |
| Hex Code | 0x2943 |
| HTML Code | ⥃ |
| LaTeX | \text{LEFTWARDSARROWABOVESHORTRIGHTWARDSARROW} |
| Symbol | ⥃ |
| URL encode (UTF-8 percent) | %E2%A5%83 |
| Spoken / screen reader name | Leftwards Arrow Above Short Rightwards Arrow |