emoji_map.go 167 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633
  1. package main
  2. // package emoji
  3. // NOTE: THIS FILE WAS PRODUCED BY THE
  4. // EMOJICODEMAP CODE GENERATION TOOL (github.com/kyokomi/generateEmojiCodeMap)
  5. // DO NOT EDIT
  6. // Mapping from character to concrete escape code.
  7. var emojiCodeMap = map[string]string{
  8. "::": "\U0001f590",
  9. ":100:": "\U0001f4af",
  10. ":1234:": "\U0001f522",
  11. ":8ball:": "\U0001f3b1",
  12. ":a:": "\U0001f170",
  13. ":ab:": "\U0001f18e",
  14. ":abc:": "\U0001f524",
  15. ":abcd:": "\U0001f521",
  16. ":accept:": "\U0001f251",
  17. ":adult:": "\U0001f9d1",
  18. ":adult_tone1:": "\U0001f9d1\U0001f3fb",
  19. ":adult_tone2:": "\U0001f9d1\U0001f3fc",
  20. ":adult_tone3:": "\U0001f9d1\U0001f3fd",
  21. ":adult_tone4:": "\U0001f9d1\U0001f3fe",
  22. ":adult_tone5:": "\U0001f9d1\U0001f3ff",
  23. ":aerial_tramway:": "\U0001f6a1",
  24. ":airplane:": "\u2708",
  25. ":airplane_arriving:": "\U0001f6ec",
  26. ":airplane_departure:": "\U0001f6eb",
  27. ":airplane_small:": "\U0001f6e9",
  28. ":alarm_clock:": "\u23f0",
  29. ":alembic:": "\u2697",
  30. ":alien:": "\U0001f47d",
  31. ":ambulance:": "\U0001f691",
  32. ":amphora:": "\U0001f3fa",
  33. ":anchor:": "\u2693",
  34. ":angel:": "\U0001f47c",
  35. ":angel_tone1:": "\U0001f47c\U0001f3fb",
  36. ":angel_tone2:": "\U0001f47c\U0001f3fc",
  37. ":angel_tone3:": "\U0001f47c\U0001f3fd",
  38. ":angel_tone4:": "\U0001f47c\U0001f3fe",
  39. ":angel_tone5:": "\U0001f47c\U0001f3ff",
  40. ":anger:": "\U0001f4a2",
  41. ":anger_right:": "\U0001f5ef",
  42. ":angry:": "\U0001f620",
  43. ":anguished:": "\U0001f627",
  44. ":ant:": "\U0001f41c",
  45. ":apple:": "\U0001f34e",
  46. ":aquarius:": "\u2652",
  47. ":aries:": "\u2648",
  48. ":arrow_backward:": "\u25c0",
  49. ":arrow_double_down:": "\u23ec",
  50. ":arrow_double_up:": "\u23eb",
  51. ":arrow_down:": "\u2b07",
  52. ":arrow_down_small:": "\U0001f53d",
  53. ":arrow_forward:": "\u25b6",
  54. ":arrow_heading_down:": "\u2935",
  55. ":arrow_heading_up:": "\u2934",
  56. ":arrow_left:": "\u2b05",
  57. ":arrow_lower_left:": "\u2199",
  58. ":arrow_lower_right:": "\u2198",
  59. ":arrow_right:": "\u27a1",
  60. ":arrow_right_hook:": "\u21aa",
  61. ":arrow_up:": "\u2b06",
  62. ":arrow_up_down:": "\u2195",
  63. ":arrow_up_small:": "\U0001f53c",
  64. ":arrow_upper_left:": "\u2196",
  65. ":arrow_upper_right:": "\u2197",
  66. ":arrows_clockwise:": "\U0001f503",
  67. ":arrows_counterclockwise:": "\U0001f504",
  68. ":art:": "\U0001f3a8",
  69. ":articulated_lorry:": "\U0001f69b",
  70. ":asterisk:": "*\ufe0f\u20e3",
  71. ":astonished:": "\U0001f632",
  72. ":athletic_shoe:": "\U0001f45f",
  73. ":atm:": "\U0001f3e7",
  74. ":atom:": "\u269b",
  75. ":avocado:": "\U0001f951",
  76. ":b:": "\U0001f171",
  77. ":baby:": "\U0001f476",
  78. ":baby_bottle:": "\U0001f37c",
  79. ":baby_chick:": "\U0001f424",
  80. ":baby_symbol:": "\U0001f6bc",
  81. ":baby_tone1:": "\U0001f476\U0001f3fb",
  82. ":baby_tone2:": "\U0001f476\U0001f3fc",
  83. ":baby_tone3:": "\U0001f476\U0001f3fd",
  84. ":baby_tone4:": "\U0001f476\U0001f3fe",
  85. ":baby_tone5:": "\U0001f476\U0001f3ff",
  86. ":back:": "\U0001f519",
  87. ":bacon:": "\U0001f953",
  88. ":badminton:": "\U0001f3f8",
  89. ":baggage_claim:": "\U0001f6c4",
  90. ":balloon:": "\U0001f388",
  91. ":ballot_box:": "\U0001f5f3",
  92. ":ballot_box_with_check:": "\u2611",
  93. ":bamboo:": "\U0001f38d",
  94. ":banana:": "\U0001f34c",
  95. ":bangbang:": "\u203c",
  96. ":bank:": "\U0001f3e6",
  97. ":bar_chart:": "\U0001f4ca",
  98. ":barber:": "\U0001f488",
  99. ":baseball:": "\u26be",
  100. ":basketball:": "\U0001f3c0",
  101. ":bat:": "\U0001f987",
  102. ":bath:": "\U0001f6c0",
  103. ":bath_tone1:": "\U0001f6c0\U0001f3fb",
  104. ":bath_tone2:": "\U0001f6c0\U0001f3fc",
  105. ":bath_tone3:": "\U0001f6c0\U0001f3fd",
  106. ":bath_tone4:": "\U0001f6c0\U0001f3fe",
  107. ":bath_tone5:": "\U0001f6c0\U0001f3ff",
  108. ":bathtub:": "\U0001f6c1",
  109. ":battery:": "\U0001f50b",
  110. ":beach:": "\U0001f3d6",
  111. ":beach_umbrella:": "\u26f1",
  112. ":bear:": "\U0001f43b",
  113. ":bearded_person:": "\U0001f9d4",
  114. ":bearded_person_tone1:": "\U0001f9d4\U0001f3fb",
  115. ":bearded_person_tone2:": "\U0001f9d4\U0001f3fc",
  116. ":bearded_person_tone3:": "\U0001f9d4\U0001f3fd",
  117. ":bearded_person_tone4:": "\U0001f9d4\U0001f3fe",
  118. ":bearded_person_tone5:": "\U0001f9d4\U0001f3ff",
  119. ":bed:": "\U0001f6cf",
  120. ":bee:": "\U0001f41d",
  121. ":beer:": "\U0001f37a",
  122. ":beers:": "\U0001f37b",
  123. ":beetle:": "\U0001f41e",
  124. ":beginner:": "\U0001f530",
  125. ":bell:": "\U0001f514",
  126. ":bellhop:": "\U0001f6ce",
  127. ":bento:": "\U0001f371",
  128. ":bike:": "\U0001f6b2",
  129. ":bikini:": "\U0001f459",
  130. ":billed_cap:": "\U0001f9e2",
  131. ":biohazard:": "\u2623",
  132. ":bird:": "\U0001f426",
  133. ":birthday:": "\U0001f382",
  134. ":black_circle:": "\u26ab",
  135. ":black_heart:": "\U0001f5a4",
  136. ":black_joker:": "\U0001f0cf",
  137. ":black_large_square:": "\u2b1b",
  138. ":black_medium_small_square:": "\u25fe",
  139. ":black_medium_square:": "\u25fc",
  140. ":black_nib:": "\u2712",
  141. ":black_small_square:": "\u25aa",
  142. ":black_square_button:": "\U0001f532",
  143. ":blond-haired_man:": "\U0001f471\u200d\u2642\ufe0f",
  144. ":blond-haired_man_tone1:": "\U0001f471\U0001f3fb\u200d\u2642\ufe0f",
  145. ":blond-haired_man_tone2:": "\U0001f471\U0001f3fc\u200d\u2642\ufe0f",
  146. ":blond-haired_man_tone3:": "\U0001f471\U0001f3fd\u200d\u2642\ufe0f",
  147. ":blond-haired_man_tone4:": "\U0001f471\U0001f3fe\u200d\u2642\ufe0f",
  148. ":blond-haired_man_tone5:": "\U0001f471\U0001f3ff\u200d\u2642\ufe0f",
  149. ":blond-haired_woman:": "\U0001f471\u200d\u2640\ufe0f",
  150. ":blond-haired_woman_tone1:": "\U0001f471\U0001f3fb\u200d\u2640\ufe0f",
  151. ":blond-haired_woman_tone2:": "\U0001f471\U0001f3fc\u200d\u2640\ufe0f",
  152. ":blond-haired_woman_tone3:": "\U0001f471\U0001f3fd\u200d\u2640\ufe0f",
  153. ":blond-haired_woman_tone4:": "\U0001f471\U0001f3fe\u200d\u2640\ufe0f",
  154. ":blond-haired_woman_tone5:": "\U0001f471\U0001f3ff\u200d\u2640\ufe0f",
  155. ":blond_haired_person:": "\U0001f471",
  156. ":blond_haired_person_tone1:": "\U0001f471\U0001f3fb",
  157. ":blond_haired_person_tone2:": "\U0001f471\U0001f3fc",
  158. ":blond_haired_person_tone3:": "\U0001f471\U0001f3fd",
  159. ":blond_haired_person_tone4:": "\U0001f471\U0001f3fe",
  160. ":blond_haired_person_tone5:": "\U0001f471\U0001f3ff",
  161. ":blossom:": "\U0001f33c",
  162. ":blowfish:": "\U0001f421",
  163. ":blue_book:": "\U0001f4d8",
  164. ":blue_car:": "\U0001f699",
  165. ":blue_circle:": "\U0001f535",
  166. ":blue_heart:": "\U0001f499",
  167. ":blush:": "\U0001f60a",
  168. ":boar:": "\U0001f417",
  169. ":bomb:": "\U0001f4a3",
  170. ":book:": "\U0001f4d6",
  171. ":bookmark:": "\U0001f516",
  172. ":bookmark_tabs:": "\U0001f4d1",
  173. ":books:": "\U0001f4da",
  174. ":boom:": "\U0001f4a5",
  175. ":boot:": "\U0001f462",
  176. ":bouquet:": "\U0001f490",
  177. ":bow_and_arrow:": "\U0001f3f9",
  178. ":bowl_with_spoon:": "\U0001f963",
  179. ":bowling:": "\U0001f3b3",
  180. ":boxing_glove:": "\U0001f94a",
  181. ":boy:": "\U0001f466",
  182. ":boy_tone1:": "\U0001f466\U0001f3fb",
  183. ":boy_tone2:": "\U0001f466\U0001f3fc",
  184. ":boy_tone3:": "\U0001f466\U0001f3fd",
  185. ":boy_tone4:": "\U0001f466\U0001f3fe",
  186. ":boy_tone5:": "\U0001f466\U0001f3ff",
  187. ":brain:": "\U0001f9e0",
  188. ":bread:": "\U0001f35e",
  189. ":breast_feeding:": "\U0001f931",
  190. ":breast_feeding_tone1:": "\U0001f931\U0001f3fb",
  191. ":breast_feeding_tone2:": "\U0001f931\U0001f3fc",
  192. ":breast_feeding_tone3:": "\U0001f931\U0001f3fd",
  193. ":breast_feeding_tone4:": "\U0001f931\U0001f3fe",
  194. ":breast_feeding_tone5:": "\U0001f931\U0001f3ff",
  195. ":bride_with_veil:": "\U0001f470",
  196. ":bride_with_veil_tone1:": "\U0001f470\U0001f3fb",
  197. ":bride_with_veil_tone2:": "\U0001f470\U0001f3fc",
  198. ":bride_with_veil_tone3:": "\U0001f470\U0001f3fd",
  199. ":bride_with_veil_tone4:": "\U0001f470\U0001f3fe",
  200. ":bride_with_veil_tone5:": "\U0001f470\U0001f3ff",
  201. ":bridge_at_night:": "\U0001f309",
  202. ":briefcase:": "\U0001f4bc",
  203. ":broccoli:": "\U0001f966",
  204. ":broken_heart:": "\U0001f494",
  205. ":bug:": "\U0001f41b",
  206. ":bulb:": "\U0001f4a1",
  207. ":bullettrain_front:": "\U0001f685",
  208. ":bullettrain_side:": "\U0001f684",
  209. ":burrito:": "\U0001f32f",
  210. ":bus:": "\U0001f68c",
  211. ":busstop:": "\U0001f68f",
  212. ":bust_in_silhouette:": "\U0001f464",
  213. ":busts_in_silhouette:": "\U0001f465",
  214. ":butterfly:": "\U0001f98b",
  215. ":cactus:": "\U0001f335",
  216. ":cake:": "\U0001f370",
  217. ":calendar:": "\U0001f4c6",
  218. ":calendar_spiral:": "\U0001f5d3",
  219. ":call_me:": "\U0001f919",
  220. ":call_me_tone1:": "\U0001f919\U0001f3fb",
  221. ":call_me_tone2:": "\U0001f919\U0001f3fc",
  222. ":call_me_tone3:": "\U0001f919\U0001f3fd",
  223. ":call_me_tone4:": "\U0001f919\U0001f3fe",
  224. ":call_me_tone5:": "\U0001f919\U0001f3ff",
  225. ":calling:": "\U0001f4f2",
  226. ":camel:": "\U0001f42b",
  227. ":camera:": "\U0001f4f7",
  228. ":camera_with_flash:": "\U0001f4f8",
  229. ":camping:": "\U0001f3d5",
  230. ":cancer:": "\u264b",
  231. ":candle:": "\U0001f56f",
  232. ":candy:": "\U0001f36c",
  233. ":canned_food:": "\U0001f96b",
  234. ":canoe:": "\U0001f6f6",
  235. ":capital_abcd:": "\U0001f520",
  236. ":capricorn:": "\u2651",
  237. ":card_box:": "\U0001f5c3",
  238. ":card_index:": "\U0001f4c7",
  239. ":carousel_horse:": "\U0001f3a0",
  240. ":carrot:": "\U0001f955",
  241. ":cat:": "\U0001f431",
  242. ":cat2:": "\U0001f408",
  243. ":cd:": "\U0001f4bf",
  244. ":chains:": "\u26d3",
  245. ":champagne:": "\U0001f37e",
  246. ":champagne_glass:": "\U0001f942",
  247. ":chart:": "\U0001f4b9",
  248. ":chart_with_downwards_trend:": "\U0001f4c9",
  249. ":chart_with_upwards_trend:": "\U0001f4c8",
  250. ":checkered_flag:": "\U0001f3c1",
  251. ":cheese:": "\U0001f9c0",
  252. ":cherries:": "\U0001f352",
  253. ":cherry_blossom:": "\U0001f338",
  254. ":chestnut:": "\U0001f330",
  255. ":chicken:": "\U0001f414",
  256. ":child:": "\U0001f9d2",
  257. ":child_tone1:": "\U0001f9d2\U0001f3fb",
  258. ":child_tone2:": "\U0001f9d2\U0001f3fc",
  259. ":child_tone3:": "\U0001f9d2\U0001f3fd",
  260. ":child_tone4:": "\U0001f9d2\U0001f3fe",
  261. ":child_tone5:": "\U0001f9d2\U0001f3ff",
  262. ":children_crossing:": "\U0001f6b8",
  263. ":chipmunk:": "\U0001f43f",
  264. ":chocolate_bar:": "\U0001f36b",
  265. ":chopsticks:": "\U0001f962",
  266. ":christmas_tree:": "\U0001f384",
  267. ":church:": "\u26ea",
  268. ":cinema:": "\U0001f3a6",
  269. ":circus_tent:": "\U0001f3aa",
  270. ":city_dusk:": "\U0001f306",
  271. ":city_sunset:": "\U0001f307",
  272. ":cityscape:": "\U0001f3d9",
  273. ":cl:": "\U0001f191",
  274. ":clap:": "\U0001f44f",
  275. ":clap_tone1:": "\U0001f44f\U0001f3fb",
  276. ":clap_tone2:": "\U0001f44f\U0001f3fc",
  277. ":clap_tone3:": "\U0001f44f\U0001f3fd",
  278. ":clap_tone4:": "\U0001f44f\U0001f3fe",
  279. ":clap_tone5:": "\U0001f44f\U0001f3ff",
  280. ":clapper:": "\U0001f3ac",
  281. ":classical_building:": "\U0001f3db",
  282. ":clipboard:": "\U0001f4cb",
  283. ":clock:": "\U0001f570",
  284. ":clock1:": "\U0001f550",
  285. ":clock10:": "\U0001f559",
  286. ":clock1030:": "\U0001f565",
  287. ":clock11:": "\U0001f55a",
  288. ":clock1130:": "\U0001f566",
  289. ":clock12:": "\U0001f55b",
  290. ":clock1230:": "\U0001f567",
  291. ":clock130:": "\U0001f55c",
  292. ":clock2:": "\U0001f551",
  293. ":clock230:": "\U0001f55d",
  294. ":clock3:": "\U0001f552",
  295. ":clock330:": "\U0001f55e",
  296. ":clock4:": "\U0001f553",
  297. ":clock430:": "\U0001f55f",
  298. ":clock5:": "\U0001f554",
  299. ":clock530:": "\U0001f560",
  300. ":clock6:": "\U0001f555",
  301. ":clock630:": "\U0001f561",
  302. ":clock7:": "\U0001f556",
  303. ":clock730:": "\U0001f562",
  304. ":clock8:": "\U0001f557",
  305. ":clock830:": "\U0001f563",
  306. ":clock9:": "\U0001f558",
  307. ":clock930:": "\U0001f564",
  308. ":closed_book:": "\U0001f4d5",
  309. ":closed_lock_with_key:": "\U0001f510",
  310. ":closed_umbrella:": "\U0001f302",
  311. ":cloud:": "\u2601",
  312. ":cloud_lightning:": "\U0001f329",
  313. ":cloud_rain:": "\U0001f327",
  314. ":cloud_snow:": "\U0001f328",
  315. ":cloud_tornado:": "\U0001f32a",
  316. ":clown:": "\U0001f921",
  317. ":clubs:": "\u2663",
  318. ":coat:": "\U0001f9e5",
  319. ":cocktail:": "\U0001f378",
  320. ":coconut:": "\U0001f965",
  321. ":coffee:": "\u2615",
  322. ":coffin:": "\u26b0",
  323. ":cold_sweat:": "\U0001f630",
  324. ":comet:": "\u2604",
  325. ":compression:": "\U0001f5dc",
  326. ":computer:": "\U0001f4bb",
  327. ":confetti_ball:": "\U0001f38a",
  328. ":confounded:": "\U0001f616",
  329. ":confused:": "\U0001f615",
  330. ":congratulations:": "\u3297",
  331. ":construction:": "\U0001f6a7",
  332. ":construction_site:": "\U0001f3d7",
  333. ":construction_worker:": "\U0001f477",
  334. ":construction_worker_tone1:": "\U0001f477\U0001f3fb",
  335. ":construction_worker_tone2:": "\U0001f477\U0001f3fc",
  336. ":construction_worker_tone3:": "\U0001f477\U0001f3fd",
  337. ":construction_worker_tone4:": "\U0001f477\U0001f3fe",
  338. ":construction_worker_tone5:": "\U0001f477\U0001f3ff",
  339. ":control_knobs:": "\U0001f39b",
  340. ":convenience_store:": "\U0001f3ea",
  341. ":cookie:": "\U0001f36a",
  342. ":cooking:": "\U0001f373",
  343. ":cool:": "\U0001f192",
  344. ":copyright:": "\u00a9",
  345. ":corn:": "\U0001f33d",
  346. ":couch:": "\U0001f6cb",
  347. ":couple:": "\U0001f46b",
  348. ":couple_mm:": "\U0001f468\u200d\u2764\ufe0f\u200d\U0001f468",
  349. ":couple_with_heart:": "\U0001f491",
  350. ":couple_with_heart_woman_man:": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f468",
  351. ":couple_ww:": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f469",
  352. ":couplekiss:": "\U0001f48f",
  353. ":cow:": "\U0001f42e",
  354. ":cow2:": "\U0001f404",
  355. ":cowboy:": "\U0001f920",
  356. ":crab:": "\U0001f980",
  357. ":crayon:": "\U0001f58d",
  358. ":crazy_face:": "\U0001f92a",
  359. ":credit_card:": "\U0001f4b3",
  360. ":crescent_moon:": "\U0001f319",
  361. ":cricket:": "\U0001f997",
  362. ":cricket_game:": "\U0001f3cf",
  363. ":crocodile:": "\U0001f40a",
  364. ":croissant:": "\U0001f950",
  365. ":cross:": "\u271d",
  366. ":crossed_flags:": "\U0001f38c",
  367. ":crossed_swords:": "\u2694",
  368. ":crown:": "\U0001f451",
  369. ":cruise_ship:": "\U0001f6f3",
  370. ":cry:": "\U0001f622",
  371. ":crying_cat_face:": "\U0001f63f",
  372. ":crystal_ball:": "\U0001f52e",
  373. ":cucumber:": "\U0001f952",
  374. ":cup_with_straw:": "\U0001f964",
  375. ":cupid:": "\U0001f498",
  376. ":curling_stone:": "\U0001f94c",
  377. ":curly_loop:": "\u27b0",
  378. ":currency_exchange:": "\U0001f4b1",
  379. ":curry:": "\U0001f35b",
  380. ":custard:": "\U0001f36e",
  381. ":customs:": "\U0001f6c3",
  382. ":cut_of_meat:": "\U0001f969",
  383. ":cyclone:": "\U0001f300",
  384. ":dagger:": "\U0001f5e1",
  385. ":dancer:": "\U0001f483",
  386. ":dancer_tone1:": "\U0001f483\U0001f3fb",
  387. ":dancer_tone2:": "\U0001f483\U0001f3fc",
  388. ":dancer_tone3:": "\U0001f483\U0001f3fd",
  389. ":dancer_tone4:": "\U0001f483\U0001f3fe",
  390. ":dancer_tone5:": "\U0001f483\U0001f3ff",
  391. ":dango:": "\U0001f361",
  392. ":dark_sunglasses:": "\U0001f576",
  393. ":dart:": "\U0001f3af",
  394. ":dash:": "\U0001f4a8",
  395. ":date:": "\U0001f4c5",
  396. ":deciduous_tree:": "\U0001f333",
  397. ":deer:": "\U0001f98c",
  398. ":department_store:": "\U0001f3ec",
  399. ":desert:": "\U0001f3dc",
  400. ":desktop:": "\U0001f5a5",
  401. ":detective:": "\U0001f575",
  402. ":detective_tone1:": "\U0001f575\U0001f3fb",
  403. ":detective_tone2:": "\U0001f575\U0001f3fc",
  404. ":detective_tone3:": "\U0001f575\U0001f3fd",
  405. ":detective_tone4:": "\U0001f575\U0001f3fe",
  406. ":detective_tone5:": "\U0001f575\U0001f3ff",
  407. ":diamond_shape_with_a_dot_inside:": "\U0001f4a0",
  408. ":diamonds:": "\u2666",
  409. ":disappointed:": "\U0001f61e",
  410. ":disappointed_relieved:": "\U0001f625",
  411. ":dividers:": "\U0001f5c2",
  412. ":dizzy:": "\U0001f4ab",
  413. ":dizzy_face:": "\U0001f635",
  414. ":do_not_litter:": "\U0001f6af",
  415. ":dog:": "\U0001f436",
  416. ":dog2:": "\U0001f415",
  417. ":dollar:": "\U0001f4b5",
  418. ":dolls:": "\U0001f38e",
  419. ":dolphin:": "\U0001f42c",
  420. ":door:": "\U0001f6aa",
  421. ":doughnut:": "\U0001f369",
  422. ":dove:": "\U0001f54a",
  423. ":dragon:": "\U0001f409",
  424. ":dragon_face:": "\U0001f432",
  425. ":dress:": "\U0001f457",
  426. ":dromedary_camel:": "\U0001f42a",
  427. ":drooling_face:": "\U0001f924",
  428. ":droplet:": "\U0001f4a7",
  429. ":drum:": "\U0001f941",
  430. ":duck:": "\U0001f986",
  431. ":dumpling:": "\U0001f95f",
  432. ":dvd:": "\U0001f4c0",
  433. ":e-mail:": "\U0001f4e7",
  434. ":eagle:": "\U0001f985",
  435. ":ear:": "\U0001f442",
  436. ":ear_of_rice:": "\U0001f33e",
  437. ":ear_tone1:": "\U0001f442\U0001f3fb",
  438. ":ear_tone2:": "\U0001f442\U0001f3fc",
  439. ":ear_tone3:": "\U0001f442\U0001f3fd",
  440. ":ear_tone4:": "\U0001f442\U0001f3fe",
  441. ":ear_tone5:": "\U0001f442\U0001f3ff",
  442. ":earth_africa:": "\U0001f30d",
  443. ":earth_americas:": "\U0001f30e",
  444. ":earth_asia:": "\U0001f30f",
  445. ":egg:": "\U0001f95a",
  446. ":eggplant:": "\U0001f346",
  447. ":eight:": "8\ufe0f\u20e3",
  448. ":eight_pointed_black_star:": "\u2734",
  449. ":eight_spoked_asterisk:": "\u2733",
  450. ":eject:": "\u23cf",
  451. ":electric_plug:": "\U0001f50c",
  452. ":elephant:": "\U0001f418",
  453. ":elf:": "\U0001f9dd",
  454. ":elf_tone1:": "\U0001f9dd\U0001f3fb",
  455. ":elf_tone2:": "\U0001f9dd\U0001f3fc",
  456. ":elf_tone3:": "\U0001f9dd\U0001f3fd",
  457. ":elf_tone4:": "\U0001f9dd\U0001f3fe",
  458. ":elf_tone5:": "\U0001f9dd\U0001f3ff",
  459. ":end:": "\U0001f51a",
  460. ":england:": "\U0001f3f4\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f",
  461. ":envelope:": "\u2709",
  462. ":envelope_with_arrow:": "\U0001f4e9",
  463. ":euro:": "\U0001f4b6",
  464. ":european_castle:": "\U0001f3f0",
  465. ":european_post_office:": "\U0001f3e4",
  466. ":evergreen_tree:": "\U0001f332",
  467. ":exclamation:": "\u2757",
  468. ":exploding_head:": "\U0001f92f",
  469. ":expressionless:": "\U0001f611",
  470. ":eye:": "\U0001f441",
  471. ":eye_in_speech_bubble:": "\U0001f441\ufe0f\u200d\U0001f5e8\ufe0f",
  472. ":eyeglasses:": "\U0001f453",
  473. ":eyes:": "\U0001f440",
  474. ":face_vomiting:": "\U0001f92e",
  475. ":face_with_hand_over_mouth:": "\U0001f92d",
  476. ":face_with_monocle:": "\U0001f9d0",
  477. ":face_with_raised_eyebrow:": "\U0001f928",
  478. ":face_with_symbols_over_mouth:": "\U0001f92c",
  479. ":factory:": "\U0001f3ed",
  480. ":fairy:": "\U0001f9da",
  481. ":fairy_tone1:": "\U0001f9da\U0001f3fb",
  482. ":fairy_tone2:": "\U0001f9da\U0001f3fc",
  483. ":fairy_tone3:": "\U0001f9da\U0001f3fd",
  484. ":fairy_tone4:": "\U0001f9da\U0001f3fe",
  485. ":fairy_tone5:": "\U0001f9da\U0001f3ff",
  486. ":fallen_leaf:": "\U0001f342",
  487. ":family:": "\U0001f46a",
  488. ":family_man_boy:": "\U0001f468\u200d\U0001f466",
  489. ":family_man_boy_boy:": "\U0001f468\u200d\U0001f466\u200d\U0001f466",
  490. ":family_man_girl:": "\U0001f468\u200d\U0001f467",
  491. ":family_man_girl_boy:": "\U0001f468\u200d\U0001f467\u200d\U0001f466",
  492. ":family_man_girl_girl:": "\U0001f468\u200d\U0001f467\u200d\U0001f467",
  493. ":family_man_woman_boy:": "\U0001f468\u200d\U0001f469\u200d\U0001f466",
  494. ":family_mmb:": "\U0001f468\u200d\U0001f468\u200d\U0001f466",
  495. ":family_mmbb:": "\U0001f468\u200d\U0001f468\u200d\U0001f466\u200d\U0001f466",
  496. ":family_mmg:": "\U0001f468\u200d\U0001f468\u200d\U0001f467",
  497. ":family_mmgb:": "\U0001f468\u200d\U0001f468\u200d\U0001f467\u200d\U0001f466",
  498. ":family_mmgg:": "\U0001f468\u200d\U0001f468\u200d\U0001f467\u200d\U0001f467",
  499. ":family_mwbb:": "\U0001f468\u200d\U0001f469\u200d\U0001f466\u200d\U0001f466",
  500. ":family_mwg:": "\U0001f468\u200d\U0001f469\u200d\U0001f467",
  501. ":family_mwgb:": "\U0001f468\u200d\U0001f469\u200d\U0001f467\u200d\U0001f466",
  502. ":family_mwgg:": "\U0001f468\u200d\U0001f469\u200d\U0001f467\u200d\U0001f467",
  503. ":family_woman_boy:": "\U0001f469\u200d\U0001f466",
  504. ":family_woman_boy_boy:": "\U0001f469\u200d\U0001f466\u200d\U0001f466",
  505. ":family_woman_girl:": "\U0001f469\u200d\U0001f467",
  506. ":family_woman_girl_boy:": "\U0001f469\u200d\U0001f467\u200d\U0001f466",
  507. ":family_woman_girl_girl:": "\U0001f469\u200d\U0001f467\u200d\U0001f467",
  508. ":family_wwb:": "\U0001f469\u200d\U0001f469\u200d\U0001f466",
  509. ":family_wwbb:": "\U0001f469\u200d\U0001f469\u200d\U0001f466\u200d\U0001f466",
  510. ":family_wwg:": "\U0001f469\u200d\U0001f469\u200d\U0001f467",
  511. ":family_wwgb:": "\U0001f469\u200d\U0001f469\u200d\U0001f467\u200d\U0001f466",
  512. ":family_wwgg:": "\U0001f469\u200d\U0001f469\u200d\U0001f467\u200d\U0001f467",
  513. ":fast_forward:": "\u23e9",
  514. ":fax:": "\U0001f4e0",
  515. ":fearful:": "\U0001f628",
  516. ":feet:": "\U0001f43e",
  517. ":female_sign:": "\u2640",
  518. ":ferris_wheel:": "\U0001f3a1",
  519. ":ferry:": "\u26f4",
  520. ":field_hockey:": "\U0001f3d1",
  521. ":file_cabinet:": "\U0001f5c4",
  522. ":file_folder:": "\U0001f4c1",
  523. ":film_frames:": "\U0001f39e",
  524. ":fingers_crossed:": "\U0001f91e",
  525. ":fingers_crossed_tone1:": "\U0001f91e\U0001f3fb",
  526. ":fingers_crossed_tone2:": "\U0001f91e\U0001f3fc",
  527. ":fingers_crossed_tone3:": "\U0001f91e\U0001f3fd",
  528. ":fingers_crossed_tone4:": "\U0001f91e\U0001f3fe",
  529. ":fingers_crossed_tone5:": "\U0001f91e\U0001f3ff",
  530. ":fire:": "\U0001f525",
  531. ":fire_engine:": "\U0001f692",
  532. ":fireworks:": "\U0001f386",
  533. ":first_place:": "\U0001f947",
  534. ":first_quarter_moon:": "\U0001f313",
  535. ":first_quarter_moon_with_face:": "\U0001f31b",
  536. ":fish:": "\U0001f41f",
  537. ":fish_cake:": "\U0001f365",
  538. ":fishing_pole_and_fish:": "\U0001f3a3",
  539. ":fist:": "\u270a",
  540. ":fist_tone1:": "\u270a\U0001f3fb",
  541. ":fist_tone2:": "\u270a\U0001f3fc",
  542. ":fist_tone3:": "\u270a\U0001f3fd",
  543. ":fist_tone4:": "\u270a\U0001f3fe",
  544. ":fist_tone5:": "\u270a\U0001f3ff",
  545. ":five:": "5\ufe0f\u20e3",
  546. ":flag_ac:": "\U0001f1e6\U0001f1e8",
  547. ":flag_ad:": "\U0001f1e6\U0001f1e9",
  548. ":flag_ae:": "\U0001f1e6\U0001f1ea",
  549. ":flag_af:": "\U0001f1e6\U0001f1eb",
  550. ":flag_ag:": "\U0001f1e6\U0001f1ec",
  551. ":flag_ai:": "\U0001f1e6\U0001f1ee",
  552. ":flag_al:": "\U0001f1e6\U0001f1f1",
  553. ":flag_am:": "\U0001f1e6\U0001f1f2",
  554. ":flag_ao:": "\U0001f1e6\U0001f1f4",
  555. ":flag_aq:": "\U0001f1e6\U0001f1f6",
  556. ":flag_ar:": "\U0001f1e6\U0001f1f7",
  557. ":flag_as:": "\U0001f1e6\U0001f1f8",
  558. ":flag_at:": "\U0001f1e6\U0001f1f9",
  559. ":flag_au:": "\U0001f1e6\U0001f1fa",
  560. ":flag_aw:": "\U0001f1e6\U0001f1fc",
  561. ":flag_ax:": "\U0001f1e6\U0001f1fd",
  562. ":flag_az:": "\U0001f1e6\U0001f1ff",
  563. ":flag_ba:": "\U0001f1e7\U0001f1e6",
  564. ":flag_bb:": "\U0001f1e7\U0001f1e7",
  565. ":flag_bd:": "\U0001f1e7\U0001f1e9",
  566. ":flag_be:": "\U0001f1e7\U0001f1ea",
  567. ":flag_bf:": "\U0001f1e7\U0001f1eb",
  568. ":flag_bg:": "\U0001f1e7\U0001f1ec",
  569. ":flag_bh:": "\U0001f1e7\U0001f1ed",
  570. ":flag_bi:": "\U0001f1e7\U0001f1ee",
  571. ":flag_bj:": "\U0001f1e7\U0001f1ef",
  572. ":flag_bl:": "\U0001f1e7\U0001f1f1",
  573. ":flag_black:": "\U0001f3f4",
  574. ":flag_bm:": "\U0001f1e7\U0001f1f2",
  575. ":flag_bn:": "\U0001f1e7\U0001f1f3",
  576. ":flag_bo:": "\U0001f1e7\U0001f1f4",
  577. ":flag_bq:": "\U0001f1e7\U0001f1f6",
  578. ":flag_br:": "\U0001f1e7\U0001f1f7",
  579. ":flag_bs:": "\U0001f1e7\U0001f1f8",
  580. ":flag_bt:": "\U0001f1e7\U0001f1f9",
  581. ":flag_bv:": "\U0001f1e7\U0001f1fb",
  582. ":flag_bw:": "\U0001f1e7\U0001f1fc",
  583. ":flag_by:": "\U0001f1e7\U0001f1fe",
  584. ":flag_bz:": "\U0001f1e7\U0001f1ff",
  585. ":flag_ca:": "\U0001f1e8\U0001f1e6",
  586. ":flag_cc:": "\U0001f1e8\U0001f1e8",
  587. ":flag_cd:": "\U0001f1e8\U0001f1e9",
  588. ":flag_cf:": "\U0001f1e8\U0001f1eb",
  589. ":flag_cg:": "\U0001f1e8\U0001f1ec",
  590. ":flag_ch:": "\U0001f1e8\U0001f1ed",
  591. ":flag_ci:": "\U0001f1e8\U0001f1ee",
  592. ":flag_ck:": "\U0001f1e8\U0001f1f0",
  593. ":flag_cl:": "\U0001f1e8\U0001f1f1",
  594. ":flag_cm:": "\U0001f1e8\U0001f1f2",
  595. ":flag_cn:": "\U0001f1e8\U0001f1f3",
  596. ":flag_co:": "\U0001f1e8\U0001f1f4",
  597. ":flag_cp:": "\U0001f1e8\U0001f1f5",
  598. ":flag_cr:": "\U0001f1e8\U0001f1f7",
  599. ":flag_cu:": "\U0001f1e8\U0001f1fa",
  600. ":flag_cv:": "\U0001f1e8\U0001f1fb",
  601. ":flag_cw:": "\U0001f1e8\U0001f1fc",
  602. ":flag_cx:": "\U0001f1e8\U0001f1fd",
  603. ":flag_cy:": "\U0001f1e8\U0001f1fe",
  604. ":flag_cz:": "\U0001f1e8\U0001f1ff",
  605. ":flag_de:": "\U0001f1e9\U0001f1ea",
  606. ":flag_dg:": "\U0001f1e9\U0001f1ec",
  607. ":flag_dj:": "\U0001f1e9\U0001f1ef",
  608. ":flag_dk:": "\U0001f1e9\U0001f1f0",
  609. ":flag_dm:": "\U0001f1e9\U0001f1f2",
  610. ":flag_do:": "\U0001f1e9\U0001f1f4",
  611. ":flag_dz:": "\U0001f1e9\U0001f1ff",
  612. ":flag_ea:": "\U0001f1ea\U0001f1e6",
  613. ":flag_ec:": "\U0001f1ea\U0001f1e8",
  614. ":flag_ee:": "\U0001f1ea\U0001f1ea",
  615. ":flag_eg:": "\U0001f1ea\U0001f1ec",
  616. ":flag_eh:": "\U0001f1ea\U0001f1ed",
  617. ":flag_er:": "\U0001f1ea\U0001f1f7",
  618. ":flag_es:": "\U0001f1ea\U0001f1f8",
  619. ":flag_et:": "\U0001f1ea\U0001f1f9",
  620. ":flag_eu:": "\U0001f1ea\U0001f1fa",
  621. ":flag_fi:": "\U0001f1eb\U0001f1ee",
  622. ":flag_fj:": "\U0001f1eb\U0001f1ef",
  623. ":flag_fk:": "\U0001f1eb\U0001f1f0",
  624. ":flag_fm:": "\U0001f1eb\U0001f1f2",
  625. ":flag_fo:": "\U0001f1eb\U0001f1f4",
  626. ":flag_fr:": "\U0001f1eb\U0001f1f7",
  627. ":flag_ga:": "\U0001f1ec\U0001f1e6",
  628. ":flag_gb:": "\U0001f1ec\U0001f1e7",
  629. ":flag_gd:": "\U0001f1ec\U0001f1e9",
  630. ":flag_ge:": "\U0001f1ec\U0001f1ea",
  631. ":flag_gf:": "\U0001f1ec\U0001f1eb",
  632. ":flag_gg:": "\U0001f1ec\U0001f1ec",
  633. ":flag_gh:": "\U0001f1ec\U0001f1ed",
  634. ":flag_gi:": "\U0001f1ec\U0001f1ee",
  635. ":flag_gl:": "\U0001f1ec\U0001f1f1",
  636. ":flag_gm:": "\U0001f1ec\U0001f1f2",
  637. ":flag_gn:": "\U0001f1ec\U0001f1f3",
  638. ":flag_gp:": "\U0001f1ec\U0001f1f5",
  639. ":flag_gq:": "\U0001f1ec\U0001f1f6",
  640. ":flag_gr:": "\U0001f1ec\U0001f1f7",
  641. ":flag_gs:": "\U0001f1ec\U0001f1f8",
  642. ":flag_gt:": "\U0001f1ec\U0001f1f9",
  643. ":flag_gu:": "\U0001f1ec\U0001f1fa",
  644. ":flag_gw:": "\U0001f1ec\U0001f1fc",
  645. ":flag_gy:": "\U0001f1ec\U0001f1fe",
  646. ":flag_hk:": "\U0001f1ed\U0001f1f0",
  647. ":flag_hm:": "\U0001f1ed\U0001f1f2",
  648. ":flag_hn:": "\U0001f1ed\U0001f1f3",
  649. ":flag_hr:": "\U0001f1ed\U0001f1f7",
  650. ":flag_ht:": "\U0001f1ed\U0001f1f9",
  651. ":flag_hu:": "\U0001f1ed\U0001f1fa",
  652. ":flag_ic:": "\U0001f1ee\U0001f1e8",
  653. ":flag_id:": "\U0001f1ee\U0001f1e9",
  654. ":flag_ie:": "\U0001f1ee\U0001f1ea",
  655. ":flag_il:": "\U0001f1ee\U0001f1f1",
  656. ":flag_im:": "\U0001f1ee\U0001f1f2",
  657. ":flag_in:": "\U0001f1ee\U0001f1f3",
  658. ":flag_io:": "\U0001f1ee\U0001f1f4",
  659. ":flag_iq:": "\U0001f1ee\U0001f1f6",
  660. ":flag_ir:": "\U0001f1ee\U0001f1f7",
  661. ":flag_is:": "\U0001f1ee\U0001f1f8",
  662. ":flag_it:": "\U0001f1ee\U0001f1f9",
  663. ":flag_je:": "\U0001f1ef\U0001f1ea",
  664. ":flag_jm:": "\U0001f1ef\U0001f1f2",
  665. ":flag_jo:": "\U0001f1ef\U0001f1f4",
  666. ":flag_jp:": "\U0001f1ef\U0001f1f5",
  667. ":flag_ke:": "\U0001f1f0\U0001f1ea",
  668. ":flag_kg:": "\U0001f1f0\U0001f1ec",
  669. ":flag_kh:": "\U0001f1f0\U0001f1ed",
  670. ":flag_ki:": "\U0001f1f0\U0001f1ee",
  671. ":flag_km:": "\U0001f1f0\U0001f1f2",
  672. ":flag_kn:": "\U0001f1f0\U0001f1f3",
  673. ":flag_kp:": "\U0001f1f0\U0001f1f5",
  674. ":flag_kr:": "\U0001f1f0\U0001f1f7",
  675. ":flag_kw:": "\U0001f1f0\U0001f1fc",
  676. ":flag_ky:": "\U0001f1f0\U0001f1fe",
  677. ":flag_kz:": "\U0001f1f0\U0001f1ff",
  678. ":flag_la:": "\U0001f1f1\U0001f1e6",
  679. ":flag_lb:": "\U0001f1f1\U0001f1e7",
  680. ":flag_lc:": "\U0001f1f1\U0001f1e8",
  681. ":flag_li:": "\U0001f1f1\U0001f1ee",
  682. ":flag_lk:": "\U0001f1f1\U0001f1f0",
  683. ":flag_lr:": "\U0001f1f1\U0001f1f7",
  684. ":flag_ls:": "\U0001f1f1\U0001f1f8",
  685. ":flag_lt:": "\U0001f1f1\U0001f1f9",
  686. ":flag_lu:": "\U0001f1f1\U0001f1fa",
  687. ":flag_lv:": "\U0001f1f1\U0001f1fb",
  688. ":flag_ly:": "\U0001f1f1\U0001f1fe",
  689. ":flag_ma:": "\U0001f1f2\U0001f1e6",
  690. ":flag_mc:": "\U0001f1f2\U0001f1e8",
  691. ":flag_md:": "\U0001f1f2\U0001f1e9",
  692. ":flag_me:": "\U0001f1f2\U0001f1ea",
  693. ":flag_mf:": "\U0001f1f2\U0001f1eb",
  694. ":flag_mg:": "\U0001f1f2\U0001f1ec",
  695. ":flag_mh:": "\U0001f1f2\U0001f1ed",
  696. ":flag_mk:": "\U0001f1f2\U0001f1f0",
  697. ":flag_ml:": "\U0001f1f2\U0001f1f1",
  698. ":flag_mm:": "\U0001f1f2\U0001f1f2",
  699. ":flag_mn:": "\U0001f1f2\U0001f1f3",
  700. ":flag_mo:": "\U0001f1f2\U0001f1f4",
  701. ":flag_mp:": "\U0001f1f2\U0001f1f5",
  702. ":flag_mq:": "\U0001f1f2\U0001f1f6",
  703. ":flag_mr:": "\U0001f1f2\U0001f1f7",
  704. ":flag_ms:": "\U0001f1f2\U0001f1f8",
  705. ":flag_mt:": "\U0001f1f2\U0001f1f9",
  706. ":flag_mu:": "\U0001f1f2\U0001f1fa",
  707. ":flag_mv:": "\U0001f1f2\U0001f1fb",
  708. ":flag_mw:": "\U0001f1f2\U0001f1fc",
  709. ":flag_mx:": "\U0001f1f2\U0001f1fd",
  710. ":flag_my:": "\U0001f1f2\U0001f1fe",
  711. ":flag_mz:": "\U0001f1f2\U0001f1ff",
  712. ":flag_na:": "\U0001f1f3\U0001f1e6",
  713. ":flag_nc:": "\U0001f1f3\U0001f1e8",
  714. ":flag_ne:": "\U0001f1f3\U0001f1ea",
  715. ":flag_nf:": "\U0001f1f3\U0001f1eb",
  716. ":flag_ng:": "\U0001f1f3\U0001f1ec",
  717. ":flag_ni:": "\U0001f1f3\U0001f1ee",
  718. ":flag_nl:": "\U0001f1f3\U0001f1f1",
  719. ":flag_no:": "\U0001f1f3\U0001f1f4",
  720. ":flag_np:": "\U0001f1f3\U0001f1f5",
  721. ":flag_nr:": "\U0001f1f3\U0001f1f7",
  722. ":flag_nu:": "\U0001f1f3\U0001f1fa",
  723. ":flag_nz:": "\U0001f1f3\U0001f1ff",
  724. ":flag_om:": "\U0001f1f4\U0001f1f2",
  725. ":flag_pa:": "\U0001f1f5\U0001f1e6",
  726. ":flag_pe:": "\U0001f1f5\U0001f1ea",
  727. ":flag_pf:": "\U0001f1f5\U0001f1eb",
  728. ":flag_pg:": "\U0001f1f5\U0001f1ec",
  729. ":flag_ph:": "\U0001f1f5\U0001f1ed",
  730. ":flag_pk:": "\U0001f1f5\U0001f1f0",
  731. ":flag_pl:": "\U0001f1f5\U0001f1f1",
  732. ":flag_pm:": "\U0001f1f5\U0001f1f2",
  733. ":flag_pn:": "\U0001f1f5\U0001f1f3",
  734. ":flag_pr:": "\U0001f1f5\U0001f1f7",
  735. ":flag_ps:": "\U0001f1f5\U0001f1f8",
  736. ":flag_pt:": "\U0001f1f5\U0001f1f9",
  737. ":flag_pw:": "\U0001f1f5\U0001f1fc",
  738. ":flag_py:": "\U0001f1f5\U0001f1fe",
  739. ":flag_qa:": "\U0001f1f6\U0001f1e6",
  740. ":flag_re:": "\U0001f1f7\U0001f1ea",
  741. ":flag_ro:": "\U0001f1f7\U0001f1f4",
  742. ":flag_rs:": "\U0001f1f7\U0001f1f8",
  743. ":flag_ru:": "\U0001f1f7\U0001f1fa",
  744. ":flag_rw:": "\U0001f1f7\U0001f1fc",
  745. ":flag_sa:": "\U0001f1f8\U0001f1e6",
  746. ":flag_sb:": "\U0001f1f8\U0001f1e7",
  747. ":flag_sc:": "\U0001f1f8\U0001f1e8",
  748. ":flag_sd:": "\U0001f1f8\U0001f1e9",
  749. ":flag_se:": "\U0001f1f8\U0001f1ea",
  750. ":flag_sg:": "\U0001f1f8\U0001f1ec",
  751. ":flag_sh:": "\U0001f1f8\U0001f1ed",
  752. ":flag_si:": "\U0001f1f8\U0001f1ee",
  753. ":flag_sj:": "\U0001f1f8\U0001f1ef",
  754. ":flag_sk:": "\U0001f1f8\U0001f1f0",
  755. ":flag_sl:": "\U0001f1f8\U0001f1f1",
  756. ":flag_sm:": "\U0001f1f8\U0001f1f2",
  757. ":flag_sn:": "\U0001f1f8\U0001f1f3",
  758. ":flag_so:": "\U0001f1f8\U0001f1f4",
  759. ":flag_sr:": "\U0001f1f8\U0001f1f7",
  760. ":flag_ss:": "\U0001f1f8\U0001f1f8",
  761. ":flag_st:": "\U0001f1f8\U0001f1f9",
  762. ":flag_sv:": "\U0001f1f8\U0001f1fb",
  763. ":flag_sx:": "\U0001f1f8\U0001f1fd",
  764. ":flag_sy:": "\U0001f1f8\U0001f1fe",
  765. ":flag_sz:": "\U0001f1f8\U0001f1ff",
  766. ":flag_ta:": "\U0001f1f9\U0001f1e6",
  767. ":flag_tc:": "\U0001f1f9\U0001f1e8",
  768. ":flag_td:": "\U0001f1f9\U0001f1e9",
  769. ":flag_tf:": "\U0001f1f9\U0001f1eb",
  770. ":flag_tg:": "\U0001f1f9\U0001f1ec",
  771. ":flag_th:": "\U0001f1f9\U0001f1ed",
  772. ":flag_tj:": "\U0001f1f9\U0001f1ef",
  773. ":flag_tk:": "\U0001f1f9\U0001f1f0",
  774. ":flag_tl:": "\U0001f1f9\U0001f1f1",
  775. ":flag_tm:": "\U0001f1f9\U0001f1f2",
  776. ":flag_tn:": "\U0001f1f9\U0001f1f3",
  777. ":flag_to:": "\U0001f1f9\U0001f1f4",
  778. ":flag_tr:": "\U0001f1f9\U0001f1f7",
  779. ":flag_tt:": "\U0001f1f9\U0001f1f9",
  780. ":flag_tv:": "\U0001f1f9\U0001f1fb",
  781. ":flag_tw:": "\U0001f1f9\U0001f1fc",
  782. ":flag_tz:": "\U0001f1f9\U0001f1ff",
  783. ":flag_ua:": "\U0001f1fa\U0001f1e6",
  784. ":flag_ug:": "\U0001f1fa\U0001f1ec",
  785. ":flag_um:": "\U0001f1fa\U0001f1f2",
  786. ":flag_us:": "\U0001f1fa\U0001f1f8",
  787. ":flag_uy:": "\U0001f1fa\U0001f1fe",
  788. ":flag_uz:": "\U0001f1fa\U0001f1ff",
  789. ":flag_va:": "\U0001f1fb\U0001f1e6",
  790. ":flag_vc:": "\U0001f1fb\U0001f1e8",
  791. ":flag_ve:": "\U0001f1fb\U0001f1ea",
  792. ":flag_vg:": "\U0001f1fb\U0001f1ec",
  793. ":flag_vi:": "\U0001f1fb\U0001f1ee",
  794. ":flag_vn:": "\U0001f1fb\U0001f1f3",
  795. ":flag_vu:": "\U0001f1fb\U0001f1fa",
  796. ":flag_wf:": "\U0001f1fc\U0001f1eb",
  797. ":flag_white:": "\U0001f3f3",
  798. ":flag_ws:": "\U0001f1fc\U0001f1f8",
  799. ":flag_xk:": "\U0001f1fd\U0001f1f0",
  800. ":flag_ye:": "\U0001f1fe\U0001f1ea",
  801. ":flag_yt:": "\U0001f1fe\U0001f1f9",
  802. ":flag_za:": "\U0001f1ff\U0001f1e6",
  803. ":flag_zm:": "\U0001f1ff\U0001f1f2",
  804. ":flag_zw:": "\U0001f1ff\U0001f1fc",
  805. ":flags:": "\U0001f38f",
  806. ":flashlight:": "\U0001f526",
  807. ":fleur-de-lis:": "\u269c",
  808. ":floppy_disk:": "\U0001f4be",
  809. ":flower_playing_cards:": "\U0001f3b4",
  810. ":flushed:": "\U0001f633",
  811. ":flying_saucer:": "\U0001f6f8",
  812. ":fog:": "\U0001f32b",
  813. ":foggy:": "\U0001f301",
  814. ":football:": "\U0001f3c8",
  815. ":footprints:": "\U0001f463",
  816. ":fork_and_knife:": "\U0001f374",
  817. ":fork_knife_plate:": "\U0001f37d",
  818. ":fortune_cookie:": "\U0001f960",
  819. ":fountain:": "\u26f2",
  820. ":four:": "4\ufe0f\u20e3",
  821. ":four_leaf_clover:": "\U0001f340",
  822. ":fox:": "\U0001f98a",
  823. ":frame_photo:": "\U0001f5bc",
  824. ":free:": "\U0001f193",
  825. ":french_bread:": "\U0001f956",
  826. ":fried_shrimp:": "\U0001f364",
  827. ":fries:": "\U0001f35f",
  828. ":frog:": "\U0001f438",
  829. ":frowning:": "\U0001f626",
  830. ":frowning2:": "\u2639",
  831. ":fuelpump:": "\u26fd",
  832. ":full_moon:": "\U0001f315",
  833. ":full_moon_with_face:": "\U0001f31d",
  834. ":game_die:": "\U0001f3b2",
  835. ":gear:": "\u2699",
  836. ":gem:": "\U0001f48e",
  837. ":gemini:": "\u264a",
  838. ":genie:": "\U0001f9de",
  839. ":ghost:": "\U0001f47b",
  840. ":gift:": "\U0001f381",
  841. ":gift_heart:": "\U0001f49d",
  842. ":giraffe:": "\U0001f992",
  843. ":girl:": "\U0001f467",
  844. ":girl_tone1:": "\U0001f467\U0001f3fb",
  845. ":girl_tone2:": "\U0001f467\U0001f3fc",
  846. ":girl_tone3:": "\U0001f467\U0001f3fd",
  847. ":girl_tone4:": "\U0001f467\U0001f3fe",
  848. ":girl_tone5:": "\U0001f467\U0001f3ff",
  849. ":globe_with_meridians:": "\U0001f310",
  850. ":gloves:": "\U0001f9e4",
  851. ":goal:": "\U0001f945",
  852. ":goat:": "\U0001f410",
  853. ":golf:": "\u26f3",
  854. ":gorilla:": "\U0001f98d",
  855. ":grapes:": "\U0001f347",
  856. ":green_apple:": "\U0001f34f",
  857. ":green_book:": "\U0001f4d7",
  858. ":green_heart:": "\U0001f49a",
  859. ":grey_exclamation:": "\u2755",
  860. ":grey_question:": "\u2754",
  861. ":grimacing:": "\U0001f62c",
  862. ":grin:": "\U0001f604",
  863. ":grinning:": "\U0001f600",
  864. ":guard:": "\U0001f482",
  865. ":guard_tone1:": "\U0001f482\U0001f3fb",
  866. ":guard_tone2:": "\U0001f482\U0001f3fc",
  867. ":guard_tone3:": "\U0001f482\U0001f3fd",
  868. ":guard_tone4:": "\U0001f482\U0001f3fe",
  869. ":guard_tone5:": "\U0001f482\U0001f3ff",
  870. ":guitar:": "\U0001f3b8",
  871. ":gun:": "\U0001f52b",
  872. ":hamburger:": "\U0001f354",
  873. ":hammer:": "\U0001f528",
  874. ":hammer_pick:": "\u2692",
  875. ":hamster:": "\U0001f439",
  876. ":hand_splayed_tone1:": "\U0001f590\U0001f3fb",
  877. ":hand_splayed_tone2:": "\U0001f590\U0001f3fc",
  878. ":hand_splayed_tone3:": "\U0001f590\U0001f3fd",
  879. ":hand_splayed_tone4:": "\U0001f590\U0001f3fe",
  880. ":hand_splayed_tone5:": "\U0001f590\U0001f3ff",
  881. ":handbag:": "\U0001f45c",
  882. ":handshake:": "\U0001f91d",
  883. ":hash:": "#\ufe0f\u20e3",
  884. ":hatched_chick:": "\U0001f425",
  885. ":hatching_chick:": "\U0001f423",
  886. ":head_bandage:": "\U0001f915",
  887. ":headphones:": "\U0001f3a7",
  888. ":hear_no_evil:": "\U0001f649",
  889. ":heart:": "\u2764",
  890. ":heart_decoration:": "\U0001f49f",
  891. ":heart_exclamation:": "\u2763",
  892. ":heart_eyes:": "\U0001f60d",
  893. ":heart_eyes_cat:": "\U0001f63b",
  894. ":heartbeat:": "\U0001f493",
  895. ":heartpulse:": "\U0001f497",
  896. ":hearts:": "\u2665",
  897. ":heavy_check_mark:": "\u2714",
  898. ":heavy_division_sign:": "\u2797",
  899. ":heavy_dollar_sign:": "\U0001f4b2",
  900. ":heavy_minus_sign:": "\u2796",
  901. ":heavy_multiplication_x:": "\u2716",
  902. ":heavy_plus_sign:": "\u2795",
  903. ":hedgehog:": "\U0001f994",
  904. ":helicopter:": "\U0001f681",
  905. ":helmet_with_cross:": "\u26d1",
  906. ":herb:": "\U0001f33f",
  907. ":hibiscus:": "\U0001f33a",
  908. ":high_brightness:": "\U0001f506",
  909. ":high_heel:": "\U0001f460",
  910. ":hockey:": "\U0001f3d2",
  911. ":hole:": "\U0001f573",
  912. ":homes:": "\U0001f3d8",
  913. ":honey_pot:": "\U0001f36f",
  914. ":horse:": "\U0001f434",
  915. ":horse_racing:": "\U0001f3c7",
  916. ":horse_racing_tone1:": "\U0001f3c7\U0001f3fb",
  917. ":horse_racing_tone2:": "\U0001f3c7\U0001f3fc",
  918. ":horse_racing_tone3:": "\U0001f3c7\U0001f3fd",
  919. ":horse_racing_tone4:": "\U0001f3c7\U0001f3fe",
  920. ":horse_racing_tone5:": "\U0001f3c7\U0001f3ff",
  921. ":hospital:": "\U0001f3e5",
  922. ":hot_pepper:": "\U0001f336",
  923. ":hotdog:": "\U0001f32d",
  924. ":hotel:": "\U0001f3e8",
  925. ":hotsprings:": "\u2668",
  926. ":hourglass:": "\u231b",
  927. ":hourglass_flowing_sand:": "\u23f3",
  928. ":house:": "\U0001f3e0",
  929. ":house_abandoned:": "\U0001f3da",
  930. ":house_with_garden:": "\U0001f3e1",
  931. ":hugging:": "\U0001f917",
  932. ":hushed:": "\U0001f62f",
  933. ":ice_cream:": "\U0001f368",
  934. ":ice_skate:": "\u26f8",
  935. ":icecream:": "\U0001f366",
  936. ":id:": "\U0001f194",
  937. ":ideograph_advantage:": "\U0001f250",
  938. ":imp:": "\U0001f47f",
  939. ":inbox_tray:": "\U0001f4e5",
  940. ":incoming_envelope:": "\U0001f4e8",
  941. ":information_source:": "\u2139",
  942. ":innocent:": "\U0001f607",
  943. ":interrobang:": "\u2049",
  944. ":iphone:": "\U0001f4f1",
  945. ":island:": "\U0001f3dd",
  946. ":izakaya_lantern:": "\U0001f3ee",
  947. ":jack_o_lantern:": "\U0001f383",
  948. ":japan:": "\U0001f5fe",
  949. ":japanese_castle:": "\U0001f3ef",
  950. ":japanese_goblin:": "\U0001f47a",
  951. ":japanese_ogre:": "\U0001f479",
  952. ":jeans:": "\U0001f456",
  953. ":joy:": "\U0001f602",
  954. ":joy_cat:": "\U0001f639",
  955. ":joystick:": "\U0001f579",
  956. ":kaaba:": "\U0001f54b",
  957. ":key:": "\U0001f511",
  958. ":key2:": "\U0001f5dd",
  959. ":keyboard:": "\u2328",
  960. ":keycap_ten:": "\U0001f51f",
  961. ":kimono:": "\U0001f458",
  962. ":kiss:": "\U0001f48b",
  963. ":kiss_mm:": "\U0001f468\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468",
  964. ":kiss_woman_man:": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468",
  965. ":kiss_ww:": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f469",
  966. ":kissing:": "\U0001f617",
  967. ":kissing_cat:": "\U0001f63d",
  968. ":kissing_closed_eyes:": "\U0001f61a",
  969. ":kissing_heart:": "\U0001f618",
  970. ":kissing_smiling_eyes:": "\U0001f619",
  971. ":kiwi:": "\U0001f95d",
  972. ":knife:": "\U0001f52a",
  973. ":koala:": "\U0001f428",
  974. ":koko:": "\U0001f201",
  975. ":label:": "\U0001f3f7",
  976. ":large_blue_diamond:": "\U0001f537",
  977. ":large_orange_diamond:": "\U0001f536",
  978. ":last_quarter_moon:": "\U0001f317",
  979. ":last_quarter_moon_with_face:": "\U0001f31c",
  980. ":laughing:": "\U0001f606",
  981. ":leaves:": "\U0001f343",
  982. ":ledger:": "\U0001f4d2",
  983. ":left_facing_fist:": "\U0001f91b",
  984. ":left_facing_fist_tone1:": "\U0001f91b\U0001f3fb",
  985. ":left_facing_fist_tone2:": "\U0001f91b\U0001f3fc",
  986. ":left_facing_fist_tone3:": "\U0001f91b\U0001f3fd",
  987. ":left_facing_fist_tone4:": "\U0001f91b\U0001f3fe",
  988. ":left_facing_fist_tone5:": "\U0001f91b\U0001f3ff",
  989. ":left_luggage:": "\U0001f6c5",
  990. ":left_right_arrow:": "\u2194",
  991. ":leftwards_arrow_with_hook:": "\u21a9",
  992. ":lemon:": "\U0001f34b",
  993. ":leo:": "\u264c",
  994. ":leopard:": "\U0001f406",
  995. ":level_slider:": "\U0001f39a",
  996. ":libra:": "\u264e",
  997. ":light_rail:": "\U0001f688",
  998. ":link:": "\U0001f517",
  999. ":lion_face:": "\U0001f981",
  1000. ":lips:": "\U0001f444",
  1001. ":lipstick:": "\U0001f484",
  1002. ":lizard:": "\U0001f98e",
  1003. ":lock:": "\U0001f512",
  1004. ":lock_with_ink_pen:": "\U0001f50f",
  1005. ":lollipop:": "\U0001f36d",
  1006. ":loop:": "\u27bf",
  1007. ":loud_sound:": "\U0001f50a",
  1008. ":loudspeaker:": "\U0001f4e2",
  1009. ":love_hotel:": "\U0001f3e9",
  1010. ":love_letter:": "\U0001f48c",
  1011. ":love_you_gesture:": "\U0001f91f",
  1012. ":love_you_gesture_tone1:": "\U0001f91f\U0001f3fb",
  1013. ":love_you_gesture_tone2:": "\U0001f91f\U0001f3fc",
  1014. ":love_you_gesture_tone3:": "\U0001f91f\U0001f3fd",
  1015. ":love_you_gesture_tone4:": "\U0001f91f\U0001f3fe",
  1016. ":love_you_gesture_tone5:": "\U0001f91f\U0001f3ff",
  1017. ":low_brightness:": "\U0001f505",
  1018. ":lying_face:": "\U0001f925",
  1019. ":m:": "\u24c2",
  1020. ":mag:": "\U0001f50d",
  1021. ":mag_right:": "\U0001f50e",
  1022. ":mage:": "\U0001f9d9",
  1023. ":mage_tone1:": "\U0001f9d9\U0001f3fb",
  1024. ":mage_tone2:": "\U0001f9d9\U0001f3fc",
  1025. ":mage_tone3:": "\U0001f9d9\U0001f3fd",
  1026. ":mage_tone4:": "\U0001f9d9\U0001f3fe",
  1027. ":mage_tone5:": "\U0001f9d9\U0001f3ff",
  1028. ":mahjong:": "\U0001f004",
  1029. ":mailbox:": "\U0001f4eb",
  1030. ":mailbox_closed:": "\U0001f4ea",
  1031. ":mailbox_with_mail:": "\U0001f4ec",
  1032. ":mailbox_with_no_mail:": "\U0001f4ed",
  1033. ":male_sign:": "\u2642",
  1034. ":man:": "\U0001f468",
  1035. ":man_artist:": "\U0001f468\u200d\U0001f3a8",
  1036. ":man_artist_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f3a8",
  1037. ":man_artist_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f3a8",
  1038. ":man_artist_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f3a8",
  1039. ":man_artist_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f3a8",
  1040. ":man_artist_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f3a8",
  1041. ":man_astronaut:": "\U0001f468\u200d\U0001f680",
  1042. ":man_astronaut_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f680",
  1043. ":man_astronaut_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f680",
  1044. ":man_astronaut_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f680",
  1045. ":man_astronaut_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f680",
  1046. ":man_astronaut_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f680",
  1047. ":man_biking:": "\U0001f6b4\u200d\u2642\ufe0f",
  1048. ":man_biking_tone1:": "\U0001f6b4\U0001f3fb\u200d\u2642\ufe0f",
  1049. ":man_biking_tone2:": "\U0001f6b4\U0001f3fc\u200d\u2642\ufe0f",
  1050. ":man_biking_tone3:": "\U0001f6b4\U0001f3fd\u200d\u2642\ufe0f",
  1051. ":man_biking_tone4:": "\U0001f6b4\U0001f3fe\u200d\u2642\ufe0f",
  1052. ":man_biking_tone5:": "\U0001f6b4\U0001f3ff\u200d\u2642\ufe0f",
  1053. ":man_bouncing_ball:": "\u26f9\ufe0f\u200d\u2642\ufe0f",
  1054. ":man_bouncing_ball_tone1:": "\u26f9\U0001f3fb\u200d\u2642\ufe0f",
  1055. ":man_bouncing_ball_tone2:": "\u26f9\U0001f3fc\u200d\u2642\ufe0f",
  1056. ":man_bouncing_ball_tone3:": "\u26f9\U0001f3fd\u200d\u2642\ufe0f",
  1057. ":man_bouncing_ball_tone4:": "\u26f9\U0001f3fe\u200d\u2642\ufe0f",
  1058. ":man_bouncing_ball_tone5:": "\u26f9\U0001f3ff\u200d\u2642\ufe0f",
  1059. ":man_bowing:": "\U0001f647\u200d\u2642\ufe0f",
  1060. ":man_bowing_tone1:": "\U0001f647\U0001f3fb\u200d\u2642\ufe0f",
  1061. ":man_bowing_tone2:": "\U0001f647\U0001f3fc\u200d\u2642\ufe0f",
  1062. ":man_bowing_tone3:": "\U0001f647\U0001f3fd\u200d\u2642\ufe0f",
  1063. ":man_bowing_tone4:": "\U0001f647\U0001f3fe\u200d\u2642\ufe0f",
  1064. ":man_bowing_tone5:": "\U0001f647\U0001f3ff\u200d\u2642\ufe0f",
  1065. ":man_cartwheeling:": "\U0001f938\u200d\u2642\ufe0f",
  1066. ":man_cartwheeling_tone1:": "\U0001f938\U0001f3fb\u200d\u2642\ufe0f",
  1067. ":man_cartwheeling_tone2:": "\U0001f938\U0001f3fc\u200d\u2642\ufe0f",
  1068. ":man_cartwheeling_tone3:": "\U0001f938\U0001f3fd\u200d\u2642\ufe0f",
  1069. ":man_cartwheeling_tone4:": "\U0001f938\U0001f3fe\u200d\u2642\ufe0f",
  1070. ":man_cartwheeling_tone5:": "\U0001f938\U0001f3ff\u200d\u2642\ufe0f",
  1071. ":man_climbing:": "\U0001f9d7\u200d\u2642\ufe0f",
  1072. ":man_climbing_tone1:": "\U0001f9d7\U0001f3fb\u200d\u2642\ufe0f",
  1073. ":man_climbing_tone2:": "\U0001f9d7\U0001f3fc\u200d\u2642\ufe0f",
  1074. ":man_climbing_tone3:": "\U0001f9d7\U0001f3fd\u200d\u2642\ufe0f",
  1075. ":man_climbing_tone4:": "\U0001f9d7\U0001f3fe\u200d\u2642\ufe0f",
  1076. ":man_climbing_tone5:": "\U0001f9d7\U0001f3ff\u200d\u2642\ufe0f",
  1077. ":man_construction_worker:": "\U0001f477\u200d\u2642\ufe0f",
  1078. ":man_construction_worker_tone1:": "\U0001f477\U0001f3fb\u200d\u2642\ufe0f",
  1079. ":man_construction_worker_tone2:": "\U0001f477\U0001f3fc\u200d\u2642\ufe0f",
  1080. ":man_construction_worker_tone3:": "\U0001f477\U0001f3fd\u200d\u2642\ufe0f",
  1081. ":man_construction_worker_tone4:": "\U0001f477\U0001f3fe\u200d\u2642\ufe0f",
  1082. ":man_construction_worker_tone5:": "\U0001f477\U0001f3ff\u200d\u2642\ufe0f",
  1083. ":man_cook:": "\U0001f468\u200d\U0001f373",
  1084. ":man_cook_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f373",
  1085. ":man_cook_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f373",
  1086. ":man_cook_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f373",
  1087. ":man_cook_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f373",
  1088. ":man_cook_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f373",
  1089. ":man_dancing:": "\U0001f57a",
  1090. ":man_dancing_tone1:": "\U0001f57a\U0001f3fb",
  1091. ":man_dancing_tone2:": "\U0001f57a\U0001f3fc",
  1092. ":man_dancing_tone3:": "\U0001f57a\U0001f3fd",
  1093. ":man_dancing_tone4:": "\U0001f57a\U0001f3fe",
  1094. ":man_dancing_tone5:": "\U0001f57a\U0001f3ff",
  1095. ":man_detective:": "\U0001f575\ufe0f\u200d\u2642\ufe0f",
  1096. ":man_detective_tone1:": "\U0001f575\U0001f3fb\u200d\u2642\ufe0f",
  1097. ":man_detective_tone2:": "\U0001f575\U0001f3fc\u200d\u2642\ufe0f",
  1098. ":man_detective_tone3:": "\U0001f575\U0001f3fd\u200d\u2642\ufe0f",
  1099. ":man_detective_tone4:": "\U0001f575\U0001f3fe\u200d\u2642\ufe0f",
  1100. ":man_detective_tone5:": "\U0001f575\U0001f3ff\u200d\u2642\ufe0f",
  1101. ":man_elf:": "\U0001f9dd\u200d\u2642\ufe0f",
  1102. ":man_elf_tone1:": "\U0001f9dd\U0001f3fb\u200d\u2642\ufe0f",
  1103. ":man_elf_tone2:": "\U0001f9dd\U0001f3fc\u200d\u2642\ufe0f",
  1104. ":man_elf_tone3:": "\U0001f9dd\U0001f3fd\u200d\u2642\ufe0f",
  1105. ":man_elf_tone4:": "\U0001f9dd\U0001f3fe\u200d\u2642\ufe0f",
  1106. ":man_elf_tone5:": "\U0001f9dd\U0001f3ff\u200d\u2642\ufe0f",
  1107. ":man_facepalming:": "\U0001f926\u200d\u2642\ufe0f",
  1108. ":man_facepalming_tone1:": "\U0001f926\U0001f3fb\u200d\u2642\ufe0f",
  1109. ":man_facepalming_tone2:": "\U0001f926\U0001f3fc\u200d\u2642\ufe0f",
  1110. ":man_facepalming_tone3:": "\U0001f926\U0001f3fd\u200d\u2642\ufe0f",
  1111. ":man_facepalming_tone4:": "\U0001f926\U0001f3fe\u200d\u2642\ufe0f",
  1112. ":man_facepalming_tone5:": "\U0001f926\U0001f3ff\u200d\u2642\ufe0f",
  1113. ":man_factory_worker:": "\U0001f468\u200d\U0001f3ed",
  1114. ":man_factory_worker_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f3ed",
  1115. ":man_factory_worker_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f3ed",
  1116. ":man_factory_worker_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f3ed",
  1117. ":man_factory_worker_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f3ed",
  1118. ":man_factory_worker_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f3ed",
  1119. ":man_fairy:": "\U0001f9da\u200d\u2642\ufe0f",
  1120. ":man_fairy_tone1:": "\U0001f9da\U0001f3fb\u200d\u2642\ufe0f",
  1121. ":man_fairy_tone2:": "\U0001f9da\U0001f3fc\u200d\u2642\ufe0f",
  1122. ":man_fairy_tone3:": "\U0001f9da\U0001f3fd\u200d\u2642\ufe0f",
  1123. ":man_fairy_tone4:": "\U0001f9da\U0001f3fe\u200d\u2642\ufe0f",
  1124. ":man_fairy_tone5:": "\U0001f9da\U0001f3ff\u200d\u2642\ufe0f",
  1125. ":man_farmer:": "\U0001f468\u200d\U0001f33e",
  1126. ":man_farmer_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f33e",
  1127. ":man_farmer_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f33e",
  1128. ":man_farmer_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f33e",
  1129. ":man_farmer_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f33e",
  1130. ":man_farmer_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f33e",
  1131. ":man_firefighter:": "\U0001f468\u200d\U0001f692",
  1132. ":man_firefighter_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f692",
  1133. ":man_firefighter_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f692",
  1134. ":man_firefighter_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f692",
  1135. ":man_firefighter_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f692",
  1136. ":man_firefighter_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f692",
  1137. ":man_frowning:": "\U0001f64d\u200d\u2642\ufe0f",
  1138. ":man_frowning_tone1:": "\U0001f64d\U0001f3fb\u200d\u2642\ufe0f",
  1139. ":man_frowning_tone2:": "\U0001f64d\U0001f3fc\u200d\u2642\ufe0f",
  1140. ":man_frowning_tone3:": "\U0001f64d\U0001f3fd\u200d\u2642\ufe0f",
  1141. ":man_frowning_tone4:": "\U0001f64d\U0001f3fe\u200d\u2642\ufe0f",
  1142. ":man_frowning_tone5:": "\U0001f64d\U0001f3ff\u200d\u2642\ufe0f",
  1143. ":man_genie:": "\U0001f9de\u200d\u2642\ufe0f",
  1144. ":man_gesturing_no:": "\U0001f645\u200d\u2642\ufe0f",
  1145. ":man_gesturing_no_tone1:": "\U0001f645\U0001f3fb\u200d\u2642\ufe0f",
  1146. ":man_gesturing_no_tone2:": "\U0001f645\U0001f3fc\u200d\u2642\ufe0f",
  1147. ":man_gesturing_no_tone3:": "\U0001f645\U0001f3fd\u200d\u2642\ufe0f",
  1148. ":man_gesturing_no_tone4:": "\U0001f645\U0001f3fe\u200d\u2642\ufe0f",
  1149. ":man_gesturing_no_tone5:": "\U0001f645\U0001f3ff\u200d\u2642\ufe0f",
  1150. ":man_gesturing_ok:": "\U0001f646\u200d\u2642\ufe0f",
  1151. ":man_gesturing_ok_tone1:": "\U0001f646\U0001f3fb\u200d\u2642\ufe0f",
  1152. ":man_gesturing_ok_tone2:": "\U0001f646\U0001f3fc\u200d\u2642\ufe0f",
  1153. ":man_gesturing_ok_tone3:": "\U0001f646\U0001f3fd\u200d\u2642\ufe0f",
  1154. ":man_gesturing_ok_tone4:": "\U0001f646\U0001f3fe\u200d\u2642\ufe0f",
  1155. ":man_gesturing_ok_tone5:": "\U0001f646\U0001f3ff\u200d\u2642\ufe0f",
  1156. ":man_getting_face_massage:": "\U0001f486\u200d\u2642\ufe0f",
  1157. ":man_getting_face_massage_tone1:": "\U0001f486\U0001f3fb\u200d\u2642\ufe0f",
  1158. ":man_getting_face_massage_tone2:": "\U0001f486\U0001f3fc\u200d\u2642\ufe0f",
  1159. ":man_getting_face_massage_tone3:": "\U0001f486\U0001f3fd\u200d\u2642\ufe0f",
  1160. ":man_getting_face_massage_tone4:": "\U0001f486\U0001f3fe\u200d\u2642\ufe0f",
  1161. ":man_getting_face_massage_tone5:": "\U0001f486\U0001f3ff\u200d\u2642\ufe0f",
  1162. ":man_getting_haircut:": "\U0001f487\u200d\u2642\ufe0f",
  1163. ":man_getting_haircut_tone1:": "\U0001f487\U0001f3fb\u200d\u2642\ufe0f",
  1164. ":man_getting_haircut_tone2:": "\U0001f487\U0001f3fc\u200d\u2642\ufe0f",
  1165. ":man_getting_haircut_tone3:": "\U0001f487\U0001f3fd\u200d\u2642\ufe0f",
  1166. ":man_getting_haircut_tone4:": "\U0001f487\U0001f3fe\u200d\u2642\ufe0f",
  1167. ":man_getting_haircut_tone5:": "\U0001f487\U0001f3ff\u200d\u2642\ufe0f",
  1168. ":man_golfing:": "\U0001f3cc\ufe0f\u200d\u2642\ufe0f",
  1169. ":man_golfing_tone1:": "\U0001f3cc\U0001f3fb\u200d\u2642\ufe0f",
  1170. ":man_golfing_tone2:": "\U0001f3cc\U0001f3fc\u200d\u2642\ufe0f",
  1171. ":man_golfing_tone3:": "\U0001f3cc\U0001f3fd\u200d\u2642\ufe0f",
  1172. ":man_golfing_tone4:": "\U0001f3cc\U0001f3fe\u200d\u2642\ufe0f",
  1173. ":man_golfing_tone5:": "\U0001f3cc\U0001f3ff\u200d\u2642\ufe0f",
  1174. ":man_guard:": "\U0001f482\u200d\u2642\ufe0f",
  1175. ":man_guard_tone1:": "\U0001f482\U0001f3fb\u200d\u2642\ufe0f",
  1176. ":man_guard_tone2:": "\U0001f482\U0001f3fc\u200d\u2642\ufe0f",
  1177. ":man_guard_tone3:": "\U0001f482\U0001f3fd\u200d\u2642\ufe0f",
  1178. ":man_guard_tone4:": "\U0001f482\U0001f3fe\u200d\u2642\ufe0f",
  1179. ":man_guard_tone5:": "\U0001f482\U0001f3ff\u200d\u2642\ufe0f",
  1180. ":man_health_worker:": "\U0001f468\u200d\u2695\ufe0f",
  1181. ":man_health_worker_tone1:": "\U0001f468\U0001f3fb\u200d\u2695\ufe0f",
  1182. ":man_health_worker_tone2:": "\U0001f468\U0001f3fc\u200d\u2695\ufe0f",
  1183. ":man_health_worker_tone3:": "\U0001f468\U0001f3fd\u200d\u2695\ufe0f",
  1184. ":man_health_worker_tone4:": "\U0001f468\U0001f3fe\u200d\u2695\ufe0f",
  1185. ":man_health_worker_tone5:": "\U0001f468\U0001f3ff\u200d\u2695\ufe0f",
  1186. ":man_in_business_suit_levitating_tone1:": "\U0001f574\U0001f3fb",
  1187. ":man_in_business_suit_levitating_tone2:": "\U0001f574\U0001f3fc",
  1188. ":man_in_business_suit_levitating_tone3:": "\U0001f574\U0001f3fd",
  1189. ":man_in_business_suit_levitating_tone4:": "\U0001f574\U0001f3fe",
  1190. ":man_in_business_suit_levitating_tone5:": "\U0001f574\U0001f3ff",
  1191. ":man_in_lotus_position:": "\U0001f9d8\u200d\u2642\ufe0f",
  1192. ":man_in_lotus_position_tone1:": "\U0001f9d8\U0001f3fb\u200d\u2642\ufe0f",
  1193. ":man_in_lotus_position_tone2:": "\U0001f9d8\U0001f3fc\u200d\u2642\ufe0f",
  1194. ":man_in_lotus_position_tone3:": "\U0001f9d8\U0001f3fd\u200d\u2642\ufe0f",
  1195. ":man_in_lotus_position_tone4:": "\U0001f9d8\U0001f3fe\u200d\u2642\ufe0f",
  1196. ":man_in_lotus_position_tone5:": "\U0001f9d8\U0001f3ff\u200d\u2642\ufe0f",
  1197. ":man_in_steamy_room:": "\U0001f9d6\u200d\u2642\ufe0f",
  1198. ":man_in_steamy_room_tone1:": "\U0001f9d6\U0001f3fb\u200d\u2642\ufe0f",
  1199. ":man_in_steamy_room_tone2:": "\U0001f9d6\U0001f3fc\u200d\u2642\ufe0f",
  1200. ":man_in_steamy_room_tone3:": "\U0001f9d6\U0001f3fd\u200d\u2642\ufe0f",
  1201. ":man_in_steamy_room_tone4:": "\U0001f9d6\U0001f3fe\u200d\u2642\ufe0f",
  1202. ":man_in_steamy_room_tone5:": "\U0001f9d6\U0001f3ff\u200d\u2642\ufe0f",
  1203. ":man_in_tuxedo:": "\U0001f935",
  1204. ":man_in_tuxedo_tone1:": "\U0001f935\U0001f3fb",
  1205. ":man_in_tuxedo_tone2:": "\U0001f935\U0001f3fc",
  1206. ":man_in_tuxedo_tone3:": "\U0001f935\U0001f3fd",
  1207. ":man_in_tuxedo_tone4:": "\U0001f935\U0001f3fe",
  1208. ":man_in_tuxedo_tone5:": "\U0001f935\U0001f3ff",
  1209. ":man_judge:": "\U0001f468\u200d\u2696\ufe0f",
  1210. ":man_judge_tone1:": "\U0001f468\U0001f3fb\u200d\u2696\ufe0f",
  1211. ":man_judge_tone2:": "\U0001f468\U0001f3fc\u200d\u2696\ufe0f",
  1212. ":man_judge_tone3:": "\U0001f468\U0001f3fd\u200d\u2696\ufe0f",
  1213. ":man_judge_tone4:": "\U0001f468\U0001f3fe\u200d\u2696\ufe0f",
  1214. ":man_judge_tone5:": "\U0001f468\U0001f3ff\u200d\u2696\ufe0f",
  1215. ":man_juggling:": "\U0001f939\u200d\u2642\ufe0f",
  1216. ":man_juggling_tone1:": "\U0001f939\U0001f3fb\u200d\u2642\ufe0f",
  1217. ":man_juggling_tone2:": "\U0001f939\U0001f3fc\u200d\u2642\ufe0f",
  1218. ":man_juggling_tone3:": "\U0001f939\U0001f3fd\u200d\u2642\ufe0f",
  1219. ":man_juggling_tone4:": "\U0001f939\U0001f3fe\u200d\u2642\ufe0f",
  1220. ":man_juggling_tone5:": "\U0001f939\U0001f3ff\u200d\u2642\ufe0f",
  1221. ":man_lifting_weights:": "\U0001f3cb\ufe0f\u200d\u2642\ufe0f",
  1222. ":man_lifting_weights_tone1:": "\U0001f3cb\U0001f3fb\u200d\u2642\ufe0f",
  1223. ":man_lifting_weights_tone2:": "\U0001f3cb\U0001f3fc\u200d\u2642\ufe0f",
  1224. ":man_lifting_weights_tone3:": "\U0001f3cb\U0001f3fd\u200d\u2642\ufe0f",
  1225. ":man_lifting_weights_tone4:": "\U0001f3cb\U0001f3fe\u200d\u2642\ufe0f",
  1226. ":man_lifting_weights_tone5:": "\U0001f3cb\U0001f3ff\u200d\u2642\ufe0f",
  1227. ":man_mage:": "\U0001f9d9\u200d\u2642\ufe0f",
  1228. ":man_mage_tone1:": "\U0001f9d9\U0001f3fb\u200d\u2642\ufe0f",
  1229. ":man_mage_tone2:": "\U0001f9d9\U0001f3fc\u200d\u2642\ufe0f",
  1230. ":man_mage_tone3:": "\U0001f9d9\U0001f3fd\u200d\u2642\ufe0f",
  1231. ":man_mage_tone4:": "\U0001f9d9\U0001f3fe\u200d\u2642\ufe0f",
  1232. ":man_mage_tone5:": "\U0001f9d9\U0001f3ff\u200d\u2642\ufe0f",
  1233. ":man_mechanic:": "\U0001f468\u200d\U0001f527",
  1234. ":man_mechanic_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f527",
  1235. ":man_mechanic_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f527",
  1236. ":man_mechanic_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f527",
  1237. ":man_mechanic_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f527",
  1238. ":man_mechanic_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f527",
  1239. ":man_mountain_biking:": "\U0001f6b5\u200d\u2642\ufe0f",
  1240. ":man_mountain_biking_tone1:": "\U0001f6b5\U0001f3fb\u200d\u2642\ufe0f",
  1241. ":man_mountain_biking_tone2:": "\U0001f6b5\U0001f3fc\u200d\u2642\ufe0f",
  1242. ":man_mountain_biking_tone3:": "\U0001f6b5\U0001f3fd\u200d\u2642\ufe0f",
  1243. ":man_mountain_biking_tone4:": "\U0001f6b5\U0001f3fe\u200d\u2642\ufe0f",
  1244. ":man_mountain_biking_tone5:": "\U0001f6b5\U0001f3ff\u200d\u2642\ufe0f",
  1245. ":man_office_worker:": "\U0001f468\u200d\U0001f4bc",
  1246. ":man_office_worker_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f4bc",
  1247. ":man_office_worker_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f4bc",
  1248. ":man_office_worker_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f4bc",
  1249. ":man_office_worker_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f4bc",
  1250. ":man_office_worker_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f4bc",
  1251. ":man_pilot:": "\U0001f468\u200d\u2708\ufe0f",
  1252. ":man_pilot_tone1:": "\U0001f468\U0001f3fb\u200d\u2708\ufe0f",
  1253. ":man_pilot_tone2:": "\U0001f468\U0001f3fc\u200d\u2708\ufe0f",
  1254. ":man_pilot_tone3:": "\U0001f468\U0001f3fd\u200d\u2708\ufe0f",
  1255. ":man_pilot_tone4:": "\U0001f468\U0001f3fe\u200d\u2708\ufe0f",
  1256. ":man_pilot_tone5:": "\U0001f468\U0001f3ff\u200d\u2708\ufe0f",
  1257. ":man_playing_handball:": "\U0001f93e\u200d\u2642\ufe0f",
  1258. ":man_playing_handball_tone1:": "\U0001f93e\U0001f3fb\u200d\u2642\ufe0f",
  1259. ":man_playing_handball_tone2:": "\U0001f93e\U0001f3fc\u200d\u2642\ufe0f",
  1260. ":man_playing_handball_tone3:": "\U0001f93e\U0001f3fd\u200d\u2642\ufe0f",
  1261. ":man_playing_handball_tone4:": "\U0001f93e\U0001f3fe\u200d\u2642\ufe0f",
  1262. ":man_playing_handball_tone5:": "\U0001f93e\U0001f3ff\u200d\u2642\ufe0f",
  1263. ":man_playing_water_polo:": "\U0001f93d\u200d\u2642\ufe0f",
  1264. ":man_playing_water_polo_tone1:": "\U0001f93d\U0001f3fb\u200d\u2642\ufe0f",
  1265. ":man_playing_water_polo_tone2:": "\U0001f93d\U0001f3fc\u200d\u2642\ufe0f",
  1266. ":man_playing_water_polo_tone3:": "\U0001f93d\U0001f3fd\u200d\u2642\ufe0f",
  1267. ":man_playing_water_polo_tone4:": "\U0001f93d\U0001f3fe\u200d\u2642\ufe0f",
  1268. ":man_playing_water_polo_tone5:": "\U0001f93d\U0001f3ff\u200d\u2642\ufe0f",
  1269. ":man_police_officer:": "\U0001f46e\u200d\u2642\ufe0f",
  1270. ":man_police_officer_tone1:": "\U0001f46e\U0001f3fb\u200d\u2642\ufe0f",
  1271. ":man_police_officer_tone2:": "\U0001f46e\U0001f3fc\u200d\u2642\ufe0f",
  1272. ":man_police_officer_tone3:": "\U0001f46e\U0001f3fd\u200d\u2642\ufe0f",
  1273. ":man_police_officer_tone4:": "\U0001f46e\U0001f3fe\u200d\u2642\ufe0f",
  1274. ":man_police_officer_tone5:": "\U0001f46e\U0001f3ff\u200d\u2642\ufe0f",
  1275. ":man_pouting:": "\U0001f64e\u200d\u2642\ufe0f",
  1276. ":man_pouting_tone1:": "\U0001f64e\U0001f3fb\u200d\u2642\ufe0f",
  1277. ":man_pouting_tone2:": "\U0001f64e\U0001f3fc\u200d\u2642\ufe0f",
  1278. ":man_pouting_tone3:": "\U0001f64e\U0001f3fd\u200d\u2642\ufe0f",
  1279. ":man_pouting_tone4:": "\U0001f64e\U0001f3fe\u200d\u2642\ufe0f",
  1280. ":man_pouting_tone5:": "\U0001f64e\U0001f3ff\u200d\u2642\ufe0f",
  1281. ":man_raising_hand:": "\U0001f64b\u200d\u2642\ufe0f",
  1282. ":man_raising_hand_tone1:": "\U0001f64b\U0001f3fb\u200d\u2642\ufe0f",
  1283. ":man_raising_hand_tone2:": "\U0001f64b\U0001f3fc\u200d\u2642\ufe0f",
  1284. ":man_raising_hand_tone3:": "\U0001f64b\U0001f3fd\u200d\u2642\ufe0f",
  1285. ":man_raising_hand_tone4:": "\U0001f64b\U0001f3fe\u200d\u2642\ufe0f",
  1286. ":man_raising_hand_tone5:": "\U0001f64b\U0001f3ff\u200d\u2642\ufe0f",
  1287. ":man_rowing_boat:": "\U0001f6a3\u200d\u2642\ufe0f",
  1288. ":man_rowing_boat_tone1:": "\U0001f6a3\U0001f3fb\u200d\u2642\ufe0f",
  1289. ":man_rowing_boat_tone2:": "\U0001f6a3\U0001f3fc\u200d\u2642\ufe0f",
  1290. ":man_rowing_boat_tone3:": "\U0001f6a3\U0001f3fd\u200d\u2642\ufe0f",
  1291. ":man_rowing_boat_tone4:": "\U0001f6a3\U0001f3fe\u200d\u2642\ufe0f",
  1292. ":man_rowing_boat_tone5:": "\U0001f6a3\U0001f3ff\u200d\u2642\ufe0f",
  1293. ":man_running:": "\U0001f3c3\u200d\u2642\ufe0f",
  1294. ":man_running_tone1:": "\U0001f3c3\U0001f3fb\u200d\u2642\ufe0f",
  1295. ":man_running_tone2:": "\U0001f3c3\U0001f3fc\u200d\u2642\ufe0f",
  1296. ":man_running_tone3:": "\U0001f3c3\U0001f3fd\u200d\u2642\ufe0f",
  1297. ":man_running_tone4:": "\U0001f3c3\U0001f3fe\u200d\u2642\ufe0f",
  1298. ":man_running_tone5:": "\U0001f3c3\U0001f3ff\u200d\u2642\ufe0f",
  1299. ":man_scientist:": "\U0001f468\u200d\U0001f52c",
  1300. ":man_scientist_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f52c",
  1301. ":man_scientist_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f52c",
  1302. ":man_scientist_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f52c",
  1303. ":man_scientist_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f52c",
  1304. ":man_scientist_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f52c",
  1305. ":man_shrugging:": "\U0001f937\u200d\u2642\ufe0f",
  1306. ":man_shrugging_tone1:": "\U0001f937\U0001f3fb\u200d\u2642\ufe0f",
  1307. ":man_shrugging_tone2:": "\U0001f937\U0001f3fc\u200d\u2642\ufe0f",
  1308. ":man_shrugging_tone3:": "\U0001f937\U0001f3fd\u200d\u2642\ufe0f",
  1309. ":man_shrugging_tone4:": "\U0001f937\U0001f3fe\u200d\u2642\ufe0f",
  1310. ":man_shrugging_tone5:": "\U0001f937\U0001f3ff\u200d\u2642\ufe0f",
  1311. ":man_singer:": "\U0001f468\u200d\U0001f3a4",
  1312. ":man_singer_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f3a4",
  1313. ":man_singer_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f3a4",
  1314. ":man_singer_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f3a4",
  1315. ":man_singer_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f3a4",
  1316. ":man_singer_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f3a4",
  1317. ":man_student:": "\U0001f468\u200d\U0001f393",
  1318. ":man_student_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f393",
  1319. ":man_student_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f393",
  1320. ":man_student_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f393",
  1321. ":man_student_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f393",
  1322. ":man_student_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f393",
  1323. ":man_surfing:": "\U0001f3c4\u200d\u2642\ufe0f",
  1324. ":man_surfing_tone1:": "\U0001f3c4\U0001f3fb\u200d\u2642\ufe0f",
  1325. ":man_surfing_tone2:": "\U0001f3c4\U0001f3fc\u200d\u2642\ufe0f",
  1326. ":man_surfing_tone3:": "\U0001f3c4\U0001f3fd\u200d\u2642\ufe0f",
  1327. ":man_surfing_tone4:": "\U0001f3c4\U0001f3fe\u200d\u2642\ufe0f",
  1328. ":man_surfing_tone5:": "\U0001f3c4\U0001f3ff\u200d\u2642\ufe0f",
  1329. ":man_swimming:": "\U0001f3ca\u200d\u2642\ufe0f",
  1330. ":man_swimming_tone1:": "\U0001f3ca\U0001f3fb\u200d\u2642\ufe0f",
  1331. ":man_swimming_tone2:": "\U0001f3ca\U0001f3fc\u200d\u2642\ufe0f",
  1332. ":man_swimming_tone3:": "\U0001f3ca\U0001f3fd\u200d\u2642\ufe0f",
  1333. ":man_swimming_tone4:": "\U0001f3ca\U0001f3fe\u200d\u2642\ufe0f",
  1334. ":man_swimming_tone5:": "\U0001f3ca\U0001f3ff\u200d\u2642\ufe0f",
  1335. ":man_teacher:": "\U0001f468\u200d\U0001f3eb",
  1336. ":man_teacher_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f3eb",
  1337. ":man_teacher_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f3eb",
  1338. ":man_teacher_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f3eb",
  1339. ":man_teacher_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f3eb",
  1340. ":man_teacher_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f3eb",
  1341. ":man_technologist:": "\U0001f468\u200d\U0001f4bb",
  1342. ":man_technologist_tone1:": "\U0001f468\U0001f3fb\u200d\U0001f4bb",
  1343. ":man_technologist_tone2:": "\U0001f468\U0001f3fc\u200d\U0001f4bb",
  1344. ":man_technologist_tone3:": "\U0001f468\U0001f3fd\u200d\U0001f4bb",
  1345. ":man_technologist_tone4:": "\U0001f468\U0001f3fe\u200d\U0001f4bb",
  1346. ":man_technologist_tone5:": "\U0001f468\U0001f3ff\u200d\U0001f4bb",
  1347. ":man_tipping_hand:": "\U0001f481\u200d\u2642\ufe0f",
  1348. ":man_tipping_hand_tone1:": "\U0001f481\U0001f3fb\u200d\u2642\ufe0f",
  1349. ":man_tipping_hand_tone2:": "\U0001f481\U0001f3fc\u200d\u2642\ufe0f",
  1350. ":man_tipping_hand_tone3:": "\U0001f481\U0001f3fd\u200d\u2642\ufe0f",
  1351. ":man_tipping_hand_tone4:": "\U0001f481\U0001f3fe\u200d\u2642\ufe0f",
  1352. ":man_tipping_hand_tone5:": "\U0001f481\U0001f3ff\u200d\u2642\ufe0f",
  1353. ":man_tone1:": "\U0001f468\U0001f3fb",
  1354. ":man_tone2:": "\U0001f468\U0001f3fc",
  1355. ":man_tone3:": "\U0001f468\U0001f3fd",
  1356. ":man_tone4:": "\U0001f468\U0001f3fe",
  1357. ":man_tone5:": "\U0001f468\U0001f3ff",
  1358. ":man_vampire:": "\U0001f9db\u200d\u2642\ufe0f",
  1359. ":man_vampire_tone1:": "\U0001f9db\U0001f3fb\u200d\u2642\ufe0f",
  1360. ":man_vampire_tone2:": "\U0001f9db\U0001f3fc\u200d\u2642\ufe0f",
  1361. ":man_vampire_tone3:": "\U0001f9db\U0001f3fd\u200d\u2642\ufe0f",
  1362. ":man_vampire_tone4:": "\U0001f9db\U0001f3fe\u200d\u2642\ufe0f",
  1363. ":man_vampire_tone5:": "\U0001f9db\U0001f3ff\u200d\u2642\ufe0f",
  1364. ":man_walking:": "\U0001f6b6\u200d\u2642\ufe0f",
  1365. ":man_walking_tone1:": "\U0001f6b6\U0001f3fb\u200d\u2642\ufe0f",
  1366. ":man_walking_tone2:": "\U0001f6b6\U0001f3fc\u200d\u2642\ufe0f",
  1367. ":man_walking_tone3:": "\U0001f6b6\U0001f3fd\u200d\u2642\ufe0f",
  1368. ":man_walking_tone4:": "\U0001f6b6\U0001f3fe\u200d\u2642\ufe0f",
  1369. ":man_walking_tone5:": "\U0001f6b6\U0001f3ff\u200d\u2642\ufe0f",
  1370. ":man_wearing_turban:": "\U0001f473\u200d\u2642\ufe0f",
  1371. ":man_wearing_turban_tone1:": "\U0001f473\U0001f3fb\u200d\u2642\ufe0f",
  1372. ":man_wearing_turban_tone2:": "\U0001f473\U0001f3fc\u200d\u2642\ufe0f",
  1373. ":man_wearing_turban_tone3:": "\U0001f473\U0001f3fd\u200d\u2642\ufe0f",
  1374. ":man_wearing_turban_tone4:": "\U0001f473\U0001f3fe\u200d\u2642\ufe0f",
  1375. ":man_wearing_turban_tone5:": "\U0001f473\U0001f3ff\u200d\u2642\ufe0f",
  1376. ":man_with_chinese_cap:": "\U0001f472",
  1377. ":man_with_chinese_cap_tone1:": "\U0001f472\U0001f3fb",
  1378. ":man_with_chinese_cap_tone2:": "\U0001f472\U0001f3fc",
  1379. ":man_with_chinese_cap_tone3:": "\U0001f472\U0001f3fd",
  1380. ":man_with_chinese_cap_tone4:": "\U0001f472\U0001f3fe",
  1381. ":man_with_chinese_cap_tone5:": "\U0001f472\U0001f3ff",
  1382. ":man_zombie:": "\U0001f9df\u200d\u2642\ufe0f",
  1383. ":mans_shoe:": "\U0001f45e",
  1384. ":map:": "\U0001f5fa",
  1385. ":maple_leaf:": "\U0001f341",
  1386. ":martial_arts_uniform:": "\U0001f94b",
  1387. ":mask:": "\U0001f637",
  1388. ":meat_on_bone:": "\U0001f356",
  1389. ":medal:": "\U0001f3c5",
  1390. ":medical_symbol:": "\u2695",
  1391. ":mega:": "\U0001f4e3",
  1392. ":melon:": "\U0001f348",
  1393. ":men_with_bunny_ears_partying:": "\U0001f46f\u200d\u2642\ufe0f",
  1394. ":men_wrestling:": "\U0001f93c\u200d\u2642\ufe0f",
  1395. ":menorah:": "\U0001f54e",
  1396. ":mens:": "\U0001f6b9",
  1397. ":mermaid:": "\U0001f9dc\u200d\u2640\ufe0f",
  1398. ":mermaid_tone1:": "\U0001f9dc\U0001f3fb\u200d\u2640\ufe0f",
  1399. ":mermaid_tone2:": "\U0001f9dc\U0001f3fc\u200d\u2640\ufe0f",
  1400. ":mermaid_tone3:": "\U0001f9dc\U0001f3fd\u200d\u2640\ufe0f",
  1401. ":mermaid_tone4:": "\U0001f9dc\U0001f3fe\u200d\u2640\ufe0f",
  1402. ":mermaid_tone5:": "\U0001f9dc\U0001f3ff\u200d\u2640\ufe0f",
  1403. ":merman:": "\U0001f9dc\u200d\u2642\ufe0f",
  1404. ":merman_tone1:": "\U0001f9dc\U0001f3fb\u200d\u2642\ufe0f",
  1405. ":merman_tone2:": "\U0001f9dc\U0001f3fc\u200d\u2642\ufe0f",
  1406. ":merman_tone3:": "\U0001f9dc\U0001f3fd\u200d\u2642\ufe0f",
  1407. ":merman_tone4:": "\U0001f9dc\U0001f3fe\u200d\u2642\ufe0f",
  1408. ":merman_tone5:": "\U0001f9dc\U0001f3ff\u200d\u2642\ufe0f",
  1409. ":merperson:": "\U0001f9dc",
  1410. ":merperson_tone1:": "\U0001f9dc\U0001f3fb",
  1411. ":merperson_tone2:": "\U0001f9dc\U0001f3fc",
  1412. ":merperson_tone3:": "\U0001f9dc\U0001f3fd",
  1413. ":merperson_tone4:": "\U0001f9dc\U0001f3fe",
  1414. ":merperson_tone5:": "\U0001f9dc\U0001f3ff",
  1415. ":metal:": "\U0001f918",
  1416. ":metal_tone1:": "\U0001f918\U0001f3fb",
  1417. ":metal_tone2:": "\U0001f918\U0001f3fc",
  1418. ":metal_tone3:": "\U0001f918\U0001f3fd",
  1419. ":metal_tone4:": "\U0001f918\U0001f3fe",
  1420. ":metal_tone5:": "\U0001f918\U0001f3ff",
  1421. ":metro:": "\U0001f687",
  1422. ":microphone:": "\U0001f3a4",
  1423. ":microphone2:": "\U0001f399",
  1424. ":microscope:": "\U0001f52c",
  1425. ":middle_finger:": "\U0001f595",
  1426. ":middle_finger_tone1:": "\U0001f595\U0001f3fb",
  1427. ":middle_finger_tone2:": "\U0001f595\U0001f3fc",
  1428. ":middle_finger_tone3:": "\U0001f595\U0001f3fd",
  1429. ":middle_finger_tone4:": "\U0001f595\U0001f3fe",
  1430. ":middle_finger_tone5:": "\U0001f595\U0001f3ff",
  1431. ":military_medal:": "\U0001f396",
  1432. ":milk:": "\U0001f95b",
  1433. ":milky_way:": "\U0001f30c",
  1434. ":minibus:": "\U0001f690",
  1435. ":minidisc:": "\U0001f4bd",
  1436. ":mobile_phone_off:": "\U0001f4f4",
  1437. ":money_mouth:": "\U0001f911",
  1438. ":money_with_wings:": "\U0001f4b8",
  1439. ":moneybag:": "\U0001f4b0",
  1440. ":monkey:": "\U0001f412",
  1441. ":monkey_face:": "\U0001f435",
  1442. ":monorail:": "\U0001f69d",
  1443. ":mortar_board:": "\U0001f393",
  1444. ":mosque:": "\U0001f54c",
  1445. ":motor_scooter:": "\U0001f6f5",
  1446. ":motorboat:": "\U0001f6e5",
  1447. ":motorcycle:": "\U0001f3cd",
  1448. ":motorway:": "\U0001f6e3",
  1449. ":mount_fuji:": "\U0001f5fb",
  1450. ":mountain:": "\u26f0",
  1451. ":mountain_cableway:": "\U0001f6a0",
  1452. ":mountain_railway:": "\U0001f69e",
  1453. ":mountain_snow:": "\U0001f3d4",
  1454. ":mouse:": "\U0001f42d",
  1455. ":mouse2:": "\U0001f401",
  1456. ":mouse_three_button:": "\U0001f5b1",
  1457. ":movie_camera:": "\U0001f3a5",
  1458. ":moyai:": "\U0001f5ff",
  1459. ":mrs_claus:": "\U0001f936",
  1460. ":mrs_claus_tone1:": "\U0001f936\U0001f3fb",
  1461. ":mrs_claus_tone2:": "\U0001f936\U0001f3fc",
  1462. ":mrs_claus_tone3:": "\U0001f936\U0001f3fd",
  1463. ":mrs_claus_tone4:": "\U0001f936\U0001f3fe",
  1464. ":mrs_claus_tone5:": "\U0001f936\U0001f3ff",
  1465. ":muscle:": "\U0001f4aa",
  1466. ":muscle_tone1:": "\U0001f4aa\U0001f3fb",
  1467. ":muscle_tone2:": "\U0001f4aa\U0001f3fc",
  1468. ":muscle_tone3:": "\U0001f4aa\U0001f3fd",
  1469. ":muscle_tone4:": "\U0001f4aa\U0001f3fe",
  1470. ":muscle_tone5:": "\U0001f4aa\U0001f3ff",
  1471. ":mushroom:": "\U0001f344",
  1472. ":musical_keyboard:": "\U0001f3b9",
  1473. ":musical_note:": "\U0001f3b5",
  1474. ":musical_score:": "\U0001f3bc",
  1475. ":mute:": "\U0001f507",
  1476. ":nail_care:": "\U0001f485",
  1477. ":nail_care_tone1:": "\U0001f485\U0001f3fb",
  1478. ":nail_care_tone2:": "\U0001f485\U0001f3fc",
  1479. ":nail_care_tone3:": "\U0001f485\U0001f3fd",
  1480. ":nail_care_tone4:": "\U0001f485\U0001f3fe",
  1481. ":nail_care_tone5:": "\U0001f485\U0001f3ff",
  1482. ":name_badge:": "\U0001f4db",
  1483. ":nauseated_face:": "\U0001f922",
  1484. ":necktie:": "\U0001f454",
  1485. ":negative_squared_cross_mark:": "\u274e",
  1486. ":nerd:": "\U0001f913",
  1487. ":neutral_face:": "\U0001f610",
  1488. ":new:": "\U0001f195",
  1489. ":new_moon:": "\U0001f311",
  1490. ":new_moon_with_face:": "\U0001f31a",
  1491. ":newspaper:": "\U0001f4f0",
  1492. ":newspaper2:": "\U0001f5de",
  1493. ":ng:": "\U0001f196",
  1494. ":night_with_stars:": "\U0001f303",
  1495. ":nine:": "9\ufe0f\u20e3",
  1496. ":no_bell:": "\U0001f515",
  1497. ":no_bicycles:": "\U0001f6b3",
  1498. ":no_entry:": "\u26d4",
  1499. ":no_entry_sign:": "\U0001f6ab",
  1500. ":no_mobile_phones:": "\U0001f4f5",
  1501. ":no_mouth:": "\U0001f636",
  1502. ":no_pedestrians:": "\U0001f6b7",
  1503. ":no_smoking:": "\U0001f6ad",
  1504. ":non-potable_water:": "\U0001f6b1",
  1505. ":nose:": "\U0001f443",
  1506. ":nose_tone1:": "\U0001f443\U0001f3fb",
  1507. ":nose_tone2:": "\U0001f443\U0001f3fc",
  1508. ":nose_tone3:": "\U0001f443\U0001f3fd",
  1509. ":nose_tone4:": "\U0001f443\U0001f3fe",
  1510. ":nose_tone5:": "\U0001f443\U0001f3ff",
  1511. ":notebook:": "\U0001f4d3",
  1512. ":notebook_with_decorative_cover:": "\U0001f4d4",
  1513. ":notepad_spiral:": "\U0001f5d2",
  1514. ":notes:": "\U0001f3b6",
  1515. ":nut_and_bolt:": "\U0001f529",
  1516. ":o:": "\u2b55",
  1517. ":o2:": "\U0001f17e",
  1518. ":ocean:": "\U0001f30a",
  1519. ":octagonal_sign:": "\U0001f6d1",
  1520. ":octopus:": "\U0001f419",
  1521. ":oden:": "\U0001f362",
  1522. ":office:": "\U0001f3e2",
  1523. ":oil:": "\U0001f6e2",
  1524. ":ok:": "\U0001f197",
  1525. ":ok_hand:": "\U0001f44c",
  1526. ":ok_hand_tone1:": "\U0001f44c\U0001f3fb",
  1527. ":ok_hand_tone2:": "\U0001f44c\U0001f3fc",
  1528. ":ok_hand_tone3:": "\U0001f44c\U0001f3fd",
  1529. ":ok_hand_tone4:": "\U0001f44c\U0001f3fe",
  1530. ":ok_hand_tone5:": "\U0001f44c\U0001f3ff",
  1531. ":older_adult:": "\U0001f9d3",
  1532. ":older_adult_tone1:": "\U0001f9d3\U0001f3fb",
  1533. ":older_adult_tone2:": "\U0001f9d3\U0001f3fc",
  1534. ":older_adult_tone3:": "\U0001f9d3\U0001f3fd",
  1535. ":older_adult_tone4:": "\U0001f9d3\U0001f3fe",
  1536. ":older_adult_tone5:": "\U0001f9d3\U0001f3ff",
  1537. ":older_man:": "\U0001f474",
  1538. ":older_man_tone1:": "\U0001f474\U0001f3fb",
  1539. ":older_man_tone2:": "\U0001f474\U0001f3fc",
  1540. ":older_man_tone3:": "\U0001f474\U0001f3fd",
  1541. ":older_man_tone4:": "\U0001f474\U0001f3fe",
  1542. ":older_man_tone5:": "\U0001f474\U0001f3ff",
  1543. ":older_woman:": "\U0001f475",
  1544. ":older_woman_tone1:": "\U0001f475\U0001f3fb",
  1545. ":older_woman_tone2:": "\U0001f475\U0001f3fc",
  1546. ":older_woman_tone3:": "\U0001f475\U0001f3fd",
  1547. ":older_woman_tone4:": "\U0001f475\U0001f3fe",
  1548. ":older_woman_tone5:": "\U0001f475\U0001f3ff",
  1549. ":om_symbol:": "\U0001f549",
  1550. ":on:": "\U0001f51b",
  1551. ":oncoming_automobile:": "\U0001f698",
  1552. ":oncoming_bus:": "\U0001f68d",
  1553. ":oncoming_police_car:": "\U0001f694",
  1554. ":oncoming_taxi:": "\U0001f696",
  1555. ":one:": "1\ufe0f\u20e3",
  1556. ":open_file_folder:": "\U0001f4c2",
  1557. ":open_hands:": "\U0001f450",
  1558. ":open_hands_tone1:": "\U0001f450\U0001f3fb",
  1559. ":open_hands_tone2:": "\U0001f450\U0001f3fc",
  1560. ":open_hands_tone3:": "\U0001f450\U0001f3fd",
  1561. ":open_hands_tone4:": "\U0001f450\U0001f3fe",
  1562. ":open_hands_tone5:": "\U0001f450\U0001f3ff",
  1563. ":open_mouth:": "\U0001f62e",
  1564. ":ophiuchus:": "\u26ce",
  1565. ":orange_book:": "\U0001f4d9",
  1566. ":orange_heart:": "\U0001f9e1",
  1567. ":orthodox_cross:": "\u2626",
  1568. ":outbox_tray:": "\U0001f4e4",
  1569. ":owl:": "\U0001f989",
  1570. ":ox:": "\U0001f402",
  1571. ":package:": "\U0001f4e6",
  1572. ":page_facing_up:": "\U0001f4c4",
  1573. ":page_with_curl:": "\U0001f4c3",
  1574. ":pager:": "\U0001f4df",
  1575. ":paintbrush:": "\U0001f58c",
  1576. ":palm_tree:": "\U0001f334",
  1577. ":palms_up_together:": "\U0001f932",
  1578. ":palms_up_together_tone1:": "\U0001f932\U0001f3fb",
  1579. ":palms_up_together_tone2:": "\U0001f932\U0001f3fc",
  1580. ":palms_up_together_tone3:": "\U0001f932\U0001f3fd",
  1581. ":palms_up_together_tone4:": "\U0001f932\U0001f3fe",
  1582. ":palms_up_together_tone5:": "\U0001f932\U0001f3ff",
  1583. ":pancakes:": "\U0001f95e",
  1584. ":panda_face:": "\U0001f43c",
  1585. ":paperclip:": "\U0001f4ce",
  1586. ":paperclips:": "\U0001f587",
  1587. ":park:": "\U0001f3de",
  1588. ":parking:": "\U0001f17f",
  1589. ":part_alternation_mark:": "\u303d",
  1590. ":partly_sunny:": "\u26c5",
  1591. ":passport_control:": "\U0001f6c2",
  1592. ":pause_button:": "\u23f8",
  1593. ":peace:": "\u262e",
  1594. ":peach:": "\U0001f351",
  1595. ":peanuts:": "\U0001f95c",
  1596. ":pear:": "\U0001f350",
  1597. ":pen_ballpoint:": "\U0001f58a",
  1598. ":pen_fountain:": "\U0001f58b",
  1599. ":pencil:": "\U0001f4dd",
  1600. ":pencil2:": "\u270f",
  1601. ":penguin:": "\U0001f427",
  1602. ":pensive:": "\U0001f614",
  1603. ":people_with_bunny_ears_partying:": "\U0001f46f",
  1604. ":people_wrestling:": "\U0001f93c",
  1605. ":performing_arts:": "\U0001f3ad",
  1606. ":persevere:": "\U0001f623",
  1607. ":person_biking:": "\U0001f6b4",
  1608. ":person_biking_tone1:": "\U0001f6b4\U0001f3fb",
  1609. ":person_biking_tone2:": "\U0001f6b4\U0001f3fc",
  1610. ":person_biking_tone3:": "\U0001f6b4\U0001f3fd",
  1611. ":person_biking_tone4:": "\U0001f6b4\U0001f3fe",
  1612. ":person_biking_tone5:": "\U0001f6b4\U0001f3ff",
  1613. ":person_bouncing_ball:": "\u26f9",
  1614. ":person_bouncing_ball_tone1:": "\u26f9\U0001f3fb",
  1615. ":person_bouncing_ball_tone2:": "\u26f9\U0001f3fc",
  1616. ":person_bouncing_ball_tone3:": "\u26f9\U0001f3fd",
  1617. ":person_bouncing_ball_tone4:": "\u26f9\U0001f3fe",
  1618. ":person_bouncing_ball_tone5:": "\u26f9\U0001f3ff",
  1619. ":person_bowing:": "\U0001f647",
  1620. ":person_bowing_tone1:": "\U0001f647\U0001f3fb",
  1621. ":person_bowing_tone2:": "\U0001f647\U0001f3fc",
  1622. ":person_bowing_tone3:": "\U0001f647\U0001f3fd",
  1623. ":person_bowing_tone4:": "\U0001f647\U0001f3fe",
  1624. ":person_bowing_tone5:": "\U0001f647\U0001f3ff",
  1625. ":person_climbing:": "\U0001f9d7",
  1626. ":person_climbing_tone1:": "\U0001f9d7\U0001f3fb",
  1627. ":person_climbing_tone2:": "\U0001f9d7\U0001f3fc",
  1628. ":person_climbing_tone3:": "\U0001f9d7\U0001f3fd",
  1629. ":person_climbing_tone4:": "\U0001f9d7\U0001f3fe",
  1630. ":person_climbing_tone5:": "\U0001f9d7\U0001f3ff",
  1631. ":person_doing_cartwheel:": "\U0001f938",
  1632. ":person_doing_cartwheel_tone1:": "\U0001f938\U0001f3fb",
  1633. ":person_doing_cartwheel_tone2:": "\U0001f938\U0001f3fc",
  1634. ":person_doing_cartwheel_tone3:": "\U0001f938\U0001f3fd",
  1635. ":person_doing_cartwheel_tone4:": "\U0001f938\U0001f3fe",
  1636. ":person_doing_cartwheel_tone5:": "\U0001f938\U0001f3ff",
  1637. ":person_facepalming:": "\U0001f926",
  1638. ":person_facepalming_tone1:": "\U0001f926\U0001f3fb",
  1639. ":person_facepalming_tone2:": "\U0001f926\U0001f3fc",
  1640. ":person_facepalming_tone3:": "\U0001f926\U0001f3fd",
  1641. ":person_facepalming_tone4:": "\U0001f926\U0001f3fe",
  1642. ":person_facepalming_tone5:": "\U0001f926\U0001f3ff",
  1643. ":person_fencing:": "\U0001f93a",
  1644. ":person_frowning:": "\U0001f64d",
  1645. ":person_frowning_tone1:": "\U0001f64d\U0001f3fb",
  1646. ":person_frowning_tone2:": "\U0001f64d\U0001f3fc",
  1647. ":person_frowning_tone3:": "\U0001f64d\U0001f3fd",
  1648. ":person_frowning_tone4:": "\U0001f64d\U0001f3fe",
  1649. ":person_frowning_tone5:": "\U0001f64d\U0001f3ff",
  1650. ":person_gesturing_no:": "\U0001f645",
  1651. ":person_gesturing_no_tone1:": "\U0001f645\U0001f3fb",
  1652. ":person_gesturing_no_tone2:": "\U0001f645\U0001f3fc",
  1653. ":person_gesturing_no_tone3:": "\U0001f645\U0001f3fd",
  1654. ":person_gesturing_no_tone4:": "\U0001f645\U0001f3fe",
  1655. ":person_gesturing_no_tone5:": "\U0001f645\U0001f3ff",
  1656. ":person_gesturing_ok:": "\U0001f646",
  1657. ":person_gesturing_ok_tone1:": "\U0001f646\U0001f3fb",
  1658. ":person_gesturing_ok_tone2:": "\U0001f646\U0001f3fc",
  1659. ":person_gesturing_ok_tone3:": "\U0001f646\U0001f3fd",
  1660. ":person_gesturing_ok_tone4:": "\U0001f646\U0001f3fe",
  1661. ":person_gesturing_ok_tone5:": "\U0001f646\U0001f3ff",
  1662. ":person_getting_haircut:": "\U0001f487",
  1663. ":person_getting_haircut_tone1:": "\U0001f487\U0001f3fb",
  1664. ":person_getting_haircut_tone2:": "\U0001f487\U0001f3fc",
  1665. ":person_getting_haircut_tone3:": "\U0001f487\U0001f3fd",
  1666. ":person_getting_haircut_tone4:": "\U0001f487\U0001f3fe",
  1667. ":person_getting_haircut_tone5:": "\U0001f487\U0001f3ff",
  1668. ":person_getting_massage:": "\U0001f486",
  1669. ":person_getting_massage_tone1:": "\U0001f486\U0001f3fb",
  1670. ":person_getting_massage_tone2:": "\U0001f486\U0001f3fc",
  1671. ":person_getting_massage_tone3:": "\U0001f486\U0001f3fd",
  1672. ":person_getting_massage_tone4:": "\U0001f486\U0001f3fe",
  1673. ":person_getting_massage_tone5:": "\U0001f486\U0001f3ff",
  1674. ":person_golfing:": "\U0001f3cc",
  1675. ":person_golfing_tone1:": "\U0001f3cc\U0001f3fb",
  1676. ":person_golfing_tone2:": "\U0001f3cc\U0001f3fc",
  1677. ":person_golfing_tone3:": "\U0001f3cc\U0001f3fd",
  1678. ":person_golfing_tone4:": "\U0001f3cc\U0001f3fe",
  1679. ":person_golfing_tone5:": "\U0001f3cc\U0001f3ff",
  1680. ":person_in_bed_tone1:": "\U0001f6cc\U0001f3fb",
  1681. ":person_in_bed_tone2:": "\U0001f6cc\U0001f3fc",
  1682. ":person_in_bed_tone3:": "\U0001f6cc\U0001f3fd",
  1683. ":person_in_bed_tone4:": "\U0001f6cc\U0001f3fe",
  1684. ":person_in_bed_tone5:": "\U0001f6cc\U0001f3ff",
  1685. ":person_in_lotus_position:": "\U0001f9d8",
  1686. ":person_in_lotus_position_tone1:": "\U0001f9d8\U0001f3fb",
  1687. ":person_in_lotus_position_tone2:": "\U0001f9d8\U0001f3fc",
  1688. ":person_in_lotus_position_tone3:": "\U0001f9d8\U0001f3fd",
  1689. ":person_in_lotus_position_tone4:": "\U0001f9d8\U0001f3fe",
  1690. ":person_in_lotus_position_tone5:": "\U0001f9d8\U0001f3ff",
  1691. ":person_in_steamy_room:": "\U0001f9d6",
  1692. ":person_in_steamy_room_tone1:": "\U0001f9d6\U0001f3fb",
  1693. ":person_in_steamy_room_tone2:": "\U0001f9d6\U0001f3fc",
  1694. ":person_in_steamy_room_tone3:": "\U0001f9d6\U0001f3fd",
  1695. ":person_in_steamy_room_tone4:": "\U0001f9d6\U0001f3fe",
  1696. ":person_in_steamy_room_tone5:": "\U0001f9d6\U0001f3ff",
  1697. ":person_juggling:": "\U0001f939",
  1698. ":person_juggling_tone1:": "\U0001f939\U0001f3fb",
  1699. ":person_juggling_tone2:": "\U0001f939\U0001f3fc",
  1700. ":person_juggling_tone3:": "\U0001f939\U0001f3fd",
  1701. ":person_juggling_tone4:": "\U0001f939\U0001f3fe",
  1702. ":person_juggling_tone5:": "\U0001f939\U0001f3ff",
  1703. ":person_lifting_weights:": "\U0001f3cb",
  1704. ":person_lifting_weights_tone1:": "\U0001f3cb\U0001f3fb",
  1705. ":person_lifting_weights_tone2:": "\U0001f3cb\U0001f3fc",
  1706. ":person_lifting_weights_tone3:": "\U0001f3cb\U0001f3fd",
  1707. ":person_lifting_weights_tone4:": "\U0001f3cb\U0001f3fe",
  1708. ":person_lifting_weights_tone5:": "\U0001f3cb\U0001f3ff",
  1709. ":person_mountain_biking:": "\U0001f6b5",
  1710. ":person_mountain_biking_tone1:": "\U0001f6b5\U0001f3fb",
  1711. ":person_mountain_biking_tone2:": "\U0001f6b5\U0001f3fc",
  1712. ":person_mountain_biking_tone3:": "\U0001f6b5\U0001f3fd",
  1713. ":person_mountain_biking_tone4:": "\U0001f6b5\U0001f3fe",
  1714. ":person_mountain_biking_tone5:": "\U0001f6b5\U0001f3ff",
  1715. ":person_playing_handball:": "\U0001f93e",
  1716. ":person_playing_handball_tone1:": "\U0001f93e\U0001f3fb",
  1717. ":person_playing_handball_tone2:": "\U0001f93e\U0001f3fc",
  1718. ":person_playing_handball_tone3:": "\U0001f93e\U0001f3fd",
  1719. ":person_playing_handball_tone4:": "\U0001f93e\U0001f3fe",
  1720. ":person_playing_handball_tone5:": "\U0001f93e\U0001f3ff",
  1721. ":person_playing_water_polo:": "\U0001f93d",
  1722. ":person_playing_water_polo_tone1:": "\U0001f93d\U0001f3fb",
  1723. ":person_playing_water_polo_tone2:": "\U0001f93d\U0001f3fc",
  1724. ":person_playing_water_polo_tone3:": "\U0001f93d\U0001f3fd",
  1725. ":person_playing_water_polo_tone4:": "\U0001f93d\U0001f3fe",
  1726. ":person_playing_water_polo_tone5:": "\U0001f93d\U0001f3ff",
  1727. ":person_pouting:": "\U0001f64e",
  1728. ":person_pouting_tone1:": "\U0001f64e\U0001f3fb",
  1729. ":person_pouting_tone2:": "\U0001f64e\U0001f3fc",
  1730. ":person_pouting_tone3:": "\U0001f64e\U0001f3fd",
  1731. ":person_pouting_tone4:": "\U0001f64e\U0001f3fe",
  1732. ":person_pouting_tone5:": "\U0001f64e\U0001f3ff",
  1733. ":person_raising_hand:": "\U0001f64b",
  1734. ":person_raising_hand_tone1:": "\U0001f64b\U0001f3fb",
  1735. ":person_raising_hand_tone2:": "\U0001f64b\U0001f3fc",
  1736. ":person_raising_hand_tone3:": "\U0001f64b\U0001f3fd",
  1737. ":person_raising_hand_tone4:": "\U0001f64b\U0001f3fe",
  1738. ":person_raising_hand_tone5:": "\U0001f64b\U0001f3ff",
  1739. ":person_rowing_boat:": "\U0001f6a3",
  1740. ":person_rowing_boat_tone1:": "\U0001f6a3\U0001f3fb",
  1741. ":person_rowing_boat_tone2:": "\U0001f6a3\U0001f3fc",
  1742. ":person_rowing_boat_tone3:": "\U0001f6a3\U0001f3fd",
  1743. ":person_rowing_boat_tone4:": "\U0001f6a3\U0001f3fe",
  1744. ":person_rowing_boat_tone5:": "\U0001f6a3\U0001f3ff",
  1745. ":person_running:": "\U0001f3c3",
  1746. ":person_running_tone1:": "\U0001f3c3\U0001f3fb",
  1747. ":person_running_tone2:": "\U0001f3c3\U0001f3fc",
  1748. ":person_running_tone3:": "\U0001f3c3\U0001f3fd",
  1749. ":person_running_tone4:": "\U0001f3c3\U0001f3fe",
  1750. ":person_running_tone5:": "\U0001f3c3\U0001f3ff",
  1751. ":person_shrugging:": "\U0001f937",
  1752. ":person_shrugging_tone1:": "\U0001f937\U0001f3fb",
  1753. ":person_shrugging_tone2:": "\U0001f937\U0001f3fc",
  1754. ":person_shrugging_tone3:": "\U0001f937\U0001f3fd",
  1755. ":person_shrugging_tone4:": "\U0001f937\U0001f3fe",
  1756. ":person_shrugging_tone5:": "\U0001f937\U0001f3ff",
  1757. ":person_surfing:": "\U0001f3c4",
  1758. ":person_surfing_tone1:": "\U0001f3c4\U0001f3fb",
  1759. ":person_surfing_tone2:": "\U0001f3c4\U0001f3fc",
  1760. ":person_surfing_tone3:": "\U0001f3c4\U0001f3fd",
  1761. ":person_surfing_tone4:": "\U0001f3c4\U0001f3fe",
  1762. ":person_surfing_tone5:": "\U0001f3c4\U0001f3ff",
  1763. ":person_swimming:": "\U0001f3ca",
  1764. ":person_swimming_tone1:": "\U0001f3ca\U0001f3fb",
  1765. ":person_swimming_tone2:": "\U0001f3ca\U0001f3fc",
  1766. ":person_swimming_tone3:": "\U0001f3ca\U0001f3fd",
  1767. ":person_swimming_tone4:": "\U0001f3ca\U0001f3fe",
  1768. ":person_swimming_tone5:": "\U0001f3ca\U0001f3ff",
  1769. ":person_tipping_hand:": "\U0001f481",
  1770. ":person_tipping_hand_tone1:": "\U0001f481\U0001f3fb",
  1771. ":person_tipping_hand_tone2:": "\U0001f481\U0001f3fc",
  1772. ":person_tipping_hand_tone3:": "\U0001f481\U0001f3fd",
  1773. ":person_tipping_hand_tone4:": "\U0001f481\U0001f3fe",
  1774. ":person_tipping_hand_tone5:": "\U0001f481\U0001f3ff",
  1775. ":person_walking:": "\U0001f6b6",
  1776. ":person_walking_tone1:": "\U0001f6b6\U0001f3fb",
  1777. ":person_walking_tone2:": "\U0001f6b6\U0001f3fc",
  1778. ":person_walking_tone3:": "\U0001f6b6\U0001f3fd",
  1779. ":person_walking_tone4:": "\U0001f6b6\U0001f3fe",
  1780. ":person_walking_tone5:": "\U0001f6b6\U0001f3ff",
  1781. ":person_wearing_turban:": "\U0001f473",
  1782. ":person_wearing_turban_tone1:": "\U0001f473\U0001f3fb",
  1783. ":person_wearing_turban_tone2:": "\U0001f473\U0001f3fc",
  1784. ":person_wearing_turban_tone3:": "\U0001f473\U0001f3fd",
  1785. ":person_wearing_turban_tone4:": "\U0001f473\U0001f3fe",
  1786. ":person_wearing_turban_tone5:": "\U0001f473\U0001f3ff",
  1787. ":pick:": "\u26cf",
  1788. ":pie:": "\U0001f967",
  1789. ":pig:": "\U0001f437",
  1790. ":pig2:": "\U0001f416",
  1791. ":pig_nose:": "\U0001f43d",
  1792. ":pill:": "\U0001f48a",
  1793. ":pineapple:": "\U0001f34d",
  1794. ":ping_pong:": "\U0001f3d3",
  1795. ":pisces:": "\u2653",
  1796. ":pizza:": "\U0001f355",
  1797. ":place_of_worship:": "\U0001f6d0",
  1798. ":play_pause:": "\u23ef",
  1799. ":point_down:": "\U0001f447",
  1800. ":point_down_tone1:": "\U0001f447\U0001f3fb",
  1801. ":point_down_tone2:": "\U0001f447\U0001f3fc",
  1802. ":point_down_tone3:": "\U0001f447\U0001f3fd",
  1803. ":point_down_tone4:": "\U0001f447\U0001f3fe",
  1804. ":point_down_tone5:": "\U0001f447\U0001f3ff",
  1805. ":point_left:": "\U0001f448",
  1806. ":point_left_tone1:": "\U0001f448\U0001f3fb",
  1807. ":point_left_tone2:": "\U0001f448\U0001f3fc",
  1808. ":point_left_tone3:": "\U0001f448\U0001f3fd",
  1809. ":point_left_tone4:": "\U0001f448\U0001f3fe",
  1810. ":point_left_tone5:": "\U0001f448\U0001f3ff",
  1811. ":point_right:": "\U0001f449",
  1812. ":point_right_tone1:": "\U0001f449\U0001f3fb",
  1813. ":point_right_tone2:": "\U0001f449\U0001f3fc",
  1814. ":point_right_tone3:": "\U0001f449\U0001f3fd",
  1815. ":point_right_tone4:": "\U0001f449\U0001f3fe",
  1816. ":point_right_tone5:": "\U0001f449\U0001f3ff",
  1817. ":point_up:": "\u261d",
  1818. ":point_up_2:": "\U0001f446",
  1819. ":point_up_2_tone1:": "\U0001f446\U0001f3fb",
  1820. ":point_up_2_tone2:": "\U0001f446\U0001f3fc",
  1821. ":point_up_2_tone3:": "\U0001f446\U0001f3fd",
  1822. ":point_up_2_tone4:": "\U0001f446\U0001f3fe",
  1823. ":point_up_2_tone5:": "\U0001f446\U0001f3ff",
  1824. ":point_up_tone1:": "\u261d\U0001f3fb",
  1825. ":point_up_tone2:": "\u261d\U0001f3fc",
  1826. ":point_up_tone3:": "\u261d\U0001f3fd",
  1827. ":point_up_tone4:": "\u261d\U0001f3fe",
  1828. ":point_up_tone5:": "\u261d\U0001f3ff",
  1829. ":police_car:": "\U0001f693",
  1830. ":police_officer:": "\U0001f46e",
  1831. ":police_officer_tone1:": "\U0001f46e\U0001f3fb",
  1832. ":police_officer_tone2:": "\U0001f46e\U0001f3fc",
  1833. ":police_officer_tone3:": "\U0001f46e\U0001f3fd",
  1834. ":police_officer_tone4:": "\U0001f46e\U0001f3fe",
  1835. ":police_officer_tone5:": "\U0001f46e\U0001f3ff",
  1836. ":poodle:": "\U0001f429",
  1837. ":poop:": "\U0001f4a9",
  1838. ":popcorn:": "\U0001f37f",
  1839. ":post_office:": "\U0001f3e3",
  1840. ":postal_horn:": "\U0001f4ef",
  1841. ":postbox:": "\U0001f4ee",
  1842. ":potable_water:": "\U0001f6b0",
  1843. ":potato:": "\U0001f954",
  1844. ":pouch:": "\U0001f45d",
  1845. ":poultry_leg:": "\U0001f357",
  1846. ":pound:": "\U0001f4b7",
  1847. ":pouting_cat:": "\U0001f63e",
  1848. ":pray:": "\U0001f64f",
  1849. ":pray_tone1:": "\U0001f64f\U0001f3fb",
  1850. ":pray_tone2:": "\U0001f64f\U0001f3fc",
  1851. ":pray_tone3:": "\U0001f64f\U0001f3fd",
  1852. ":pray_tone4:": "\U0001f64f\U0001f3fe",
  1853. ":pray_tone5:": "\U0001f64f\U0001f3ff",
  1854. ":prayer_beads:": "\U0001f4ff",
  1855. ":pregnant_woman:": "\U0001f930",
  1856. ":pregnant_woman_tone1:": "\U0001f930\U0001f3fb",
  1857. ":pregnant_woman_tone2:": "\U0001f930\U0001f3fc",
  1858. ":pregnant_woman_tone3:": "\U0001f930\U0001f3fd",
  1859. ":pregnant_woman_tone4:": "\U0001f930\U0001f3fe",
  1860. ":pregnant_woman_tone5:": "\U0001f930\U0001f3ff",
  1861. ":pretzel:": "\U0001f968",
  1862. ":prince:": "\U0001f934",
  1863. ":prince_tone1:": "\U0001f934\U0001f3fb",
  1864. ":prince_tone2:": "\U0001f934\U0001f3fc",
  1865. ":prince_tone3:": "\U0001f934\U0001f3fd",
  1866. ":prince_tone4:": "\U0001f934\U0001f3fe",
  1867. ":prince_tone5:": "\U0001f934\U0001f3ff",
  1868. ":princess:": "\U0001f478",
  1869. ":princess_tone1:": "\U0001f478\U0001f3fb",
  1870. ":princess_tone2:": "\U0001f478\U0001f3fc",
  1871. ":princess_tone3:": "\U0001f478\U0001f3fd",
  1872. ":princess_tone4:": "\U0001f478\U0001f3fe",
  1873. ":princess_tone5:": "\U0001f478\U0001f3ff",
  1874. ":printer:": "\U0001f5a8",
  1875. ":projector:": "\U0001f4fd",
  1876. ":punch:": "\U0001f44a",
  1877. ":punch_tone1:": "\U0001f44a\U0001f3fb",
  1878. ":punch_tone2:": "\U0001f44a\U0001f3fc",
  1879. ":punch_tone3:": "\U0001f44a\U0001f3fd",
  1880. ":punch_tone4:": "\U0001f44a\U0001f3fe",
  1881. ":punch_tone5:": "\U0001f44a\U0001f3ff",
  1882. ":purple_heart:": "\U0001f49c",
  1883. ":purse:": "\U0001f45b",
  1884. ":pushpin:": "\U0001f4cc",
  1885. ":put_litter_in_its_place:": "\U0001f6ae",
  1886. ":question:": "\u2753",
  1887. ":rabbit:": "\U0001f430",
  1888. ":rabbit2:": "\U0001f407",
  1889. ":race_car:": "\U0001f3ce",
  1890. ":racehorse:": "\U0001f40e",
  1891. ":radio:": "\U0001f4fb",
  1892. ":radio_button:": "\U0001f518",
  1893. ":radioactive:": "\u2622",
  1894. ":rage:": "\U0001f621",
  1895. ":railway_car:": "\U0001f683",
  1896. ":railway_track:": "\U0001f6e4",
  1897. ":rainbow:": "\U0001f308",
  1898. ":rainbow_flag:": "\U0001f3f3\ufe0f\u200d\U0001f308",
  1899. ":raised_back_of_hand:": "\U0001f91a",
  1900. ":raised_back_of_hand_tone1:": "\U0001f91a\U0001f3fb",
  1901. ":raised_back_of_hand_tone2:": "\U0001f91a\U0001f3fc",
  1902. ":raised_back_of_hand_tone3:": "\U0001f91a\U0001f3fd",
  1903. ":raised_back_of_hand_tone4:": "\U0001f91a\U0001f3fe",
  1904. ":raised_back_of_hand_tone5:": "\U0001f91a\U0001f3ff",
  1905. ":raised_hand:": "\u270b",
  1906. ":raised_hand_tone1:": "\u270b\U0001f3fb",
  1907. ":raised_hand_tone2:": "\u270b\U0001f3fc",
  1908. ":raised_hand_tone3:": "\u270b\U0001f3fd",
  1909. ":raised_hand_tone4:": "\u270b\U0001f3fe",
  1910. ":raised_hand_tone5:": "\u270b\U0001f3ff",
  1911. ":raised_hands:": "\U0001f64c",
  1912. ":raised_hands_tone1:": "\U0001f64c\U0001f3fb",
  1913. ":raised_hands_tone2:": "\U0001f64c\U0001f3fc",
  1914. ":raised_hands_tone3:": "\U0001f64c\U0001f3fd",
  1915. ":raised_hands_tone4:": "\U0001f64c\U0001f3fe",
  1916. ":raised_hands_tone5:": "\U0001f64c\U0001f3ff",
  1917. ":ram:": "\U0001f40f",
  1918. ":ramen:": "\U0001f35c",
  1919. ":rat:": "\U0001f400",
  1920. ":record_button:": "\u23fa",
  1921. ":recycle:": "\u267b",
  1922. ":red_car:": "\U0001f697",
  1923. ":red_circle:": "\U0001f534",
  1924. ":registered:": "\u00ae",
  1925. ":relaxed:": "\u263a",
  1926. ":relieved:": "\U0001f60c",
  1927. ":reminder_ribbon:": "\U0001f397",
  1928. ":repeat:": "\U0001f501",
  1929. ":repeat_one:": "\U0001f502",
  1930. ":restroom:": "\U0001f6bb",
  1931. ":revolving_hearts:": "\U0001f49e",
  1932. ":rewind:": "\u23ea",
  1933. ":rhino:": "\U0001f98f",
  1934. ":ribbon:": "\U0001f380",
  1935. ":rice:": "\U0001f35a",
  1936. ":rice_ball:": "\U0001f359",
  1937. ":rice_cracker:": "\U0001f358",
  1938. ":rice_scene:": "\U0001f391",
  1939. ":right_facing_fist:": "\U0001f91c",
  1940. ":right_facing_fist_tone1:": "\U0001f91c\U0001f3fb",
  1941. ":right_facing_fist_tone2:": "\U0001f91c\U0001f3fc",
  1942. ":right_facing_fist_tone3:": "\U0001f91c\U0001f3fd",
  1943. ":right_facing_fist_tone4:": "\U0001f91c\U0001f3fe",
  1944. ":right_facing_fist_tone5:": "\U0001f91c\U0001f3ff",
  1945. ":ring:": "\U0001f48d",
  1946. ":robot:": "\U0001f916",
  1947. ":rocket:": "\U0001f680",
  1948. ":rofl:": "\U0001f923",
  1949. ":roller_coaster:": "\U0001f3a2",
  1950. ":rolling_eyes:": "\U0001f644",
  1951. ":rooster:": "\U0001f413",
  1952. ":rose:": "\U0001f339",
  1953. ":rosette:": "\U0001f3f5",
  1954. ":rotating_light:": "\U0001f6a8",
  1955. ":round_pushpin:": "\U0001f4cd",
  1956. ":rugby_football:": "\U0001f3c9",
  1957. ":running_shirt_with_sash:": "\U0001f3bd",
  1958. ":sa:": "\U0001f202",
  1959. ":sagittarius:": "\u2650",
  1960. ":sailboat:": "\u26f5",
  1961. ":sake:": "\U0001f376",
  1962. ":salad:": "\U0001f957",
  1963. ":sandal:": "\U0001f461",
  1964. ":sandwich:": "\U0001f96a",
  1965. ":santa:": "\U0001f385",
  1966. ":santa_tone1:": "\U0001f385\U0001f3fb",
  1967. ":santa_tone2:": "\U0001f385\U0001f3fc",
  1968. ":santa_tone3:": "\U0001f385\U0001f3fd",
  1969. ":santa_tone4:": "\U0001f385\U0001f3fe",
  1970. ":santa_tone5:": "\U0001f385\U0001f3ff",
  1971. ":satellite:": "\U0001f4e1",
  1972. ":satellite_orbital:": "\U0001f6f0",
  1973. ":sauropod:": "\U0001f995",
  1974. ":saxophone:": "\U0001f3b7",
  1975. ":scales:": "\u2696",
  1976. ":scarf:": "\U0001f9e3",
  1977. ":school:": "\U0001f3eb",
  1978. ":school_satchel:": "\U0001f392",
  1979. ":scissors:": "\u2702",
  1980. ":scooter:": "\U0001f6f4",
  1981. ":scorpion:": "\U0001f982",
  1982. ":scorpius:": "\u264f",
  1983. ":scotland:": "\U0001f3f4\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f",
  1984. ":scream:": "\U0001f631",
  1985. ":scream_cat:": "\U0001f640",
  1986. ":scroll:": "\U0001f4dc",
  1987. ":seat:": "\U0001f4ba",
  1988. ":second_place:": "\U0001f948",
  1989. ":secret:": "\u3299",
  1990. ":see_no_evil:": "\U0001f648",
  1991. ":seedling:": "\U0001f331",
  1992. ":selfie:": "\U0001f933",
  1993. ":selfie_tone1:": "\U0001f933\U0001f3fb",
  1994. ":selfie_tone2:": "\U0001f933\U0001f3fc",
  1995. ":selfie_tone3:": "\U0001f933\U0001f3fd",
  1996. ":selfie_tone4:": "\U0001f933\U0001f3fe",
  1997. ":selfie_tone5:": "\U0001f933\U0001f3ff",
  1998. ":seven:": "7\ufe0f\u20e3",
  1999. ":shallow_pan_of_food:": "\U0001f958",
  2000. ":shamrock:": "\u2618",
  2001. ":shark:": "\U0001f988",
  2002. ":shaved_ice:": "\U0001f367",
  2003. ":sheep:": "\U0001f411",
  2004. ":shell:": "\U0001f41a",
  2005. ":shield:": "\U0001f6e1",
  2006. ":shinto_shrine:": "\u26e9",
  2007. ":ship:": "\U0001f6a2",
  2008. ":shirt:": "\U0001f455",
  2009. ":shopping_bags:": "\U0001f6cd",
  2010. ":shopping_cart:": "\U0001f6d2",
  2011. ":shower:": "\U0001f6bf",
  2012. ":shrimp:": "\U0001f990",
  2013. ":shushing_face:": "\U0001f92b",
  2014. ":signal_strength:": "\U0001f4f6",
  2015. ":six:": "6\ufe0f\u20e3",
  2016. ":six_pointed_star:": "\U0001f52f",
  2017. ":ski:": "\U0001f3bf",
  2018. ":skier:": "\u26f7",
  2019. ":skull:": "\U0001f480",
  2020. ":skull_crossbones:": "\u2620",
  2021. ":sled:": "\U0001f6f7",
  2022. ":sleeping:": "\U0001f634",
  2023. ":sleeping_accommodation:": "\U0001f6cc",
  2024. ":sleepy:": "\U0001f62a",
  2025. ":slight_frown:": "\U0001f641",
  2026. ":slight_smile:": "\U0001f642",
  2027. ":slot_machine:": "\U0001f3b0",
  2028. ":small_blue_diamond:": "\U0001f539",
  2029. ":small_orange_diamond:": "\U0001f538",
  2030. ":small_red_triangle:": "\U0001f53a",
  2031. ":small_red_triangle_down:": "\U0001f53b",
  2032. ":smile_cat:": "\U0001f638",
  2033. ":smiley:": "\U0001f603",
  2034. ":smiley_cat:": "\U0001f63a",
  2035. ":smiling_imp:": "\U0001f608",
  2036. ":smirk:": "\U0001f60f",
  2037. ":smirk_cat:": "\U0001f63c",
  2038. ":smoking:": "\U0001f6ac",
  2039. ":snail:": "\U0001f40c",
  2040. ":snake:": "\U0001f40d",
  2041. ":sneezing_face:": "\U0001f927",
  2042. ":snowboarder:": "\U0001f3c2",
  2043. ":snowboarder_tone1:": "\U0001f3c2\U0001f3fb",
  2044. ":snowboarder_tone2:": "\U0001f3c2\U0001f3fc",
  2045. ":snowboarder_tone3:": "\U0001f3c2\U0001f3fd",
  2046. ":snowboarder_tone4:": "\U0001f3c2\U0001f3fe",
  2047. ":snowboarder_tone5:": "\U0001f3c2\U0001f3ff",
  2048. ":snowflake:": "\u2744",
  2049. ":snowman:": "\u26c4",
  2050. ":snowman2:": "\u2603",
  2051. ":sob:": "\U0001f62d",
  2052. ":soccer:": "\u26bd",
  2053. ":socks:": "\U0001f9e6",
  2054. ":soon:": "\U0001f51c",
  2055. ":sos:": "\U0001f198",
  2056. ":sound:": "\U0001f509",
  2057. ":space_invader:": "\U0001f47e",
  2058. ":spades:": "\u2660",
  2059. ":spaghetti:": "\U0001f35d",
  2060. ":sparkle:": "\u2747",
  2061. ":sparkler:": "\U0001f387",
  2062. ":sparkles:": "\u2728",
  2063. ":sparkling_heart:": "\U0001f496",
  2064. ":speak_no_evil:": "\U0001f64a",
  2065. ":speaker:": "\U0001f508",
  2066. ":speaking_head:": "\U0001f5e3",
  2067. ":speech_balloon:": "\U0001f4ac",
  2068. ":speech_left:": "\U0001f5e8",
  2069. ":speedboat:": "\U0001f6a4",
  2070. ":spider:": "\U0001f577",
  2071. ":spider_web:": "\U0001f578",
  2072. ":spoon:": "\U0001f944",
  2073. ":squid:": "\U0001f991",
  2074. ":stadium:": "\U0001f3df",
  2075. ":star:": "\u2b50",
  2076. ":star2:": "\U0001f31f",
  2077. ":star_and_crescent:": "\u262a",
  2078. ":star_of_david:": "\u2721",
  2079. ":star_struck:": "\U0001f929",
  2080. ":stars:": "\U0001f320",
  2081. ":station:": "\U0001f689",
  2082. ":statue_of_liberty:": "\U0001f5fd",
  2083. ":steam_locomotive:": "\U0001f682",
  2084. ":stew:": "\U0001f372",
  2085. ":stop_button:": "\u23f9",
  2086. ":stopwatch:": "\u23f1",
  2087. ":straight_ruler:": "\U0001f4cf",
  2088. ":strawberry:": "\U0001f353",
  2089. ":stuck_out_tongue:": "\U0001f61b",
  2090. ":stuck_out_tongue_closed_eyes:": "\U0001f61d",
  2091. ":stuck_out_tongue_winking_eye:": "\U0001f61c",
  2092. ":stuffed_flatbread:": "\U0001f959",
  2093. ":sun_with_face:": "\U0001f31e",
  2094. ":sunflower:": "\U0001f33b",
  2095. ":sunglasses:": "\U0001f60e",
  2096. ":sunny:": "\u2600",
  2097. ":sunrise:": "\U0001f305",
  2098. ":sunrise_over_mountains:": "\U0001f304",
  2099. ":sushi:": "\U0001f363",
  2100. ":suspension_railway:": "\U0001f69f",
  2101. ":sweat:": "\U0001f613",
  2102. ":sweat_drops:": "\U0001f4a6",
  2103. ":sweat_smile:": "\U0001f605",
  2104. ":sweet_potato:": "\U0001f360",
  2105. ":symbols:": "\U0001f523",
  2106. ":synagogue:": "\U0001f54d",
  2107. ":syringe:": "\U0001f489",
  2108. ":t_rex:": "\U0001f996",
  2109. ":taco:": "\U0001f32e",
  2110. ":tada:": "\U0001f389",
  2111. ":takeout_box:": "\U0001f961",
  2112. ":tanabata_tree:": "\U0001f38b",
  2113. ":tangerine:": "\U0001f34a",
  2114. ":taurus:": "\u2649",
  2115. ":taxi:": "\U0001f695",
  2116. ":tea:": "\U0001f375",
  2117. ":telephone:": "\u260e",
  2118. ":telephone_receiver:": "\U0001f4de",
  2119. ":telescope:": "\U0001f52d",
  2120. ":tennis:": "\U0001f3be",
  2121. ":tent:": "\u26fa",
  2122. ":thermometer:": "\U0001f321",
  2123. ":thermometer_face:": "\U0001f912",
  2124. ":thinking:": "\U0001f914",
  2125. ":third_place:": "\U0001f949",
  2126. ":thought_balloon:": "\U0001f4ad",
  2127. ":three:": "3\ufe0f\u20e3",
  2128. ":thumbsdown:": "\U0001f44e",
  2129. ":thumbsdown_tone1:": "\U0001f44e\U0001f3fb",
  2130. ":thumbsdown_tone2:": "\U0001f44e\U0001f3fc",
  2131. ":thumbsdown_tone3:": "\U0001f44e\U0001f3fd",
  2132. ":thumbsdown_tone4:": "\U0001f44e\U0001f3fe",
  2133. ":thumbsdown_tone5:": "\U0001f44e\U0001f3ff",
  2134. ":thumbsup:": "\U0001f44d",
  2135. ":thumbsup_tone1:": "\U0001f44d\U0001f3fb",
  2136. ":thumbsup_tone2:": "\U0001f44d\U0001f3fc",
  2137. ":thumbsup_tone3:": "\U0001f44d\U0001f3fd",
  2138. ":thumbsup_tone4:": "\U0001f44d\U0001f3fe",
  2139. ":thumbsup_tone5:": "\U0001f44d\U0001f3ff",
  2140. ":thunder_cloud_rain:": "\u26c8",
  2141. ":ticket:": "\U0001f3ab",
  2142. ":tickets:": "\U0001f39f",
  2143. ":tiger:": "\U0001f42f",
  2144. ":tiger2:": "\U0001f405",
  2145. ":timer:": "\u23f2",
  2146. ":tired_face:": "\U0001f62b",
  2147. ":tm:": "\u2122",
  2148. ":toilet:": "\U0001f6bd",
  2149. ":tokyo_tower:": "\U0001f5fc",
  2150. ":tomato:": "\U0001f345",
  2151. ":tongue:": "\U0001f445",
  2152. ":tools:": "\U0001f6e0",
  2153. ":top:": "\U0001f51d",
  2154. ":tophat:": "\U0001f3a9",
  2155. ":track_next:": "\u23ed",
  2156. ":track_previous:": "\u23ee",
  2157. ":trackball:": "\U0001f5b2",
  2158. ":tractor:": "\U0001f69c",
  2159. ":traffic_light:": "\U0001f6a5",
  2160. ":train:": "\U0001f68b",
  2161. ":train2:": "\U0001f686",
  2162. ":tram:": "\U0001f68a",
  2163. ":triangular_flag_on_post:": "\U0001f6a9",
  2164. ":triangular_ruler:": "\U0001f4d0",
  2165. ":trident:": "\U0001f531",
  2166. ":triumph:": "\U0001f624",
  2167. ":trolleybus:": "\U0001f68e",
  2168. ":trophy:": "\U0001f3c6",
  2169. ":tropical_drink:": "\U0001f379",
  2170. ":tropical_fish:": "\U0001f420",
  2171. ":truck:": "\U0001f69a",
  2172. ":trumpet:": "\U0001f3ba",
  2173. ":tulip:": "\U0001f337",
  2174. ":tumbler_glass:": "\U0001f943",
  2175. ":turkey:": "\U0001f983",
  2176. ":turtle:": "\U0001f422",
  2177. ":tv:": "\U0001f4fa",
  2178. ":twisted_rightwards_arrows:": "\U0001f500",
  2179. ":two:": "2\ufe0f\u20e3",
  2180. ":two_hearts:": "\U0001f495",
  2181. ":two_men_holding_hands:": "\U0001f46c",
  2182. ":two_women_holding_hands:": "\U0001f46d",
  2183. ":u5272:": "\U0001f239",
  2184. ":u5408:": "\U0001f234",
  2185. ":u55b6:": "\U0001f23a",
  2186. ":u6307:": "\U0001f22f",
  2187. ":u6708:": "\U0001f237",
  2188. ":u6709:": "\U0001f236",
  2189. ":u6e80:": "\U0001f235",
  2190. ":u7121:": "\U0001f21a",
  2191. ":u7533:": "\U0001f238",
  2192. ":u7981:": "\U0001f232",
  2193. ":u7a7a:": "\U0001f233",
  2194. ":umbrella:": "\u2614",
  2195. ":umbrella2:": "\u2602",
  2196. ":unamused:": "\U0001f612",
  2197. ":underage:": "\U0001f51e",
  2198. ":unicorn:": "\U0001f984",
  2199. ":united_nations:": "\U0001f1fa\U0001f1f3",
  2200. ":unlock:": "\U0001f513",
  2201. ":up:": "\U0001f199",
  2202. ":upside_down:": "\U0001f643",
  2203. ":urn:": "\u26b1",
  2204. ":v:": "\u270c",
  2205. ":v_tone1:": "\u270c\U0001f3fb",
  2206. ":v_tone2:": "\u270c\U0001f3fc",
  2207. ":v_tone3:": "\u270c\U0001f3fd",
  2208. ":v_tone4:": "\u270c\U0001f3fe",
  2209. ":v_tone5:": "\u270c\U0001f3ff",
  2210. ":vampire:": "\U0001f9db",
  2211. ":vampire_tone1:": "\U0001f9db\U0001f3fb",
  2212. ":vampire_tone2:": "\U0001f9db\U0001f3fc",
  2213. ":vampire_tone3:": "\U0001f9db\U0001f3fd",
  2214. ":vampire_tone4:": "\U0001f9db\U0001f3fe",
  2215. ":vampire_tone5:": "\U0001f9db\U0001f3ff",
  2216. ":vertical_traffic_light:": "\U0001f6a6",
  2217. ":vhs:": "\U0001f4fc",
  2218. ":vibration_mode:": "\U0001f4f3",
  2219. ":video_camera:": "\U0001f4f9",
  2220. ":video_game:": "\U0001f3ae",
  2221. ":violin:": "\U0001f3bb",
  2222. ":virgo:": "\u264d",
  2223. ":volcano:": "\U0001f30b",
  2224. ":volleyball:": "\U0001f3d0",
  2225. ":vs:": "\U0001f19a",
  2226. ":vulcan:": "\U0001f596",
  2227. ":vulcan_tone1:": "\U0001f596\U0001f3fb",
  2228. ":vulcan_tone2:": "\U0001f596\U0001f3fc",
  2229. ":vulcan_tone3:": "\U0001f596\U0001f3fd",
  2230. ":vulcan_tone4:": "\U0001f596\U0001f3fe",
  2231. ":vulcan_tone5:": "\U0001f596\U0001f3ff",
  2232. ":wales:": "\U0001f3f4\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f",
  2233. ":waning_crescent_moon:": "\U0001f318",
  2234. ":waning_gibbous_moon:": "\U0001f316",
  2235. ":warning:": "\u26a0",
  2236. ":wastebasket:": "\U0001f5d1",
  2237. ":watch:": "\u231a",
  2238. ":water_buffalo:": "\U0001f403",
  2239. ":watermelon:": "\U0001f349",
  2240. ":wave:": "\U0001f44b",
  2241. ":wave_tone1:": "\U0001f44b\U0001f3fb",
  2242. ":wave_tone2:": "\U0001f44b\U0001f3fc",
  2243. ":wave_tone3:": "\U0001f44b\U0001f3fd",
  2244. ":wave_tone4:": "\U0001f44b\U0001f3fe",
  2245. ":wave_tone5:": "\U0001f44b\U0001f3ff",
  2246. ":wavy_dash:": "\u3030",
  2247. ":waxing_crescent_moon:": "\U0001f312",
  2248. ":waxing_gibbous_moon:": "\U0001f314",
  2249. ":wc:": "\U0001f6be",
  2250. ":weary:": "\U0001f629",
  2251. ":wedding:": "\U0001f492",
  2252. ":whale:": "\U0001f433",
  2253. ":whale2:": "\U0001f40b",
  2254. ":wheel_of_dharma:": "\u2638",
  2255. ":wheelchair:": "\u267f",
  2256. ":white_check_mark:": "\u2705",
  2257. ":white_circle:": "\u26aa",
  2258. ":white_flower:": "\U0001f4ae",
  2259. ":white_large_square:": "\u2b1c",
  2260. ":white_medium_small_square:": "\u25fd",
  2261. ":white_medium_square:": "\u25fb",
  2262. ":white_small_square:": "\u25ab",
  2263. ":white_square_button:": "\U0001f533",
  2264. ":white_sun_cloud:": "\U0001f325",
  2265. ":white_sun_rain_cloud:": "\U0001f326",
  2266. ":white_sun_small_cloud:": "\U0001f324",
  2267. ":wilted_rose:": "\U0001f940",
  2268. ":wind_blowing_face:": "\U0001f32c",
  2269. ":wind_chime:": "\U0001f390",
  2270. ":wine_glass:": "\U0001f377",
  2271. ":wink:": "\U0001f609",
  2272. ":wolf:": "\U0001f43a",
  2273. ":woman:": "\U0001f469",
  2274. ":woman_artist:": "\U0001f469\u200d\U0001f3a8",
  2275. ":woman_artist_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f3a8",
  2276. ":woman_artist_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f3a8",
  2277. ":woman_artist_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f3a8",
  2278. ":woman_artist_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f3a8",
  2279. ":woman_artist_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f3a8",
  2280. ":woman_astronaut:": "\U0001f469\u200d\U0001f680",
  2281. ":woman_astronaut_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f680",
  2282. ":woman_astronaut_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f680",
  2283. ":woman_astronaut_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f680",
  2284. ":woman_astronaut_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f680",
  2285. ":woman_astronaut_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f680",
  2286. ":woman_biking:": "\U0001f6b4\u200d\u2640\ufe0f",
  2287. ":woman_biking_tone1:": "\U0001f6b4\U0001f3fb\u200d\u2640\ufe0f",
  2288. ":woman_biking_tone2:": "\U0001f6b4\U0001f3fc\u200d\u2640\ufe0f",
  2289. ":woman_biking_tone3:": "\U0001f6b4\U0001f3fd\u200d\u2640\ufe0f",
  2290. ":woman_biking_tone4:": "\U0001f6b4\U0001f3fe\u200d\u2640\ufe0f",
  2291. ":woman_biking_tone5:": "\U0001f6b4\U0001f3ff\u200d\u2640\ufe0f",
  2292. ":woman_bouncing_ball:": "\u26f9\ufe0f\u200d\u2640\ufe0f",
  2293. ":woman_bouncing_ball_tone1:": "\u26f9\U0001f3fb\u200d\u2640\ufe0f",
  2294. ":woman_bouncing_ball_tone2:": "\u26f9\U0001f3fc\u200d\u2640\ufe0f",
  2295. ":woman_bouncing_ball_tone3:": "\u26f9\U0001f3fd\u200d\u2640\ufe0f",
  2296. ":woman_bouncing_ball_tone4:": "\u26f9\U0001f3fe\u200d\u2640\ufe0f",
  2297. ":woman_bouncing_ball_tone5:": "\u26f9\U0001f3ff\u200d\u2640\ufe0f",
  2298. ":woman_bowing:": "\U0001f647\u200d\u2640\ufe0f",
  2299. ":woman_bowing_tone1:": "\U0001f647\U0001f3fb\u200d\u2640\ufe0f",
  2300. ":woman_bowing_tone2:": "\U0001f647\U0001f3fc\u200d\u2640\ufe0f",
  2301. ":woman_bowing_tone3:": "\U0001f647\U0001f3fd\u200d\u2640\ufe0f",
  2302. ":woman_bowing_tone4:": "\U0001f647\U0001f3fe\u200d\u2640\ufe0f",
  2303. ":woman_bowing_tone5:": "\U0001f647\U0001f3ff\u200d\u2640\ufe0f",
  2304. ":woman_cartwheeling:": "\U0001f938\u200d\u2640\ufe0f",
  2305. ":woman_cartwheeling_tone1:": "\U0001f938\U0001f3fb\u200d\u2640\ufe0f",
  2306. ":woman_cartwheeling_tone2:": "\U0001f938\U0001f3fc\u200d\u2640\ufe0f",
  2307. ":woman_cartwheeling_tone3:": "\U0001f938\U0001f3fd\u200d\u2640\ufe0f",
  2308. ":woman_cartwheeling_tone4:": "\U0001f938\U0001f3fe\u200d\u2640\ufe0f",
  2309. ":woman_cartwheeling_tone5:": "\U0001f938\U0001f3ff\u200d\u2640\ufe0f",
  2310. ":woman_climbing:": "\U0001f9d7\u200d\u2640\ufe0f",
  2311. ":woman_climbing_tone1:": "\U0001f9d7\U0001f3fb\u200d\u2640\ufe0f",
  2312. ":woman_climbing_tone2:": "\U0001f9d7\U0001f3fc\u200d\u2640\ufe0f",
  2313. ":woman_climbing_tone3:": "\U0001f9d7\U0001f3fd\u200d\u2640\ufe0f",
  2314. ":woman_climbing_tone4:": "\U0001f9d7\U0001f3fe\u200d\u2640\ufe0f",
  2315. ":woman_climbing_tone5:": "\U0001f9d7\U0001f3ff\u200d\u2640\ufe0f",
  2316. ":woman_construction_worker:": "\U0001f477\u200d\u2640\ufe0f",
  2317. ":woman_construction_worker_tone1:": "\U0001f477\U0001f3fb\u200d\u2640\ufe0f",
  2318. ":woman_construction_worker_tone2:": "\U0001f477\U0001f3fc\u200d\u2640\ufe0f",
  2319. ":woman_construction_worker_tone3:": "\U0001f477\U0001f3fd\u200d\u2640\ufe0f",
  2320. ":woman_construction_worker_tone4:": "\U0001f477\U0001f3fe\u200d\u2640\ufe0f",
  2321. ":woman_construction_worker_tone5:": "\U0001f477\U0001f3ff\u200d\u2640\ufe0f",
  2322. ":woman_cook:": "\U0001f469\u200d\U0001f373",
  2323. ":woman_cook_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f373",
  2324. ":woman_cook_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f373",
  2325. ":woman_cook_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f373",
  2326. ":woman_cook_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f373",
  2327. ":woman_cook_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f373",
  2328. ":woman_detective:": "\U0001f575\ufe0f\u200d\u2640\ufe0f",
  2329. ":woman_detective_tone1:": "\U0001f575\U0001f3fb\u200d\u2640\ufe0f",
  2330. ":woman_detective_tone2:": "\U0001f575\U0001f3fc\u200d\u2640\ufe0f",
  2331. ":woman_detective_tone3:": "\U0001f575\U0001f3fd\u200d\u2640\ufe0f",
  2332. ":woman_detective_tone4:": "\U0001f575\U0001f3fe\u200d\u2640\ufe0f",
  2333. ":woman_detective_tone5:": "\U0001f575\U0001f3ff\u200d\u2640\ufe0f",
  2334. ":woman_elf:": "\U0001f9dd\u200d\u2640\ufe0f",
  2335. ":woman_elf_tone1:": "\U0001f9dd\U0001f3fb\u200d\u2640\ufe0f",
  2336. ":woman_elf_tone2:": "\U0001f9dd\U0001f3fc\u200d\u2640\ufe0f",
  2337. ":woman_elf_tone3:": "\U0001f9dd\U0001f3fd\u200d\u2640\ufe0f",
  2338. ":woman_elf_tone4:": "\U0001f9dd\U0001f3fe\u200d\u2640\ufe0f",
  2339. ":woman_elf_tone5:": "\U0001f9dd\U0001f3ff\u200d\u2640\ufe0f",
  2340. ":woman_facepalming:": "\U0001f926\u200d\u2640\ufe0f",
  2341. ":woman_facepalming_tone1:": "\U0001f926\U0001f3fb\u200d\u2640\ufe0f",
  2342. ":woman_facepalming_tone2:": "\U0001f926\U0001f3fc\u200d\u2640\ufe0f",
  2343. ":woman_facepalming_tone3:": "\U0001f926\U0001f3fd\u200d\u2640\ufe0f",
  2344. ":woman_facepalming_tone4:": "\U0001f926\U0001f3fe\u200d\u2640\ufe0f",
  2345. ":woman_facepalming_tone5:": "\U0001f926\U0001f3ff\u200d\u2640\ufe0f",
  2346. ":woman_factory_worker:": "\U0001f469\u200d\U0001f3ed",
  2347. ":woman_factory_worker_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f3ed",
  2348. ":woman_factory_worker_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f3ed",
  2349. ":woman_factory_worker_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f3ed",
  2350. ":woman_factory_worker_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f3ed",
  2351. ":woman_factory_worker_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f3ed",
  2352. ":woman_fairy:": "\U0001f9da\u200d\u2640\ufe0f",
  2353. ":woman_fairy_tone1:": "\U0001f9da\U0001f3fb\u200d\u2640\ufe0f",
  2354. ":woman_fairy_tone2:": "\U0001f9da\U0001f3fc\u200d\u2640\ufe0f",
  2355. ":woman_fairy_tone3:": "\U0001f9da\U0001f3fd\u200d\u2640\ufe0f",
  2356. ":woman_fairy_tone4:": "\U0001f9da\U0001f3fe\u200d\u2640\ufe0f",
  2357. ":woman_fairy_tone5:": "\U0001f9da\U0001f3ff\u200d\u2640\ufe0f",
  2358. ":woman_farmer:": "\U0001f469\u200d\U0001f33e",
  2359. ":woman_farmer_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f33e",
  2360. ":woman_farmer_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f33e",
  2361. ":woman_farmer_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f33e",
  2362. ":woman_farmer_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f33e",
  2363. ":woman_farmer_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f33e",
  2364. ":woman_firefighter:": "\U0001f469\u200d\U0001f692",
  2365. ":woman_firefighter_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f692",
  2366. ":woman_firefighter_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f692",
  2367. ":woman_firefighter_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f692",
  2368. ":woman_firefighter_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f692",
  2369. ":woman_firefighter_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f692",
  2370. ":woman_frowning:": "\U0001f64d\u200d\u2640\ufe0f",
  2371. ":woman_frowning_tone1:": "\U0001f64d\U0001f3fb\u200d\u2640\ufe0f",
  2372. ":woman_frowning_tone2:": "\U0001f64d\U0001f3fc\u200d\u2640\ufe0f",
  2373. ":woman_frowning_tone3:": "\U0001f64d\U0001f3fd\u200d\u2640\ufe0f",
  2374. ":woman_frowning_tone4:": "\U0001f64d\U0001f3fe\u200d\u2640\ufe0f",
  2375. ":woman_frowning_tone5:": "\U0001f64d\U0001f3ff\u200d\u2640\ufe0f",
  2376. ":woman_genie:": "\U0001f9de\u200d\u2640\ufe0f",
  2377. ":woman_gesturing_no:": "\U0001f645\u200d\u2640\ufe0f",
  2378. ":woman_gesturing_no_tone1:": "\U0001f645\U0001f3fb\u200d\u2640\ufe0f",
  2379. ":woman_gesturing_no_tone2:": "\U0001f645\U0001f3fc\u200d\u2640\ufe0f",
  2380. ":woman_gesturing_no_tone3:": "\U0001f645\U0001f3fd\u200d\u2640\ufe0f",
  2381. ":woman_gesturing_no_tone4:": "\U0001f645\U0001f3fe\u200d\u2640\ufe0f",
  2382. ":woman_gesturing_no_tone5:": "\U0001f645\U0001f3ff\u200d\u2640\ufe0f",
  2383. ":woman_gesturing_ok:": "\U0001f646\u200d\u2640\ufe0f",
  2384. ":woman_gesturing_ok_tone1:": "\U0001f646\U0001f3fb\u200d\u2640\ufe0f",
  2385. ":woman_gesturing_ok_tone2:": "\U0001f646\U0001f3fc\u200d\u2640\ufe0f",
  2386. ":woman_gesturing_ok_tone3:": "\U0001f646\U0001f3fd\u200d\u2640\ufe0f",
  2387. ":woman_gesturing_ok_tone4:": "\U0001f646\U0001f3fe\u200d\u2640\ufe0f",
  2388. ":woman_gesturing_ok_tone5:": "\U0001f646\U0001f3ff\u200d\u2640\ufe0f",
  2389. ":woman_getting_face_massage:": "\U0001f486\u200d\u2640\ufe0f",
  2390. ":woman_getting_face_massage_tone1:": "\U0001f486\U0001f3fb\u200d\u2640\ufe0f",
  2391. ":woman_getting_face_massage_tone2:": "\U0001f486\U0001f3fc\u200d\u2640\ufe0f",
  2392. ":woman_getting_face_massage_tone3:": "\U0001f486\U0001f3fd\u200d\u2640\ufe0f",
  2393. ":woman_getting_face_massage_tone4:": "\U0001f486\U0001f3fe\u200d\u2640\ufe0f",
  2394. ":woman_getting_face_massage_tone5:": "\U0001f486\U0001f3ff\u200d\u2640\ufe0f",
  2395. ":woman_getting_haircut:": "\U0001f487\u200d\u2640\ufe0f",
  2396. ":woman_getting_haircut_tone1:": "\U0001f487\U0001f3fb\u200d\u2640\ufe0f",
  2397. ":woman_getting_haircut_tone2:": "\U0001f487\U0001f3fc\u200d\u2640\ufe0f",
  2398. ":woman_getting_haircut_tone3:": "\U0001f487\U0001f3fd\u200d\u2640\ufe0f",
  2399. ":woman_getting_haircut_tone4:": "\U0001f487\U0001f3fe\u200d\u2640\ufe0f",
  2400. ":woman_getting_haircut_tone5:": "\U0001f487\U0001f3ff\u200d\u2640\ufe0f",
  2401. ":woman_golfing:": "\U0001f3cc\ufe0f\u200d\u2640\ufe0f",
  2402. ":woman_golfing_tone1:": "\U0001f3cc\U0001f3fb\u200d\u2640\ufe0f",
  2403. ":woman_golfing_tone2:": "\U0001f3cc\U0001f3fc\u200d\u2640\ufe0f",
  2404. ":woman_golfing_tone3:": "\U0001f3cc\U0001f3fd\u200d\u2640\ufe0f",
  2405. ":woman_golfing_tone4:": "\U0001f3cc\U0001f3fe\u200d\u2640\ufe0f",
  2406. ":woman_golfing_tone5:": "\U0001f3cc\U0001f3ff\u200d\u2640\ufe0f",
  2407. ":woman_guard:": "\U0001f482\u200d\u2640\ufe0f",
  2408. ":woman_guard_tone1:": "\U0001f482\U0001f3fb\u200d\u2640\ufe0f",
  2409. ":woman_guard_tone2:": "\U0001f482\U0001f3fc\u200d\u2640\ufe0f",
  2410. ":woman_guard_tone3:": "\U0001f482\U0001f3fd\u200d\u2640\ufe0f",
  2411. ":woman_guard_tone4:": "\U0001f482\U0001f3fe\u200d\u2640\ufe0f",
  2412. ":woman_guard_tone5:": "\U0001f482\U0001f3ff\u200d\u2640\ufe0f",
  2413. ":woman_health_worker:": "\U0001f469\u200d\u2695\ufe0f",
  2414. ":woman_health_worker_tone1:": "\U0001f469\U0001f3fb\u200d\u2695\ufe0f",
  2415. ":woman_health_worker_tone2:": "\U0001f469\U0001f3fc\u200d\u2695\ufe0f",
  2416. ":woman_health_worker_tone3:": "\U0001f469\U0001f3fd\u200d\u2695\ufe0f",
  2417. ":woman_health_worker_tone4:": "\U0001f469\U0001f3fe\u200d\u2695\ufe0f",
  2418. ":woman_health_worker_tone5:": "\U0001f469\U0001f3ff\u200d\u2695\ufe0f",
  2419. ":woman_in_lotus_position:": "\U0001f9d8\u200d\u2640\ufe0f",
  2420. ":woman_in_lotus_position_tone1:": "\U0001f9d8\U0001f3fb\u200d\u2640\ufe0f",
  2421. ":woman_in_lotus_position_tone2:": "\U0001f9d8\U0001f3fc\u200d\u2640\ufe0f",
  2422. ":woman_in_lotus_position_tone3:": "\U0001f9d8\U0001f3fd\u200d\u2640\ufe0f",
  2423. ":woman_in_lotus_position_tone4:": "\U0001f9d8\U0001f3fe\u200d\u2640\ufe0f",
  2424. ":woman_in_lotus_position_tone5:": "\U0001f9d8\U0001f3ff\u200d\u2640\ufe0f",
  2425. ":woman_in_steamy_room:": "\U0001f9d6\u200d\u2640\ufe0f",
  2426. ":woman_in_steamy_room_tone1:": "\U0001f9d6\U0001f3fb\u200d\u2640\ufe0f",
  2427. ":woman_in_steamy_room_tone2:": "\U0001f9d6\U0001f3fc\u200d\u2640\ufe0f",
  2428. ":woman_in_steamy_room_tone3:": "\U0001f9d6\U0001f3fd\u200d\u2640\ufe0f",
  2429. ":woman_in_steamy_room_tone4:": "\U0001f9d6\U0001f3fe\u200d\u2640\ufe0f",
  2430. ":woman_in_steamy_room_tone5:": "\U0001f9d6\U0001f3ff\u200d\u2640\ufe0f",
  2431. ":woman_judge:": "\U0001f469\u200d\u2696\ufe0f",
  2432. ":woman_judge_tone1:": "\U0001f469\U0001f3fb\u200d\u2696\ufe0f",
  2433. ":woman_judge_tone2:": "\U0001f469\U0001f3fc\u200d\u2696\ufe0f",
  2434. ":woman_judge_tone3:": "\U0001f469\U0001f3fd\u200d\u2696\ufe0f",
  2435. ":woman_judge_tone4:": "\U0001f469\U0001f3fe\u200d\u2696\ufe0f",
  2436. ":woman_judge_tone5:": "\U0001f469\U0001f3ff\u200d\u2696\ufe0f",
  2437. ":woman_juggling:": "\U0001f939\u200d\u2640\ufe0f",
  2438. ":woman_juggling_tone1:": "\U0001f939\U0001f3fb\u200d\u2640\ufe0f",
  2439. ":woman_juggling_tone2:": "\U0001f939\U0001f3fc\u200d\u2640\ufe0f",
  2440. ":woman_juggling_tone3:": "\U0001f939\U0001f3fd\u200d\u2640\ufe0f",
  2441. ":woman_juggling_tone4:": "\U0001f939\U0001f3fe\u200d\u2640\ufe0f",
  2442. ":woman_juggling_tone5:": "\U0001f939\U0001f3ff\u200d\u2640\ufe0f",
  2443. ":woman_lifting_weights:": "\U0001f3cb\ufe0f\u200d\u2640\ufe0f",
  2444. ":woman_lifting_weights_tone1:": "\U0001f3cb\U0001f3fb\u200d\u2640\ufe0f",
  2445. ":woman_lifting_weights_tone2:": "\U0001f3cb\U0001f3fc\u200d\u2640\ufe0f",
  2446. ":woman_lifting_weights_tone3:": "\U0001f3cb\U0001f3fd\u200d\u2640\ufe0f",
  2447. ":woman_lifting_weights_tone4:": "\U0001f3cb\U0001f3fe\u200d\u2640\ufe0f",
  2448. ":woman_lifting_weights_tone5:": "\U0001f3cb\U0001f3ff\u200d\u2640\ufe0f",
  2449. ":woman_mage:": "\U0001f9d9\u200d\u2640\ufe0f",
  2450. ":woman_mage_tone1:": "\U0001f9d9\U0001f3fb\u200d\u2640\ufe0f",
  2451. ":woman_mage_tone2:": "\U0001f9d9\U0001f3fc\u200d\u2640\ufe0f",
  2452. ":woman_mage_tone3:": "\U0001f9d9\U0001f3fd\u200d\u2640\ufe0f",
  2453. ":woman_mage_tone4:": "\U0001f9d9\U0001f3fe\u200d\u2640\ufe0f",
  2454. ":woman_mage_tone5:": "\U0001f9d9\U0001f3ff\u200d\u2640\ufe0f",
  2455. ":woman_mechanic:": "\U0001f469\u200d\U0001f527",
  2456. ":woman_mechanic_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f527",
  2457. ":woman_mechanic_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f527",
  2458. ":woman_mechanic_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f527",
  2459. ":woman_mechanic_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f527",
  2460. ":woman_mechanic_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f527",
  2461. ":woman_mountain_biking:": "\U0001f6b5\u200d\u2640\ufe0f",
  2462. ":woman_mountain_biking_tone1:": "\U0001f6b5\U0001f3fb\u200d\u2640\ufe0f",
  2463. ":woman_mountain_biking_tone2:": "\U0001f6b5\U0001f3fc\u200d\u2640\ufe0f",
  2464. ":woman_mountain_biking_tone3:": "\U0001f6b5\U0001f3fd\u200d\u2640\ufe0f",
  2465. ":woman_mountain_biking_tone4:": "\U0001f6b5\U0001f3fe\u200d\u2640\ufe0f",
  2466. ":woman_mountain_biking_tone5:": "\U0001f6b5\U0001f3ff\u200d\u2640\ufe0f",
  2467. ":woman_office_worker:": "\U0001f469\u200d\U0001f4bc",
  2468. ":woman_office_worker_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f4bc",
  2469. ":woman_office_worker_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f4bc",
  2470. ":woman_office_worker_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f4bc",
  2471. ":woman_office_worker_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f4bc",
  2472. ":woman_office_worker_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f4bc",
  2473. ":woman_pilot:": "\U0001f469\u200d\u2708\ufe0f",
  2474. ":woman_pilot_tone1:": "\U0001f469\U0001f3fb\u200d\u2708\ufe0f",
  2475. ":woman_pilot_tone2:": "\U0001f469\U0001f3fc\u200d\u2708\ufe0f",
  2476. ":woman_pilot_tone3:": "\U0001f469\U0001f3fd\u200d\u2708\ufe0f",
  2477. ":woman_pilot_tone4:": "\U0001f469\U0001f3fe\u200d\u2708\ufe0f",
  2478. ":woman_pilot_tone5:": "\U0001f469\U0001f3ff\u200d\u2708\ufe0f",
  2479. ":woman_playing_handball:": "\U0001f93e\u200d\u2640\ufe0f",
  2480. ":woman_playing_handball_tone1:": "\U0001f93e\U0001f3fb\u200d\u2640\ufe0f",
  2481. ":woman_playing_handball_tone2:": "\U0001f93e\U0001f3fc\u200d\u2640\ufe0f",
  2482. ":woman_playing_handball_tone3:": "\U0001f93e\U0001f3fd\u200d\u2640\ufe0f",
  2483. ":woman_playing_handball_tone4:": "\U0001f93e\U0001f3fe\u200d\u2640\ufe0f",
  2484. ":woman_playing_handball_tone5:": "\U0001f93e\U0001f3ff\u200d\u2640\ufe0f",
  2485. ":woman_playing_water_polo:": "\U0001f93d\u200d\u2640\ufe0f",
  2486. ":woman_playing_water_polo_tone1:": "\U0001f93d\U0001f3fb\u200d\u2640\ufe0f",
  2487. ":woman_playing_water_polo_tone2:": "\U0001f93d\U0001f3fc\u200d\u2640\ufe0f",
  2488. ":woman_playing_water_polo_tone3:": "\U0001f93d\U0001f3fd\u200d\u2640\ufe0f",
  2489. ":woman_playing_water_polo_tone4:": "\U0001f93d\U0001f3fe\u200d\u2640\ufe0f",
  2490. ":woman_playing_water_polo_tone5:": "\U0001f93d\U0001f3ff\u200d\u2640\ufe0f",
  2491. ":woman_police_officer:": "\U0001f46e\u200d\u2640\ufe0f",
  2492. ":woman_police_officer_tone1:": "\U0001f46e\U0001f3fb\u200d\u2640\ufe0f",
  2493. ":woman_police_officer_tone2:": "\U0001f46e\U0001f3fc\u200d\u2640\ufe0f",
  2494. ":woman_police_officer_tone3:": "\U0001f46e\U0001f3fd\u200d\u2640\ufe0f",
  2495. ":woman_police_officer_tone4:": "\U0001f46e\U0001f3fe\u200d\u2640\ufe0f",
  2496. ":woman_police_officer_tone5:": "\U0001f46e\U0001f3ff\u200d\u2640\ufe0f",
  2497. ":woman_pouting:": "\U0001f64e\u200d\u2640\ufe0f",
  2498. ":woman_pouting_tone1:": "\U0001f64e\U0001f3fb\u200d\u2640\ufe0f",
  2499. ":woman_pouting_tone2:": "\U0001f64e\U0001f3fc\u200d\u2640\ufe0f",
  2500. ":woman_pouting_tone3:": "\U0001f64e\U0001f3fd\u200d\u2640\ufe0f",
  2501. ":woman_pouting_tone4:": "\U0001f64e\U0001f3fe\u200d\u2640\ufe0f",
  2502. ":woman_pouting_tone5:": "\U0001f64e\U0001f3ff\u200d\u2640\ufe0f",
  2503. ":woman_raising_hand:": "\U0001f64b\u200d\u2640\ufe0f",
  2504. ":woman_raising_hand_tone1:": "\U0001f64b\U0001f3fb\u200d\u2640\ufe0f",
  2505. ":woman_raising_hand_tone2:": "\U0001f64b\U0001f3fc\u200d\u2640\ufe0f",
  2506. ":woman_raising_hand_tone3:": "\U0001f64b\U0001f3fd\u200d\u2640\ufe0f",
  2507. ":woman_raising_hand_tone4:": "\U0001f64b\U0001f3fe\u200d\u2640\ufe0f",
  2508. ":woman_raising_hand_tone5:": "\U0001f64b\U0001f3ff\u200d\u2640\ufe0f",
  2509. ":woman_rowing_boat:": "\U0001f6a3\u200d\u2640\ufe0f",
  2510. ":woman_rowing_boat_tone1:": "\U0001f6a3\U0001f3fb\u200d\u2640\ufe0f",
  2511. ":woman_rowing_boat_tone2:": "\U0001f6a3\U0001f3fc\u200d\u2640\ufe0f",
  2512. ":woman_rowing_boat_tone3:": "\U0001f6a3\U0001f3fd\u200d\u2640\ufe0f",
  2513. ":woman_rowing_boat_tone4:": "\U0001f6a3\U0001f3fe\u200d\u2640\ufe0f",
  2514. ":woman_rowing_boat_tone5:": "\U0001f6a3\U0001f3ff\u200d\u2640\ufe0f",
  2515. ":woman_running:": "\U0001f3c3\u200d\u2640\ufe0f",
  2516. ":woman_running_tone1:": "\U0001f3c3\U0001f3fb\u200d\u2640\ufe0f",
  2517. ":woman_running_tone2:": "\U0001f3c3\U0001f3fc\u200d\u2640\ufe0f",
  2518. ":woman_running_tone3:": "\U0001f3c3\U0001f3fd\u200d\u2640\ufe0f",
  2519. ":woman_running_tone4:": "\U0001f3c3\U0001f3fe\u200d\u2640\ufe0f",
  2520. ":woman_running_tone5:": "\U0001f3c3\U0001f3ff\u200d\u2640\ufe0f",
  2521. ":woman_scientist:": "\U0001f469\u200d\U0001f52c",
  2522. ":woman_scientist_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f52c",
  2523. ":woman_scientist_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f52c",
  2524. ":woman_scientist_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f52c",
  2525. ":woman_scientist_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f52c",
  2526. ":woman_scientist_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f52c",
  2527. ":woman_shrugging:": "\U0001f937\u200d\u2640\ufe0f",
  2528. ":woman_shrugging_tone1:": "\U0001f937\U0001f3fb\u200d\u2640\ufe0f",
  2529. ":woman_shrugging_tone2:": "\U0001f937\U0001f3fc\u200d\u2640\ufe0f",
  2530. ":woman_shrugging_tone3:": "\U0001f937\U0001f3fd\u200d\u2640\ufe0f",
  2531. ":woman_shrugging_tone4:": "\U0001f937\U0001f3fe\u200d\u2640\ufe0f",
  2532. ":woman_shrugging_tone5:": "\U0001f937\U0001f3ff\u200d\u2640\ufe0f",
  2533. ":woman_singer:": "\U0001f469\u200d\U0001f3a4",
  2534. ":woman_singer_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f3a4",
  2535. ":woman_singer_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f3a4",
  2536. ":woman_singer_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f3a4",
  2537. ":woman_singer_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f3a4",
  2538. ":woman_singer_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f3a4",
  2539. ":woman_student:": "\U0001f469\u200d\U0001f393",
  2540. ":woman_student_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f393",
  2541. ":woman_student_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f393",
  2542. ":woman_student_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f393",
  2543. ":woman_student_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f393",
  2544. ":woman_student_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f393",
  2545. ":woman_surfing:": "\U0001f3c4\u200d\u2640\ufe0f",
  2546. ":woman_surfing_tone1:": "\U0001f3c4\U0001f3fb\u200d\u2640\ufe0f",
  2547. ":woman_surfing_tone2:": "\U0001f3c4\U0001f3fc\u200d\u2640\ufe0f",
  2548. ":woman_surfing_tone3:": "\U0001f3c4\U0001f3fd\u200d\u2640\ufe0f",
  2549. ":woman_surfing_tone4:": "\U0001f3c4\U0001f3fe\u200d\u2640\ufe0f",
  2550. ":woman_surfing_tone5:": "\U0001f3c4\U0001f3ff\u200d\u2640\ufe0f",
  2551. ":woman_swimming:": "\U0001f3ca\u200d\u2640\ufe0f",
  2552. ":woman_swimming_tone1:": "\U0001f3ca\U0001f3fb\u200d\u2640\ufe0f",
  2553. ":woman_swimming_tone2:": "\U0001f3ca\U0001f3fc\u200d\u2640\ufe0f",
  2554. ":woman_swimming_tone3:": "\U0001f3ca\U0001f3fd\u200d\u2640\ufe0f",
  2555. ":woman_swimming_tone4:": "\U0001f3ca\U0001f3fe\u200d\u2640\ufe0f",
  2556. ":woman_swimming_tone5:": "\U0001f3ca\U0001f3ff\u200d\u2640\ufe0f",
  2557. ":woman_teacher:": "\U0001f469\u200d\U0001f3eb",
  2558. ":woman_teacher_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f3eb",
  2559. ":woman_teacher_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f3eb",
  2560. ":woman_teacher_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f3eb",
  2561. ":woman_teacher_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f3eb",
  2562. ":woman_teacher_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f3eb",
  2563. ":woman_technologist:": "\U0001f469\u200d\U0001f4bb",
  2564. ":woman_technologist_tone1:": "\U0001f469\U0001f3fb\u200d\U0001f4bb",
  2565. ":woman_technologist_tone2:": "\U0001f469\U0001f3fc\u200d\U0001f4bb",
  2566. ":woman_technologist_tone3:": "\U0001f469\U0001f3fd\u200d\U0001f4bb",
  2567. ":woman_technologist_tone4:": "\U0001f469\U0001f3fe\u200d\U0001f4bb",
  2568. ":woman_technologist_tone5:": "\U0001f469\U0001f3ff\u200d\U0001f4bb",
  2569. ":woman_tipping_hand:": "\U0001f481\u200d\u2640\ufe0f",
  2570. ":woman_tipping_hand_tone1:": "\U0001f481\U0001f3fb\u200d\u2640\ufe0f",
  2571. ":woman_tipping_hand_tone2:": "\U0001f481\U0001f3fc\u200d\u2640\ufe0f",
  2572. ":woman_tipping_hand_tone3:": "\U0001f481\U0001f3fd\u200d\u2640\ufe0f",
  2573. ":woman_tipping_hand_tone4:": "\U0001f481\U0001f3fe\u200d\u2640\ufe0f",
  2574. ":woman_tipping_hand_tone5:": "\U0001f481\U0001f3ff\u200d\u2640\ufe0f",
  2575. ":woman_tone1:": "\U0001f469\U0001f3fb",
  2576. ":woman_tone2:": "\U0001f469\U0001f3fc",
  2577. ":woman_tone3:": "\U0001f469\U0001f3fd",
  2578. ":woman_tone4:": "\U0001f469\U0001f3fe",
  2579. ":woman_tone5:": "\U0001f469\U0001f3ff",
  2580. ":woman_vampire:": "\U0001f9db\u200d\u2640\ufe0f",
  2581. ":woman_vampire_tone1:": "\U0001f9db\U0001f3fb\u200d\u2640\ufe0f",
  2582. ":woman_vampire_tone2:": "\U0001f9db\U0001f3fc\u200d\u2640\ufe0f",
  2583. ":woman_vampire_tone3:": "\U0001f9db\U0001f3fd\u200d\u2640\ufe0f",
  2584. ":woman_vampire_tone4:": "\U0001f9db\U0001f3fe\u200d\u2640\ufe0f",
  2585. ":woman_vampire_tone5:": "\U0001f9db\U0001f3ff\u200d\u2640\ufe0f",
  2586. ":woman_walking:": "\U0001f6b6\u200d\u2640\ufe0f",
  2587. ":woman_walking_tone1:": "\U0001f6b6\U0001f3fb\u200d\u2640\ufe0f",
  2588. ":woman_walking_tone2:": "\U0001f6b6\U0001f3fc\u200d\u2640\ufe0f",
  2589. ":woman_walking_tone3:": "\U0001f6b6\U0001f3fd\u200d\u2640\ufe0f",
  2590. ":woman_walking_tone4:": "\U0001f6b6\U0001f3fe\u200d\u2640\ufe0f",
  2591. ":woman_walking_tone5:": "\U0001f6b6\U0001f3ff\u200d\u2640\ufe0f",
  2592. ":woman_wearing_turban:": "\U0001f473\u200d\u2640\ufe0f",
  2593. ":woman_wearing_turban_tone1:": "\U0001f473\U0001f3fb\u200d\u2640\ufe0f",
  2594. ":woman_wearing_turban_tone2:": "\U0001f473\U0001f3fc\u200d\u2640\ufe0f",
  2595. ":woman_wearing_turban_tone3:": "\U0001f473\U0001f3fd\u200d\u2640\ufe0f",
  2596. ":woman_wearing_turban_tone4:": "\U0001f473\U0001f3fe\u200d\u2640\ufe0f",
  2597. ":woman_wearing_turban_tone5:": "\U0001f473\U0001f3ff\u200d\u2640\ufe0f",
  2598. ":woman_with_headscarf:": "\U0001f9d5",
  2599. ":woman_with_headscarf_tone1:": "\U0001f9d5\U0001f3fb",
  2600. ":woman_with_headscarf_tone2:": "\U0001f9d5\U0001f3fc",
  2601. ":woman_with_headscarf_tone3:": "\U0001f9d5\U0001f3fd",
  2602. ":woman_with_headscarf_tone4:": "\U0001f9d5\U0001f3fe",
  2603. ":woman_with_headscarf_tone5:": "\U0001f9d5\U0001f3ff",
  2604. ":woman_zombie:": "\U0001f9df\u200d\u2640\ufe0f",
  2605. ":womans_clothes:": "\U0001f45a",
  2606. ":womans_hat:": "\U0001f452",
  2607. ":women_with_bunny_ears_partying:": "\U0001f46f\u200d\u2640\ufe0f",
  2608. ":women_wrestling:": "\U0001f93c\u200d\u2640\ufe0f",
  2609. ":womens:": "\U0001f6ba",
  2610. ":worried:": "\U0001f61f",
  2611. ":wrench:": "\U0001f527",
  2612. ":writing_hand:": "\u270d",
  2613. ":writing_hand_tone1:": "\u270d\U0001f3fb",
  2614. ":writing_hand_tone2:": "\u270d\U0001f3fc",
  2615. ":writing_hand_tone3:": "\u270d\U0001f3fd",
  2616. ":writing_hand_tone4:": "\u270d\U0001f3fe",
  2617. ":writing_hand_tone5:": "\u270d\U0001f3ff",
  2618. ":x:": "\u274c",
  2619. ":yellow_heart:": "\U0001f49b",
  2620. ":yen:": "\U0001f4b4",
  2621. ":yin_yang:": "\u262f",
  2622. ":yum:": "\U0001f60b",
  2623. ":zap:": "\u26a1",
  2624. ":zebra:": "\U0001f993",
  2625. ":zero:": "0\ufe0f\u20e3",
  2626. ":zipper_mouth:": "\U0001f910",
  2627. ":zombie:": "\U0001f9df",
  2628. ":zzz:": "\U0001f4a4",
  2629. }