| Symbol Name | Long Leftwards Arrow From Bar |
| Unicode Version | 3.2 |
| Unicode | U+27FB |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 9F BB |
| UTF-16 | 27FB |
| UTF-32 | 000027FB |
1\documentclass{article}2\usepackage{pifont}3\text{LONGLEFTWARDSARROWFROMBAR}4\end{document}You can type the long leftwards arrow from bar symbol on most modern devices with the help of following methods:
Alt + 10235 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "long leftwards arrow from bar", or use Unicode Hex Input with 27FB.
Ctrl + Shift + U, type 27fb, 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.long-leftwards-arrow-from-bar::before { content: "\27FB"; }1<span>⟻</span>Long Leftwards Arrow From Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27FB' or String.fromCodePoint(10235) |
| Python | '\N{LONG LEFTWARDS ARROW FROM BAR}' or chr(10235) |
| Rust | '\u{27FB}' |
| C / C++ | UTF-8 source or wchar_t with U+27FB |
| Go | string(rune(0x27FB)) |
| Ruby | "\u{27FB}" |
\27FB |
| Hex Code | 0x27FB |
| HTML Code | ⟻ |
| LaTeX | \text{LONGLEFTWARDSARROWFROMBAR} |
| Symbol | ⟻ |
| URL encode (UTF-8 percent) | %E2%9F%BB |
| Spoken / screen reader name | Long Leftwards Arrow From Bar |