open-i18n/rust-unic

🥰 isn't recognised as an emoji.

gianzellweger opened this issue · 0 comments

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('🥰'));
}