Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 3.12 KB

File metadata and controls

22 lines (13 loc) · 3.12 KB

DotNameCpp Logo

discord

EmojiModule - Basic Emoji Helper Library in C++

🌱 Help Keep This Going
Your support makes a real difference. If you value my work and want to help me continue creating, please consider making a donation.
💙 Donate here: https://paypal.me/TomasMark
Every contribution is truly appreciated ✨

Table of Contents


Overview

The EmojiModule is a C++ library designed to facilitate the use of emojis in C++ applications. It provides functionalities to retrieve emojis based on Unicode code points, making it easier for developers to incorporate emojis into their software.

Back to top