emoji-metadata icon indicating copy to clipboard operation
emoji-metadata copied to clipboard

Emoji metadata for the construction of pickers

Results 3 emoji-metadata issues
Sort by recently updated
recently updated
newest added

the shortcodes for the 🪽 emoji (base `129725`) in the '15_0' and '15_1' json files seem to be encoded incorrectly: it's a single string value `":wing:; :fly:"`, rather than two...

Hi, I tried to use this repo to parse all the information about emojis from noto-emoji-font, but the JSON doesn't seem right. Some emojis don't match with information found on...

https://github.com/googlefonts/emoji-metadata/blob/a77a99e5f8950e106e53519a7df15d071914d381/emoji_15_0_ordering.json#L19107 Wing emoji: https://unicode.org/emoji/charts/emoji-list.html#1fabd I assumed this should be: ``` ":wing:", ":fly:" ``` But actually... `:fly:` 🪰 is already in use here: https://github.com/googlefonts/emoji-metadata/blob/a77a99e5f8950e106e53519a7df15d071914d381/emoji_15_0_ordering.json#L19636 So... just `":wing:"`? Or maybe this is...