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