Emoji Categories
EmojiKit has an Emoji.Category
enum that defines all emoji categories and their emojis, such as:
try Emojis.Category.smileys.emojis // ππππππ₯Ήπ
π...
try Emojis.Category.animals.emojis // πΆπ±ππΉπ°π¦π»πΌ...
You can use Emoji.Category.all
to get a list of all available categories:
Emojis.Category.all // [.frequent, .smileys, .animals, ...]
Categories use Emoji version information to filter out emojis that are unavailable to the runtime.
This means that apps and libraries that use EmojiKit will only show emojis that are available to the deviceβs operating system.
Read More
Emojis
EmojiKit lets you work with emojis in a structured way.
Categories
EmojiKit defines all emoji categories and their emojis.
Localization
EmojiKit supports localization for all emojis and locales.
Skin Tones
EmojiKit provides you with skin tone information for all emojis.
Version Information
EmojiKit defines emoji versions, OS availability and their emojis.
UI Components
EmojiKit provides you with UI components like grids & pickers.
Pricing
EmojiKit is free to start using and affordable to scale. It has a monthly and a yearly payment plan.