| 記号名 | Fast-forward Button |
| Unicodeバージョン | 0.6 |
| Unicode | U+23E9 |
| Unicodeブロック | |
| 一般カテゴリ | Emoji (So) |
| CSSコード | \23E9 |
| 16進コード | 0x23E9 |
| HTMLコード | ⏩ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| 記号 | ⏩ |
| URLエンコード(UTF-8パーセント) | %E2%8F%A9 |
| 読み上げ名 / スクリーンリーダー | Fast-forward Button |
| UTF-8 | E2 8F A9 |
| UTF-16 | 23E9 |
| UTF-32 | 000023E9 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}以下の方法でほとんどの最新デバイスでfast-forward button記号を入力できます:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "fast-forward button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "fast-forward button".
Emoji keyboard → Symbols; search "fast-forward button".
1span.fast-forward-button::before { content: "\23E9"; } /* prefer inline grapheme for ZWJ */1<span>⏩</span>各プログラミング言語におけるFast-forward Button記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u23E9' or String.fromCodePoint(9193) |
| Python | '\N{FAST FORWARD BUTTON}' |
| Rust | '\u{23E9}' |
| Swift | "\u{23E9}" |
| Go | string(rune(0x23E9)) |
| Ruby | "\u{23E9}" |