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