Skin Tone Variants
Most emoji stand alone. This one is infrastructure. 👩 is a base character other sequences are assembled from: attach a skin tone modifier for six variants, join it to a tool or symbol with a zero-width joiner and you get an occupation — woman plus microscope, woman plus laptop, woman plus wrench — and join two of them around a heart and you get a couple. A large share of the human emoji on your keyboard are sequences with this character somewhere inside.
That composition scheme is also where things break. A joiner sequence is only as good as the vendor's support for it, and when a platform doesn't recognise a particular combination it falls back to showing the parts. An unsupported woman farmer arrives as a woman, an invisible joiner, then a sheaf of rice. The fallback is working exactly as designed and still reads as a mistake.
Worth knowing before you put one in a form field: what looks like a single emoji here can be five or six code points. 👩 sequences routinely blow past character counts, truncate in the middle and delete one keypress at a time in text inputs that don't handle graphemes properly — which is most of them.
About Woman
Woman is the Unicode character 👩 at codepoint U+1F469 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 Woman
To use the Woman 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: '\1F469';.
In JavaScript and TypeScript the escape '\u{1F469}' evaluates to 👩. In Python source, write '\U0001F469'.
The character encodes to F0 9F 91 A9 as UTF-8 bytes and D83D DC69 as UTF-16 code units. Its decimal codepoint is 128105.
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.