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