| Symbol Name | Folding Hand Fan |
| Unicode Version | 15.0 |
| Unicode | U+1FAAD |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FAAD |
| Hex Code | 0x1FAAD |
| HTML Code | 🪭 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🪭 |
| URL encode (UTF-8 percent) | %F0%9F%AA%AD |
| Spoken / screen reader name | Folding Hand Fan |
| UTF-8 | F0 9F AA AD |
| UTF-16 | D83E DEAD |
| UTF-32 | 0001FAAD |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the folding hand fan symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "folding hand fan".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "folding hand fan".
Emoji keyboard → Objects; search "folding hand fan".
1span.folding-hand-fan::before { content: "\1FAAD"; } /* prefer inline grapheme for ZWJ */1<span>🪭</span>Folding Hand Fan symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEAD' or String.fromCodePoint(0x1FAAD) |
| Python | '\N{FOLDING HAND FAN}' |
| Rust | '\u{1FAAD}' |
| Swift | "\u{1FAAD}" |
| Go | string(rune(0x1FAAD)) |
| Ruby | "\u{1FAAD}" |