| Nome del simbolo | Downwards Button |
| Versione Unicode | 0.6 |
| Unicode | U+1F53D |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F53D |
| Codice esadecimale | 0x1F53D |
| Codice HTML | 🔽 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🔽 |
| Codifica URL (percentuale UTF-8) | %F0%9F%94%BD |
| Nome parlato / screen reader | Downwards Button |
| UTF-8 | F0 9F 94 BD |
| UTF-16 | D83D DD3D |
| UTF-32 | 0001F53D |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo downwards 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 "downwards button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "downwards button".
Emoji keyboard → Symbols; search "downwards button".
1span.downwards-button::before { content: "\1F53D"; } /* prefer inline grapheme for ZWJ */1<span>🔽</span>La rappresentazione del simbolo Downwards Button nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD3D' or String.fromCodePoint(0x1F53D) |
| Python | '\N{DOWNWARDS BUTTON}' |
| Rust | '\u{1F53D}' |
| Swift | "\u{1F53D}" |
| Go | string(rune(0x1F53D)) |
| Ruby | "\u{1F53D}" |