| Nom du symbole | Left-shaded White Rightwards Arrow |
| Version Unicode | 1.1 |
| Unicode | U+27AA |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9E AA |
| UTF-16 | 27AA |
| UTF-32 | 000027AA |
1\documentclass{article}2\usepackage{pifont}3\text{LEFT-SHADEDWHITERIGHTWARDSARROW}4\end{document}Vous pouvez saisir le symbole left-shaded white rightwards arrow sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10154 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left-shaded white rightwards arrow", or use Unicode Hex Input with 27AA.
Ctrl + Shift + U, type 27aa, 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.left-shaded-white-rightwards-arrow::before { content: "\27AA"; }1<span>➪</span>La représentation du symbole Left-shaded White Rightwards Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u27AA' or String.fromCodePoint(10154) |
| Python | '\N{LEFT-SHADED WHITE RIGHTWARDS ARROW}' or chr(10154) |
| Rust | '\u{27AA}' |
| C / C++ | UTF-8 source or wchar_t with U+27AA |
| Go | string(rune(0x27AA)) |
| Ruby | "\u{27AA}" |
\27AA |
| Code hexadécimal | 0x27AA |
| Code HTML | ➪ |
| LaTeX | \text{LEFT-SHADEDWHITERIGHTWARDSARROW} |
| Symbole | ➪ |
| Encodage URL (pourcent UTF-8) | %E2%9E%AA |
| Nom oral / lecteur d’écran | Left-shaded White Rightwards Arrow |