| Nom du symbole | Fast Up Button |
| Version Unicode | 0.6 |
| Unicode | U+23EB |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \23EB |
| Code hexadécimal | 0x23EB |
| Code HTML | ⏫ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⏫ |
| Encodage URL (pourcent UTF-8) | %E2%8F%AB |
| Nom oral / lecteur d’écran | Fast Up Button |
| UTF-8 | E2 8F AB |
| UTF-16 | 23EB |
| UTF-32 | 000023EB |
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 up 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 up button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "fast up button".
Emoji keyboard → Symbols; search "fast up button".
1span.fast-up-button::before { content: "\23EB"; } /* prefer inline grapheme for ZWJ */1<span>⏫</span>La représentation du symbole Fast Up Button dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u23EB' or String.fromCodePoint(9195) |
| Python | '\N{FAST UP BUTTON}' |
| Rust | '\u{23EB}' |
| Swift | "\u{23EB}" |
| Go | string(rune(0x23EB)) |
| Ruby | "\u{23EB}" |