iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.55k stars 301 forks source link

Q. Where does the emoji data set come from? #218

Closed flex-kwoncheol closed 1 year ago

flex-kwoncheol commented 1 year ago

I am trying to make an emoji-related feature based on the emoji set in this repository. I want to check the source of this emoji set before making a decision.

Is the set from WebFx(Slack references this set)? Because the emoji names look identical to this set.

Thanks in advance.

stof commented 1 year ago

the data come from the official Unicode data files

iamcal commented 1 year ago

The short names in this repo are a mix of the original short names from Campfire, GitHub and Slack, official Unicode codepoint/sequence names, and derived names based on common suffixes.

Other data comes from the Unicode standard and older Unicode emoji proposals.