Skin Tone Variants
The 👏 between 👏 every 👏 word 👏 came out of Black Twitter, where it writes down a speech pattern much older than emoji: clapping on each beat of a sentence to drive the point home. Linguists who have looked at it are clear about the detail everyone else gets wrong — the claps mark the words, they do not separate them. Written as punctuation by people who picked it up secondhand, the rhythm lands in the wrong place.
Alone it is more slippery. A single clap or a short run reads as genuine applause; a slow, deliberate three can read as sarcasm, the written equivalent of a slow clap after someone states the obvious. Tone depends almost entirely on how many you use and what sits in front of them, which is unusual even by emoji standards.
Two rendering notes. The gesture takes skin tone modifiers, so the bare yellow form is a choice rather than a default for a great many people. And vendors draw it either side-on or front-on with motion lines, which changes how much it looks like applause rather than a single strike. If you want approval with no sarcastic reading available at all, thumbs up is blunter — though it has picked up a generational problem of its own.
About Clapping Hands
Clapping Hands is the Unicode character 👏 at codepoint U+1F44F in the Miscellaneous Symbols and Pictographs block of the Supplementary Multilingual Plane (SMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Clapping Hands
To use the Clapping Hands symbol (👏) in HTML, insert the
entity 👏 directly into your markup. The decimal entity 👏 works in any HTML-serialised document.
In CSS pseudo-elements use content: '\1F44F';.
In JavaScript and TypeScript the escape '\u{1F44F}' evaluates to 👏. In Python source, write '\U0001F44F'.
The character encodes to F0 9F 91 8F as UTF-8 bytes and D83D DC4F as UTF-16 code units. Its decimal codepoint is 128079.
This is a fully-qualified emoji and should render with colour on iOS, Android, Windows and macOS. Appearance may vary between platforms, but the underlying codepoint is identical everywhere.