| Nom du symbole | Long Leftwards Arrow From Bar |
| Version Unicode | 3.2 |
| Unicode | U+27FB |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole long leftwards arrow from bar sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Long Leftwards Arrow From Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\27FB |
| Code hexadécimal | 0x27FB |
| Code HTML | ⟻ |
| LaTeX | \text{LONGLEFTWARDSARROWFROMBAR} |
| Symbole | ⟻ |
| Encodage URL (pourcent UTF-8) | %E2%9F%BB |
| Nom oral / lecteur d’écran | Long Leftwards Arrow From Bar |