ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
991 stars 166 forks source link

unicode emojis #395

Closed Badlapje closed 5 months ago

Badlapje commented 5 months ago

I hope this isn't in the docs somewhere and i missed it, but are the emojis unicode?

My usecase: I'd use these emojis in a sms-text so i need them to be unicode.

There is a unified field in the emojiObject, but that's not the same as unicode as far as i can see?

ealush commented 5 months ago

In general, yes, the emojis are unicode, meaning that if you use the emoji icon that you get from the click handler, you should be able to use it later on. The unified is the unicode code, but not the actual unicode character, if that makes sense.

Badlapje commented 5 months ago

It does, much obliged for the quick response!