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