| Nom du symbole | Modifier Letter Low Left Arrow |
| Version Unicode | 4.0 |
| Unicode | U+02FF |
| Bloc Unicode | |
| Catégorie générale | Modifier Symbol (Sk) |
| UTF-8 | CB BF |
| UTF-16 | 02FF |
| UTF-32 | 000002FF |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLOWLEFTARROW}4\end{document}Vous pouvez saisir le symbole modifier letter low left arrow sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 767 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter low left arrow", or use Unicode Hex Input with 02FF.
Ctrl + Shift + U, type 02ff, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-low-left-arrow::before { content: "\02FF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>˿</span>La représentation du symbole Modifier Letter Low Left Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u02FF' or String.fromCodePoint(767) |
| Python | '\N{MODIFIER LETTER LOW LEFT ARROW}' or chr(767) |
| Rust | '\u{02FF}' |
| C / C++ | UTF-8 source or wchar_t with U+02FF |
| Go | string(rune(0x02FF)) |
| Ruby | "\u{02FF}" |
| Code CSS |
\02FF |
| Code hexadécimal | 0x02FF |
| Code HTML | ˿ |
| LaTeX | \text{MODIFIERLETTERLOWLEFTARROW} |
| Symbole | ˿ |
| Encodage URL (pourcent UTF-8) | %CB%BF |
| Nom oral / lecteur d’écran | Modifier Letter Low Left Arrow |