Jump to technical reference ↓
A perfect test score, frozen into an emoji: the red "100" with the double underline copies the mark a teacher scrawls on flawless work, and it carries that meaning straight into chat — total agreement, absolute authenticity, "you nailed it". The African American English phrase "keep it 100" — keep it a hundred, meaning stay completely real — is bound up in the symbol so tightly that the emoji often stands in for the words.
As emphasis it works like a stamp of approval you drop after someone else's point, or double up for extra force. The underline is doing quiet work: it is what makes the number read as a graded mark rather than a plain quantity, and it is why the glyph looks broken if a font renders the digits without it. Worth a note that it means approval, not the number one hundred — using it where you actually mean a count reads as a small category error, the visual equivalent of writing "literally" when you mean "figuratively". When you want to say something is entirely, unarguably right, this is the single character that does it.
About Hundred Points
Hundred Points is the Unicode character 💯 at codepoint U+1F4AF 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 Hundred Points
To use the Hundred Points 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: '\1F4AF';.
In JavaScript and TypeScript the escape '\u{1F4AF}' evaluates to 💯. In Python source, write '\U0001F4AF'.
The character encodes to F0 9F 92 AF as UTF-8 bytes and D83D DCAF as UTF-16 code units. Its decimal codepoint is 128175.
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.