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