| Nom du symbole | Fast-forward Button |
| Version Unicode | 0.6 |
| Unicode | U+23E9 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \23E9 |
| Code hexadécimal | 0x23E9 |
| Code HTML | ⏩ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⏩ |
| Encodage URL (pourcent UTF-8) | %E2%8F%A9 |
| Nom oral / lecteur d’écran | Fast-forward Button |
| UTF-8 | E2 8F A9 |
| UTF-16 | 23E9 |
| UTF-32 | 000023E9 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole fast-forward button sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "fast-forward button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "fast-forward button".
Emoji keyboard → Symbols; search "fast-forward button".
1span.fast-forward-button::before { content: "\23E9"; } /* prefer inline grapheme for ZWJ */1<span>⏩</span>La représentation du symbole Fast-forward Button dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u23E9' or String.fromCodePoint(9193) |
| Python | '\N{FAST FORWARD BUTTON}' |
| Rust | '\u{23E9}' |
| Swift | "\u{23E9}" |
| Go | string(rune(0x23E9)) |
| Ruby | "\u{23E9}" |