Auto-generated C# class that can be included directly into your source code.
Save FullEmojiList.cs into your project and use emojis in your messages without referencing additional packages:
var greeting = $"Hello, {Emoji.WorldMap}"; // value is "Hello, 🗺️"
Attention! Always check how your messages are displayed in all required browsers/devices - some systems/fonts may not (yet) have some new emoji!
.NET 6.0 console app to [re]generate emoji file.
Useful options (located directly in Program.cs
file):
MaxVersion
- sets maximum unicode emoji version to include (emoji from higher versions will not be included in output file)IncludeGroupInEmojiName
- when enabled, emoji names will include group names, e.g.SmileysAndEmotion_GrinningFace
(instead ofGrinningFace
)
Thanks to anton-bot/Full-Emoji-List for inspiration.