| Symbol Name | Woman Genie |
| Unicode Version | 5.0 |
| Unicode | U+1F9DE |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9DE |
| Hex Code | 0x1F9DE |
| HTML Code | 🧞‍♀️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🧞♀️ |
| URL encode (UTF-8 percent) | %F0%9F%A7%9E%E2%80%8D%E2%99%80%EF%B8%8F |
| Spoken / screen reader name | Woman Genie |
This emoji is formed from multiple code points (including zero-width joiner U+200D). Copy individual components or use the full sequence as one character.
| UTF-8 | F0 9F A7 9E E2 80 8D E2 99 80 EF B8 8F |
| UTF-16 | D83E DDDE 200D 2640 FE0F |
| UTF-32 | 0001F9DE 0000200D 00002640 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the woman genie symbol on most modern devices with the help of following methods:
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "woman genie".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "woman genie".
Emoji keyboard → People; search "woman genie".
1span.woman-genie::before { content: "\1F9DE"; } /* prefer inline grapheme for tones/ZWJ */1<span>🧞‍♀️</span>Woman Genie symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F9DE, 0x200D, 0x2640, 0xFE0F) |
| Python | '\N{WOMAN GENIE}' |
| Rust | '\u{1F9DE}' |
| Swift | "\u{1F9DE}" |
| Go | string(rune(0x1F9DE)) |
| Ruby | "\u{1F9DE}" |