Lightning ⚡ fast Emoji library for .NET &
TypeScript
Coming soon

Using emojis in your app has never been easier.

Simple, semantic API

Mojee provides a semantic API for .NET and TypeScript. These are just a few examples. You can learn more reading the docs .

    // 1. Replace all shortcodes with an emoji
    Mojee.Replace("Hello, world :smile:");
    // Hello, world 😄
    
    // 2. Search for emojis
    Mojee.Search("smile").ToList()
         .ForEach(emoji => Console.Write(emoji));
    // 😄 😸 😃 😺 😅
    
    // 3. Get an emoji
    var emoji = Emoji.Get("smile");
    Console.Write($"{emoji.Shortcode}: {emoji}");
    // smile: 😄
    
    // 1. Replace all shortcodes with an emoji
    Mojee.replace("Hello, world :smile:");
    // Hello, world 😄
    
    // 2. Search for emojis
    Mojee.search("smile")
         .forEach(emoji => console.log(emoji.character));
    // 😄 😸 😃 😺 😅
    
    // 3. Get an emoji
    const emoji = Emoji.get("smile");
    console.log(`${emoji.shortcode}: ${emoji.character}`);
    // smile: 😄
    

    Search Emojis...

    Mojee.io is a great tool for searching emojis. We provide a convenient search tool where you can view and copy emojis.

    smile
    😃
    😅
    😍
    😸

    Start using Mojee now!

    Building a robust and performant Emoji parser is time consuming. Mojee does the heavy lifting for you and you can add Emoji support to your app in minutes.

    Get started
    🚴
    😜
    🍭
    ❤️
    🍄
    👌