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