| Symbol Name | Fast Up Button |
| Unicode Version | 0.6 |
| Unicode | U+23EB |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \23EB |
| Hex Code | 0x23EB |
| HTML Code | ⏫ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⏫ |
| URL encode (UTF-8 percent) | %E2%8F%AB |
| Spoken / screen reader name | Fast Up Button |
| UTF-8 | E2 8F AB |
| UTF-16 | 23EB |
| UTF-32 | 000023EB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the fast up 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 "fast up button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "fast up button".
Emoji keyboard → Symbols; search "fast up button".
1span.fast-up-button::before { content: "\23EB"; } /* prefer inline grapheme for ZWJ */1<span>⏫</span>Fast Up Button symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u23EB' or String.fromCodePoint(9195) |
| Python | '\N{FAST UP BUTTON}' |
| Rust | '\u{23EB}' |
| Swift | "\u{23EB}" |
| Go | string(rune(0x23EB)) |
| Ruby | "\u{23EB}" |