Skin Tone Variants
Thumb and forefinger touching in a ring, three fingers up: for most of the world this means exactly what it says — "okay", "perfect", "chef's kiss". Divers use it underwater to signal that all is well precisely because a thumbs-up already means "ascend". In parts of the Mediterranean and South America, though, the same ring has long been an insult, a reminder that no hand gesture is truly universal.
Then the internet complicated it. Around 2017 a deliberate hoax on 4chan tried to recast the sign as a white-power symbol to bait the media; the joke curdled when some actual extremists adopted it, and in 2019 the Anti-Defamation League added the gesture to its hate-symbol database with the heavy caveat that it remains innocent in the overwhelming majority of uses. That history is worth knowing before reading too much into any single one — the emoji is still, nearly always, just approval. Like its neighbours it supports the six skin tone modifiers, and it sits beside the victory hand in the gesture set. Context, as ever with hands, decides the meaning far more than the drawing does.
About Ok Hand
Ok Hand is the Unicode character 👌 at codepoint U+1F44C 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 Ok Hand
To use the Ok Hand 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: '\1F44C';.
In JavaScript and TypeScript the escape '\u{1F44C}' evaluates to 👌. In Python source, write '\U0001F44C'.
The character encodes to F0 9F 91 8C as UTF-8 bytes and D83D DC4C as UTF-16 code units. Its decimal codepoint is 128076.
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.