| Symbol Name | Puzzle Piece |
| Unicode Version | 11.0 |
| Unicode | U+1F9E9 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9E9 |
| Hex Code | 0x1F9E9 |
| HTML Code | 🧩 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🧩 |
| URL encode (UTF-8 percent) | %F0%9F%A7%A9 |
| Discord / Slack shortcode | :jigsaw: |
| GitHub shortcode | :jigsaw: |
| Spoken / screen reader name | Puzzle Piece |
| UTF-8 | F0 9F A7 A9 |
| UTF-16 | D83E DDE9 |
| UTF-32 | 0001F9E9 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the puzzle piece symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "puzzle piece".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "puzzle piece".
Emoji keyboard → Activities; search "puzzle piece".
1span.puzzle-piece::before { content: "\1F9E9"; } /* prefer inline grapheme for ZWJ */1<span>🧩</span>Puzzle Piece symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDE9' or String.fromCodePoint(0x1F9E9) |
| Python | '\N{PUZZLE PIECE}' |
| Rust | '\u{1F9E9}' |
| Swift | "\u{1F9E9}" |
| Go | string(rune(0x1F9E9)) |
| Ruby | "\u{1F9E9}" |