| Symbol Name | Vs Button |
| Unicode Version | 0.6 |
| Unicode | U+1F19A |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F19A |
| Hex Code | 0x1F19A |
| HTML Code | 🆚 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🆚 |
| URL encode (UTF-8 percent) | %F0%9F%86%9A |
| Spoken / screen reader name | 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}You can type the vs button symbol on most modern devices with the help of following methods:
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>Vs Button symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |