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