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