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