| Nome del simbolo | Long Leftwards Arrow From Bar |
| Versione Unicode | 3.2 |
| Unicode | U+27FB |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 9F BB |
| UTF-16 | 27FB |
| UTF-32 | 000027FB |
1\documentclass{article}2\usepackage{pifont}3\text{LONGLEFTWARDSARROWFROMBAR}4\end{document}Puoi digitare il simbolo long leftwards arrow from bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Long Leftwards Arrow From Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\27FB |
| Codice esadecimale | 0x27FB |
| Codice HTML | ⟻ |
| LaTeX | \text{LONGLEFTWARDSARROWFROMBAR} |
| Simbolo | ⟻ |
| Codifica URL (percentuale UTF-8) | %E2%9F%BB |
| Nome parlato / screen reader | Long Leftwards Arrow From Bar |