You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the tts property would be most suited for a "name" property.
There are 24 Emoji Unicode blocks with varying ranges but the annotation file seems to have a good select list.
Opening a can of worms, there are additional Unicode blocks worth considering. Example Chess Symbols but I cannot find those annotated by the CLDR project.
However, here is the UnicodeData.txt data file which appears to annotates every character. This might be the best file to use. Sample:
Hex; Description
1F600;GRINNING FACE;So;0;ON;;;;;N;;;;;
1F601;GRINNING FACE WITH SMILING EYES;So;0;ON;;;;;N;;;;;
1F602;FACE WITH TEARS OF JOY;So;0;ON;;;;;N;;;;;
1F603;SMILING FACE WITH OPEN MOUTH;So;0;ON;;;;;N;;;;;
1F604;SMILING FACE WITH OPEN MOUTH AND SMILING EYES;So;0;ON;;;;;N;;;;;
1F605;SMILING FACE WITH OPEN MOUTH AND COLD SWEAT;So;0;ON;;;;;N;;;;;
1F606;SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES;So;0;ON;;;;;N;;;;;
1F607;SMILING FACE WITH HALO;So;0;ON;;;;;N;;;;;
1F608;SMILING FACE WITH HORNS;So;0;ON;;;;;N;;;;;
1F609;WINKING FACE;So;0;ON;;;;;N;;;;;
1F60A;SMILING FACE WITH SMILING EYES;So;0;ON;;;;;N;;;;;
1F60B;FACE SAVOURING DELICIOUS FOOD;So;0;ON;;;;;N;;;;;
1F60C;RELIEVED FACE;So;0;ON;;;;;N;;;;;
1F60D;SMILING FACE WITH HEART-SHAPED EYES;So;0;ON;;;;;N;;;;;
1F60E;SMILING FACE WITH SUNGLASSES;So;0;ON;;;;;N;;;;;
1F60F;SMIRKING FACE;So;0;ON;;;;;N;;;;;
1F610;NEUTRAL FACE;So;0;ON;;;;;N;;;;;
1F611;EXPRESSIONLESS FACE;So;0;ON;;;;;N;;;;;
1F612;UNAMUSED FACE;So;0;ON;;;;;N;;;;;
1F613;FACE WITH COLD SWEAT;So;0;ON;;;;;N;;;;;
Leaving some notes for others who run across missing emojis.
The Unicode organization releases regular updates to their CLDR project which annotates every character and emoji that is published.
This gem would ideally:
Links:
Sample:
It appears the
tts
property would be most suited for a"name"
property.There are 24 Emoji Unicode blocks with varying ranges but the annotation file seems to have a good select list.
Opening a can of worms, there are additional Unicode blocks worth considering. Example Chess Symbols but I cannot find those annotated by the CLDR project.
However, here is the UnicodeData.txt data file which appears to annotates every character. This might be the best file to use. Sample:
The text was updated successfully, but these errors were encountered: