Jump to technical reference ↓
Arriving in 2015, this was late for an emoji. Most of the set landed in 2010; the robot came with Unicode 8.0, in the same batch as the taco and the unicorn. Its formal name is Robot Face, which explains the design — every vendor draws a head rather than a body, because it had to sit in the same grid as the smileys.
Its meaning has moved faster than most. For years it marked automation: a bot posting weather updates, a script's commit message, the "beep boop, I am a robot" sign-off developers use to make clear that no human wrote the sentence. Since late 2022 it has become the AI emoji almost by default — put it beside a paragraph and readers assume a language model produced it, which reads as either a disclosure or an insult depending on the room.
Worth noticing that the face is boxy and antennaed on nearly every platform, a 1950s tin-toy idea of a robot rather than anything resembling current machines. That mismatch does real rhetorical work: the retro friendliness is why the emoji lands as harmless where a skull would not, and why it survived being repurposed for a technology its designers were not thinking about.
About Robot
Robot is the Unicode character 🤖 at codepoint U+1F916 in the Supplemental 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 Robot
To use the Robot 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: '\1F916';.
In JavaScript and TypeScript the escape '\u{1F916}' evaluates to 🤖. In Python source, write '\U0001F916'.
The character encodes to F0 9F A4 96 as UTF-8 bytes and D83E DD16 as UTF-16 code units. Its decimal codepoint is 129302.
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.