Jennifer Daniel, who chaired Unicode's emoji subcommittee at the time, wrote the proposal for this one herself in September 2021. It shipped a year later in Emoji 15.0, alongside 🪿 goose, 🪼 jellyfish, 🫏 donkey and 🫎 moose.
Check where Unicode filed it and the intent becomes clear: 🪽 sits in the bird subgroup, not with the body parts. This is a bird's wing, encoded so that bird-related sequences had a component to work with. Everyday use went somewhere else entirely — angel wings, fairy wings, a soul departing, time flying, decoration in aesthetic posts. Almost nobody uses it ornithologically.
Two practical notes. It arrived in 2022, so anything older than that — a stale phone, a locked-down work chat client, an embedded font in a PDF — may hand your reader an empty box instead of a glyph, which makes it a poor pick for anything that has to render everywhere. And because it's one wing rather than a pair, the instinct is to type it twice; whether that gives you a matched set or two wings facing the same way depends entirely on the platform's design, so look at it where it will actually appear before you commit to it in a headline.
About Wing
Wing is the Unicode character 🪽 at codepoint U+1FABD in the Symbols and Pictographs Extended-A 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 Wing
To use the Wing 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: '\1FABD';.
In JavaScript and TypeScript the escape '\u{1FABD}' evaluates to 🪽. In Python source, write '\U0001FABD'.
The character encodes to F0 9F AA BD as UTF-8 bytes and D83E DEBD as UTF-16 code units. Its decimal codepoint is 129725.
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.