Since I haven't found a more convenient way to test emojis in bulk, this is the only one I found so far. I see no reason for it not being an emoji. ## Steps to reproduce ``` fn main() { assert!(unic_emoji_char::is_emoji('🥰')); } ```