Expand description

Grouped list of all emojis with sub modules.

This module contains the same set of emojis as the crate::flat module, but categorized into their respective groups and subgroups via sub modules. This make it easier to browse all the emojis in an intelligible way.

Examples

// prints: 🖼️
println!("{}", emojic::grouped::activities::arts_and_crafts::FRAMED_PICTURE);

Modules

activities 🎨🥇🎟️
animals_and_nature 🐸🐤🐜
component 🦲🏿
flags 🇦🇫🏴🏴󠁧󠁢󠁥󠁮󠁧󠁿
food_and_drink 🏺🍼🍱
objects 📘🎒🧮
people_and_body 🫀💑🤛
smileys_and_emotion 😹💢😘
symbols 🆎🔙📶
travel_and_places 🛎️🏦🏖️

Functions

Returns an iterator over all emoji variants of all groups together grouped by base emojis
Returns an iterator over all base emojis of all groups together (i.e. one for each static)