| Nome del simbolo | Fast Down Button |
| Versione Unicode | 0.6 |
| Unicode | U+23EC |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \23EC |
| Codice esadecimale | 0x23EC |
| Codice HTML | ⏬ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ⏬ |
| Codifica URL (percentuale UTF-8) | %E2%8F%AC |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo fast down button sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Fast Down Button nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |