Jump to technical reference â
Unicode calls this one "wolf face," and the name is the key to it: đē (U+1F43A) shows only the head, a grey muzzle and pricked ears, not a whole animal loping across a field. That framing puts it in the same face-only style as its relatives, which is exactly why it gets muddled with them â at message size a grey wolf, a husky-ish dog face, and even a fox can blur together until you look closely at the colour and the snout.
The connotations are where it earns its keep. "Lone wolf," predatory or flirtatious "wolf" energy, werewolves and full-moon jokes, wolfing food down, Wall Street sharks, sports mascots â the same little grey head carries all of it depending on what surrounds it. It's one of those animal emoji that lives more in metaphor than in nature documentaries.
Two practical notes. Because it's a face rather than a full body, it doesn't pair naturally with "walking" or "running" scenes the way a full-figure animal would. And it dates to Unicode 6.0, so it's old and universally supported, but the artwork has drifted over the years â earlier versions looked cuddlier and more cartoonish, newer ones lean fiercer, which can quietly shift a message's tone depending on how old the reader's device is.
About Wolf
Wolf is the Unicode character đē at codepoint U+1F43A 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 Wolf
To use the Wolf 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: '\1F43A';.
In JavaScript and TypeScript the escape '\u{1F43A}' evaluates to đē. In Python source, write '\U0001F43A'.
The character encodes to F0 9F 90 BA as UTF-8 bytes and D83D DC3A as UTF-16 code units. Its decimal codepoint is 128058.
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.