eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_emoji 3.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. // Emoji and Other Symbol pronunciations for English
  2. $textmode
  3. // 1F600..1F64F : Emoticons
  4. 😀 grinning face // [1F600]
  5. 😁 grinning face with smiling eyes // [1F601]
  6. 😂 face with tears of joy // [1F602]
  7. 😃 smiling face with open mouth // [1F603]
  8. 😄 smiling face with open mouth and smiling eyes // [1F604]
  9. 😅 smiling face with open mouth and cold sweat // [1F605]
  10. 😆 smiling face with open mouth and closed eyes // [1F606]
  11. 😇 smiling face with halo // [1F607]
  12. 😈 smiling face with horns // [1F608]
  13. 😉 winking face // [1F609]
  14. 😊 smiling face with smiling eyes // [1F60A]
  15. 😋 face savouring delicious food // [1F60B]
  16. 😌 relieved face // [1F60C]
  17. 😍 smiling face with heart-eyes // [1F60D]
  18. 😎 smiling face with sunglasses // [1F60E]
  19. 😏 smirking face // [1F60F]
  20. 😐 neutral face // [1F610]
  21. 😑 expressionless face // [1F611]
  22. 😒 unamused face // [1F612]
  23. 😓 face with cold sweat // [1F613]
  24. 😔 pensive face // [1F614]
  25. 😕 confused face // [1F615]
  26. 😖 confounded face // [1F616]
  27. 😗 kissing face // [1F617]
  28. 😘 face blowing a kiss // [1F618]
  29. 😙 kissing face with smiling eyes // [1F619]
  30. 😚 kissing face with closed eyes // [1F61A]
  31. 😛 face with stuck-out tongue // [1F61B]
  32. 😜 face with stuck-out tongue and winking eye // [1F61C]
  33. 😝 face with stuck-out tongue and closed eyes // [1F61D]
  34. 😞 disappointed face // [1F61E]
  35. 😟 worried face // [1F61F]
  36. 😠 angry face // [1F620]
  37. 😡 pouting face // [1F621]
  38. 😢 crying face // [1F622]
  39. 😣 persevering face // [1F623]
  40. 😤 face with steam from nose // [1F624]
  41. 😥 disappointed but relieved face // [1F625]
  42. 😦 frowning face with open mouth // [1F626]
  43. 😧 anguished face // [1F627]
  44. 😨 fearful face // [1F628]
  45. 😩 weary face // [1F629]
  46. 😪 sleepy face // [1F62A]
  47. 😫 tired face // [1F62B]
  48. 😬 grimacing face // [1F62C]
  49. 😭 loudly crying face // [1F62D]
  50. 😮 face with open mouth // [1F62E]
  51. 😯 hushed face // [1F62F]
  52. 😰 face with open mouth and cold sweat // [1F630]
  53. 😱 face screaming in fear // [1F631]
  54. 😲 astonished face // [1F632]
  55. 😳 flushed face // [1F633]
  56. 😴 sleeping face // [1F634]
  57. 😵 dizzy face // [1F635]
  58. 😶 face without mouth // [1F636]
  59. 😷 face with medical mask // [1F637]
  60. 😸 grinning cat face with smiling eyes // [1F638]
  61. 😹 cat face with tears of joy // [1F639]
  62. 😺 smiling cat face with open mouth // [1F63A]
  63. 😻 smiling cat face with heart-eyes // [1F63B]
  64. 😼 cat face with wry smile // [1F63C]
  65. 😽 kissing cat face with closed eyes // [1F63D]
  66. 😾 pouting cat face // [1F63E]
  67. 😿 crying cat face // [1F63F]
  68. 🙀 weary cat face // [1F640]
  69. 🙁 slightly frowning face // [1F641]
  70. 🙂 slightly smiling face // [1F642]
  71. 🙃 upside-down face // [1F643]
  72. 🙄 face with rolling eyes // [1F644]
  73. 🙅 person gesturing no // [1F645]
  74. 🙆 person gesturing ok // [1F646]
  75. 🙇 person bowing // [1F647]
  76. 🙈 see-no-evil monkey // [1F648]
  77. 🙉 hear-no-evil monkey // [1F649]
  78. 🙊 speak-no-evil monkey // [1F64A]
  79. 🙋 person raising hand // [1F64B]
  80. 🙌 raising hands // [1F64C]
  81. 🙍 person frowning // [1F64D]
  82. 🙎 person pouting // [1F64E]
  83. 🙏 folded hands // [1F64F]
  84. // References:
  85. // [UCD] Unicode Character Database 9.0.0 [http://www.unicode.org/Public/9.0.0/ucd/]
  86. // [Emoji] Unicode Emoji 4.0 [http://www.unicode.org/Public/emoji/4.0/]
  87. // [CLDR] Unicode Common Locale Data Repository 30.0.3 [http://cldr.unicode.org/index/downloads/cldr-30]
  88. //
  89. // Sources:
  90. // 1. emoji-test.txt (Emoji)
  91. // 2. common/annotations/en.xml (CLDR)