| Symbol Name | Back-tilted Shadowed White Rightwards Arrow |
| Unicode Version | 1.1 |
| Unicode | U+27AB |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9E AB |
| UTF-16 | 27AB |
| UTF-32 | 000027AB |
1\documentclass{article}2\usepackage{pifont}3\text{BACK-TILTEDSHADOWEDWHITERIGHTWARDSARROW}4\end{document}You can type the back-tilted shadowed white rightwards arrow symbol on most modern devices with the help of following methods:
Alt + 10155 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "back-tilted shadowed white rightwards arrow", or use Unicode Hex Input with 27AB.
Ctrl + Shift + U, type 27ab, 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.back-tilted-shadowed-white-rightwards-arrow::before { content: "\27AB"; }1<span>➫</span>Back-tilted Shadowed White Rightwards Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27AB' or String.fromCodePoint(10155) |
| Python | '\N{BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW}' or chr(10155) |
| Rust | '\u{27AB}' |
| C / C++ | UTF-8 source or wchar_t with U+27AB |
| Go | string(rune(0x27AB)) |
| Ruby | "\u{27AB}" |
\27AB |
| Hex Code | 0x27AB |
| HTML Code | ➫ |
| LaTeX | \text{BACK-TILTEDSHADOWEDWHITERIGHTWARDSARROW} |
| Symbol | ➫ |
| URL encode (UTF-8 percent) | %E2%9E%AB |
| Spoken / screen reader name | Back-tilted Shadowed White Rightwards Arrow |