1. Origins & Creation (1990)
In 1990, renowned American type designers Charles Bigelow and Kris Holmes (co-founders of Bigelow & Holmes and creators of the Lucida font family) designed a series of three symbol fonts: Lucida Icons, Lucida Arrows, and Lucida Stars.
Microsoft licensed these glyphs, combined and refined them into a single TrueType font file, and named it Wingdings (a play on the typographic term "dingbat" and the whimsy of "wingding"). Wingdings was bundled into Microsoft Windows 3.1 in 1992, instantly bringing hundreds of graphical icons to millions of personal computers worldwide.
2. The Technical Architecture of Dingbat Fonts
Unlike standard fonts where character code 65 renders the letter A, dingbat fonts use standard ASCII byte positions to trigger pictograms:
Because these symbols were embedded into a non-standard font mapping rather than an international character set, sharing documents between different operating systems (such as Windows, Mac, and Linux) frequently resulted in broken text or unreadable question marks.
3. The Infamous "NYC" Myth Debunked
In 1992, shortly after the release of Windows 3.1, users discovered that typing the letters NYC in Wingdings generated a skull and crossbones (☠), a Star of David (✡), and a thumbs up (👍). This led to conspiracy theories alleging a hidden anti-Semitic message against New York City.
Microsoft and designers Bigelow & Holmes confirmed this was a purely coincidental mathematical artifact of alphabetical placement:
- N was simply assigned to the skull and crossbones symbol.
- Y was assigned to religious symbols (Star of David).
- C was assigned to the positive thumbs up gesture.
When Microsoft released Webdings in 1997, they added a playful nod: typing NYC in Webdings intentionally renders an eye (👁), a heart (❤️), and a city skyline (🏙)—translating to "I Love New York."
4. Unicode 7.0 & Why You Should Use Unicode Dingbats
In 2014, the Unicode Consortium published Unicode 7.0, which formally incorporated most historical Wingdings and Webdings symbols directly into the standard Unicode specification (blocks such as Miscellaneous Symbols, Dingbats, and Enclosed Alphanumerics).
This is why modern web utilities (like our Wingdings Translator) map text to true Unicode characters instead of forcing the CSS font-family: Wingdings property:
<span style="font-family: Wingdings">A</span>Breaks on iPhones, Android phones, Mac, and Linux because the local font file is missing.
<span>✌ (U+270C)</span>Works universally on every device, browser, social media app, and messaging client.
5. Wingdings 1, Wingdings 2, Wingdings 3 & Webdings
Wingdings 1 (1990)
The classic original set featuring hands, office tools, zodiac signs, crosses, smileys, and stars.
Wingdings 2 (1997)
Extended dingbats, circled numbers (①-⑩), clock faces, ampersands, and geometrical brackets.
Wingdings 3 (1997)
Specialized arrow library including diagonal, curved, filled, and keyboard cursor directionals.
Webdings (1997)
Web UI symbols: transport icons (cars, planes), multimedia controls (play, pause), buildings, and nature.