1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- // Emoji and Other Symbol pronunciations for English
-
- $textmode
-
- // 1F600..1F64F : Emoticons
-
- 😀 grinning face // [1F600]
- 😁 grinning face with smiling eyes // [1F601]
- 😂 face with tears of joy // [1F602]
- 😃 smiling face with open mouth // [1F603]
- 😄 smiling face with open mouth and smiling eyes // [1F604]
- 😅 smiling face with open mouth and cold sweat // [1F605]
- 😆 smiling face with open mouth and closed eyes // [1F606]
- 😇 smiling face with halo // [1F607]
- 😈 smiling face with horns // [1F608]
- 😉 winking face // [1F609]
- 😊 smiling face with smiling eyes // [1F60A]
- 😋 face savouring delicious food // [1F60B]
- 😌 relieved face // [1F60C]
- 😍 smiling face with heart-eyes // [1F60D]
- 😎 smiling face with sunglasses // [1F60E]
- 😏 smirking face // [1F60F]
- 😐 neutral face // [1F610]
- 😑 expressionless face // [1F611]
- 😒 unamused face // [1F612]
- 😓 face with cold sweat // [1F613]
- 😔 pensive face // [1F614]
- 😕 confused face // [1F615]
- 😖 confounded face // [1F616]
- 😗 kissing face // [1F617]
- 😘 face blowing a kiss // [1F618]
- 😙 kissing face with smiling eyes // [1F619]
- 😚 kissing face with closed eyes // [1F61A]
- 😛 face with stuck-out tongue // [1F61B]
- 😜 face with stuck-out tongue and winking eye // [1F61C]
- 😝 face with stuck-out tongue and closed eyes // [1F61D]
- 😞 disappointed face // [1F61E]
- 😟 worried face // [1F61F]
- 😠 angry face // [1F620]
- 😡 pouting face // [1F621]
- 😢 crying face // [1F622]
- 😣 persevering face // [1F623]
- 😤 face with steam from nose // [1F624]
- 😥 disappointed but relieved face // [1F625]
- 😦 frowning face with open mouth // [1F626]
- 😧 anguished face // [1F627]
- 😨 fearful face // [1F628]
- 😩 weary face // [1F629]
- 😪 sleepy face // [1F62A]
- 😫 tired face // [1F62B]
- 😬 grimacing face // [1F62C]
- 😭 loudly crying face // [1F62D]
- 😮 face with open mouth // [1F62E]
- 😯 hushed face // [1F62F]
- 😰 face with open mouth and cold sweat // [1F630]
- 😱 face screaming in fear // [1F631]
- 😲 astonished face // [1F632]
- 😳 flushed face // [1F633]
- 😴 sleeping face // [1F634]
- 😵 dizzy face // [1F635]
- 😶 face without mouth // [1F636]
- 😷 face with medical mask // [1F637]
- 😸 grinning cat face with smiling eyes // [1F638]
- 😹 cat face with tears of joy // [1F639]
- 😺 smiling cat face with open mouth // [1F63A]
- 😻 smiling cat face with heart-eyes // [1F63B]
- 😼 cat face with wry smile // [1F63C]
- 😽 kissing cat face with closed eyes // [1F63D]
- 😾 pouting cat face // [1F63E]
- 😿 crying cat face // [1F63F]
- 🙀 weary cat face // [1F640]
- 🙁 slightly frowning face // [1F641]
- 🙂 slightly smiling face // [1F642]
- 🙃 upside-down face // [1F643]
- 🙄 face with rolling eyes // [1F644]
- 🙅 person gesturing no // [1F645]
- 🙆 person gesturing ok // [1F646]
- 🙇 person bowing // [1F647]
- 🙈 see-no-evil monkey // [1F648]
- 🙉 hear-no-evil monkey // [1F649]
- 🙊 speak-no-evil monkey // [1F64A]
- 🙋 person raising hand // [1F64B]
- 🙌 raising hands // [1F64C]
- 🙍 person frowning // [1F64D]
- 🙎 person pouting // [1F64E]
- 🙏 folded hands // [1F64F]
-
- // References:
- // [UCD] Unicode Character Database 9.0.0 [http://www.unicode.org/Public/9.0.0/ucd/]
- // [Emoji] Unicode Emoji 4.0 [http://www.unicode.org/Public/emoji/4.0/]
- // [CLDR] Unicode Common Locale Data Repository 30.0.3 [http://cldr.unicode.org/index/downloads/cldr-30]
- //
- // Sources:
- // 1. emoji-test.txt (Emoji)
- // 2. common/annotations/en.xml (CLDR)
|