emojis.json
contains mapping of section names to array of emoji objects.
Field | Type | Description |
---|---|---|
names | array[string] | The emoji names |
surrogates | string | The emoji string |
unicodeVersion | float | The unicode version the emoji appeared in (example: 6.1 ) |
hasDiversity? | boolean | Whether the emoji has diversity (default false) |
diversityChildren? ^2^ | array[emoji object] | The emoji diversity |
diversity ^1^ | array[string] | The fitzpatrick applied to the emoji (in HEX format) |
hasDiversityParent ^1^ | boolean | Whether the diversity field is present |
^1^ Only available inside diversityChildren
.
^2^ Only available outside diversityChildren
.
{
"names": [
"cat",
"cat_face"
],
"surrogates": "\ud83d\udc31",
"unicodeVersion": 6
}