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