RcArtSolutions / Full-Emoji-List

Full Emoji list presented as a C# class that can be used directly in your .NET projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emoji.cs: Full Emoji List for C#/.NET

Full Emoji list presented as a C# class that can be used directly in your .NET projects.

What is Emoji.cs

This file is a full list of emojis represented as C# constants and can be added to your projects to include emojis into your strings, for example in messages that you send to users.

Example use of Emoji.cs

using J3QQ4;

//if you want to avoid the Emoji prefix and don't mind polluting your namespace
//using static J3QQ4.Emoji; 

...
string replyMessage = "Thanks for shopping with us! " + Emoji.Blush;
string replyMessage2 = "We hope to see you again in our store" + Emoji.Kissing_Heart;
...

Usage and questions

MIT licensed; use for any purpose. For questions or comments please open an issue in this repository. Glad if that file helps!

Help is welcome to update the file with any new emojis that will be released.

About

Full Emoji list presented as a C# class that can be used directly in your .NET projects.

License:MIT License


Languages

Language:C# 100.0%