Skip to content

Instantly share code, notes, and snippets.

@ogadra
Last active January 2, 2025 12:38
Show Gist options
  • Save ogadra/48a87eb9193a9f70d61afacf67d7226e to your computer and use it in GitHub Desktop.
Save ogadra/48a87eb9193a9f70d61afacf67d7226e to your computer and use it in GitHub Desktop.
RaycastのSnippetsで絵文字を出すやつ

これはなに

RaycastのSnippetsを利用して、絵文字スニペットに対応していないアプリケーションでも絵文字を:hoge:の形式で出せるようにする設定ファイルです。

設定方法

RaycastのImport Snippetsより、emoji_aliases.jsonを読み込みます。

使い方

:bangbang:と途切れなく入力すると、‼️と出力されます。

Souce

これはPythonのemojiパッケージを参考にして作成されています。 LicenseはThe 3-Clause BSD Licenseです。

License

New BSD License

Copyright (c) 2014-2024, Taehoon Kim, Kevin Wurster All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

[
{"keyword": ":1st_place_medal:", "name": "1st_place_medal", "text": "🥇"},
{"keyword": ":2nd_place_medal:", "name": "2nd_place_medal", "text": "🥈"},
{"keyword": ":3rd_place_medal:", "name": "3rd_place_medal", "text": "🥉"},
{"keyword": ":ab:", "name": "AB_button_(blood_type)", "text": "🆎"},
{"keyword": ":ab_button_(blood_type):", "name": "AB_button_(blood_type)_1", "text": "🆎"},
{"keyword": ":ab_button_blood_type:", "name": "AB_button_(blood_type)_2", "text": "🆎"},
{"keyword": ":atm_sign:", "name": "ATM_sign", "text": "🏧"},
{"keyword": ":atm:", "name": "ATM_sign_1", "text": "🏧"},
{"keyword": ":a_button_(blood_type):", "name": "A_button_(blood_type)", "text": "🅰️"},
{"keyword": ":a:", "name": "A_button_(blood_type)_1", "text": "🅰️"},
{"keyword": ":a_button_blood_type:", "name": "A_button_(blood_type)_2", "text": "🅰️"},
{"keyword": ":a_button_(blood_type):", "name": "A_button_(blood_type)", "text": "🅰"},
{"keyword": ":a:", "name": "A_button_(blood_type)_1", "text": "🅰"},
{"keyword": ":a_button_blood_type:", "name": "A_button_(blood_type)_2", "text": "🅰"},
{"keyword": ":flag_for_Afghanistan:", "name": "Afghanistan", "text": "🇦🇫"},
{"keyword": ":afghanistan:", "name": "Afghanistan_1", "text": "🇦🇫"},
{"keyword": ":albania:", "name": "Albania", "text": "🇦🇱"},
{"keyword": ":flag_for_Albania:", "name": "Albania_1", "text": "🇦🇱"},
{"keyword": ":flag_for_Algeria:", "name": "Algeria", "text": "🇩🇿"},
{"keyword": ":algeria:", "name": "Algeria_1", "text": "🇩🇿"},
{"keyword": ":american_samoa:", "name": "American_Samoa", "text": "🇦🇸"},
{"keyword": ":flag_for_American_Samoa:", "name": "American_Samoa_1", "text": "🇦🇸"},
{"keyword": ":andorra:", "name": "Andorra", "text": "🇦🇩"},
{"keyword": ":flag_for_Andorra:", "name": "Andorra_1", "text": "🇦🇩"},
{"keyword": ":angola:", "name": "Angola", "text": "🇦🇴"},
{"keyword": ":flag_for_Angola:", "name": "Angola_1", "text": "🇦🇴"},
{"keyword": ":flag_for_Anguilla:", "name": "Anguilla", "text": "🇦🇮"},
{"keyword": ":anguilla:", "name": "Anguilla_1", "text": "🇦🇮"},
{"keyword": ":flag_for_Antarctica:", "name": "Antarctica", "text": "🇦🇶"},
{"keyword": ":antarctica:", "name": "Antarctica_1", "text": "🇦🇶"},
{"keyword": ":flag_for_Antigua_&_Barbuda:", "name": "Antigua_&_Barbuda", "text": "🇦🇬"},
{"keyword": ":antigua_&_barbuda:", "name": "Antigua_&_Barbuda_1", "text": "🇦🇬"},
{"keyword": ":antigua_barbuda:", "name": "Antigua_&_Barbuda_2", "text": "🇦🇬"},
{"keyword": ":aquarius:", "name": "Aquarius", "text": "♒"},
{"keyword": ":argentina:", "name": "Argentina", "text": "🇦🇷"},
{"keyword": ":flag_for_Argentina:", "name": "Argentina_1", "text": "🇦🇷"},
{"keyword": ":aries:", "name": "Aries", "text": "♈"},
{"keyword": ":flag_for_Armenia:", "name": "Armenia", "text": "🇦🇲"},
{"keyword": ":armenia:", "name": "Armenia_1", "text": "🇦🇲"},
{"keyword": ":flag_for_Aruba:", "name": "Aruba", "text": "🇦🇼"},
{"keyword": ":aruba:", "name": "Aruba_1", "text": "🇦🇼"},
{"keyword": ":ascension_island:", "name": "Ascension_Island", "text": "🇦🇨"},
{"keyword": ":flag_for_Ascension_Island:", "name": "Ascension_Island_1", "text": "🇦🇨"},
{"keyword": ":flag_for_Australia:", "name": "Australia", "text": "🇦🇺"},
{"keyword": ":australia:", "name": "Australia_1", "text": "🇦🇺"},
{"keyword": ":flag_for_Austria:", "name": "Austria", "text": "🇦🇹"},
{"keyword": ":austria:", "name": "Austria_1", "text": "🇦🇹"},
{"keyword": ":flag_for_Azerbaijan:", "name": "Azerbaijan", "text": "🇦🇿"},
{"keyword": ":azerbaijan:", "name": "Azerbaijan_1", "text": "🇦🇿"},
{"keyword": ":back:", "name": "BACK_arrow", "text": "🔙"},
{"keyword": ":back_arrow:", "name": "BACK_arrow_1", "text": "🔙"},
{"keyword": ":b_button_(blood_type):", "name": "B_button_(blood_type)", "text": "🅱️"},
{"keyword": ":b:", "name": "B_button_(blood_type)_1", "text": "🅱️"},
{"keyword": ":b_button_blood_type:", "name": "B_button_(blood_type)_2", "text": "🅱️"},
{"keyword": ":b_button_(blood_type):", "name": "B_button_(blood_type)", "text": "🅱"},
{"keyword": ":b:", "name": "B_button_(blood_type)_1", "text": "🅱"},
{"keyword": ":b_button_blood_type:", "name": "B_button_(blood_type)_2", "text": "🅱"},
{"keyword": ":bahamas:", "name": "Bahamas", "text": "🇧🇸"},
{"keyword": ":flag_for_Bahamas:", "name": "Bahamas_1", "text": "🇧🇸"},
{"keyword": ":flag_for_Bahrain:", "name": "Bahrain", "text": "🇧🇭"},
{"keyword": ":bahrain:", "name": "Bahrain_1", "text": "🇧🇭"},
{"keyword": ":bangladesh:", "name": "Bangladesh", "text": "🇧🇩"},
{"keyword": ":flag_for_Bangladesh:", "name": "Bangladesh_1", "text": "🇧🇩"},
{"keyword": ":flag_for_Barbados:", "name": "Barbados", "text": "🇧🇧"},
{"keyword": ":barbados:", "name": "Barbados_1", "text": "🇧🇧"},
{"keyword": ":flag_for_Belarus:", "name": "Belarus", "text": "🇧🇾"},
{"keyword": ":belarus:", "name": "Belarus_1", "text": "🇧🇾"},
{"keyword": ":belgium:", "name": "Belgium", "text": "🇧🇪"},
{"keyword": ":flag_for_Belgium:", "name": "Belgium_1", "text": "🇧🇪"},
{"keyword": ":flag_for_Belize:", "name": "Belize", "text": "🇧🇿"},
{"keyword": ":belize:", "name": "Belize_1", "text": "🇧🇿"},
{"keyword": ":benin:", "name": "Benin", "text": "🇧🇯"},
{"keyword": ":flag_for_Benin:", "name": "Benin_1", "text": "🇧🇯"},
{"keyword": ":flag_for_Bermuda:", "name": "Bermuda", "text": "🇧🇲"},
{"keyword": ":bermuda:", "name": "Bermuda_1", "text": "🇧🇲"},
{"keyword": ":flag_for_Bhutan:", "name": "Bhutan", "text": "🇧🇹"},
{"keyword": ":bhutan:", "name": "Bhutan_1", "text": "🇧🇹"},
{"keyword": ":bolivia:", "name": "Bolivia", "text": "🇧🇴"},
{"keyword": ":flag_for_Bolivia:", "name": "Bolivia_1", "text": "🇧🇴"},
{"keyword": ":bosnia_&_herzegovina:", "name": "Bosnia_&_Herzegovina", "text": "🇧🇦"},
{"keyword": ":bosnia_herzegovina:", "name": "Bosnia_&_Herzegovina_1", "text": "🇧🇦"},
{"keyword": ":flag_for_Bosnia_&_Herzegovina:", "name": "Bosnia_&_Herzegovina_2", "text": "🇧🇦"},
{"keyword": ":botswana:", "name": "Botswana", "text": "🇧🇼"},
{"keyword": ":flag_for_Botswana:", "name": "Botswana_1", "text": "🇧🇼"},
{"keyword": ":bouvet_island:", "name": "Bouvet_Island", "text": "🇧🇻"},
{"keyword": ":flag_for_Bouvet_Island:", "name": "Bouvet_Island_1", "text": "🇧🇻"},
{"keyword": ":brazil:", "name": "Brazil", "text": "🇧🇷"},
{"keyword": ":flag_for_Brazil:", "name": "Brazil_1", "text": "🇧🇷"},
{"keyword": ":flag_for_British_Indian_Ocean_Territory:", "name": "British_Indian_Ocean_Territory", "text": "🇮🇴"},
{"keyword": ":british_indian_ocean_territory:", "name": "British_Indian_Ocean_Territory_1", "text": "🇮🇴"},
{"keyword": ":british_virgin_islands:", "name": "British_Virgin_Islands", "text": "🇻🇬"},
{"keyword": ":flag_for_British_Virgin_Islands:", "name": "British_Virgin_Islands_1", "text": "🇻🇬"},
{"keyword": ":flag_for_Brunei:", "name": "Brunei", "text": "🇧🇳"},
{"keyword": ":brunei:", "name": "Brunei_1", "text": "🇧🇳"},
{"keyword": ":bulgaria:", "name": "Bulgaria", "text": "🇧🇬"},
{"keyword": ":flag_for_Bulgaria:", "name": "Bulgaria_1", "text": "🇧🇬"},
{"keyword": ":flag_for_Burkina_Faso:", "name": "Burkina_Faso", "text": "🇧🇫"},
{"keyword": ":burkina_faso:", "name": "Burkina_Faso_1", "text": "🇧🇫"},
{"keyword": ":flag_for_Burundi:", "name": "Burundi", "text": "🇧🇮"},
{"keyword": ":burundi:", "name": "Burundi_1", "text": "🇧🇮"},
{"keyword": ":cl_button:", "name": "CL_button", "text": "🆑"},
{"keyword": ":cl:", "name": "CL_button_1", "text": "🆑"},
{"keyword": ":cool_button:", "name": "COOL_button", "text": "🆒"},
{"keyword": ":cool:", "name": "COOL_button_1", "text": "🆒"},
{"keyword": ":flag_for_Cambodia:", "name": "Cambodia", "text": "🇰🇭"},
{"keyword": ":cambodia:", "name": "Cambodia_1", "text": "🇰🇭"},
{"keyword": ":cameroon:", "name": "Cameroon", "text": "🇨🇲"},
{"keyword": ":flag_for_Cameroon:", "name": "Cameroon_1", "text": "🇨🇲"},
{"keyword": ":canada:", "name": "Canada", "text": "🇨🇦"},
{"keyword": ":flag_for_Canada:", "name": "Canada_1", "text": "🇨🇦"},
{"keyword": ":canary_islands:", "name": "Canary_Islands", "text": "🇮🇨"},
{"keyword": ":flag_for_Canary_Islands:", "name": "Canary_Islands_1", "text": "🇮🇨"},
{"keyword": ":cancer:", "name": "Cancer", "text": "♋"},
{"keyword": ":cape_verde:", "name": "Cape_Verde", "text": "🇨🇻"},
{"keyword": ":flag_for_Cape_Verde:", "name": "Cape_Verde_1", "text": "🇨🇻"},
{"keyword": ":capricorn:", "name": "Capricorn", "text": "♑"},
{"keyword": ":caribbean_netherlands:", "name": "Caribbean_Netherlands", "text": "🇧🇶"},
{"keyword": ":flag_for_Caribbean_Netherlands:", "name": "Caribbean_Netherlands_1", "text": "🇧🇶"},
{"keyword": ":cayman_islands:", "name": "Cayman_Islands", "text": "🇰🇾"},
{"keyword": ":flag_for_Cayman_Islands:", "name": "Cayman_Islands_1", "text": "🇰🇾"},
{"keyword": ":flag_for_Central_African_Republic:", "name": "Central_African_Republic", "text": "🇨🇫"},
{"keyword": ":central_african_republic:", "name": "Central_African_Republic_1", "text": "🇨🇫"},
{"keyword": ":ceuta_&_melilla:", "name": "Ceuta_&_Melilla", "text": "🇪🇦"},
{"keyword": ":ceuta_melilla:", "name": "Ceuta_&_Melilla_1", "text": "🇪🇦"},
{"keyword": ":flag_for_Ceuta_&_Melilla:", "name": "Ceuta_&_Melilla_2", "text": "🇪🇦"},
{"keyword": ":chad:", "name": "Chad", "text": "🇹🇩"},
{"keyword": ":flag_for_Chad:", "name": "Chad_1", "text": "🇹🇩"},
{"keyword": ":flag_for_Chile:", "name": "Chile", "text": "🇨🇱"},
{"keyword": ":chile:", "name": "Chile_1", "text": "🇨🇱"},
{"keyword": ":flag_for_China:", "name": "China", "text": "🇨🇳"},
{"keyword": ":cn:", "name": "China_1", "text": "🇨🇳"},
{"keyword": ":china:", "name": "China_2", "text": "🇨🇳"},
{"keyword": ":christmas_island:", "name": "Christmas_Island", "text": "🇨🇽"},
{"keyword": ":flag_for_Christmas_Island:", "name": "Christmas_Island_1", "text": "🇨🇽"},
{"keyword": ":christmas_tree:", "name": "Christmas_tree", "text": "🎄"},
{"keyword": ":flag_for_Clipperton_Island:", "name": "Clipperton_Island", "text": "🇨🇵"},
{"keyword": ":clipperton_island:", "name": "Clipperton_Island_1", "text": "🇨🇵"},
{"keyword": ":cocos_islands:", "name": "Cocos_(Keeling)_Islands", "text": "🇨🇨"},
{"keyword": ":cocos_(keeling)_islands:", "name": "Cocos_(Keeling)_Islands_1", "text": "🇨🇨"},
{"keyword": ":flag_for_Cocos_Islands:", "name": "Cocos_(Keeling)_Islands_2", "text": "🇨🇨"},
{"keyword": ":colombia:", "name": "Colombia", "text": "🇨🇴"},
{"keyword": ":flag_for_Colombia:", "name": "Colombia_1", "text": "🇨🇴"},
{"keyword": ":comoros:", "name": "Comoros", "text": "🇰🇲"},
{"keyword": ":flag_for_Comoros:", "name": "Comoros_1", "text": "🇰🇲"},
{"keyword": ":congo_brazzaville:", "name": "Congo-Brazzaville", "text": "🇨🇬"},
{"keyword": ":congo-brazzaville:", "name": "Congo-Brazzaville_1", "text": "🇨🇬"},
{"keyword": ":flag_for_Congo_Brazzaville:", "name": "Congo-Brazzaville_2", "text": "🇨🇬"},
{"keyword": ":congo-kinshasa:", "name": "Congo-Kinshasa", "text": "🇨🇩"},
{"keyword": ":flag_for_Congo_Kinshasa:", "name": "Congo-Kinshasa_1", "text": "🇨🇩"},
{"keyword": ":congo_kinshasa:", "name": "Congo-Kinshasa_2", "text": "🇨🇩"},
{"keyword": ":cook_islands:", "name": "Cook_Islands", "text": "🇨🇰"},
{"keyword": ":flag_for_Cook_Islands:", "name": "Cook_Islands_1", "text": "🇨🇰"},
{"keyword": ":costa_rica:", "name": "Costa_Rica", "text": "🇨🇷"},
{"keyword": ":flag_for_Costa_Rica:", "name": "Costa_Rica_1", "text": "🇨🇷"},
{"keyword": ":croatia:", "name": "Croatia", "text": "🇭🇷"},
{"keyword": ":flag_for_Croatia:", "name": "Croatia_1", "text": "🇭🇷"},
{"keyword": ":flag_for_Cuba:", "name": "Cuba", "text": "🇨🇺"},
{"keyword": ":cuba:", "name": "Cuba_1", "text": "🇨🇺"},
{"keyword": ":curaçao:", "name": "Curaçao", "text": "🇨🇼"},
{"keyword": ":flag_for_Curaçao:", "name": "Curaçao_1", "text": "🇨🇼"},
{"keyword": ":curacao:", "name": "Curaçao_2", "text": "🇨🇼"},
{"keyword": ":flag_for_Cyprus:", "name": "Cyprus", "text": "🇨🇾"},
{"keyword": ":cyprus:", "name": "Cyprus_1", "text": "🇨🇾"},
{"keyword": ":czech_republic:", "name": "Czechia", "text": "🇨🇿"},
{"keyword": ":czechia:", "name": "Czechia_1", "text": "🇨🇿"},
{"keyword": ":flag_for_Czech_Republic:", "name": "Czechia_2", "text": "🇨🇿"},
{"keyword": ":flag_for_Côte_d’Ivoire:", "name": "Côte_d’Ivoire", "text": "🇨🇮"},
{"keyword": ":côte_d’ivoire:", "name": "Côte_d’Ivoire_1", "text": "🇨🇮"},
{"keyword": ":cote_divoire:", "name": "Côte_d’Ivoire_2", "text": "🇨🇮"},
{"keyword": ":denmark:", "name": "Denmark", "text": "🇩🇰"},
{"keyword": ":flag_for_Denmark:", "name": "Denmark_1", "text": "🇩🇰"},
{"keyword": ":flag_for_Diego_Garcia:", "name": "Diego_Garcia", "text": "🇩🇬"},
{"keyword": ":diego_garcia:", "name": "Diego_Garcia_1", "text": "🇩🇬"},
{"keyword": ":djibouti:", "name": "Djibouti", "text": "🇩🇯"},
{"keyword": ":flag_for_Djibouti:", "name": "Djibouti_1", "text": "🇩🇯"},
{"keyword": ":flag_for_Dominica:", "name": "Dominica", "text": "🇩🇲"},
{"keyword": ":dominica:", "name": "Dominica_1", "text": "🇩🇲"},
{"keyword": ":dominican_republic:", "name": "Dominican_Republic", "text": "🇩🇴"},
{"keyword": ":flag_for_Dominican_Republic:", "name": "Dominican_Republic_1", "text": "🇩🇴"},
{"keyword": ":end_arrow:", "name": "END_arrow", "text": "🔚"},
{"keyword": ":end:", "name": "END_arrow_1", "text": "🔚"},
{"keyword": ":flag_for_Ecuador:", "name": "Ecuador", "text": "🇪🇨"},
{"keyword": ":ecuador:", "name": "Ecuador_1", "text": "🇪🇨"},
{"keyword": ":egypt:", "name": "Egypt", "text": "🇪🇬"},
{"keyword": ":flag_for_Egypt:", "name": "Egypt_1", "text": "🇪🇬"},
{"keyword": ":flag_for_El_Salvador:", "name": "El_Salvador", "text": "🇸🇻"},
{"keyword": ":el_salvador:", "name": "El_Salvador_1", "text": "🇸🇻"},
{"keyword": ":england:", "name": "England", "text": "🏴󠁧󠁢󠁥󠁮󠁧󠁿"},
{"keyword": ":flag_for_Equatorial_Guinea:", "name": "Equatorial_Guinea", "text": "🇬🇶"},
{"keyword": ":equatorial_guinea:", "name": "Equatorial_Guinea_1", "text": "🇬🇶"},
{"keyword": ":eritrea:", "name": "Eritrea", "text": "🇪🇷"},
{"keyword": ":flag_for_Eritrea:", "name": "Eritrea_1", "text": "🇪🇷"},
{"keyword": ":flag_for_Estonia:", "name": "Estonia", "text": "🇪🇪"},
{"keyword": ":estonia:", "name": "Estonia_1", "text": "🇪🇪"},
{"keyword": ":eswatini:", "name": "Eswatini", "text": "🇸🇿"},
{"keyword": ":flag_for_Swaziland:", "name": "Eswatini_1", "text": "🇸🇿"},
{"keyword": ":swaziland:", "name": "Eswatini_2", "text": "🇸🇿"},
{"keyword": ":ethiopia:", "name": "Ethiopia", "text": "🇪🇹"},
{"keyword": ":flag_for_Ethiopia:", "name": "Ethiopia_1", "text": "🇪🇹"},
{"keyword": ":european_union:", "name": "European_Union", "text": "🇪🇺"},
{"keyword": ":flag_for_European_Union:", "name": "European_Union_1", "text": "🇪🇺"},
{"keyword": ":eu:", "name": "European_Union_2", "text": "🇪🇺"},
{"keyword": ":free_button:", "name": "FREE_button", "text": "🆓"},
{"keyword": ":free:", "name": "FREE_button_1", "text": "🆓"},
{"keyword": ":falkland_islands:", "name": "Falkland_Islands", "text": "🇫🇰"},
{"keyword": ":flag_for_Falkland_Islands:", "name": "Falkland_Islands_1", "text": "🇫🇰"},
{"keyword": ":faroe_islands:", "name": "Faroe_Islands", "text": "🇫🇴"},
{"keyword": ":flag_for_Faroe_Islands:", "name": "Faroe_Islands_1", "text": "🇫🇴"},
{"keyword": ":fiji:", "name": "Fiji", "text": "🇫🇯"},
{"keyword": ":flag_for_Fiji:", "name": "Fiji_1", "text": "🇫🇯"},
{"keyword": ":finland:", "name": "Finland", "text": "🇫🇮"},
{"keyword": ":flag_for_Finland:", "name": "Finland_1", "text": "🇫🇮"},
{"keyword": ":flag_for_France:", "name": "France", "text": "🇫🇷"},
{"keyword": ":fr:", "name": "France_1", "text": "🇫🇷"},
{"keyword": ":france:", "name": "France_2", "text": "🇫🇷"},
{"keyword": ":flag_for_French_Guiana:", "name": "French_Guiana", "text": "🇬🇫"},
{"keyword": ":french_guiana:", "name": "French_Guiana_1", "text": "🇬🇫"},
{"keyword": ":french_polynesia:", "name": "French_Polynesia", "text": "🇵🇫"},
{"keyword": ":flag_for_French_Polynesia:", "name": "French_Polynesia_1", "text": "🇵🇫"},
{"keyword": ":french_southern_territories:", "name": "French_Southern_Territories", "text": "🇹🇫"},
{"keyword": ":flag_for_French_Southern_Territories:", "name": "French_Southern_Territories_1", "text": "🇹🇫"},
{"keyword": ":flag_for_Gabon:", "name": "Gabon", "text": "🇬🇦"},
{"keyword": ":gabon:", "name": "Gabon_1", "text": "🇬🇦"},
{"keyword": ":flag_for_Gambia:", "name": "Gambia", "text": "🇬🇲"},
{"keyword": ":gambia:", "name": "Gambia_1", "text": "🇬🇲"},
{"keyword": ":gemini:", "name": "Gemini", "text": "♊"},
{"keyword": ":georgia:", "name": "Georgia", "text": "🇬🇪"},
{"keyword": ":flag_for_Georgia:", "name": "Georgia_1", "text": "🇬🇪"},
{"keyword": ":de:", "name": "Germany", "text": "🇩🇪"},
{"keyword": ":flag_for_Germany:", "name": "Germany_1", "text": "🇩🇪"},
{"keyword": ":germany:", "name": "Germany_2", "text": "🇩🇪"},
{"keyword": ":flag_for_Ghana:", "name": "Ghana", "text": "🇬🇭"},
{"keyword": ":ghana:", "name": "Ghana_1", "text": "🇬🇭"},
{"keyword": ":gibraltar:", "name": "Gibraltar", "text": "🇬🇮"},
{"keyword": ":flag_for_Gibraltar:", "name": "Gibraltar_1", "text": "🇬🇮"},
{"keyword": ":greece:", "name": "Greece", "text": "🇬🇷"},
{"keyword": ":flag_for_Greece:", "name": "Greece_1", "text": "🇬🇷"},
{"keyword": ":flag_for_Greenland:", "name": "Greenland", "text": "🇬🇱"},
{"keyword": ":greenland:", "name": "Greenland_1", "text": "🇬🇱"},
{"keyword": ":grenada:", "name": "Grenada", "text": "🇬🇩"},
{"keyword": ":flag_for_Grenada:", "name": "Grenada_1", "text": "🇬🇩"},
{"keyword": ":flag_for_Guadeloupe:", "name": "Guadeloupe", "text": "🇬🇵"},
{"keyword": ":guadeloupe:", "name": "Guadeloupe_1", "text": "🇬🇵"},
{"keyword": ":flag_for_Guam:", "name": "Guam", "text": "🇬🇺"},
{"keyword": ":guam:", "name": "Guam_1", "text": "🇬🇺"},
{"keyword": ":guatemala:", "name": "Guatemala", "text": "🇬🇹"},
{"keyword": ":flag_for_Guatemala:", "name": "Guatemala_1", "text": "🇬🇹"},
{"keyword": ":guernsey:", "name": "Guernsey", "text": "🇬🇬"},
{"keyword": ":flag_for_Guernsey:", "name": "Guernsey_1", "text": "🇬🇬"},
{"keyword": ":guinea:", "name": "Guinea", "text": "🇬🇳"},
{"keyword": ":flag_for_Guinea:", "name": "Guinea_1", "text": "🇬🇳"},
{"keyword": ":guinea-bissau:", "name": "Guinea-Bissau", "text": "🇬🇼"},
{"keyword": ":guinea_bissau:", "name": "Guinea-Bissau_1", "text": "🇬🇼"},
{"keyword": ":flag_for_Guinea_Bissau:", "name": "Guinea-Bissau_2", "text": "🇬🇼"},
{"keyword": ":guyana:", "name": "Guyana", "text": "🇬🇾"},
{"keyword": ":flag_for_Guyana:", "name": "Guyana_1", "text": "🇬🇾"},
{"keyword": ":haiti:", "name": "Haiti", "text": "🇭🇹"},
{"keyword": ":flag_for_Haiti:", "name": "Haiti_1", "text": "🇭🇹"},
{"keyword": ":heard_mcdonald_islands:", "name": "Heard_&_McDonald_Islands", "text": "🇭🇲"},
{"keyword": ":flag_for_Heard_&_McDonald_Islands:", "name": "Heard_&_McDonald_Islands_1", "text": "🇭🇲"},
{"keyword": ":heard_&_mcdonald_islands:", "name": "Heard_&_McDonald_Islands_2", "text": "🇭🇲"},
{"keyword": ":honduras:", "name": "Honduras", "text": "🇭🇳"},
{"keyword": ":flag_for_Honduras:", "name": "Honduras_1", "text": "🇭🇳"},
{"keyword": ":flag_for_Hong_Kong:", "name": "Hong_Kong_SAR_China", "text": "🇭🇰"},
{"keyword": ":hong_kong:", "name": "Hong_Kong_SAR_China_1", "text": "🇭🇰"},
{"keyword": ":hong_kong_sar_china:", "name": "Hong_Kong_SAR_China_2", "text": "🇭🇰"},
{"keyword": ":flag_for_Hungary:", "name": "Hungary", "text": "🇭🇺"},
{"keyword": ":hungary:", "name": "Hungary_1", "text": "🇭🇺"},
{"keyword": ":id_button:", "name": "ID_button", "text": "🆔"},
{"keyword": ":id:", "name": "ID_button_1", "text": "🆔"},
{"keyword": ":flag_for_Iceland:", "name": "Iceland", "text": "🇮🇸"},
{"keyword": ":iceland:", "name": "Iceland_1", "text": "🇮🇸"},
{"keyword": ":flag_for_India:", "name": "India", "text": "🇮🇳"},
{"keyword": ":india:", "name": "India_1", "text": "🇮🇳"},
{"keyword": ":indonesia:", "name": "Indonesia", "text": "🇮🇩"},
{"keyword": ":flag_for_Indonesia:", "name": "Indonesia_1", "text": "🇮🇩"},
{"keyword": ":iran:", "name": "Iran", "text": "🇮🇷"},
{"keyword": ":flag_for_Iran:", "name": "Iran_1", "text": "🇮🇷"},
{"keyword": ":flag_for_Iraq:", "name": "Iraq", "text": "🇮🇶"},
{"keyword": ":iraq:", "name": "Iraq_1", "text": "🇮🇶"},
{"keyword": ":ireland:", "name": "Ireland", "text": "🇮🇪"},
{"keyword": ":flag_for_Ireland:", "name": "Ireland_1", "text": "🇮🇪"},
{"keyword": ":isle_of_man:", "name": "Isle_of_Man", "text": "🇮🇲"},
{"keyword": ":flag_for_Isle_of_Man:", "name": "Isle_of_Man_1", "text": "🇮🇲"},
{"keyword": ":flag_for_Israel:", "name": "Israel", "text": "🇮🇱"},
{"keyword": ":israel:", "name": "Israel_1", "text": "🇮🇱"},
{"keyword": ":italy:", "name": "Italy", "text": "🇮🇹"},
{"keyword": ":flag_for_Italy:", "name": "Italy_1", "text": "🇮🇹"},
{"keyword": ":it:", "name": "Italy_2", "text": "🇮🇹"},
{"keyword": ":jamaica:", "name": "Jamaica", "text": "🇯🇲"},
{"keyword": ":flag_for_Jamaica:", "name": "Jamaica_1", "text": "🇯🇲"},
{"keyword": ":jp:", "name": "Japan", "text": "🇯🇵"},
{"keyword": ":flag_for_Japan:", "name": "Japan_1", "text": "🇯🇵"},
{"keyword": ":japan:", "name": "Japan_2", "text": "🇯🇵"},
{"keyword": ":accept:", "name": "Japanese_acceptable_button", "text": "🉑"},
{"keyword": ":japanese_acceptable_button:", "name": "Japanese_acceptable_button_1", "text": "🉑"},
{"keyword": ":u7533:", "name": "Japanese_application_button", "text": "🈸"},
{"keyword": ":japanese_application_button:", "name": "Japanese_application_button_1", "text": "🈸"},
{"keyword": ":ideograph_advantage:", "name": "Japanese_bargain_button", "text": "🉐"},
{"keyword": ":japanese_bargain_button:", "name": "Japanese_bargain_button_1", "text": "🉐"},
{"keyword": ":japanese_castle:", "name": "Japanese_castle", "text": "🏯"},
{"keyword": ":congratulations:", "name": "Japanese_congratulations_button", "text": "㊗️"},
{"keyword": ":japanese_congratulations_button:", "name": "Japanese_congratulations_button_1", "text": "㊗️"},
{"keyword": ":congratulations:", "name": "Japanese_congratulations_button", "text": "㊗"},
{"keyword": ":japanese_congratulations_button:", "name": "Japanese_congratulations_button_1", "text": "㊗"},
{"keyword": ":u5272:", "name": "Japanese_discount_button", "text": "🈹"},
{"keyword": ":japanese_discount_button:", "name": "Japanese_discount_button_1", "text": "🈹"},
{"keyword": ":japanese_dolls:", "name": "Japanese_dolls", "text": "🎎"},
{"keyword": ":dolls:", "name": "Japanese_dolls_1", "text": "🎎"},
{"keyword": ":u7121:", "name": "Japanese_free_of_charge_button", "text": "🈚"},
{"keyword": ":japanese_free_of_charge_button:", "name": "Japanese_free_of_charge_button_1", "text": "🈚"},
{"keyword": ":japanese_here_button:", "name": "Japanese_here_button", "text": "🈁"},
{"keyword": ":koko:", "name": "Japanese_here_button_1", "text": "🈁"},
{"keyword": ":japanese_monthly_amount_button:", "name": "Japanese_monthly_amount_button", "text": "🈷️"},
{"keyword": ":u6708:", "name": "Japanese_monthly_amount_button_1", "text": "🈷️"},
{"keyword": ":japanese_monthly_amount_button:", "name": "Japanese_monthly_amount_button", "text": "🈷"},
{"keyword": ":u6708:", "name": "Japanese_monthly_amount_button_1", "text": "🈷"},
{"keyword": ":japanese_no_vacancy_button:", "name": "Japanese_no_vacancy_button", "text": "🈵"},
{"keyword": ":u6e80:", "name": "Japanese_no_vacancy_button_1", "text": "🈵"},
{"keyword": ":japanese_not_free_of_charge_button:", "name": "Japanese_not_free_of_charge_button", "text": "🈶"},
{"keyword": ":u6709:", "name": "Japanese_not_free_of_charge_button_1", "text": "🈶"},
{"keyword": ":japanese_open_for_business_button:", "name": "Japanese_open_for_business_button", "text": "🈺"},
{"keyword": ":u55b6:", "name": "Japanese_open_for_business_button_1", "text": "🈺"},
{"keyword": ":u5408:", "name": "Japanese_passing_grade_button", "text": "🈴"},
{"keyword": ":japanese_passing_grade_button:", "name": "Japanese_passing_grade_button_1", "text": "🈴"},
{"keyword": ":japanese_post_office:", "name": "Japanese_post_office", "text": "🏣"},
{"keyword": ":post_office:", "name": "Japanese_post_office_1", "text": "🏣"},
{"keyword": ":japanese_prohibited_button:", "name": "Japanese_prohibited_button", "text": "🈲"},
{"keyword": ":u7981:", "name": "Japanese_prohibited_button_1", "text": "🈲"},
{"keyword": ":japanese_reserved_button:", "name": "Japanese_reserved_button", "text": "🈯"},
{"keyword": ":u6307:", "name": "Japanese_reserved_button_1", "text": "🈯"},
{"keyword": ":secret:", "name": "Japanese_secret_button", "text": "㊙️"},
{"keyword": ":japanese_secret_button:", "name": "Japanese_secret_button_1", "text": "㊙️"},
{"keyword": ":secret:", "name": "Japanese_secret_button", "text": "㊙"},
{"keyword": ":japanese_secret_button:", "name": "Japanese_secret_button_1", "text": "㊙"},
{"keyword": ":sa:", "name": "Japanese_service_charge_button", "text": "🈂️"},
{"keyword": ":japanese_service_charge_button:", "name": "Japanese_service_charge_button_1", "text": "🈂️"},
{"keyword": ":sa:", "name": "Japanese_service_charge_button", "text": "🈂"},
{"keyword": ":japanese_service_charge_button:", "name": "Japanese_service_charge_button_1", "text": "🈂"},
{"keyword": ":beginner:", "name": "Japanese_symbol_for_beginner", "text": "🔰"},
{"keyword": ":japanese_symbol_for_beginner:", "name": "Japanese_symbol_for_beginner_1", "text": "🔰"},
{"keyword": ":japanese_vacancy_button:", "name": "Japanese_vacancy_button", "text": "🈳"},
{"keyword": ":u7a7a:", "name": "Japanese_vacancy_button_1", "text": "🈳"},
{"keyword": ":flag_for_Jersey:", "name": "Jersey", "text": "🇯🇪"},
{"keyword": ":jersey:", "name": "Jersey_1", "text": "🇯🇪"},
{"keyword": ":jordan:", "name": "Jordan", "text": "🇯🇴"},
{"keyword": ":flag_for_Jordan:", "name": "Jordan_1", "text": "🇯🇴"},
{"keyword": ":flag_for_Kazakhstan:", "name": "Kazakhstan", "text": "🇰🇿"},
{"keyword": ":kazakhstan:", "name": "Kazakhstan_1", "text": "🇰🇿"},
{"keyword": ":flag_for_Kenya:", "name": "Kenya", "text": "🇰🇪"},
{"keyword": ":kenya:", "name": "Kenya_1", "text": "🇰🇪"},
{"keyword": ":flag_for_Kiribati:", "name": "Kiribati", "text": "🇰🇮"},
{"keyword": ":kiribati:", "name": "Kiribati_1", "text": "🇰🇮"},
{"keyword": ":kosovo:", "name": "Kosovo", "text": "🇽🇰"},
{"keyword": ":flag_for_Kosovo:", "name": "Kosovo_1", "text": "🇽🇰"},
{"keyword": ":flag_for_Kuwait:", "name": "Kuwait", "text": "🇰🇼"},
{"keyword": ":kuwait:", "name": "Kuwait_1", "text": "🇰🇼"},
{"keyword": ":kyrgyzstan:", "name": "Kyrgyzstan", "text": "🇰🇬"},
{"keyword": ":flag_for_Kyrgyzstan:", "name": "Kyrgyzstan_1", "text": "🇰🇬"},
{"keyword": ":laos:", "name": "Laos", "text": "🇱🇦"},
{"keyword": ":flag_for_Laos:", "name": "Laos_1", "text": "🇱🇦"},
{"keyword": ":flag_for_Latvia:", "name": "Latvia", "text": "🇱🇻"},
{"keyword": ":latvia:", "name": "Latvia_1", "text": "🇱🇻"},
{"keyword": ":flag_for_Lebanon:", "name": "Lebanon", "text": "🇱🇧"},
{"keyword": ":lebanon:", "name": "Lebanon_1", "text": "🇱🇧"},
{"keyword": ":leo:", "name": "Leo", "text": "♌"},
{"keyword": ":lesotho:", "name": "Lesotho", "text": "🇱🇸"},
{"keyword": ":flag_for_Lesotho:", "name": "Lesotho_1", "text": "🇱🇸"},
{"keyword": ":liberia:", "name": "Liberia", "text": "🇱🇷"},
{"keyword": ":flag_for_Liberia:", "name": "Liberia_1", "text": "🇱🇷"},
{"keyword": ":libra:", "name": "Libra", "text": "♎"},
{"keyword": ":flag_for_Libya:", "name": "Libya", "text": "🇱🇾"},
{"keyword": ":libya:", "name": "Libya_1", "text": "🇱🇾"},
{"keyword": ":flag_for_Liechtenstein:", "name": "Liechtenstein", "text": "🇱🇮"},
{"keyword": ":liechtenstein:", "name": "Liechtenstein_1", "text": "🇱🇮"},
{"keyword": ":lithuania:", "name": "Lithuania", "text": "🇱🇹"},
{"keyword": ":flag_for_Lithuania:", "name": "Lithuania_1", "text": "🇱🇹"},
{"keyword": ":luxembourg:", "name": "Luxembourg", "text": "🇱🇺"},
{"keyword": ":flag_for_Luxembourg:", "name": "Luxembourg_1", "text": "🇱🇺"},
{"keyword": ":macao_sar_china:", "name": "Macao_SAR_China", "text": "🇲🇴"},
{"keyword": ":flag_for_Macau:", "name": "Macao_SAR_China_1", "text": "🇲🇴"},
{"keyword": ":macau:", "name": "Macao_SAR_China_2", "text": "🇲🇴"},
{"keyword": ":madagascar:", "name": "Madagascar", "text": "🇲🇬"},
{"keyword": ":flag_for_Madagascar:", "name": "Madagascar_1", "text": "🇲🇬"},
{"keyword": ":flag_for_Malawi:", "name": "Malawi", "text": "🇲🇼"},
{"keyword": ":malawi:", "name": "Malawi_1", "text": "🇲🇼"},
{"keyword": ":flag_for_Malaysia:", "name": "Malaysia", "text": "🇲🇾"},
{"keyword": ":malaysia:", "name": "Malaysia_1", "text": "🇲🇾"},
{"keyword": ":maldives:", "name": "Maldives", "text": "🇲🇻"},
{"keyword": ":flag_for_Maldives:", "name": "Maldives_1", "text": "🇲🇻"},
{"keyword": ":mali:", "name": "Mali", "text": "🇲🇱"},
{"keyword": ":flag_for_Mali:", "name": "Mali_1", "text": "🇲🇱"},
{"keyword": ":malta:", "name": "Malta", "text": "🇲🇹"},
{"keyword": ":flag_for_Malta:", "name": "Malta_1", "text": "🇲🇹"},
{"keyword": ":marshall_islands:", "name": "Marshall_Islands", "text": "🇲🇭"},
{"keyword": ":flag_for_Marshall_Islands:", "name": "Marshall_Islands_1", "text": "🇲🇭"},
{"keyword": ":martinique:", "name": "Martinique", "text": "🇲🇶"},
{"keyword": ":flag_for_Martinique:", "name": "Martinique_1", "text": "🇲🇶"},
{"keyword": ":flag_for_Mauritania:", "name": "Mauritania", "text": "🇲🇷"},
{"keyword": ":mauritania:", "name": "Mauritania_1", "text": "🇲🇷"},
{"keyword": ":flag_for_Mauritius:", "name": "Mauritius", "text": "🇲🇺"},
{"keyword": ":mauritius:", "name": "Mauritius_1", "text": "🇲🇺"},
{"keyword": ":mayotte:", "name": "Mayotte", "text": "🇾🇹"},
{"keyword": ":flag_for_Mayotte:", "name": "Mayotte_1", "text": "🇾🇹"},
{"keyword": ":flag_for_Mexico:", "name": "Mexico", "text": "🇲🇽"},
{"keyword": ":mexico:", "name": "Mexico_1", "text": "🇲🇽"},
{"keyword": ":micronesia:", "name": "Micronesia", "text": "🇫🇲"},
{"keyword": ":flag_for_Micronesia:", "name": "Micronesia_1", "text": "🇫🇲"},
{"keyword": ":flag_for_Moldova:", "name": "Moldova", "text": "🇲🇩"},
{"keyword": ":moldova:", "name": "Moldova_1", "text": "🇲🇩"},
{"keyword": ":monaco:", "name": "Monaco", "text": "🇲🇨"},
{"keyword": ":flag_for_Monaco:", "name": "Monaco_1", "text": "🇲🇨"},
{"keyword": ":flag_for_Mongolia:", "name": "Mongolia", "text": "🇲🇳"},
{"keyword": ":mongolia:", "name": "Mongolia_1", "text": "🇲🇳"},
{"keyword": ":flag_for_Montenegro:", "name": "Montenegro", "text": "🇲🇪"},
{"keyword": ":montenegro:", "name": "Montenegro_1", "text": "🇲🇪"},
{"keyword": ":flag_for_Montserrat:", "name": "Montserrat", "text": "🇲🇸"},
{"keyword": ":montserrat:", "name": "Montserrat_1", "text": "🇲🇸"},
{"keyword": ":morocco:", "name": "Morocco", "text": "🇲🇦"},
{"keyword": ":flag_for_Morocco:", "name": "Morocco_1", "text": "🇲🇦"},
{"keyword": ":mozambique:", "name": "Mozambique", "text": "🇲🇿"},
{"keyword": ":flag_for_Mozambique:", "name": "Mozambique_1", "text": "🇲🇿"},
{"keyword": ":mrs_claus:", "name": "Mrs._Claus", "text": "🤶"},
{"keyword": ":mrs._claus:", "name": "Mrs._Claus_1", "text": "🤶"},
{"keyword": ":mrs._claus_dark_skin_tone:", "name": "Mrs._Claus_dark_skin_tone", "text": "🤶🏿"},
{"keyword": ":mrs._claus_light_skin_tone:", "name": "Mrs._Claus_light_skin_tone", "text": "🤶🏻"},
{"keyword": ":mrs._claus_medium-dark_skin_tone:", "name": "Mrs._Claus_medium-dark_skin_tone", "text": "🤶🏾"},
{"keyword": ":mrs._claus_medium-light_skin_tone:", "name": "Mrs._Claus_medium-light_skin_tone", "text": "🤶🏼"},
{"keyword": ":mrs._claus_medium_skin_tone:", "name": "Mrs._Claus_medium_skin_tone", "text": "🤶🏽"},
{"keyword": ":mx_claus:", "name": "Mx_Claus", "text": "🧑‍🎄"},
{"keyword": ":mx_claus_dark_skin_tone:", "name": "Mx_Claus_dark_skin_tone", "text": "🧑🏿‍🎄"},
{"keyword": ":mx_claus_light_skin_tone:", "name": "Mx_Claus_light_skin_tone", "text": "🧑🏻‍🎄"},
{"keyword": ":mx_claus_medium-dark_skin_tone:", "name": "Mx_Claus_medium-dark_skin_tone", "text": "🧑🏾‍🎄"},
{"keyword": ":mx_claus_medium-light_skin_tone:", "name": "Mx_Claus_medium-light_skin_tone", "text": "🧑🏼‍🎄"},
{"keyword": ":mx_claus_medium_skin_tone:", "name": "Mx_Claus_medium_skin_tone", "text": "🧑🏽‍🎄"},
{"keyword": ":myanmar:", "name": "Myanmar_(Burma)", "text": "🇲🇲"},
{"keyword": ":flag_for_Myanmar:", "name": "Myanmar_(Burma)_1", "text": "🇲🇲"},
{"keyword": ":myanmar_(burma):", "name": "Myanmar_(Burma)_2", "text": "🇲🇲"},
{"keyword": ":new:", "name": "NEW_button", "text": "🆕"},
{"keyword": ":new_button:", "name": "NEW_button_1", "text": "🆕"},
{"keyword": ":ng_button:", "name": "NG_button", "text": "🆖"},
{"keyword": ":ng:", "name": "NG_button_1", "text": "🆖"},
{"keyword": ":flag_for_Namibia:", "name": "Namibia", "text": "🇳🇦"},
{"keyword": ":namibia:", "name": "Namibia_1", "text": "🇳🇦"},
{"keyword": ":flag_for_Nauru:", "name": "Nauru", "text": "🇳🇷"},
{"keyword": ":nauru:", "name": "Nauru_1", "text": "🇳🇷"},
{"keyword": ":flag_for_Nepal:", "name": "Nepal", "text": "🇳🇵"},
{"keyword": ":nepal:", "name": "Nepal_1", "text": "🇳🇵"},
{"keyword": ":netherlands:", "name": "Netherlands", "text": "🇳🇱"},
{"keyword": ":flag_for_Netherlands:", "name": "Netherlands_1", "text": "🇳🇱"},
{"keyword": ":flag_for_New_Caledonia:", "name": "New_Caledonia", "text": "🇳🇨"},
{"keyword": ":new_caledonia:", "name": "New_Caledonia_1", "text": "🇳🇨"},
{"keyword": ":flag_for_New_Zealand:", "name": "New_Zealand", "text": "🇳🇿"},
{"keyword": ":new_zealand:", "name": "New_Zealand_1", "text": "🇳🇿"},
{"keyword": ":nicaragua:", "name": "Nicaragua", "text": "🇳🇮"},
{"keyword": ":flag_for_Nicaragua:", "name": "Nicaragua_1", "text": "🇳🇮"},
{"keyword": ":flag_for_Niger:", "name": "Niger", "text": "🇳🇪"},
{"keyword": ":niger:", "name": "Niger_1", "text": "🇳🇪"},
{"keyword": ":flag_for_Nigeria:", "name": "Nigeria", "text": "🇳🇬"},
{"keyword": ":nigeria:", "name": "Nigeria_1", "text": "🇳🇬"},
{"keyword": ":niue:", "name": "Niue", "text": "🇳🇺"},
{"keyword": ":flag_for_Niue:", "name": "Niue_1", "text": "🇳🇺"},
{"keyword": ":flag_for_Norfolk_Island:", "name": "Norfolk_Island", "text": "🇳🇫"},
{"keyword": ":norfolk_island:", "name": "Norfolk_Island_1", "text": "🇳🇫"},
{"keyword": ":north_korea:", "name": "North_Korea", "text": "🇰🇵"},
{"keyword": ":flag_for_North_Korea:", "name": "North_Korea_1", "text": "🇰🇵"},
{"keyword": ":flag_for_Macedonia:", "name": "North_Macedonia", "text": "🇲🇰"},
{"keyword": ":macedonia:", "name": "North_Macedonia_1", "text": "🇲🇰"},
{"keyword": ":north_macedonia:", "name": "North_Macedonia_2", "text": "🇲🇰"},
{"keyword": ":northern_mariana_islands:", "name": "Northern_Mariana_Islands", "text": "🇲🇵"},
{"keyword": ":flag_for_Northern_Mariana_Islands:", "name": "Northern_Mariana_Islands_1", "text": "🇲🇵"},
{"keyword": ":norway:", "name": "Norway", "text": "🇳🇴"},
{"keyword": ":flag_for_Norway:", "name": "Norway_1", "text": "🇳🇴"},
{"keyword": ":ok:", "name": "OK_button", "text": "🆗"},
{"keyword": ":ok_button:", "name": "OK_button_1", "text": "🆗"},
{"keyword": ":ok_hand:", "name": "OK_hand", "text": "👌"},
{"keyword": ":ok_hand_dark_skin_tone:", "name": "OK_hand_dark_skin_tone", "text": "👌🏿"},
{"keyword": ":ok_hand_light_skin_tone:", "name": "OK_hand_light_skin_tone", "text": "👌🏻"},
{"keyword": ":ok_hand_medium-dark_skin_tone:", "name": "OK_hand_medium-dark_skin_tone", "text": "👌🏾"},
{"keyword": ":ok_hand_medium-light_skin_tone:", "name": "OK_hand_medium-light_skin_tone", "text": "👌🏼"},
{"keyword": ":ok_hand_medium_skin_tone:", "name": "OK_hand_medium_skin_tone", "text": "👌🏽"},
{"keyword": ":on!_arrow:", "name": "ON!_arrow", "text": "🔛"},
{"keyword": ":on_arrow:", "name": "ON!_arrow_1", "text": "🔛"},
{"keyword": ":on:", "name": "ON!_arrow_2", "text": "🔛"},
{"keyword": ":o_button_(blood_type):", "name": "O_button_(blood_type)", "text": "🅾️"},
{"keyword": ":o2:", "name": "O_button_(blood_type)_1", "text": "🅾️"},
{"keyword": ":o_button_blood_type:", "name": "O_button_(blood_type)_2", "text": "🅾️"},
{"keyword": ":o_button_(blood_type):", "name": "O_button_(blood_type)", "text": "🅾"},
{"keyword": ":o2:", "name": "O_button_(blood_type)_1", "text": "🅾"},
{"keyword": ":o_button_blood_type:", "name": "O_button_(blood_type)_2", "text": "🅾"},
{"keyword": ":flag_for_Oman:", "name": "Oman", "text": "🇴🇲"},
{"keyword": ":oman:", "name": "Oman_1", "text": "🇴🇲"},
{"keyword": ":ophiuchus:", "name": "Ophiuchus", "text": "⛎"},
{"keyword": ":parking:", "name": "P_button", "text": "🅿️"},
{"keyword": ":p_button:", "name": "P_button_1", "text": "🅿️"},
{"keyword": ":parking:", "name": "P_button", "text": "🅿"},
{"keyword": ":p_button:", "name": "P_button_1", "text": "🅿"},
{"keyword": ":flag_for_Pakistan:", "name": "Pakistan", "text": "🇵🇰"},
{"keyword": ":pakistan:", "name": "Pakistan_1", "text": "🇵🇰"},
{"keyword": ":palau:", "name": "Palau", "text": "🇵🇼"},
{"keyword": ":flag_for_Palau:", "name": "Palau_1", "text": "🇵🇼"},
{"keyword": ":palestinian_territories:", "name": "Palestinian_Territories", "text": "🇵🇸"},
{"keyword": ":flag_for_Palestinian_Territories:", "name": "Palestinian_Territories_1", "text": "🇵🇸"},
{"keyword": ":flag_for_Panama:", "name": "Panama", "text": "🇵🇦"},
{"keyword": ":panama:", "name": "Panama_1", "text": "🇵🇦"},
{"keyword": ":papua_new_guinea:", "name": "Papua_New_Guinea", "text": "🇵🇬"},
{"keyword": ":flag_for_Papua_New_Guinea:", "name": "Papua_New_Guinea_1", "text": "🇵🇬"},
{"keyword": ":paraguay:", "name": "Paraguay", "text": "🇵🇾"},
{"keyword": ":flag_for_Paraguay:", "name": "Paraguay_1", "text": "🇵🇾"},
{"keyword": ":flag_for_Peru:", "name": "Peru", "text": "🇵🇪"},
{"keyword": ":peru:", "name": "Peru_1", "text": "🇵🇪"},
{"keyword": ":flag_for_Philippines:", "name": "Philippines", "text": "🇵🇭"},
{"keyword": ":philippines:", "name": "Philippines_1", "text": "🇵🇭"},
{"keyword": ":pisces:", "name": "Pisces", "text": "♓"},
{"keyword": ":flag_for_Pitcairn_Islands:", "name": "Pitcairn_Islands", "text": "🇵🇳"},
{"keyword": ":pitcairn_islands:", "name": "Pitcairn_Islands_1", "text": "🇵🇳"},
{"keyword": ":flag_for_Poland:", "name": "Poland", "text": "🇵🇱"},
{"keyword": ":poland:", "name": "Poland_1", "text": "🇵🇱"},
{"keyword": ":flag_for_Portugal:", "name": "Portugal", "text": "🇵🇹"},
{"keyword": ":portugal:", "name": "Portugal_1", "text": "🇵🇹"},
{"keyword": ":puerto_rico:", "name": "Puerto_Rico", "text": "🇵🇷"},
{"keyword": ":flag_for_Puerto_Rico:", "name": "Puerto_Rico_1", "text": "🇵🇷"},
{"keyword": ":flag_for_Qatar:", "name": "Qatar", "text": "🇶🇦"},
{"keyword": ":qatar:", "name": "Qatar_1", "text": "🇶🇦"},
{"keyword": ":flag_for_Romania:", "name": "Romania", "text": "🇷🇴"},
{"keyword": ":romania:", "name": "Romania_1", "text": "🇷🇴"},
{"keyword": ":russia:", "name": "Russia", "text": "🇷🇺"},
{"keyword": ":ru:", "name": "Russia_1", "text": "🇷🇺"},
{"keyword": ":flag_for_Russia:", "name": "Russia_2", "text": "🇷🇺"},
{"keyword": ":flag_for_Rwanda:", "name": "Rwanda", "text": "🇷🇼"},
{"keyword": ":rwanda:", "name": "Rwanda_1", "text": "🇷🇼"},
{"keyword": ":reunion:", "name": "Réunion", "text": "🇷🇪"},
{"keyword": ":flag_for_Réunion:", "name": "Réunion_1", "text": "🇷🇪"},
{"keyword": ":réunion:", "name": "Réunion_2", "text": "🇷🇪"},
{"keyword": ":soon_arrow:", "name": "SOON_arrow", "text": "🔜"},
{"keyword": ":soon:", "name": "SOON_arrow_1", "text": "🔜"},
{"keyword": ":sos:", "name": "SOS_button", "text": "🆘"},
{"keyword": ":sos_button:", "name": "SOS_button_1", "text": "🆘"},
{"keyword": ":sagittarius:", "name": "Sagittarius", "text": "♐"},
{"keyword": ":samoa:", "name": "Samoa", "text": "🇼🇸"},
{"keyword": ":flag_for_Samoa:", "name": "Samoa_1", "text": "🇼🇸"},
{"keyword": ":flag_for_San_Marino:", "name": "San_Marino", "text": "🇸🇲"},
{"keyword": ":san_marino:", "name": "San_Marino_1", "text": "🇸🇲"},
{"keyword": ":santa:", "name": "Santa_Claus", "text": "🎅"},
{"keyword": ":santa_claus:", "name": "Santa_Claus_1", "text": "🎅"},
{"keyword": ":santa_claus_dark_skin_tone:", "name": "Santa_Claus_dark_skin_tone", "text": "🎅🏿"},
{"keyword": ":santa_claus_light_skin_tone:", "name": "Santa_Claus_light_skin_tone", "text": "🎅🏻"},
{"keyword": ":santa_claus_medium-dark_skin_tone:", "name": "Santa_Claus_medium-dark_skin_tone", "text": "🎅🏾"},
{"keyword": ":santa_claus_medium-light_skin_tone:", "name": "Santa_Claus_medium-light_skin_tone", "text": "🎅🏼"},
{"keyword": ":santa_claus_medium_skin_tone:", "name": "Santa_Claus_medium_skin_tone", "text": "🎅🏽"},
{"keyword": ":sark:", "name": "Sark", "text": "🇨🇶"},
{"keyword": ":flag_for_Saudi_Arabia:", "name": "Saudi_Arabia", "text": "🇸🇦"},
{"keyword": ":saudi_arabia:", "name": "Saudi_Arabia_1", "text": "🇸🇦"},
{"keyword": ":scorpio:", "name": "Scorpio", "text": "♏"},
{"keyword": ":scorpius:", "name": "Scorpio_1", "text": "♏"},
{"keyword": ":scotland:", "name": "Scotland", "text": "🏴󠁧󠁢󠁳󠁣󠁴󠁿"},
{"keyword": ":senegal:", "name": "Senegal", "text": "🇸🇳"},
{"keyword": ":flag_for_Senegal:", "name": "Senegal_1", "text": "🇸🇳"},
{"keyword": ":flag_for_Serbia:", "name": "Serbia", "text": "🇷🇸"},
{"keyword": ":serbia:", "name": "Serbia_1", "text": "🇷🇸"},
{"keyword": ":seychelles:", "name": "Seychelles", "text": "🇸🇨"},
{"keyword": ":flag_for_Seychelles:", "name": "Seychelles_1", "text": "🇸🇨"},
{"keyword": ":sierra_leone:", "name": "Sierra_Leone", "text": "🇸🇱"},
{"keyword": ":flag_for_Sierra_Leone:", "name": "Sierra_Leone_1", "text": "🇸🇱"},
{"keyword": ":flag_for_Singapore:", "name": "Singapore", "text": "🇸🇬"},
{"keyword": ":singapore:", "name": "Singapore_1", "text": "🇸🇬"},
{"keyword": ":flag_for_Sint_Maarten:", "name": "Sint_Maarten", "text": "🇸🇽"},
{"keyword": ":sint_maarten:", "name": "Sint_Maarten_1", "text": "🇸🇽"},
{"keyword": ":slovakia:", "name": "Slovakia", "text": "🇸🇰"},
{"keyword": ":flag_for_Slovakia:", "name": "Slovakia_1", "text": "🇸🇰"},
{"keyword": ":slovenia:", "name": "Slovenia", "text": "🇸🇮"},
{"keyword": ":flag_for_Slovenia:", "name": "Slovenia_1", "text": "🇸🇮"},
{"keyword": ":flag_for_Solomon_Islands:", "name": "Solomon_Islands", "text": "🇸🇧"},
{"keyword": ":solomon_islands:", "name": "Solomon_Islands_1", "text": "🇸🇧"},
{"keyword": ":somalia:", "name": "Somalia", "text": "🇸🇴"},
{"keyword": ":flag_for_Somalia:", "name": "Somalia_1", "text": "🇸🇴"},
{"keyword": ":south_africa:", "name": "South_Africa", "text": "🇿🇦"},
{"keyword": ":flag_for_South_Africa:", "name": "South_Africa_1", "text": "🇿🇦"},
{"keyword": ":south_georgia_&_south_sandwich_islands:", "name": "South_Georgia_&_South_Sandwich_Islands", "text": "🇬🇸"},
{"keyword": ":flag_for_South_Georgia_&_South_Sandwich_Islands:", "name": "South_Georgia_&_South_Sandwich_Islands_1", "text": "🇬🇸"},
{"keyword": ":south_georgia_south_sandwich_islands:", "name": "South_Georgia_&_South_Sandwich_Islands_2", "text": "🇬🇸"},
{"keyword": ":kr:", "name": "South_Korea", "text": "🇰🇷"},
{"keyword": ":south_korea:", "name": "South_Korea_1", "text": "🇰🇷"},
{"keyword": ":flag_for_South_Korea:", "name": "South_Korea_2", "text": "🇰🇷"},
{"keyword": ":south_sudan:", "name": "South_Sudan", "text": "🇸🇸"},
{"keyword": ":flag_for_South_Sudan:", "name": "South_Sudan_1", "text": "🇸🇸"},
{"keyword": ":es:", "name": "Spain", "text": "🇪🇸"},
{"keyword": ":flag_for_Spain:", "name": "Spain_1", "text": "🇪🇸"},
{"keyword": ":spain:", "name": "Spain_2", "text": "🇪🇸"},
{"keyword": ":sri_lanka:", "name": "Sri_Lanka", "text": "🇱🇰"},
{"keyword": ":flag_for_Sri_Lanka:", "name": "Sri_Lanka_1", "text": "🇱🇰"},
{"keyword": ":st_barthelemy:", "name": "St._Barthélemy", "text": "🇧🇱"},
{"keyword": ":st._barthélemy:", "name": "St._Barthélemy_1", "text": "🇧🇱"},
{"keyword": ":flag_for_St._Barthélemy:", "name": "St._Barthélemy_2", "text": "🇧🇱"},
{"keyword": ":st._helena:", "name": "St._Helena", "text": "🇸🇭"},
{"keyword": ":st_helena:", "name": "St._Helena_1", "text": "🇸🇭"},
{"keyword": ":flag_for_St._Helena:", "name": "St._Helena_2", "text": "🇸🇭"},
{"keyword": ":flag_for_St._Kitts_&_Nevis:", "name": "St._Kitts_&_Nevis", "text": "🇰🇳"},
{"keyword": ":st._kitts_&_nevis:", "name": "St._Kitts_&_Nevis_1", "text": "🇰🇳"},
{"keyword": ":st_kitts_nevis:", "name": "St._Kitts_&_Nevis_2", "text": "🇰🇳"},
{"keyword": ":st_lucia:", "name": "St._Lucia", "text": "🇱🇨"},
{"keyword": ":flag_for_St._Lucia:", "name": "St._Lucia_1", "text": "🇱🇨"},
{"keyword": ":st._lucia:", "name": "St._Lucia_2", "text": "🇱🇨"},
{"keyword": ":st_martin:", "name": "St._Martin", "text": "🇲🇫"},
{"keyword": ":flag_for_St._Martin:", "name": "St._Martin_1", "text": "🇲🇫"},
{"keyword": ":st._martin:", "name": "St._Martin_2", "text": "🇲🇫"},
{"keyword": ":st_pierre_miquelon:", "name": "St._Pierre_&_Miquelon", "text": "🇵🇲"},
{"keyword": ":st._pierre_&_miquelon:", "name": "St._Pierre_&_Miquelon_1", "text": "🇵🇲"},
{"keyword": ":flag_for_St._Pierre_&_Miquelon:", "name": "St._Pierre_&_Miquelon_2", "text": "🇵🇲"},
{"keyword": ":st_vincent_grenadines:", "name": "St._Vincent_&_Grenadines", "text": "🇻🇨"},
{"keyword": ":st._vincent_&_grenadines:", "name": "St._Vincent_&_Grenadines_1", "text": "🇻🇨"},
{"keyword": ":flag_for_St._Vincent_&_Grenadines:", "name": "St._Vincent_&_Grenadines_2", "text": "🇻🇨"},
{"keyword": ":statue_of_liberty:", "name": "Statue_of_Liberty", "text": "🗽"},
{"keyword": ":flag_for_Sudan:", "name": "Sudan", "text": "🇸🇩"},
{"keyword": ":sudan:", "name": "Sudan_1", "text": "🇸🇩"},
{"keyword": ":flag_for_Suriname:", "name": "Suriname", "text": "🇸🇷"},
{"keyword": ":suriname:", "name": "Suriname_1", "text": "🇸🇷"},
{"keyword": ":svalbard_&_jan_mayen:", "name": "Svalbard_&_Jan_Mayen", "text": "🇸🇯"},
{"keyword": ":flag_for_Svalbard_&_Jan_Mayen:", "name": "Svalbard_&_Jan_Mayen_1", "text": "🇸🇯"},
{"keyword": ":svalbard_jan_mayen:", "name": "Svalbard_&_Jan_Mayen_2", "text": "🇸🇯"},
{"keyword": ":sweden:", "name": "Sweden", "text": "🇸🇪"},
{"keyword": ":flag_for_Sweden:", "name": "Sweden_1", "text": "🇸🇪"},
{"keyword": ":switzerland:", "name": "Switzerland", "text": "🇨🇭"},
{"keyword": ":flag_for_Switzerland:", "name": "Switzerland_1", "text": "🇨🇭"},
{"keyword": ":syria:", "name": "Syria", "text": "🇸🇾"},
{"keyword": ":flag_for_Syria:", "name": "Syria_1", "text": "🇸🇾"},
{"keyword": ":são_tomé_&_príncipe:", "name": "São_Tomé_&_Príncipe", "text": "🇸🇹"},
{"keyword": ":sao_tome_principe:", "name": "São_Tomé_&_Príncipe_1", "text": "🇸🇹"},
{"keyword": ":flag_for_São_Tomé_&_Príncipe:", "name": "São_Tomé_&_Príncipe_2", "text": "🇸🇹"},
{"keyword": ":t-rex:", "name": "T-Rex", "text": "🦖"},
{"keyword": ":t_rex:", "name": "T-Rex_1", "text": "🦖"},
{"keyword": ":top_arrow:", "name": "TOP_arrow", "text": "🔝"},
{"keyword": ":top:", "name": "TOP_arrow_1", "text": "🔝"},
{"keyword": ":flag_for_Taiwan:", "name": "Taiwan", "text": "🇹🇼"},
{"keyword": ":taiwan:", "name": "Taiwan_1", "text": "🇹🇼"},
{"keyword": ":flag_for_Tajikistan:", "name": "Tajikistan", "text": "🇹🇯"},
{"keyword": ":tajikistan:", "name": "Tajikistan_1", "text": "🇹🇯"},
{"keyword": ":flag_for_Tanzania:", "name": "Tanzania", "text": "🇹🇿"},
{"keyword": ":tanzania:", "name": "Tanzania_1", "text": "🇹🇿"},
{"keyword": ":taurus:", "name": "Taurus", "text": "♉"},
{"keyword": ":thailand:", "name": "Thailand", "text": "🇹🇭"},
{"keyword": ":flag_for_Thailand:", "name": "Thailand_1", "text": "🇹🇭"},
{"keyword": ":timor-leste:", "name": "Timor-Leste", "text": "🇹🇱"},
{"keyword": ":flag_for_Timor_Leste:", "name": "Timor-Leste_1", "text": "🇹🇱"},
{"keyword": ":timor_leste:", "name": "Timor-Leste_2", "text": "🇹🇱"},
{"keyword": ":flag_for_Togo:", "name": "Togo", "text": "🇹🇬"},
{"keyword": ":togo:", "name": "Togo_1", "text": "🇹🇬"},
{"keyword": ":tokelau:", "name": "Tokelau", "text": "🇹🇰"},
{"keyword": ":flag_for_Tokelau:", "name": "Tokelau_1", "text": "🇹🇰"},
{"keyword": ":tokyo_tower:", "name": "Tokyo_tower", "text": "🗼"},
{"keyword": ":tonga:", "name": "Tonga", "text": "🇹🇴"},
{"keyword": ":flag_for_Tonga:", "name": "Tonga_1", "text": "🇹🇴"},
{"keyword": ":flag_for_Trinidad_&_Tobago:", "name": "Trinidad_&_Tobago", "text": "🇹🇹"},
{"keyword": ":trinidad_tobago:", "name": "Trinidad_&_Tobago_1", "text": "🇹🇹"},
{"keyword": ":trinidad_&_tobago:", "name": "Trinidad_&_Tobago_2", "text": "🇹🇹"},
{"keyword": ":tristan_da_cunha:", "name": "Tristan_da_Cunha", "text": "🇹🇦"},
{"keyword": ":flag_for_Tristan_da_Cunha:", "name": "Tristan_da_Cunha_1", "text": "🇹🇦"},
{"keyword": ":flag_for_Tunisia:", "name": "Tunisia", "text": "🇹🇳"},
{"keyword": ":tunisia:", "name": "Tunisia_1", "text": "🇹🇳"},
{"keyword": ":turkmenistan:", "name": "Turkmenistan", "text": "🇹🇲"},
{"keyword": ":flag_for_Turkmenistan:", "name": "Turkmenistan_1", "text": "🇹🇲"},
{"keyword": ":turks_&_caicos_islands:", "name": "Turks_&_Caicos_Islands", "text": "🇹🇨"},
{"keyword": ":flag_for_Turks_&_Caicos_Islands:", "name": "Turks_&_Caicos_Islands_1", "text": "🇹🇨"},
{"keyword": ":turks_caicos_islands:", "name": "Turks_&_Caicos_Islands_2", "text": "🇹🇨"},
{"keyword": ":flag_for_Tuvalu:", "name": "Tuvalu", "text": "🇹🇻"},
{"keyword": ":tuvalu:", "name": "Tuvalu_1", "text": "🇹🇻"},
{"keyword": ":tr:", "name": "Türkiye", "text": "🇹🇷"},
{"keyword": ":Turkey:", "name": "Türkiye_1", "text": "🇹🇷"},
{"keyword": ":flag_for_Turkey:", "name": "Türkiye_2", "text": "🇹🇷"},
{"keyword": ":türkiye:", "name": "Türkiye_3", "text": "🇹🇷"},
{"keyword": ":us_outlying_islands:", "name": "U.S._Outlying_Islands", "text": "🇺🇲"},
{"keyword": ":u.s._outlying_islands:", "name": "U.S._Outlying_Islands_1", "text": "🇺🇲"},
{"keyword": ":flag_for_U.S._Outlying_Islands:", "name": "U.S._Outlying_Islands_2", "text": "🇺🇲"},
{"keyword": ":u.s._virgin_islands:", "name": "U.S._Virgin_Islands", "text": "🇻🇮"},
{"keyword": ":flag_for_U.S._Virgin_Islands:", "name": "U.S._Virgin_Islands_1", "text": "🇻🇮"},
{"keyword": ":us_virgin_islands:", "name": "U.S._Virgin_Islands_2", "text": "🇻🇮"},
{"keyword": ":up:", "name": "UP!_button", "text": "🆙"},
{"keyword": ":up!_button:", "name": "UP!_button_1", "text": "🆙"},
{"keyword": ":up_button:", "name": "UP!_button_2", "text": "🆙"},
{"keyword": ":uganda:", "name": "Uganda", "text": "🇺🇬"},
{"keyword": ":flag_for_Uganda:", "name": "Uganda_1", "text": "🇺🇬"},
{"keyword": ":flag_for_Ukraine:", "name": "Ukraine", "text": "🇺🇦"},
{"keyword": ":ukraine:", "name": "Ukraine_1", "text": "🇺🇦"},
{"keyword": ":flag_for_United_Arab_Emirates:", "name": "United_Arab_Emirates", "text": "🇦🇪"},
{"keyword": ":united_arab_emirates:", "name": "United_Arab_Emirates_1", "text": "🇦🇪"},
{"keyword": ":uk:", "name": "United_Kingdom", "text": "🇬🇧"},
{"keyword": ":flag_for_United_Kingdom:", "name": "United_Kingdom_1", "text": "🇬🇧"},
{"keyword": ":united_kingdom:", "name": "United_Kingdom_2", "text": "🇬🇧"},
{"keyword": ":gb:", "name": "United_Kingdom_3", "text": "🇬🇧"},
{"keyword": ":united_nations:", "name": "United_Nations", "text": "🇺🇳"},
{"keyword": ":united_states:", "name": "United_States", "text": "🇺🇸"},
{"keyword": ":us:", "name": "United_States_1", "text": "🇺🇸"},
{"keyword": ":flag_for_United_States:", "name": "United_States_2", "text": "🇺🇸"},
{"keyword": ":uruguay:", "name": "Uruguay", "text": "🇺🇾"},
{"keyword": ":flag_for_Uruguay:", "name": "Uruguay_1", "text": "🇺🇾"},
{"keyword": ":uzbekistan:", "name": "Uzbekistan", "text": "🇺🇿"},
{"keyword": ":flag_for_Uzbekistan:", "name": "Uzbekistan_1", "text": "🇺🇿"},
{"keyword": ":vs_button:", "name": "VS_button", "text": "🆚"},
{"keyword": ":vs:", "name": "VS_button_1", "text": "🆚"},
{"keyword": ":vanuatu:", "name": "Vanuatu", "text": "🇻🇺"},
{"keyword": ":flag_for_Vanuatu:", "name": "Vanuatu_1", "text": "🇻🇺"},
{"keyword": ":flag_for_Vatican_City:", "name": "Vatican_City", "text": "🇻🇦"},
{"keyword": ":vatican_city:", "name": "Vatican_City_1", "text": "🇻🇦"},
{"keyword": ":venezuela:", "name": "Venezuela", "text": "🇻🇪"},
{"keyword": ":flag_for_Venezuela:", "name": "Venezuela_1", "text": "🇻🇪"},
{"keyword": ":flag_for_Vietnam:", "name": "Vietnam", "text": "🇻🇳"},
{"keyword": ":vietnam:", "name": "Vietnam_1", "text": "🇻🇳"},
{"keyword": ":virgo:", "name": "Virgo", "text": "♍"},
{"keyword": ":wales:", "name": "Wales", "text": "🏴󠁧󠁢󠁷󠁬󠁳󠁿"},
{"keyword": ":flag_for_Wallis_&_Futuna:", "name": "Wallis_&_Futuna", "text": "🇼🇫"},
{"keyword": ":wallis_&_futuna:", "name": "Wallis_&_Futuna_1", "text": "🇼🇫"},
{"keyword": ":wallis_futuna:", "name": "Wallis_&_Futuna_2", "text": "🇼🇫"},
{"keyword": ":western_sahara:", "name": "Western_Sahara", "text": "🇪🇭"},
{"keyword": ":flag_for_Western_Sahara:", "name": "Western_Sahara_1", "text": "🇪🇭"},
{"keyword": ":flag_for_Yemen:", "name": "Yemen", "text": "🇾🇪"},
{"keyword": ":yemen:", "name": "Yemen_1", "text": "🇾🇪"},
{"keyword": ":zzz:", "name": "ZZZ", "text": "💤"},
{"keyword": ":zambia:", "name": "Zambia", "text": "🇿🇲"},
{"keyword": ":flag_for_Zambia:", "name": "Zambia_1", "text": "🇿🇲"},
{"keyword": ":flag_for_Zimbabwe:", "name": "Zimbabwe", "text": "🇿🇼"},
{"keyword": ":zimbabwe:", "name": "Zimbabwe_1", "text": "🇿🇼"},
{"keyword": ":abacus:", "name": "abacus", "text": "🧮"},
{"keyword": ":accordion:", "name": "accordion", "text": "🪗"},
{"keyword": ":adhesive_bandage:", "name": "adhesive_bandage", "text": "🩹"},
{"keyword": ":tickets:", "name": "admission_tickets", "text": "🎟️"},
{"keyword": ":admission_tickets:", "name": "admission_tickets_1", "text": "🎟️"},
{"keyword": ":tickets:", "name": "admission_tickets", "text": "🎟"},
{"keyword": ":admission_tickets:", "name": "admission_tickets_1", "text": "🎟"},
{"keyword": ":aerial_tramway:", "name": "aerial_tramway", "text": "🚡"},
{"keyword": ":airplane:", "name": "airplane", "text": "✈️"},
{"keyword": ":airplane:", "name": "airplane", "text": "✈"},
{"keyword": ":airplane_arriving:", "name": "airplane_arrival", "text": "🛬"},
{"keyword": ":airplane_arrival:", "name": "airplane_arrival_1", "text": "🛬"},
{"keyword": ":flight_arrival:", "name": "airplane_arrival_2", "text": "🛬"},
{"keyword": ":flight_departure:", "name": "airplane_departure", "text": "🛫"},
{"keyword": ":airplane_departure:", "name": "airplane_departure_1", "text": "🛫"},
{"keyword": ":alarm_clock:", "name": "alarm_clock", "text": "⏰"},
{"keyword": ":alembic:", "name": "alembic", "text": "⚗️"},
{"keyword": ":alembic:", "name": "alembic", "text": "⚗"},
{"keyword": ":alien:", "name": "alien", "text": "👽"},
{"keyword": ":space_invader:", "name": "alien_monster", "text": "👾"},
{"keyword": ":alien_monster:", "name": "alien_monster_1", "text": "👾"},
{"keyword": ":ambulance:", "name": "ambulance", "text": "🚑"},
{"keyword": ":football:", "name": "american_football", "text": "🏈"},
{"keyword": ":american_football:", "name": "american_football_1", "text": "🏈"},
{"keyword": ":amphora:", "name": "amphora", "text": "🏺"},
{"keyword": ":anatomical_heart:", "name": "anatomical_heart", "text": "🫀"},
{"keyword": ":anchor:", "name": "anchor", "text": "⚓"},
{"keyword": ":anger_symbol:", "name": "anger_symbol", "text": "💢"},
{"keyword": ":anger:", "name": "anger_symbol_1", "text": "💢"},
{"keyword": ":angry_face:", "name": "angry_face", "text": "😠"},
{"keyword": ":angry:", "name": "angry_face_1", "text": "😠"},
{"keyword": ":imp:", "name": "angry_face_with_horns", "text": "👿"},
{"keyword": ":angry_face_with_horns:", "name": "angry_face_with_horns_1", "text": "👿"},
{"keyword": ":anguished:", "name": "anguished_face", "text": "😧"},
{"keyword": ":anguished_face:", "name": "anguished_face_1", "text": "😧"},
{"keyword": ":ant:", "name": "ant", "text": "🐜"},
{"keyword": ":antenna_bars:", "name": "antenna_bars", "text": "📶"},
{"keyword": ":signal_strength:", "name": "antenna_bars_1", "text": "📶"},
{"keyword": ":anxious_face_with_sweat:", "name": "anxious_face_with_sweat", "text": "😰"},
{"keyword": ":cold_sweat:", "name": "anxious_face_with_sweat_1", "text": "😰"},
{"keyword": ":articulated_lorry:", "name": "articulated_lorry", "text": "🚛"},
{"keyword": ":artist:", "name": "artist", "text": "🧑‍🎨"},
{"keyword": ":artist_dark_skin_tone:", "name": "artist_dark_skin_tone", "text": "🧑🏿‍🎨"},
{"keyword": ":artist_light_skin_tone:", "name": "artist_light_skin_tone", "text": "🧑🏻‍🎨"},
{"keyword": ":artist_medium-dark_skin_tone:", "name": "artist_medium-dark_skin_tone", "text": "🧑🏾‍🎨"},
{"keyword": ":artist_medium-light_skin_tone:", "name": "artist_medium-light_skin_tone", "text": "🧑🏼‍🎨"},
{"keyword": ":artist_medium_skin_tone:", "name": "artist_medium_skin_tone", "text": "🧑🏽‍🎨"},
{"keyword": ":artist_palette:", "name": "artist_palette", "text": "🎨"},
{"keyword": ":art:", "name": "artist_palette_1", "text": "🎨"},
{"keyword": ":astonished_face:", "name": "astonished_face", "text": "😲"},
{"keyword": ":astonished:", "name": "astonished_face_1", "text": "😲"},
{"keyword": ":astronaut:", "name": "astronaut", "text": "🧑‍🚀"},
{"keyword": ":astronaut_dark_skin_tone:", "name": "astronaut_dark_skin_tone", "text": "🧑🏿‍🚀"},
{"keyword": ":astronaut_light_skin_tone:", "name": "astronaut_light_skin_tone", "text": "🧑🏻‍🚀"},
{"keyword": ":astronaut_medium-dark_skin_tone:", "name": "astronaut_medium-dark_skin_tone", "text": "🧑🏾‍🚀"},
{"keyword": ":astronaut_medium-light_skin_tone:", "name": "astronaut_medium-light_skin_tone", "text": "🧑🏼‍🚀"},
{"keyword": ":astronaut_medium_skin_tone:", "name": "astronaut_medium_skin_tone", "text": "🧑🏽‍🚀"},
{"keyword": ":atom_symbol:", "name": "atom_symbol", "text": "⚛️"},
{"keyword": ":atom_symbol:", "name": "atom_symbol", "text": "⚛"},
{"keyword": ":auto_rickshaw:", "name": "auto_rickshaw", "text": "🛺"},
{"keyword": ":automobile:", "name": "automobile", "text": "🚗"},
{"keyword": ":red_car:", "name": "automobile_1", "text": "🚗"},
{"keyword": ":car:", "name": "automobile_2", "text": "🚗"},
{"keyword": ":avocado:", "name": "avocado", "text": "🥑"},
{"keyword": ":axe:", "name": "axe", "text": "🪓"},
{"keyword": ":baby:", "name": "baby", "text": "👶"},
{"keyword": ":baby_angel:", "name": "baby_angel", "text": "👼"},
{"keyword": ":angel:", "name": "baby_angel_1", "text": "👼"},
{"keyword": ":baby_angel_dark_skin_tone:", "name": "baby_angel_dark_skin_tone", "text": "👼🏿"},
{"keyword": ":baby_angel_light_skin_tone:", "name": "baby_angel_light_skin_tone", "text": "👼🏻"},
{"keyword": ":baby_angel_medium-dark_skin_tone:", "name": "baby_angel_medium-dark_skin_tone", "text": "👼🏾"},
{"keyword": ":baby_angel_medium-light_skin_tone:", "name": "baby_angel_medium-light_skin_tone", "text": "👼🏼"},
{"keyword": ":baby_angel_medium_skin_tone:", "name": "baby_angel_medium_skin_tone", "text": "👼🏽"},
{"keyword": ":baby_bottle:", "name": "baby_bottle", "text": "🍼"},
{"keyword": ":baby_chick:", "name": "baby_chick", "text": "🐤"},
{"keyword": ":baby_dark_skin_tone:", "name": "baby_dark_skin_tone", "text": "👶🏿"},
{"keyword": ":baby_light_skin_tone:", "name": "baby_light_skin_tone", "text": "👶🏻"},
{"keyword": ":baby_medium-dark_skin_tone:", "name": "baby_medium-dark_skin_tone", "text": "👶🏾"},
{"keyword": ":baby_medium-light_skin_tone:", "name": "baby_medium-light_skin_tone", "text": "👶🏼"},
{"keyword": ":baby_medium_skin_tone:", "name": "baby_medium_skin_tone", "text": "👶🏽"},
{"keyword": ":baby_symbol:", "name": "baby_symbol", "text": "🚼"},
{"keyword": ":backhand_index_pointing_down:", "name": "backhand_index_pointing_down", "text": "👇"},
{"keyword": ":point_down:", "name": "backhand_index_pointing_down_1", "text": "👇"},
{"keyword": ":backhand_index_pointing_down_dark_skin_tone:", "name": "backhand_index_pointing_down_dark_skin_tone", "text": "👇🏿"},
{"keyword": ":backhand_index_pointing_down_light_skin_tone:", "name": "backhand_index_pointing_down_light_skin_tone", "text": "👇🏻"},
{"keyword": ":backhand_index_pointing_down_medium-dark_skin_tone:", "name": "backhand_index_pointing_down_medium-dark_skin_tone", "text": "👇🏾"},
{"keyword": ":backhand_index_pointing_down_medium-light_skin_tone:", "name": "backhand_index_pointing_down_medium-light_skin_tone", "text": "👇🏼"},
{"keyword": ":backhand_index_pointing_down_medium_skin_tone:", "name": "backhand_index_pointing_down_medium_skin_tone", "text": "👇🏽"},
{"keyword": ":point_left:", "name": "backhand_index_pointing_left", "text": "👈"},
{"keyword": ":backhand_index_pointing_left:", "name": "backhand_index_pointing_left_1", "text": "👈"},
{"keyword": ":backhand_index_pointing_left_dark_skin_tone:", "name": "backhand_index_pointing_left_dark_skin_tone", "text": "👈🏿"},
{"keyword": ":backhand_index_pointing_left_light_skin_tone:", "name": "backhand_index_pointing_left_light_skin_tone", "text": "👈🏻"},
{"keyword": ":backhand_index_pointing_left_medium-dark_skin_tone:", "name": "backhand_index_pointing_left_medium-dark_skin_tone", "text": "👈🏾"},
{"keyword": ":backhand_index_pointing_left_medium-light_skin_tone:", "name": "backhand_index_pointing_left_medium-light_skin_tone", "text": "👈🏼"},
{"keyword": ":backhand_index_pointing_left_medium_skin_tone:", "name": "backhand_index_pointing_left_medium_skin_tone", "text": "👈🏽"},
{"keyword": ":backhand_index_pointing_right:", "name": "backhand_index_pointing_right", "text": "👉"},
{"keyword": ":point_right:", "name": "backhand_index_pointing_right_1", "text": "👉"},
{"keyword": ":backhand_index_pointing_right_dark_skin_tone:", "name": "backhand_index_pointing_right_dark_skin_tone", "text": "👉🏿"},
{"keyword": ":backhand_index_pointing_right_light_skin_tone:", "name": "backhand_index_pointing_right_light_skin_tone", "text": "👉🏻"},
{"keyword": ":backhand_index_pointing_right_medium-dark_skin_tone:", "name": "backhand_index_pointing_right_medium-dark_skin_tone", "text": "👉🏾"},
{"keyword": ":backhand_index_pointing_right_medium-light_skin_tone:", "name": "backhand_index_pointing_right_medium-light_skin_tone", "text": "👉🏼"},
{"keyword": ":backhand_index_pointing_right_medium_skin_tone:", "name": "backhand_index_pointing_right_medium_skin_tone", "text": "👉🏽"},
{"keyword": ":point_up_2:", "name": "backhand_index_pointing_up", "text": "👆"},
{"keyword": ":backhand_index_pointing_up:", "name": "backhand_index_pointing_up_1", "text": "👆"},
{"keyword": ":backhand_index_pointing_up_dark_skin_tone:", "name": "backhand_index_pointing_up_dark_skin_tone", "text": "👆🏿"},
{"keyword": ":backhand_index_pointing_up_light_skin_tone:", "name": "backhand_index_pointing_up_light_skin_tone", "text": "👆🏻"},
{"keyword": ":backhand_index_pointing_up_medium-dark_skin_tone:", "name": "backhand_index_pointing_up_medium-dark_skin_tone", "text": "👆🏾"},
{"keyword": ":backhand_index_pointing_up_medium-light_skin_tone:", "name": "backhand_index_pointing_up_medium-light_skin_tone", "text": "👆🏼"},
{"keyword": ":backhand_index_pointing_up_medium_skin_tone:", "name": "backhand_index_pointing_up_medium_skin_tone", "text": "👆🏽"},
{"keyword": ":school_satchel:", "name": "backpack", "text": "🎒"},
{"keyword": ":backpack:", "name": "backpack_1", "text": "🎒"},
{"keyword": ":bacon:", "name": "bacon", "text": "🥓"},
{"keyword": ":badger:", "name": "badger", "text": "🦡"},
{"keyword": ":badminton:", "name": "badminton", "text": "🏸"},
{"keyword": ":badminton_racquet_and_shuttlecock:", "name": "badminton_1", "text": "🏸"},
{"keyword": ":bagel:", "name": "bagel", "text": "🥯"},
{"keyword": ":baggage_claim:", "name": "baggage_claim", "text": "🛄"},
{"keyword": ":baguette_bread:", "name": "baguette_bread", "text": "🥖"},
{"keyword": ":balance_scale:", "name": "balance_scale", "text": "⚖️"},
{"keyword": ":scales:", "name": "balance_scale_1", "text": "⚖️"},
{"keyword": ":balance_scale:", "name": "balance_scale", "text": "⚖"},
{"keyword": ":scales:", "name": "balance_scale_1", "text": "⚖"},
{"keyword": ":bald:", "name": "bald", "text": "🦲"},
{"keyword": ":ballet_shoes:", "name": "ballet_shoes", "text": "🩰"},
{"keyword": ":balloon:", "name": "balloon", "text": "🎈"},
{"keyword": ":ballot_box:", "name": "ballot_box_with_ballot", "text": "🗳️"},
{"keyword": ":ballot_box_with_ballot:", "name": "ballot_box_with_ballot_1", "text": "🗳️"},
{"keyword": ":ballot_box:", "name": "ballot_box_with_ballot", "text": "🗳"},
{"keyword": ":ballot_box_with_ballot:", "name": "ballot_box_with_ballot_1", "text": "🗳"},
{"keyword": ":banana:", "name": "banana", "text": "🍌"},
{"keyword": ":banjo:", "name": "banjo", "text": "🪕"},
{"keyword": ":bank:", "name": "bank", "text": "🏦"},
{"keyword": ":bar_chart:", "name": "bar_chart", "text": "📊"},
{"keyword": ":barber:", "name": "barber_pole", "text": "💈"},
{"keyword": ":barber_pole:", "name": "barber_pole_1", "text": "💈"},
{"keyword": ":baseball:", "name": "baseball", "text": "⚾"},
{"keyword": ":basket:", "name": "basket", "text": "🧺"},
{"keyword": ":basketball:", "name": "basketball", "text": "🏀"},
{"keyword": ":bat:", "name": "bat", "text": "🦇"},
{"keyword": ":bathtub:", "name": "bathtub", "text": "🛁"},
{"keyword": ":battery:", "name": "battery", "text": "🔋"},
{"keyword": ":beach_umbrella:", "name": "beach_with_umbrella", "text": "🏖️"},
{"keyword": ":beach_with_umbrella:", "name": "beach_with_umbrella_1", "text": "🏖️"},
{"keyword": ":beach_umbrella:", "name": "beach_with_umbrella", "text": "🏖"},
{"keyword": ":beach_with_umbrella:", "name": "beach_with_umbrella_1", "text": "🏖"},
{"keyword": ":beaming_face_with_smiling_eyes:", "name": "beaming_face_with_smiling_eyes", "text": "😁"},
{"keyword": ":grin:", "name": "beaming_face_with_smiling_eyes_1", "text": "😁"},
{"keyword": ":beans:", "name": "beans", "text": "🫘"},
{"keyword": ":bear:", "name": "bear", "text": "🐻"},
{"keyword": ":beating_heart:", "name": "beating_heart", "text": "💓"},
{"keyword": ":heartbeat:", "name": "beating_heart_1", "text": "💓"},
{"keyword": ":beaver:", "name": "beaver", "text": "🦫"},
{"keyword": ":bed:", "name": "bed", "text": "🛏️"},
{"keyword": ":bed:", "name": "bed", "text": "🛏"},
{"keyword": ":beer_mug:", "name": "beer_mug", "text": "🍺"},
{"keyword": ":beer:", "name": "beer_mug_1", "text": "🍺"},
{"keyword": ":beetle:", "name": "beetle", "text": "🪲"},
{"keyword": ":bell:", "name": "bell", "text": "🔔"},
{"keyword": ":bell_pepper:", "name": "bell_pepper", "text": "🫑"},
{"keyword": ":no_bell:", "name": "bell_with_slash", "text": "🔕"},
{"keyword": ":bell_with_slash:", "name": "bell_with_slash_1", "text": "🔕"},
{"keyword": ":bellhop_bell:", "name": "bellhop_bell", "text": "🛎️"},
{"keyword": ":bellhop_bell:", "name": "bellhop_bell", "text": "🛎"},
{"keyword": ":bento_box:", "name": "bento_box", "text": "🍱"},
{"keyword": ":bento:", "name": "bento_box_1", "text": "🍱"},
{"keyword": ":beverage_box:", "name": "beverage_box", "text": "🧃"},
{"keyword": ":bicycle:", "name": "bicycle", "text": "🚲"},
{"keyword": ":bike:", "name": "bicycle_1", "text": "🚲"},
{"keyword": ":bikini:", "name": "bikini", "text": "👙"},
{"keyword": ":billed_cap:", "name": "billed_cap", "text": "🧢"},
{"keyword": ":biohazard_sign:", "name": "biohazard", "text": "☣️"},
{"keyword": ":biohazard:", "name": "biohazard_1", "text": "☣️"},
{"keyword": ":biohazard_sign:", "name": "biohazard", "text": "☣"},
{"keyword": ":biohazard:", "name": "biohazard_1", "text": "☣"},
{"keyword": ":bird:", "name": "bird", "text": "🐦"},
{"keyword": ":birthday_cake:", "name": "birthday_cake", "text": "🎂"},
{"keyword": ":birthday:", "name": "birthday_cake_1", "text": "🎂"},
{"keyword": ":bison:", "name": "bison", "text": "🦬"},
{"keyword": ":biting_lip:", "name": "biting_lip", "text": "🫦"},
{"keyword": ":black_bird:", "name": "black_bird", "text": "🐦‍⬛"},
{"keyword": ":crow:", "name": "black_bird_1", "text": "🐦‍⬛"},
{"keyword": ":raven:", "name": "black_bird_2", "text": "🐦‍⬛"},
{"keyword": ":rook:", "name": "black_bird_3", "text": "🐦‍⬛"},
{"keyword": ":black_cat:", "name": "black_cat", "text": "🐈‍⬛"},
{"keyword": ":black_circle:", "name": "black_circle", "text": "⚫"},
{"keyword": ":black_flag:", "name": "black_flag", "text": "🏴"},
{"keyword": ":waving_black_flag:", "name": "black_flag_1", "text": "🏴"},
{"keyword": ":black_heart:", "name": "black_heart", "text": "🖤"},
{"keyword": ":black_large_square:", "name": "black_large_square", "text": "⬛"},
{"keyword": ":black_medium-small_square:", "name": "black_medium-small_square", "text": "◾"},
{"keyword": ":black_medium_small_square:", "name": "black_medium-small_square_1", "text": "◾"},
{"keyword": ":black_medium_square:", "name": "black_medium_square", "text": "◼️"},
{"keyword": ":black_medium_square:", "name": "black_medium_square", "text": "◼"},
{"keyword": ":black_nib:", "name": "black_nib", "text": "✒️"},
{"keyword": ":black_nib:", "name": "black_nib", "text": "✒"},
{"keyword": ":black_small_square:", "name": "black_small_square", "text": "▪️"},
{"keyword": ":black_small_square:", "name": "black_small_square", "text": "▪"},
{"keyword": ":black_square_button:", "name": "black_square_button", "text": "🔲"},
{"keyword": ":blossom:", "name": "blossom", "text": "🌼"},
{"keyword": ":blowfish:", "name": "blowfish", "text": "🐡"},
{"keyword": ":blue_book:", "name": "blue_book", "text": "📘"},
{"keyword": ":large_blue_circle:", "name": "blue_circle", "text": "🔵"},
{"keyword": ":blue_circle:", "name": "blue_circle_1", "text": "🔵"},
{"keyword": ":blue_heart:", "name": "blue_heart", "text": "💙"},
{"keyword": ":blue_square:", "name": "blue_square", "text": "🟦"},
{"keyword": ":blueberries:", "name": "blueberries", "text": "🫐"},
{"keyword": ":boar:", "name": "boar", "text": "🐗"},
{"keyword": ":bomb:", "name": "bomb", "text": "💣"},
{"keyword": ":bone:", "name": "bone", "text": "🦴"},
{"keyword": ":bookmark:", "name": "bookmark", "text": "🔖"},
{"keyword": ":bookmark_tabs:", "name": "bookmark_tabs", "text": "📑"},
{"keyword": ":books:", "name": "books", "text": "📚"},
{"keyword": ":boomerang:", "name": "boomerang", "text": "🪃"},
{"keyword": ":bottle_with_popping_cork:", "name": "bottle_with_popping_cork", "text": "🍾"},
{"keyword": ":champagne:", "name": "bottle_with_popping_cork_1", "text": "🍾"},
{"keyword": ":bouquet:", "name": "bouquet", "text": "💐"},
{"keyword": ":bow_and_arrow:", "name": "bow_and_arrow", "text": "🏹"},
{"keyword": ":bowl_with_spoon:", "name": "bowl_with_spoon", "text": "🥣"},
{"keyword": ":bowling:", "name": "bowling", "text": "🎳"},
{"keyword": ":boxing_glove:", "name": "boxing_glove", "text": "🥊"},
{"keyword": ":boy:", "name": "boy", "text": "👦"},
{"keyword": ":boy_dark_skin_tone:", "name": "boy_dark_skin_tone", "text": "👦🏿"},
{"keyword": ":boy_light_skin_tone:", "name": "boy_light_skin_tone", "text": "👦🏻"},
{"keyword": ":boy_medium-dark_skin_tone:", "name": "boy_medium-dark_skin_tone", "text": "👦🏾"},
{"keyword": ":boy_medium-light_skin_tone:", "name": "boy_medium-light_skin_tone", "text": "👦🏼"},
{"keyword": ":boy_medium_skin_tone:", "name": "boy_medium_skin_tone", "text": "👦🏽"},
{"keyword": ":brain:", "name": "brain", "text": "🧠"},
{"keyword": ":bread:", "name": "bread", "text": "🍞"},
{"keyword": ":breast-feeding:", "name": "breast-feeding", "text": "🤱"},
{"keyword": ":breast_feeding:", "name": "breast-feeding_1", "text": "🤱"},
{"keyword": ":breast-feeding_dark_skin_tone:", "name": "breast-feeding_dark_skin_tone", "text": "🤱🏿"},
{"keyword": ":breast-feeding_light_skin_tone:", "name": "breast-feeding_light_skin_tone", "text": "🤱🏻"},
{"keyword": ":breast-feeding_medium-dark_skin_tone:", "name": "breast-feeding_medium-dark_skin_tone", "text": "🤱🏾"},
{"keyword": ":breast-feeding_medium-light_skin_tone:", "name": "breast-feeding_medium-light_skin_tone", "text": "🤱🏼"},
{"keyword": ":breast-feeding_medium_skin_tone:", "name": "breast-feeding_medium_skin_tone", "text": "🤱🏽"},
{"keyword": ":bricks:", "name": "brick", "text": "🧱"},
{"keyword": ":brick:", "name": "brick_1", "text": "🧱"},
{"keyword": ":bridge_at_night:", "name": "bridge_at_night", "text": "🌉"},
{"keyword": ":briefcase:", "name": "briefcase", "text": "💼"},
{"keyword": ":swim_brief:", "name": "briefs", "text": "🩲"},
{"keyword": ":briefs:", "name": "briefs_1", "text": "🩲"},
{"keyword": ":high_brightness:", "name": "bright_button", "text": "🔆"},
{"keyword": ":bright_button:", "name": "bright_button_1", "text": "🔆"},
{"keyword": ":broccoli:", "name": "broccoli", "text": "🥦"},
{"keyword": ":broken_chain:", "name": "broken_chain", "text": "⛓️‍💥"},
{"keyword": ":broken_chain:", "name": "broken_chain", "text": "⛓‍💥"},
{"keyword": ":broken_heart:", "name": "broken_heart", "text": "💔"},
{"keyword": ":broom:", "name": "broom", "text": "🧹"},
{"keyword": ":brown_circle:", "name": "brown_circle", "text": "🟤"},
{"keyword": ":brown_heart:", "name": "brown_heart", "text": "🤎"},
{"keyword": ":brown_mushroom:", "name": "brown_mushroom", "text": "🍄‍🟫"},
{"keyword": ":brown_square:", "name": "brown_square", "text": "🟫"},
{"keyword": ":bubble_tea:", "name": "bubble_tea", "text": "🧋"},
{"keyword": ":bubbles:", "name": "bubbles", "text": "🫧"},
{"keyword": ":bucket:", "name": "bucket", "text": "🪣"},
{"keyword": ":bug:", "name": "bug", "text": "🐛"},
{"keyword": ":building_construction:", "name": "building_construction", "text": "🏗️"},
{"keyword": ":building_construction:", "name": "building_construction", "text": "🏗"},
{"keyword": ":bullettrain_front:", "name": "bullet_train", "text": "🚅"},
{"keyword": ":bullet_train:", "name": "bullet_train_1", "text": "🚅"},
{"keyword": ":bullseye:", "name": "bullseye", "text": "🎯"},
{"keyword": ":dart:", "name": "bullseye_1", "text": "🎯"},
{"keyword": ":burrito:", "name": "burrito", "text": "🌯"},
{"keyword": ":bus:", "name": "bus", "text": "🚌"},
{"keyword": ":busstop:", "name": "bus_stop", "text": "🚏"},
{"keyword": ":bus_stop:", "name": "bus_stop_1", "text": "🚏"},
{"keyword": ":bust_in_silhouette:", "name": "bust_in_silhouette", "text": "👤"},
{"keyword": ":busts_in_silhouette:", "name": "busts_in_silhouette", "text": "👥"},
{"keyword": ":butter:", "name": "butter", "text": "🧈"},
{"keyword": ":butterfly:", "name": "butterfly", "text": "🦋"},
{"keyword": ":cactus:", "name": "cactus", "text": "🌵"},
{"keyword": ":calendar:", "name": "calendar", "text": "📅"},
{"keyword": ":date:", "name": "calendar_1", "text": "📅"},
{"keyword": ":call_me_hand:", "name": "call_me_hand", "text": "🤙"},
{"keyword": ":call_me_hand_dark_skin_tone:", "name": "call_me_hand_dark_skin_tone", "text": "🤙🏿"},
{"keyword": ":call_me_hand_light_skin_tone:", "name": "call_me_hand_light_skin_tone", "text": "🤙🏻"},
{"keyword": ":call_me_hand_medium-dark_skin_tone:", "name": "call_me_hand_medium-dark_skin_tone", "text": "🤙🏾"},
{"keyword": ":call_me_hand_medium-light_skin_tone:", "name": "call_me_hand_medium-light_skin_tone", "text": "🤙🏼"},
{"keyword": ":call_me_hand_medium_skin_tone:", "name": "call_me_hand_medium_skin_tone", "text": "🤙🏽"},
{"keyword": ":dromedary_camel:", "name": "camel", "text": "🐪"},
{"keyword": ":camel:", "name": "camel_1", "text": "🐪"},
{"keyword": ":camera:", "name": "camera", "text": "📷"},
{"keyword": ":camera_flash:", "name": "camera_with_flash", "text": "📸"},
{"keyword": ":camera_with_flash:", "name": "camera_with_flash_1", "text": "📸"},
{"keyword": ":camping:", "name": "camping", "text": "🏕️"},
{"keyword": ":camping:", "name": "camping", "text": "🏕"},
{"keyword": ":candle:", "name": "candle", "text": "🕯️"},
{"keyword": ":candle:", "name": "candle", "text": "🕯"},
{"keyword": ":candy:", "name": "candy", "text": "🍬"},
{"keyword": ":canned_food:", "name": "canned_food", "text": "🥫"},
{"keyword": ":canoe:", "name": "canoe", "text": "🛶"},
{"keyword": ":card_file_box:", "name": "card_file_box", "text": "🗃️"},
{"keyword": ":card_file_box:", "name": "card_file_box", "text": "🗃"},
{"keyword": ":card_index:", "name": "card_index", "text": "📇"},
{"keyword": ":card_index_dividers:", "name": "card_index_dividers", "text": "🗂️"},
{"keyword": ":card_index_dividers:", "name": "card_index_dividers", "text": "🗂"},
{"keyword": ":carousel_horse:", "name": "carousel_horse", "text": "🎠"},
{"keyword": ":carp_streamer:", "name": "carp_streamer", "text": "🎏"},
{"keyword": ":flags:", "name": "carp_streamer_1", "text": "🎏"},
{"keyword": ":carpentry_saw:", "name": "carpentry_saw", "text": "🪚"},
{"keyword": ":carrot:", "name": "carrot", "text": "🥕"},
{"keyword": ":european_castle:", "name": "castle", "text": "🏰"},
{"keyword": ":castle:", "name": "castle_1", "text": "🏰"},
{"keyword": ":cat2:", "name": "cat", "text": "🐈"},
{"keyword": ":cat:", "name": "cat_1", "text": "🐈"},
{"keyword": ":cat_face:", "name": "cat_face", "text": "🐱"},
{"keyword": ":cat:", "name": "cat_face_1", "text": "🐱"},
{"keyword": ":joy_cat:", "name": "cat_with_tears_of_joy", "text": "😹"},
{"keyword": ":cat_with_tears_of_joy:", "name": "cat_with_tears_of_joy_1", "text": "😹"},
{"keyword": ":smirk_cat:", "name": "cat_with_wry_smile", "text": "😼"},
{"keyword": ":cat_with_wry_smile:", "name": "cat_with_wry_smile_1", "text": "😼"},
{"keyword": ":chains:", "name": "chains", "text": "⛓️"},
{"keyword": ":chains:", "name": "chains", "text": "⛓"},
{"keyword": ":chair:", "name": "chair", "text": "🪑"},
{"keyword": ":chart_with_downwards_trend:", "name": "chart_decreasing", "text": "📉"},
{"keyword": ":chart_decreasing:", "name": "chart_decreasing_1", "text": "📉"},
{"keyword": ":chart_with_upwards_trend:", "name": "chart_increasing", "text": "📈"},
{"keyword": ":chart_increasing:", "name": "chart_increasing_1", "text": "📈"},
{"keyword": ":chart_increasing_with_yen:", "name": "chart_increasing_with_yen", "text": "💹"},
{"keyword": ":chart:", "name": "chart_increasing_with_yen_1", "text": "💹"},
{"keyword": ":check_box_with_check:", "name": "check_box_with_check", "text": "☑️"},
{"keyword": ":ballot_box_with_check:", "name": "check_box_with_check_1", "text": "☑️"},
{"keyword": ":check_box_with_check:", "name": "check_box_with_check", "text": "☑"},
{"keyword": ":ballot_box_with_check:", "name": "check_box_with_check_1", "text": "☑"},
{"keyword": ":heavy_check_mark:", "name": "check_mark", "text": "✔️"},
{"keyword": ":check_mark:", "name": "check_mark_1", "text": "✔️"},
{"keyword": ":heavy_check_mark:", "name": "check_mark", "text": "✔"},
{"keyword": ":check_mark:", "name": "check_mark_1", "text": "✔"},
{"keyword": ":check_mark_button:", "name": "check_mark_button", "text": "✅"},
{"keyword": ":white_check_mark:", "name": "check_mark_button_1", "text": "✅"},
{"keyword": ":cheese:", "name": "cheese_wedge", "text": "🧀"},
{"keyword": ":cheese_wedge:", "name": "cheese_wedge_1", "text": "🧀"},
{"keyword": ":chequered_flag:", "name": "chequered_flag", "text": "🏁"},
{"keyword": ":checkered_flag:", "name": "chequered_flag_1", "text": "🏁"},
{"keyword": ":cherries:", "name": "cherries", "text": "🍒"},
{"keyword": ":cherry_blossom:", "name": "cherry_blossom", "text": "🌸"},
{"keyword": ":chess_pawn:", "name": "chess_pawn", "text": "♟️"},
{"keyword": ":chess_pawn:", "name": "chess_pawn", "text": "♟"},
{"keyword": ":chestnut:", "name": "chestnut", "text": "🌰"},
{"keyword": ":chicken:", "name": "chicken", "text": "🐔"},
{"keyword": ":child:", "name": "child", "text": "🧒"},
{"keyword": ":child_dark_skin_tone:", "name": "child_dark_skin_tone", "text": "🧒🏿"},
{"keyword": ":child_light_skin_tone:", "name": "child_light_skin_tone", "text": "🧒🏻"},
{"keyword": ":child_medium-dark_skin_tone:", "name": "child_medium-dark_skin_tone", "text": "🧒🏾"},
{"keyword": ":child_medium-light_skin_tone:", "name": "child_medium-light_skin_tone", "text": "🧒🏼"},
{"keyword": ":child_medium_skin_tone:", "name": "child_medium_skin_tone", "text": "🧒🏽"},
{"keyword": ":children_crossing:", "name": "children_crossing", "text": "🚸"},
{"keyword": ":chipmunk:", "name": "chipmunk", "text": "🐿️"},
{"keyword": ":chipmunk:", "name": "chipmunk", "text": "🐿"},
{"keyword": ":chocolate_bar:", "name": "chocolate_bar", "text": "🍫"},
{"keyword": ":chopsticks:", "name": "chopsticks", "text": "🥢"},
{"keyword": ":church:", "name": "church", "text": "⛪"},
{"keyword": ":cigarette:", "name": "cigarette", "text": "🚬"},
{"keyword": ":smoking:", "name": "cigarette_1", "text": "🚬"},
{"keyword": ":cinema:", "name": "cinema", "text": "🎦"},
{"keyword": ":m:", "name": "circled_M", "text": "Ⓜ️"},
{"keyword": ":circled_m:", "name": "circled_M_1", "text": "Ⓜ️"},
{"keyword": ":m:", "name": "circled_M", "text": "Ⓜ"},
{"keyword": ":circled_m:", "name": "circled_M_1", "text": "Ⓜ"},
{"keyword": ":circus_tent:", "name": "circus_tent", "text": "🎪"},
{"keyword": ":cityscape:", "name": "cityscape", "text": "🏙️"},
{"keyword": ":cityscape:", "name": "cityscape", "text": "🏙"},
{"keyword": ":cityscape_at_dusk:", "name": "cityscape_at_dusk", "text": "🌆"},
{"keyword": ":city_sunset:", "name": "cityscape_at_dusk_1", "text": "🌆"},
{"keyword": ":compression:", "name": "clamp", "text": "🗜️"},
{"keyword": ":clamp:", "name": "clamp_1", "text": "🗜️"},
{"keyword": ":compression:", "name": "clamp", "text": "🗜"},
{"keyword": ":clamp:", "name": "clamp_1", "text": "🗜"},
{"keyword": ":clapper_board:", "name": "clapper_board", "text": "🎬"},
{"keyword": ":clapper:", "name": "clapper_board_1", "text": "🎬"},
{"keyword": ":clap:", "name": "clapping_hands", "text": "👏"},
{"keyword": ":clapping_hands:", "name": "clapping_hands_1", "text": "👏"},
{"keyword": ":clapping_hands_dark_skin_tone:", "name": "clapping_hands_dark_skin_tone", "text": "👏🏿"},
{"keyword": ":clapping_hands_light_skin_tone:", "name": "clapping_hands_light_skin_tone", "text": "👏🏻"},
{"keyword": ":clapping_hands_medium-dark_skin_tone:", "name": "clapping_hands_medium-dark_skin_tone", "text": "👏🏾"},
{"keyword": ":clapping_hands_medium-light_skin_tone:", "name": "clapping_hands_medium-light_skin_tone", "text": "👏🏼"},
{"keyword": ":clapping_hands_medium_skin_tone:", "name": "clapping_hands_medium_skin_tone", "text": "👏🏽"},
{"keyword": ":classical_building:", "name": "classical_building", "text": "🏛️"},
{"keyword": ":classical_building:", "name": "classical_building", "text": "🏛"},
{"keyword": ":clinking_beer_mugs:", "name": "clinking_beer_mugs", "text": "🍻"},
{"keyword": ":beers:", "name": "clinking_beer_mugs_1", "text": "🍻"},
{"keyword": ":clinking_glasses:", "name": "clinking_glasses", "text": "🥂"},
{"keyword": ":clipboard:", "name": "clipboard", "text": "📋"},
{"keyword": ":arrows_clockwise:", "name": "clockwise_vertical_arrows", "text": "🔃"},
{"keyword": ":clockwise_vertical_arrows:", "name": "clockwise_vertical_arrows_1", "text": "🔃"},
{"keyword": ":closed_book:", "name": "closed_book", "text": "📕"},
{"keyword": ":mailbox_closed:", "name": "closed_mailbox_with_lowered_flag", "text": "📪"},
{"keyword": ":closed_mailbox_with_lowered_flag:", "name": "closed_mailbox_with_lowered_flag_1", "text": "📪"},
{"keyword": ":mailbox:", "name": "closed_mailbox_with_raised_flag", "text": "📫"},
{"keyword": ":closed_mailbox_with_raised_flag:", "name": "closed_mailbox_with_raised_flag_1", "text": "📫"},
{"keyword": ":closed_umbrella:", "name": "closed_umbrella", "text": "🌂"},
{"keyword": ":cloud:", "name": "cloud", "text": "☁️"},
{"keyword": ":cloud:", "name": "cloud", "text": "☁"},
{"keyword": ":cloud_with_lightning:", "name": "cloud_with_lightning", "text": "🌩️"},
{"keyword": ":cloud_with_lightning:", "name": "cloud_with_lightning", "text": "🌩"},
{"keyword": ":cloud_with_lightning_and_rain:", "name": "cloud_with_lightning_and_rain", "text": "⛈️"},
{"keyword": ":thunder_cloud_and_rain:", "name": "cloud_with_lightning_and_rain_1", "text": "⛈️"},
{"keyword": ":cloud_with_lightning_and_rain:", "name": "cloud_with_lightning_and_rain", "text": "⛈"},
{"keyword": ":thunder_cloud_and_rain:", "name": "cloud_with_lightning_and_rain_1", "text": "⛈"},
{"keyword": ":cloud_with_rain:", "name": "cloud_with_rain", "text": "🌧️"},
{"keyword": ":cloud_with_rain:", "name": "cloud_with_rain", "text": "🌧"},
{"keyword": ":cloud_with_snow:", "name": "cloud_with_snow", "text": "🌨️"},
{"keyword": ":cloud_with_snow:", "name": "cloud_with_snow", "text": "🌨"},
{"keyword": ":clown_face:", "name": "clown_face", "text": "🤡"},
{"keyword": ":clubs:", "name": "club_suit", "text": "♣️"},
{"keyword": ":club_suit:", "name": "club_suit_1", "text": "♣️"},
{"keyword": ":clubs:", "name": "club_suit", "text": "♣"},
{"keyword": ":club_suit:", "name": "club_suit_1", "text": "♣"},
{"keyword": ":pouch:", "name": "clutch_bag", "text": "👝"},
{"keyword": ":clutch_bag:", "name": "clutch_bag_1", "text": "👝"},
{"keyword": ":coat:", "name": "coat", "text": "🧥"},
{"keyword": ":cockroach:", "name": "cockroach", "text": "🪳"},
{"keyword": ":cocktail:", "name": "cocktail_glass", "text": "🍸"},
{"keyword": ":cocktail_glass:", "name": "cocktail_glass_1", "text": "🍸"},
{"keyword": ":coconut:", "name": "coconut", "text": "🥥"},
{"keyword": ":coffin:", "name": "coffin", "text": "⚰️"},
{"keyword": ":coffin:", "name": "coffin", "text": "⚰"},
{"keyword": ":coin:", "name": "coin", "text": "🪙"},
{"keyword": ":cold_face:", "name": "cold_face", "text": "🥶"},
{"keyword": ":collision:", "name": "collision", "text": "💥"},
{"keyword": ":boom:", "name": "collision_1", "text": "💥"},
{"keyword": ":comet:", "name": "comet", "text": "☄️"},
{"keyword": ":comet:", "name": "comet", "text": "☄"},
{"keyword": ":compass:", "name": "compass", "text": "🧭"},
{"keyword": ":computer_disk:", "name": "computer_disk", "text": "💽"},
{"keyword": ":minidisc:", "name": "computer_disk_1", "text": "💽"},
{"keyword": ":three_button_mouse:", "name": "computer_mouse", "text": "🖱️"},
{"keyword": ":computer_mouse:", "name": "computer_mouse_1", "text": "🖱️"},
{"keyword": ":three_button_mouse:", "name": "computer_mouse", "text": "🖱"},
{"keyword": ":computer_mouse:", "name": "computer_mouse_1", "text": "🖱"},
{"keyword": ":confetti_ball:", "name": "confetti_ball", "text": "🎊"},
{"keyword": ":confounded_face:", "name": "confounded_face", "text": "😖"},
{"keyword": ":confounded:", "name": "confounded_face_1", "text": "😖"},
{"keyword": ":confused:", "name": "confused_face", "text": "😕"},
{"keyword": ":confused_face:", "name": "confused_face_1", "text": "😕"},
{"keyword": ":construction:", "name": "construction", "text": "🚧"},
{"keyword": ":construction_worker:", "name": "construction_worker", "text": "👷"},
{"keyword": ":construction_worker_dark_skin_tone:", "name": "construction_worker_dark_skin_tone", "text": "👷🏿"},
{"keyword": ":construction_worker_light_skin_tone:", "name": "construction_worker_light_skin_tone", "text": "👷🏻"},
{"keyword": ":construction_worker_medium-dark_skin_tone:", "name": "construction_worker_medium-dark_skin_tone", "text": "👷🏾"},
{"keyword": ":construction_worker_medium-light_skin_tone:", "name": "construction_worker_medium-light_skin_tone", "text": "👷🏼"},
{"keyword": ":construction_worker_medium_skin_tone:", "name": "construction_worker_medium_skin_tone", "text": "👷🏽"},
{"keyword": ":control_knobs:", "name": "control_knobs", "text": "🎛️"},
{"keyword": ":control_knobs:", "name": "control_knobs", "text": "🎛"},
{"keyword": ":convenience_store:", "name": "convenience_store", "text": "🏪"},
{"keyword": ":cook:", "name": "cook", "text": "🧑‍🍳"},
{"keyword": ":cook_dark_skin_tone:", "name": "cook_dark_skin_tone", "text": "🧑🏿‍🍳"},
{"keyword": ":cook_light_skin_tone:", "name": "cook_light_skin_tone", "text": "🧑🏻‍🍳"},
{"keyword": ":cook_medium-dark_skin_tone:", "name": "cook_medium-dark_skin_tone", "text": "🧑🏾‍🍳"},
{"keyword": ":cook_medium-light_skin_tone:", "name": "cook_medium-light_skin_tone", "text": "🧑🏼‍🍳"},
{"keyword": ":cook_medium_skin_tone:", "name": "cook_medium_skin_tone", "text": "🧑🏽‍🍳"},
{"keyword": ":rice:", "name": "cooked_rice", "text": "🍚"},
{"keyword": ":cooked_rice:", "name": "cooked_rice_1", "text": "🍚"},
{"keyword": ":cookie:", "name": "cookie", "text": "🍪"},
{"keyword": ":egg:", "name": "cooking", "text": "🍳"},
{"keyword": ":cooking:", "name": "cooking_1", "text": "🍳"},
{"keyword": ":fried_egg:", "name": "cooking_2", "text": "🍳"},
{"keyword": ":copyright:", "name": "copyright", "text": "©️"},
{"keyword": ":copyright:", "name": "copyright", "text": "©"},
{"keyword": ":coral:", "name": "coral", "text": "🪸"},
{"keyword": ":couch_and_lamp:", "name": "couch_and_lamp", "text": "🛋️"},
{"keyword": ":couch_and_lamp:", "name": "couch_and_lamp", "text": "🛋"},
{"keyword": ":arrows_counterclockwise:", "name": "counterclockwise_arrows_button", "text": "🔄"},
{"keyword": ":counterclockwise_arrows_button:", "name": "counterclockwise_arrows_button_1", "text": "🔄"},
{"keyword": ":couple_with_heart:", "name": "couple_with_heart", "text": "💑"},
{"keyword": ":couple_with_heart_dark_skin_tone:", "name": "couple_with_heart_dark_skin_tone", "text": "💑🏿"},
{"keyword": ":couple_with_heart_light_skin_tone:", "name": "couple_with_heart_light_skin_tone", "text": "💑🏻"},
{"keyword": ":couple_with_heart_man_man:", "name": "couple_with_heart_man_man", "text": "👨‍❤️‍👨"},
{"keyword": ":couple_with_heart_man_man:", "name": "couple_with_heart_man_man", "text": "👨‍❤‍👨"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone", "text": "👨🏿‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone", "text": "👨🏿‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_light_skin_tone", "text": "👨🏿‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_light_skin_tone", "text": "👨🏿‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_medium-dark_skin_tone", "text": "👨🏿‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_medium-dark_skin_tone", "text": "👨🏿‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_medium-light_skin_tone", "text": "👨🏿‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_medium-light_skin_tone", "text": "👨🏿‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_medium_skin_tone", "text": "👨🏿‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_dark_skin_tone_medium_skin_tone", "text": "👨🏿‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone", "text": "👨🏻‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone", "text": "👨🏻‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_dark_skin_tone", "text": "👨🏻‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_dark_skin_tone", "text": "👨🏻‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_medium-dark_skin_tone", "text": "👨🏻‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_medium-dark_skin_tone", "text": "👨🏻‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_medium-light_skin_tone", "text": "👨🏻‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_medium-light_skin_tone", "text": "👨🏻‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_medium_skin_tone", "text": "👨🏻‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_light_skin_tone_medium_skin_tone", "text": "👨🏻‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone", "text": "👨🏾‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone", "text": "👨🏾‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_dark_skin_tone", "text": "👨🏾‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_dark_skin_tone", "text": "👨🏾‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_light_skin_tone", "text": "👨🏾‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_light_skin_tone", "text": "👨🏾‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👨🏾‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👨🏾‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_medium_skin_tone", "text": "👨🏾‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_medium-dark_skin_tone_medium_skin_tone", "text": "👨🏾‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone", "text": "👨🏼‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone", "text": "👨🏼‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_dark_skin_tone", "text": "👨🏼‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_dark_skin_tone", "text": "👨🏼‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_light_skin_tone", "text": "👨🏼‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_light_skin_tone", "text": "👨🏼‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👨🏼‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👨🏼‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_medium_skin_tone", "text": "👨🏼‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_man_man_medium-light_skin_tone_medium_skin_tone", "text": "👨🏼‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone", "text": "👨🏽‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone", "text": "👨🏽‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_dark_skin_tone", "text": "👨🏽‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_dark_skin_tone", "text": "👨🏽‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_light_skin_tone", "text": "👨🏽‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_light_skin_tone", "text": "👨🏽‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_medium-dark_skin_tone", "text": "👨🏽‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_medium-dark_skin_tone", "text": "👨🏽‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_medium-light_skin_tone", "text": "👨🏽‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_man_man_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_man_man_medium_skin_tone_medium-light_skin_tone", "text": "👨🏽‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_medium-dark_skin_tone:", "name": "couple_with_heart_medium-dark_skin_tone", "text": "💑🏾"},
{"keyword": ":couple_with_heart_medium-light_skin_tone:", "name": "couple_with_heart_medium-light_skin_tone", "text": "💑🏼"},
{"keyword": ":couple_with_heart_medium_skin_tone:", "name": "couple_with_heart_medium_skin_tone", "text": "💑🏽"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_light_skin_tone", "text": "🧑🏿‍❤️‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_light_skin_tone", "text": "🧑🏿‍❤‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_medium-dark_skin_tone", "text": "🧑🏿‍❤️‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_medium-dark_skin_tone", "text": "🧑🏿‍❤‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_medium-light_skin_tone", "text": "🧑🏿‍❤️‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_medium-light_skin_tone", "text": "🧑🏿‍❤‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_medium_skin_tone", "text": "🧑🏿‍❤️‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_dark_skin_tone_medium_skin_tone", "text": "🧑🏿‍❤‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_dark_skin_tone", "text": "🧑🏻‍❤️‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_dark_skin_tone", "text": "🧑🏻‍❤‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_medium-dark_skin_tone", "text": "🧑🏻‍❤️‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_medium-dark_skin_tone", "text": "🧑🏻‍❤‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_medium-light_skin_tone", "text": "🧑🏻‍❤️‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_medium-light_skin_tone", "text": "🧑🏻‍❤‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_medium_skin_tone", "text": "🧑🏻‍❤️‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_light_skin_tone_medium_skin_tone", "text": "🧑🏻‍❤‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_dark_skin_tone", "text": "🧑🏾‍❤️‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_dark_skin_tone", "text": "🧑🏾‍❤‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_light_skin_tone", "text": "🧑🏾‍❤️‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_light_skin_tone", "text": "🧑🏾‍❤‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_medium-light_skin_tone", "text": "🧑🏾‍❤️‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_medium-light_skin_tone", "text": "🧑🏾‍❤‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_medium_skin_tone", "text": "🧑🏾‍❤️‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_medium-dark_skin_tone_medium_skin_tone", "text": "🧑🏾‍❤‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_dark_skin_tone", "text": "🧑🏼‍❤️‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_dark_skin_tone", "text": "🧑🏼‍❤‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_light_skin_tone", "text": "🧑🏼‍❤️‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_light_skin_tone", "text": "🧑🏼‍❤‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_medium-dark_skin_tone", "text": "🧑🏼‍❤️‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_medium-dark_skin_tone", "text": "🧑🏼‍❤‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_medium_skin_tone", "text": "🧑🏼‍❤️‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_person_person_medium-light_skin_tone_medium_skin_tone", "text": "🧑🏼‍❤‍🧑🏽"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_dark_skin_tone", "text": "🧑🏽‍❤️‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_dark_skin_tone", "text": "🧑🏽‍❤‍🧑🏿"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_light_skin_tone", "text": "🧑🏽‍❤️‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_light_skin_tone", "text": "🧑🏽‍❤‍🧑🏻"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_medium-dark_skin_tone", "text": "🧑🏽‍❤️‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_medium-dark_skin_tone", "text": "🧑🏽‍❤‍🧑🏾"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_medium-light_skin_tone", "text": "🧑🏽‍❤️‍🧑🏼"},
{"keyword": ":couple_with_heart_person_person_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_person_person_medium_skin_tone_medium-light_skin_tone", "text": "🧑🏽‍❤‍🧑🏼"},
{"keyword": ":couple_with_heart_woman_man:", "name": "couple_with_heart_woman_man", "text": "👩‍❤️‍👨"},
{"keyword": ":couple_with_heart_woman_man:", "name": "couple_with_heart_woman_man", "text": "👩‍❤‍👨"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone", "text": "👩🏿‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone", "text": "👩🏿‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone", "text": "👩🏻‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone", "text": "👩🏻‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone", "text": "👩🏾‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone", "text": "👩🏾‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone", "text": "👩🏼‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone", "text": "👩🏼‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_man_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone", "text": "👩🏽‍❤️‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone", "text": "👩🏽‍❤‍👨🏽"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤️‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤‍👨🏿"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤️‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤‍👨🏻"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤️‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤‍👨🏾"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤️‍👨🏼"},
{"keyword": ":couple_with_heart_woman_man_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_man_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤‍👨🏼"},
{"keyword": ":couple_with_heart_woman_woman:", "name": "couple_with_heart_woman_woman", "text": "👩‍❤️‍👩"},
{"keyword": ":couple_with_heart_woman_woman:", "name": "couple_with_heart_woman_woman", "text": "👩‍❤‍👩"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone", "text": "👩🏿‍❤️‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone", "text": "👩🏿‍❤‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤️‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤️‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤️‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤️‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone", "text": "👩🏻‍❤️‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone", "text": "👩🏻‍❤‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤️‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤️‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤️‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤️‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone", "text": "👩🏾‍❤️‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone", "text": "👩🏾‍❤‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤️‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤️‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤️‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤️‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium-dark_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone", "text": "👩🏼‍❤️‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone", "text": "👩🏼‍❤‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤️‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤️‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤️‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤️‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium-light_skin_tone_medium_skin_tone:", "name": "couple_with_heart_woman_woman_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone", "text": "👩🏽‍❤️‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone", "text": "👩🏽‍❤‍👩🏽"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤️‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤‍👩🏿"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤️‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_light_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤‍👩🏻"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤️‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_medium-dark_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤‍👩🏾"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤️‍👩🏼"},
{"keyword": ":couple_with_heart_woman_woman_medium_skin_tone_medium-light_skin_tone:", "name": "couple_with_heart_woman_woman_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤‍👩🏼"},
{"keyword": ":cow:", "name": "cow", "text": "🐄"},
{"keyword": ":cow2:", "name": "cow_1", "text": "🐄"},
{"keyword": ":cow:", "name": "cow_face", "text": "🐮"},
{"keyword": ":cow_face:", "name": "cow_face_1", "text": "🐮"},
{"keyword": ":cowboy_hat_face:", "name": "cowboy_hat_face", "text": "🤠"},
{"keyword": ":crab:", "name": "crab", "text": "🦀"},
{"keyword": ":lower_left_crayon:", "name": "crayon", "text": "🖍️"},
{"keyword": ":crayon:", "name": "crayon_1", "text": "🖍️"},
{"keyword": ":lower_left_crayon:", "name": "crayon", "text": "🖍"},
{"keyword": ":crayon:", "name": "crayon_1", "text": "🖍"},
{"keyword": ":credit_card:", "name": "credit_card", "text": "💳"},
{"keyword": ":crescent_moon:", "name": "crescent_moon", "text": "🌙"},
{"keyword": ":cricket:", "name": "cricket", "text": "🦗"},
{"keyword": ":cricket_game:", "name": "cricket_game", "text": "🏏"},
{"keyword": ":cricket_bat_and_ball:", "name": "cricket_game_1", "text": "🏏"},
{"keyword": ":crocodile:", "name": "crocodile", "text": "🐊"},
{"keyword": ":croissant:", "name": "croissant", "text": "🥐"},
{"keyword": ":cross_mark:", "name": "cross_mark", "text": "❌"},
{"keyword": ":x:", "name": "cross_mark_1", "text": "❌"},
{"keyword": ":negative_squared_cross_mark:", "name": "cross_mark_button", "text": "❎"},
{"keyword": ":cross_mark_button:", "name": "cross_mark_button_1", "text": "❎"},
{"keyword": ":crossed_fingers:", "name": "crossed_fingers", "text": "🤞"},
{"keyword": ":crossed_fingers_dark_skin_tone:", "name": "crossed_fingers_dark_skin_tone", "text": "🤞🏿"},
{"keyword": ":crossed_fingers_light_skin_tone:", "name": "crossed_fingers_light_skin_tone", "text": "🤞🏻"},
{"keyword": ":crossed_fingers_medium-dark_skin_tone:", "name": "crossed_fingers_medium-dark_skin_tone", "text": "🤞🏾"},
{"keyword": ":crossed_fingers_medium-light_skin_tone:", "name": "crossed_fingers_medium-light_skin_tone", "text": "🤞🏼"},
{"keyword": ":crossed_fingers_medium_skin_tone:", "name": "crossed_fingers_medium_skin_tone", "text": "🤞🏽"},
{"keyword": ":crossed_flags:", "name": "crossed_flags", "text": "🎌"},
{"keyword": ":crossed_swords:", "name": "crossed_swords", "text": "⚔️"},
{"keyword": ":crossed_swords:", "name": "crossed_swords", "text": "⚔"},
{"keyword": ":crown:", "name": "crown", "text": "👑"},
{"keyword": ":crutch:", "name": "crutch", "text": "🩼"},
{"keyword": ":crying_cat_face:", "name": "crying_cat", "text": "😿"},
{"keyword": ":crying_cat:", "name": "crying_cat_1", "text": "😿"},
{"keyword": ":crying_face:", "name": "crying_face", "text": "😢"},
{"keyword": ":cry:", "name": "crying_face_1", "text": "😢"},
{"keyword": ":crystal_ball:", "name": "crystal_ball", "text": "🔮"},
{"keyword": ":cucumber:", "name": "cucumber", "text": "🥒"},
{"keyword": ":cup_with_straw:", "name": "cup_with_straw", "text": "🥤"},
{"keyword": ":cupcake:", "name": "cupcake", "text": "🧁"},
{"keyword": ":curling_stone:", "name": "curling_stone", "text": "🥌"},
{"keyword": ":curly_hair:", "name": "curly_hair", "text": "🦱"},
{"keyword": ":curly_loop:", "name": "curly_loop", "text": "➰"},
{"keyword": ":currency_exchange:", "name": "currency_exchange", "text": "💱"},
{"keyword": ":curry_rice:", "name": "curry_rice", "text": "🍛"},
{"keyword": ":curry:", "name": "curry_rice_1", "text": "🍛"},
{"keyword": ":custard:", "name": "custard", "text": "🍮"},
{"keyword": ":customs:", "name": "customs", "text": "🛃"},
{"keyword": ":cut_of_meat:", "name": "cut_of_meat", "text": "🥩"},
{"keyword": ":cyclone:", "name": "cyclone", "text": "🌀"},
{"keyword": ":dagger:", "name": "dagger", "text": "🗡️"},
{"keyword": ":dagger_knife:", "name": "dagger_1", "text": "🗡️"},
{"keyword": ":dagger:", "name": "dagger", "text": "🗡"},
{"keyword": ":dagger_knife:", "name": "dagger_1", "text": "🗡"},
{"keyword": ":dango:", "name": "dango", "text": "🍡"},
{"keyword": ":dark_skin_tone:", "name": "dark_skin_tone", "text": "🏿"},
{"keyword": ":emoji_modifier_fitzpatrick_type_6:", "name": "dark_skin_tone_1", "text": "🏿"},
{"keyword": ":dash:", "name": "dashing_away", "text": "💨"},
{"keyword": ":dashing_away:", "name": "dashing_away_1", "text": "💨"},
{"keyword": ":deaf_man:", "name": "deaf_man", "text": "🧏‍♂️"},
{"keyword": ":deaf_man:", "name": "deaf_man", "text": "🧏‍♂"},
{"keyword": ":deaf_man_dark_skin_tone:", "name": "deaf_man_dark_skin_tone", "text": "🧏🏿‍♂️"},
{"keyword": ":deaf_man_dark_skin_tone:", "name": "deaf_man_dark_skin_tone", "text": "🧏🏿‍♂"},
{"keyword": ":deaf_man_light_skin_tone:", "name": "deaf_man_light_skin_tone", "text": "🧏🏻‍♂️"},
{"keyword": ":deaf_man_light_skin_tone:", "name": "deaf_man_light_skin_tone", "text": "🧏🏻‍♂"},
{"keyword": ":deaf_man_medium-dark_skin_tone:", "name": "deaf_man_medium-dark_skin_tone", "text": "🧏🏾‍♂️"},
{"keyword": ":deaf_man_medium-dark_skin_tone:", "name": "deaf_man_medium-dark_skin_tone", "text": "🧏🏾‍♂"},
{"keyword": ":deaf_man_medium-light_skin_tone:", "name": "deaf_man_medium-light_skin_tone", "text": "🧏🏼‍♂️"},
{"keyword": ":deaf_man_medium-light_skin_tone:", "name": "deaf_man_medium-light_skin_tone", "text": "🧏🏼‍♂"},
{"keyword": ":deaf_man_medium_skin_tone:", "name": "deaf_man_medium_skin_tone", "text": "🧏🏽‍♂️"},
{"keyword": ":deaf_man_medium_skin_tone:", "name": "deaf_man_medium_skin_tone", "text": "🧏🏽‍♂"},
{"keyword": ":deaf_person:", "name": "deaf_person", "text": "🧏"},
{"keyword": ":deaf_person_dark_skin_tone:", "name": "deaf_person_dark_skin_tone", "text": "🧏🏿"},
{"keyword": ":deaf_person_light_skin_tone:", "name": "deaf_person_light_skin_tone", "text": "🧏🏻"},
{"keyword": ":deaf_person_medium-dark_skin_tone:", "name": "deaf_person_medium-dark_skin_tone", "text": "🧏🏾"},
{"keyword": ":deaf_person_medium-light_skin_tone:", "name": "deaf_person_medium-light_skin_tone", "text": "🧏🏼"},
{"keyword": ":deaf_person_medium_skin_tone:", "name": "deaf_person_medium_skin_tone", "text": "🧏🏽"},
{"keyword": ":deaf_woman:", "name": "deaf_woman", "text": "🧏‍♀️"},
{"keyword": ":deaf_woman:", "name": "deaf_woman", "text": "🧏‍♀"},
{"keyword": ":deaf_woman_dark_skin_tone:", "name": "deaf_woman_dark_skin_tone", "text": "🧏🏿‍♀️"},
{"keyword": ":deaf_woman_dark_skin_tone:", "name": "deaf_woman_dark_skin_tone", "text": "🧏🏿‍♀"},
{"keyword": ":deaf_woman_light_skin_tone:", "name": "deaf_woman_light_skin_tone", "text": "🧏🏻‍♀️"},
{"keyword": ":deaf_woman_light_skin_tone:", "name": "deaf_woman_light_skin_tone", "text": "🧏🏻‍♀"},
{"keyword": ":deaf_woman_medium-dark_skin_tone:", "name": "deaf_woman_medium-dark_skin_tone", "text": "🧏🏾‍♀️"},
{"keyword": ":deaf_woman_medium-dark_skin_tone:", "name": "deaf_woman_medium-dark_skin_tone", "text": "🧏🏾‍♀"},
{"keyword": ":deaf_woman_medium-light_skin_tone:", "name": "deaf_woman_medium-light_skin_tone", "text": "🧏🏼‍♀️"},
{"keyword": ":deaf_woman_medium-light_skin_tone:", "name": "deaf_woman_medium-light_skin_tone", "text": "🧏🏼‍♀"},
{"keyword": ":deaf_woman_medium_skin_tone:", "name": "deaf_woman_medium_skin_tone", "text": "🧏🏽‍♀️"},
{"keyword": ":deaf_woman_medium_skin_tone:", "name": "deaf_woman_medium_skin_tone", "text": "🧏🏽‍♀"},
{"keyword": ":deciduous_tree:", "name": "deciduous_tree", "text": "🌳"},
{"keyword": ":deer:", "name": "deer", "text": "🦌"},
{"keyword": ":delivery_truck:", "name": "delivery_truck", "text": "🚚"},
{"keyword": ":truck:", "name": "delivery_truck_1", "text": "🚚"},
{"keyword": ":department_store:", "name": "department_store", "text": "🏬"},
{"keyword": ":derelict_house:", "name": "derelict_house", "text": "🏚️"},
{"keyword": ":derelict_house_building:", "name": "derelict_house_1", "text": "🏚️"},
{"keyword": ":derelict_house:", "name": "derelict_house", "text": "🏚"},
{"keyword": ":derelict_house_building:", "name": "derelict_house_1", "text": "🏚"},
{"keyword": ":desert:", "name": "desert", "text": "🏜️"},
{"keyword": ":desert:", "name": "desert", "text": "🏜"},
{"keyword": ":desert_island:", "name": "desert_island", "text": "🏝️"},
{"keyword": ":desert_island:", "name": "desert_island", "text": "🏝"},
{"keyword": ":desktop_computer:", "name": "desktop_computer", "text": "🖥️"},
{"keyword": ":desktop_computer:", "name": "desktop_computer", "text": "🖥"},
{"keyword": ":sleuth_or_spy:", "name": "detective", "text": "🕵️"},
{"keyword": ":detective:", "name": "detective_1", "text": "🕵️"},
{"keyword": ":sleuth_or_spy:", "name": "detective", "text": "🕵"},
{"keyword": ":detective:", "name": "detective_1", "text": "🕵"},
{"keyword": ":detective_dark_skin_tone:", "name": "detective_dark_skin_tone", "text": "🕵🏿"},
{"keyword": ":detective_light_skin_tone:", "name": "detective_light_skin_tone", "text": "🕵🏻"},
{"keyword": ":detective_medium-dark_skin_tone:", "name": "detective_medium-dark_skin_tone", "text": "🕵🏾"},
{"keyword": ":detective_medium-light_skin_tone:", "name": "detective_medium-light_skin_tone", "text": "🕵🏼"},
{"keyword": ":detective_medium_skin_tone:", "name": "detective_medium_skin_tone", "text": "🕵🏽"},
{"keyword": ":diamonds:", "name": "diamond_suit", "text": "♦️"},
{"keyword": ":diamond_suit:", "name": "diamond_suit_1", "text": "♦️"},
{"keyword": ":diamonds:", "name": "diamond_suit", "text": "♦"},
{"keyword": ":diamond_suit:", "name": "diamond_suit_1", "text": "♦"},
{"keyword": ":diamond_with_a_dot:", "name": "diamond_with_a_dot", "text": "💠"},
{"keyword": ":diamond_shape_with_a_dot_inside:", "name": "diamond_with_a_dot_1", "text": "💠"},
{"keyword": ":low_brightness:", "name": "dim_button", "text": "🔅"},
{"keyword": ":dim_button:", "name": "dim_button_1", "text": "🔅"},
{"keyword": ":disappointed:", "name": "disappointed_face", "text": "😞"},
{"keyword": ":disappointed_face:", "name": "disappointed_face_1", "text": "😞"},
{"keyword": ":disguised_face:", "name": "disguised_face", "text": "🥸"},
{"keyword": ":heavy_division_sign:", "name": "divide", "text": "➗"},
{"keyword": ":divide:", "name": "divide_1", "text": "➗"},
{"keyword": ":diving_mask:", "name": "diving_mask", "text": "🤿"},
{"keyword": ":diya_lamp:", "name": "diya_lamp", "text": "🪔"},
{"keyword": ":dizzy:", "name": "dizzy", "text": "💫"},
{"keyword": ":dna:", "name": "dna", "text": "🧬"},
{"keyword": ":dodo:", "name": "dodo", "text": "🦤"},
{"keyword": ":dog2:", "name": "dog", "text": "🐕"},
{"keyword": ":dog:", "name": "dog_1", "text": "🐕"},
{"keyword": ":dog_face:", "name": "dog_face", "text": "🐶"},
{"keyword": ":dog:", "name": "dog_face_1", "text": "🐶"},
{"keyword": ":dollar_banknote:", "name": "dollar_banknote", "text": "💵"},
{"keyword": ":dollar:", "name": "dollar_banknote_1", "text": "💵"},
{"keyword": ":flipper:", "name": "dolphin", "text": "🐬"},
{"keyword": ":dolphin:", "name": "dolphin_1", "text": "🐬"},
{"keyword": ":donkey:", "name": "donkey", "text": "🫏"},
{"keyword": ":door:", "name": "door", "text": "🚪"},
{"keyword": ":dotted_line_face:", "name": "dotted_line_face", "text": "🫥"},
{"keyword": ":dotted_six-pointed_star:", "name": "dotted_six-pointed_star", "text": "🔯"},
{"keyword": ":dotted_six_pointed_star:", "name": "dotted_six-pointed_star_1", "text": "🔯"},
{"keyword": ":six_pointed_star:", "name": "dotted_six-pointed_star_2", "text": "🔯"},
{"keyword": ":double_curly_loop:", "name": "double_curly_loop", "text": "➿"},
{"keyword": ":loop:", "name": "double_curly_loop_1", "text": "➿"},
{"keyword": ":double_exclamation_mark:", "name": "double_exclamation_mark", "text": "‼️"},
{"keyword": ":bangbang:", "name": "double_exclamation_mark_1", "text": "‼️"},
{"keyword": ":double_exclamation_mark:", "name": "double_exclamation_mark", "text": "‼"},
{"keyword": ":bangbang:", "name": "double_exclamation_mark_1", "text": "‼"},
{"keyword": ":doughnut:", "name": "doughnut", "text": "🍩"},
{"keyword": ":dove:", "name": "dove", "text": "🕊️"},
{"keyword": ":dove_of_peace:", "name": "dove_1", "text": "🕊️"},
{"keyword": ":dove:", "name": "dove", "text": "🕊"},
{"keyword": ":dove_of_peace:", "name": "dove_1", "text": "🕊"},
{"keyword": ":down-left_arrow:", "name": "down-left_arrow", "text": "↙️"},
{"keyword": ":arrow_lower_left:", "name": "down-left_arrow_1", "text": "↙️"},
{"keyword": ":down_left_arrow:", "name": "down-left_arrow_2", "text": "↙️"},
{"keyword": ":down-left_arrow:", "name": "down-left_arrow", "text": "↙"},
{"keyword": ":arrow_lower_left:", "name": "down-left_arrow_1", "text": "↙"},
{"keyword": ":down_left_arrow:", "name": "down-left_arrow_2", "text": "↙"},
{"keyword": ":down_right_arrow:", "name": "down-right_arrow", "text": "↘️"},
{"keyword": ":down-right_arrow:", "name": "down-right_arrow_1", "text": "↘️"},
{"keyword": ":arrow_lower_right:", "name": "down-right_arrow_2", "text": "↘️"},
{"keyword": ":down_right_arrow:", "name": "down-right_arrow", "text": "↘"},
{"keyword": ":down-right_arrow:", "name": "down-right_arrow_1", "text": "↘"},
{"keyword": ":arrow_lower_right:", "name": "down-right_arrow_2", "text": "↘"},
{"keyword": ":down_arrow:", "name": "down_arrow", "text": "⬇️"},
{"keyword": ":arrow_down:", "name": "down_arrow_1", "text": "⬇️"},
{"keyword": ":down_arrow:", "name": "down_arrow", "text": "⬇"},
{"keyword": ":arrow_down:", "name": "down_arrow_1", "text": "⬇"},
{"keyword": ":sweat:", "name": "downcast_face_with_sweat", "text": "😓"},
{"keyword": ":downcast_face_with_sweat:", "name": "downcast_face_with_sweat_1", "text": "😓"},
{"keyword": ":downwards_button:", "name": "downwards_button", "text": "🔽"},
{"keyword": ":arrow_down_small:", "name": "downwards_button_1", "text": "🔽"},
{"keyword": ":dragon:", "name": "dragon", "text": "🐉"},
{"keyword": ":dragon_face:", "name": "dragon_face", "text": "🐲"},
{"keyword": ":dress:", "name": "dress", "text": "👗"},
{"keyword": ":drooling_face:", "name": "drooling_face", "text": "🤤"},
{"keyword": ":drop_of_blood:", "name": "drop_of_blood", "text": "🩸"},
{"keyword": ":droplet:", "name": "droplet", "text": "💧"},
{"keyword": ":drum:", "name": "drum", "text": "🥁"},
{"keyword": ":duck:", "name": "duck", "text": "🦆"},
{"keyword": ":dumpling:", "name": "dumpling", "text": "🥟"},
{"keyword": ":dvd:", "name": "dvd", "text": "📀"},
{"keyword": ":e_mail:", "name": "e-mail", "text": "📧"},
{"keyword": ":e-mail:", "name": "e-mail_1", "text": "📧"},
{"keyword": ":email:", "name": "e-mail_2", "text": "📧"},
{"keyword": ":eagle:", "name": "eagle", "text": "🦅"},
{"keyword": ":ear:", "name": "ear", "text": "👂"},
{"keyword": ":ear_dark_skin_tone:", "name": "ear_dark_skin_tone", "text": "👂🏿"},
{"keyword": ":ear_light_skin_tone:", "name": "ear_light_skin_tone", "text": "👂🏻"},
{"keyword": ":ear_medium-dark_skin_tone:", "name": "ear_medium-dark_skin_tone", "text": "👂🏾"},
{"keyword": ":ear_medium-light_skin_tone:", "name": "ear_medium-light_skin_tone", "text": "👂🏼"},
{"keyword": ":ear_medium_skin_tone:", "name": "ear_medium_skin_tone", "text": "👂🏽"},
{"keyword": ":ear_of_corn:", "name": "ear_of_corn", "text": "🌽"},
{"keyword": ":corn:", "name": "ear_of_corn_1", "text": "🌽"},
{"keyword": ":ear_with_hearing_aid:", "name": "ear_with_hearing_aid", "text": "🦻"},
{"keyword": ":ear_with_hearing_aid_dark_skin_tone:", "name": "ear_with_hearing_aid_dark_skin_tone", "text": "🦻🏿"},
{"keyword": ":ear_with_hearing_aid_light_skin_tone:", "name": "ear_with_hearing_aid_light_skin_tone", "text": "🦻🏻"},
{"keyword": ":ear_with_hearing_aid_medium-dark_skin_tone:", "name": "ear_with_hearing_aid_medium-dark_skin_tone", "text": "🦻🏾"},
{"keyword": ":ear_with_hearing_aid_medium-light_skin_tone:", "name": "ear_with_hearing_aid_medium-light_skin_tone", "text": "🦻🏼"},
{"keyword": ":ear_with_hearing_aid_medium_skin_tone:", "name": "ear_with_hearing_aid_medium_skin_tone", "text": "🦻🏽"},
{"keyword": ":egg:", "name": "egg", "text": "🥚"},
{"keyword": ":egg2:", "name": "egg_1", "text": "🥚"},
{"keyword": ":eggplant:", "name": "eggplant", "text": "🍆"},
{"keyword": ":eight_pointed_black_star:", "name": "eight-pointed_star", "text": "✴️"},
{"keyword": ":eight_pointed_star:", "name": "eight-pointed_star_1", "text": "✴️"},
{"keyword": ":eight-pointed_star:", "name": "eight-pointed_star_2", "text": "✴️"},
{"keyword": ":eight_pointed_black_star:", "name": "eight-pointed_star", "text": "✴"},
{"keyword": ":eight_pointed_star:", "name": "eight-pointed_star_1", "text": "✴"},
{"keyword": ":eight-pointed_star:", "name": "eight-pointed_star_2", "text": "✴"},
{"keyword": ":eight_spoked_asterisk:", "name": "eight-spoked_asterisk", "text": "✳️"},
{"keyword": ":eight-spoked_asterisk:", "name": "eight-spoked_asterisk_1", "text": "✳️"},
{"keyword": ":eight_spoked_asterisk:", "name": "eight-spoked_asterisk", "text": "✳"},
{"keyword": ":eight-spoked_asterisk:", "name": "eight-spoked_asterisk_1", "text": "✳"},
{"keyword": ":eight-thirty:", "name": "eight-thirty", "text": "🕣"},
{"keyword": ":eight_thirty:", "name": "eight-thirty_1", "text": "🕣"},
{"keyword": ":clock830:", "name": "eight-thirty_2", "text": "🕣"},
{"keyword": ":clock8:", "name": "eight_o’clock", "text": "🕗"},
{"keyword": ":eight_oclock:", "name": "eight_o’clock_1", "text": "🕗"},
{"keyword": ":eight_o’clock:", "name": "eight_o’clock_2", "text": "🕗"},
{"keyword": ":eject_symbol:", "name": "eject_button", "text": "⏏️"},
{"keyword": ":eject_button:", "name": "eject_button_1", "text": "⏏️"},
{"keyword": ":eject_symbol:", "name": "eject_button", "text": "⏏"},
{"keyword": ":eject_button:", "name": "eject_button_1", "text": "⏏"},
{"keyword": ":electric_plug:", "name": "electric_plug", "text": "🔌"},
{"keyword": ":elephant:", "name": "elephant", "text": "🐘"},
{"keyword": ":elevator:", "name": "elevator", "text": "🛗"},
{"keyword": ":clock1130:", "name": "eleven-thirty", "text": "🕦"},
{"keyword": ":eleven-thirty:", "name": "eleven-thirty_1", "text": "🕦"},
{"keyword": ":eleven_thirty:", "name": "eleven-thirty_2", "text": "🕦"},
{"keyword": ":eleven_o’clock:", "name": "eleven_o’clock", "text": "🕚"},
{"keyword": ":eleven_oclock:", "name": "eleven_o’clock_1", "text": "🕚"},
{"keyword": ":clock11:", "name": "eleven_o’clock_2", "text": "🕚"},
{"keyword": ":elf:", "name": "elf", "text": "🧝"},
{"keyword": ":elf_dark_skin_tone:", "name": "elf_dark_skin_tone", "text": "🧝🏿"},
{"keyword": ":elf_light_skin_tone:", "name": "elf_light_skin_tone", "text": "🧝🏻"},
{"keyword": ":elf_medium-dark_skin_tone:", "name": "elf_medium-dark_skin_tone", "text": "🧝🏾"},
{"keyword": ":elf_medium-light_skin_tone:", "name": "elf_medium-light_skin_tone", "text": "🧝🏼"},
{"keyword": ":elf_medium_skin_tone:", "name": "elf_medium_skin_tone", "text": "🧝🏽"},
{"keyword": ":empty_nest:", "name": "empty_nest", "text": "🪹"},
{"keyword": ":pout:", "name": "enraged_face", "text": "😡"},
{"keyword": ":enraged_face:", "name": "enraged_face_1", "text": "😡"},
{"keyword": ":rage:", "name": "enraged_face_2", "text": "😡"},
{"keyword": ":envelope:", "name": "envelope", "text": "✉️"},
{"keyword": ":envelope:", "name": "envelope", "text": "✉"},
{"keyword": ":envelope_with_arrow:", "name": "envelope_with_arrow", "text": "📩"},
{"keyword": ":euro_banknote:", "name": "euro_banknote", "text": "💶"},
{"keyword": ":euro:", "name": "euro_banknote_1", "text": "💶"},
{"keyword": ":evergreen_tree:", "name": "evergreen_tree", "text": "🌲"},
{"keyword": ":sheep:", "name": "ewe", "text": "🐑"},
{"keyword": ":ewe:", "name": "ewe_1", "text": "🐑"},
{"keyword": ":interrobang:", "name": "exclamation_question_mark", "text": "⁉️"},
{"keyword": ":exclamation_question_mark:", "name": "exclamation_question_mark_1", "text": "⁉️"},
{"keyword": ":interrobang:", "name": "exclamation_question_mark", "text": "⁉"},
{"keyword": ":exclamation_question_mark:", "name": "exclamation_question_mark_1", "text": "⁉"},
{"keyword": ":exploding_head:", "name": "exploding_head", "text": "🤯"},
{"keyword": ":expressionless_face:", "name": "expressionless_face", "text": "😑"},
{"keyword": ":expressionless:", "name": "expressionless_face_1", "text": "😑"},
{"keyword": ":eye:", "name": "eye", "text": "👁️"},
{"keyword": ":eye:", "name": "eye", "text": "👁"},
{"keyword": ":eye_in_speech_bubble:", "name": "eye_in_speech_bubble", "text": "👁️‍🗨️"},
{"keyword": ":eye_speech_bubble:", "name": "eye_in_speech_bubble_1", "text": "👁️‍🗨️"},
{"keyword": ":eye_in_speech_bubble:", "name": "eye_in_speech_bubble", "text": "👁‍🗨️"},
{"keyword": ":eye_speech_bubble:", "name": "eye_in_speech_bubble_1", "text": "👁‍🗨️"},
{"keyword": ":eye_in_speech_bubble:", "name": "eye_in_speech_bubble", "text": "👁️‍🗨"},
{"keyword": ":eye_speech_bubble:", "name": "eye_in_speech_bubble_1", "text": "👁️‍🗨"},
{"keyword": ":eye_in_speech_bubble:", "name": "eye_in_speech_bubble", "text": "👁‍🗨"},
{"keyword": ":eye_speech_bubble:", "name": "eye_in_speech_bubble_1", "text": "👁‍🗨"},
{"keyword": ":eyes:", "name": "eyes", "text": "👀"},
{"keyword": ":face_blowing_a_kiss:", "name": "face_blowing_a_kiss", "text": "😘"},
{"keyword": ":kissing_heart:", "name": "face_blowing_a_kiss_1", "text": "😘"},
{"keyword": ":face_exhaling:", "name": "face_exhaling", "text": "😮‍💨"},
{"keyword": ":face_holding_back_tears:", "name": "face_holding_back_tears", "text": "🥹"},
{"keyword": ":face_in_clouds:", "name": "face_in_clouds", "text": "😶‍🌫️"},
{"keyword": ":face_in_clouds:", "name": "face_in_clouds", "text": "😶‍🌫"},
{"keyword": ":face_savoring_food:", "name": "face_savoring_food", "text": "😋"},
{"keyword": ":yum:", "name": "face_savoring_food_1", "text": "😋"},
{"keyword": ":face_screaming_in_fear:", "name": "face_screaming_in_fear", "text": "😱"},
{"keyword": ":scream:", "name": "face_screaming_in_fear_1", "text": "😱"},
{"keyword": ":face_vomiting:", "name": "face_vomiting", "text": "🤮"},
{"keyword": ":vomiting_face:", "name": "face_vomiting_1", "text": "🤮"},
{"keyword": ":face_with_bags_under_eyes:", "name": "face_with_bags_under_eyes", "text": "🫩"},
{"keyword": ":dizzy_face:", "name": "face_with_crossed-out_eyes", "text": "😵"},
{"keyword": ":face_with_crossed_out_eyes:", "name": "face_with_crossed-out_eyes_1", "text": "😵"},
{"keyword": ":face_with_crossed-out_eyes:", "name": "face_with_crossed-out_eyes_2", "text": "😵"},
{"keyword": ":knocked_out_face:", "name": "face_with_crossed-out_eyes_3", "text": "😵"},
{"keyword": ":face_with_diagonal_mouth:", "name": "face_with_diagonal_mouth", "text": "🫤"},
{"keyword": ":hand_over_mouth:", "name": "face_with_hand_over_mouth", "text": "🤭"},
{"keyword": ":face_with_hand_over_mouth:", "name": "face_with_hand_over_mouth_1", "text": "🤭"},
{"keyword": ":face_with_head_bandage:", "name": "face_with_head-bandage", "text": "🤕"},
{"keyword": ":face_with_head-bandage:", "name": "face_with_head-bandage_1", "text": "🤕"},
{"keyword": ":mask:", "name": "face_with_medical_mask", "text": "😷"},
{"keyword": ":face_with_medical_mask:", "name": "face_with_medical_mask_1", "text": "😷"},
{"keyword": ":face_with_monocle:", "name": "face_with_monocle", "text": "🧐"},
{"keyword": ":monocle_face:", "name": "face_with_monocle_1", "text": "🧐"},
{"keyword": ":face_with_open_eyes_and_hand_over_mouth:", "name": "face_with_open_eyes_and_hand_over_mouth", "text": "🫢"},
{"keyword": ":open_mouth:", "name": "face_with_open_mouth", "text": "😮"},
{"keyword": ":face_with_open_mouth:", "name": "face_with_open_mouth_1", "text": "😮"},
{"keyword": ":face_with_peeking_eye:", "name": "face_with_peeking_eye", "text": "🫣"},
{"keyword": ":raised_eyebrow:", "name": "face_with_raised_eyebrow", "text": "🤨"},
{"keyword": ":face_with_raised_eyebrow:", "name": "face_with_raised_eyebrow_1", "text": "🤨"},
{"keyword": ":roll_eyes:", "name": "face_with_rolling_eyes", "text": "🙄"},
{"keyword": ":face_with_rolling_eyes:", "name": "face_with_rolling_eyes_1", "text": "🙄"},
{"keyword": ":face_with_spiral_eyes:", "name": "face_with_spiral_eyes", "text": "😵‍💫"},
{"keyword": ":face_with_steam_from_nose:", "name": "face_with_steam_from_nose", "text": "😤"},
{"keyword": ":triumph:", "name": "face_with_steam_from_nose_1", "text": "😤"},
{"keyword": ":face_with_symbols_on_mouth:", "name": "face_with_symbols_on_mouth", "text": "🤬"},
{"keyword": ":cursing_face:", "name": "face_with_symbols_on_mouth_1", "text": "🤬"},
{"keyword": ":face_with_tears_of_joy:", "name": "face_with_tears_of_joy", "text": "😂"},
{"keyword": ":joy:", "name": "face_with_tears_of_joy_1", "text": "😂"},
{"keyword": ":face_with_thermometer:", "name": "face_with_thermometer", "text": "🤒"},
{"keyword": ":stuck_out_tongue:", "name": "face_with_tongue", "text": "😛"},
{"keyword": ":face_with_tongue:", "name": "face_with_tongue_1", "text": "😛"},
{"keyword": ":face_without_mouth:", "name": "face_without_mouth", "text": "😶"},
{"keyword": ":no_mouth:", "name": "face_without_mouth_1", "text": "😶"},
{"keyword": ":factory:", "name": "factory", "text": "🏭"},
{"keyword": ":factory_worker:", "name": "factory_worker", "text": "🧑‍🏭"},
{"keyword": ":factory_worker_dark_skin_tone:", "name": "factory_worker_dark_skin_tone", "text": "🧑🏿‍🏭"},
{"keyword": ":factory_worker_light_skin_tone:", "name": "factory_worker_light_skin_tone", "text": "🧑🏻‍🏭"},
{"keyword": ":factory_worker_medium-dark_skin_tone:", "name": "factory_worker_medium-dark_skin_tone", "text": "🧑🏾‍🏭"},
{"keyword": ":factory_worker_medium-light_skin_tone:", "name": "factory_worker_medium-light_skin_tone", "text": "🧑🏼‍🏭"},
{"keyword": ":factory_worker_medium_skin_tone:", "name": "factory_worker_medium_skin_tone", "text": "🧑🏽‍🏭"},
{"keyword": ":fairy:", "name": "fairy", "text": "🧚"},
{"keyword": ":fairy_dark_skin_tone:", "name": "fairy_dark_skin_tone", "text": "🧚🏿"},
{"keyword": ":fairy_light_skin_tone:", "name": "fairy_light_skin_tone", "text": "🧚🏻"},
{"keyword": ":fairy_medium-dark_skin_tone:", "name": "fairy_medium-dark_skin_tone", "text": "🧚🏾"},
{"keyword": ":fairy_medium-light_skin_tone:", "name": "fairy_medium-light_skin_tone", "text": "🧚🏼"},
{"keyword": ":fairy_medium_skin_tone:", "name": "fairy_medium_skin_tone", "text": "🧚🏽"},
{"keyword": ":falafel:", "name": "falafel", "text": "🧆"},
{"keyword": ":fallen_leaf:", "name": "fallen_leaf", "text": "🍂"},
{"keyword": ":family:", "name": "family", "text": "👪"},
{"keyword": ":family_adult_adult_child:", "name": "family_adult_adult_child", "text": "🧑‍🧑‍🧒"},
{"keyword": ":family_adult_adult_child_child:", "name": "family_adult_adult_child_child", "text": "🧑‍🧑‍🧒‍🧒"},
{"keyword": ":family_adult_child:", "name": "family_adult_child", "text": "🧑‍🧒"},
{"keyword": ":family_adult_child_child:", "name": "family_adult_child_child", "text": "🧑‍🧒‍🧒"},
{"keyword": ":family_man_boy:", "name": "family_man_boy", "text": "👨‍👦"},
{"keyword": ":family_man_boy_boy:", "name": "family_man_boy_boy", "text": "👨‍👦‍👦"},
{"keyword": ":family_man_girl:", "name": "family_man_girl", "text": "👨‍👧"},
{"keyword": ":family_man_girl_boy:", "name": "family_man_girl_boy", "text": "👨‍👧‍👦"},
{"keyword": ":family_man_girl_girl:", "name": "family_man_girl_girl", "text": "👨‍👧‍👧"},
{"keyword": ":family_man_man_boy:", "name": "family_man_man_boy", "text": "👨‍👨‍👦"},
{"keyword": ":family_man_man_boy_boy:", "name": "family_man_man_boy_boy", "text": "👨‍👨‍👦‍👦"},
{"keyword": ":family_man_man_girl:", "name": "family_man_man_girl", "text": "👨‍👨‍👧"},
{"keyword": ":family_man_man_girl_boy:", "name": "family_man_man_girl_boy", "text": "👨‍👨‍👧‍👦"},
{"keyword": ":family_man_man_girl_girl:", "name": "family_man_man_girl_girl", "text": "👨‍👨‍👧‍👧"},
{"keyword": ":family_man_woman_boy:", "name": "family_man_woman_boy", "text": "👨‍👩‍👦"},
{"keyword": ":family_man_woman_boy_boy:", "name": "family_man_woman_boy_boy", "text": "👨‍👩‍👦‍👦"},
{"keyword": ":family_man_woman_girl:", "name": "family_man_woman_girl", "text": "👨‍👩‍👧"},
{"keyword": ":family_man_woman_girl_boy:", "name": "family_man_woman_girl_boy", "text": "👨‍👩‍👧‍👦"},
{"keyword": ":family_man_woman_girl_girl:", "name": "family_man_woman_girl_girl", "text": "👨‍👩‍👧‍👧"},
{"keyword": ":family_woman_boy:", "name": "family_woman_boy", "text": "👩‍👦"},
{"keyword": ":family_woman_boy_boy:", "name": "family_woman_boy_boy", "text": "👩‍👦‍👦"},
{"keyword": ":family_woman_girl:", "name": "family_woman_girl", "text": "👩‍👧"},
{"keyword": ":family_woman_girl_boy:", "name": "family_woman_girl_boy", "text": "👩‍👧‍👦"},
{"keyword": ":family_woman_girl_girl:", "name": "family_woman_girl_girl", "text": "👩‍👧‍👧"},
{"keyword": ":family_woman_woman_boy:", "name": "family_woman_woman_boy", "text": "👩‍👩‍👦"},
{"keyword": ":family_woman_woman_boy_boy:", "name": "family_woman_woman_boy_boy", "text": "👩‍👩‍👦‍👦"},
{"keyword": ":family_woman_woman_girl:", "name": "family_woman_woman_girl", "text": "👩‍👩‍👧"},
{"keyword": ":family_woman_woman_girl_boy:", "name": "family_woman_woman_girl_boy", "text": "👩‍👩‍👧‍👦"},
{"keyword": ":family_woman_woman_girl_girl:", "name": "family_woman_woman_girl_girl", "text": "👩‍👩‍👧‍👧"},
{"keyword": ":farmer:", "name": "farmer", "text": "🧑‍🌾"},
{"keyword": ":farmer_dark_skin_tone:", "name": "farmer_dark_skin_tone", "text": "🧑🏿‍🌾"},
{"keyword": ":farmer_light_skin_tone:", "name": "farmer_light_skin_tone", "text": "🧑🏻‍🌾"},
{"keyword": ":farmer_medium-dark_skin_tone:", "name": "farmer_medium-dark_skin_tone", "text": "🧑🏾‍🌾"},
{"keyword": ":farmer_medium-light_skin_tone:", "name": "farmer_medium-light_skin_tone", "text": "🧑🏼‍🌾"},
{"keyword": ":farmer_medium_skin_tone:", "name": "farmer_medium_skin_tone", "text": "🧑🏽‍🌾"},
{"keyword": ":fast_forward_button:", "name": "fast-forward_button", "text": "⏩"},
{"keyword": ":fast-forward_button:", "name": "fast-forward_button_1", "text": "⏩"},
{"keyword": ":fast_forward:", "name": "fast-forward_button_2", "text": "⏩"},
{"keyword": ":arrow_double_down:", "name": "fast_down_button", "text": "⏬"},
{"keyword": ":fast_down_button:", "name": "fast_down_button_1", "text": "⏬"},
{"keyword": ":fast_reverse_button:", "name": "fast_reverse_button", "text": "⏪"},
{"keyword": ":rewind:", "name": "fast_reverse_button_1", "text": "⏪"},
{"keyword": ":arrow_double_up:", "name": "fast_up_button", "text": "⏫"},
{"keyword": ":fast_up_button:", "name": "fast_up_button_1", "text": "⏫"},
{"keyword": ":fax_machine:", "name": "fax_machine", "text": "📠"},
{"keyword": ":fax:", "name": "fax_machine_1", "text": "📠"},
{"keyword": ":fearful_face:", "name": "fearful_face", "text": "😨"},
{"keyword": ":fearful:", "name": "fearful_face_1", "text": "😨"},
{"keyword": ":feather:", "name": "feather", "text": "🪶"},
{"keyword": ":female_sign:", "name": "female_sign", "text": "♀️"},
{"keyword": ":female_sign:", "name": "female_sign", "text": "♀"},
{"keyword": ":ferris_wheel:", "name": "ferris_wheel", "text": "🎡"},
{"keyword": ":ferry:", "name": "ferry", "text": "⛴️"},
{"keyword": ":ferry:", "name": "ferry", "text": "⛴"},
{"keyword": ":field_hockey_stick_and_ball:", "name": "field_hockey", "text": "🏑"},
{"keyword": ":field_hockey:", "name": "field_hockey_1", "text": "🏑"},
{"keyword": ":file_cabinet:", "name": "file_cabinet", "text": "🗄️"},
{"keyword": ":file_cabinet:", "name": "file_cabinet", "text": "🗄"},
{"keyword": ":file_folder:", "name": "file_folder", "text": "📁"},
{"keyword": ":film_strip:", "name": "film_frames", "text": "🎞️"},
{"keyword": ":film_frames:", "name": "film_frames_1", "text": "🎞️"},
{"keyword": ":film_strip:", "name": "film_frames", "text": "🎞"},
{"keyword": ":film_frames:", "name": "film_frames_1", "text": "🎞"},
{"keyword": ":film_projector:", "name": "film_projector", "text": "📽️"},
{"keyword": ":film_projector:", "name": "film_projector", "text": "📽"},
{"keyword": ":fingerprint:", "name": "fingerprint", "text": "🫆"},
{"keyword": ":fire:", "name": "fire", "text": "🔥"},
{"keyword": ":fire_engine:", "name": "fire_engine", "text": "🚒"},
{"keyword": ":fire_extinguisher:", "name": "fire_extinguisher", "text": "🧯"},
{"keyword": ":firecracker:", "name": "firecracker", "text": "🧨"},
{"keyword": ":firefighter:", "name": "firefighter", "text": "🧑‍🚒"},
{"keyword": ":firefighter_dark_skin_tone:", "name": "firefighter_dark_skin_tone", "text": "🧑🏿‍🚒"},
{"keyword": ":firefighter_light_skin_tone:", "name": "firefighter_light_skin_tone", "text": "🧑🏻‍🚒"},
{"keyword": ":firefighter_medium-dark_skin_tone:", "name": "firefighter_medium-dark_skin_tone", "text": "🧑🏾‍🚒"},
{"keyword": ":firefighter_medium-light_skin_tone:", "name": "firefighter_medium-light_skin_tone", "text": "🧑🏼‍🚒"},
{"keyword": ":firefighter_medium_skin_tone:", "name": "firefighter_medium_skin_tone", "text": "🧑🏽‍🚒"},
{"keyword": ":fireworks:", "name": "fireworks", "text": "🎆"},
{"keyword": ":first_quarter_moon:", "name": "first_quarter_moon", "text": "🌓"},
{"keyword": ":first_quarter_moon_face:", "name": "first_quarter_moon_face", "text": "🌛"},
{"keyword": ":first_quarter_moon_with_face:", "name": "first_quarter_moon_face_1", "text": "🌛"},
{"keyword": ":fish:", "name": "fish", "text": "🐟"},
{"keyword": ":fish_cake_with_swirl:", "name": "fish_cake_with_swirl", "text": "🍥"},
{"keyword": ":fish_cake:", "name": "fish_cake_with_swirl_1", "text": "🍥"},
{"keyword": ":fishing_pole_and_fish:", "name": "fishing_pole", "text": "🎣"},
{"keyword": ":fishing_pole:", "name": "fishing_pole_1", "text": "🎣"},
{"keyword": ":clock530:", "name": "five-thirty", "text": "🕠"},
{"keyword": ":five_thirty:", "name": "five-thirty_1", "text": "🕠"},
{"keyword": ":five-thirty:", "name": "five-thirty_2", "text": "🕠"},
{"keyword": ":clock5:", "name": "five_o’clock", "text": "🕔"},
{"keyword": ":five_oclock:", "name": "five_o’clock_1", "text": "🕔"},
{"keyword": ":five_o’clock:", "name": "five_o’clock_2", "text": "🕔"},
{"keyword": ":golf:", "name": "flag_in_hole", "text": "⛳"},
{"keyword": ":flag_in_hole:", "name": "flag_in_hole_1", "text": "⛳"},
{"keyword": ":flamingo:", "name": "flamingo", "text": "🦩"},
{"keyword": ":flashlight:", "name": "flashlight", "text": "🔦"},
{"keyword": ":flat_shoe:", "name": "flat_shoe", "text": "🥿"},
{"keyword": ":flatbread:", "name": "flatbread", "text": "🫓"},
{"keyword": ":fleur-de-lis:", "name": "fleur-de-lis", "text": "⚜️"},
{"keyword": ":fleur_de_lis:", "name": "fleur-de-lis_1", "text": "⚜️"},
{"keyword": ":fleur-de-lis:", "name": "fleur-de-lis", "text": "⚜"},
{"keyword": ":fleur_de_lis:", "name": "fleur-de-lis_1", "text": "⚜"},
{"keyword": ":flexed_biceps:", "name": "flexed_biceps", "text": "💪"},
{"keyword": ":muscle:", "name": "flexed_biceps_1", "text": "💪"},
{"keyword": ":flexed_biceps_dark_skin_tone:", "name": "flexed_biceps_dark_skin_tone", "text": "💪🏿"},
{"keyword": ":flexed_biceps_light_skin_tone:", "name": "flexed_biceps_light_skin_tone", "text": "💪🏻"},
{"keyword": ":flexed_biceps_medium-dark_skin_tone:", "name": "flexed_biceps_medium-dark_skin_tone", "text": "💪🏾"},
{"keyword": ":flexed_biceps_medium-light_skin_tone:", "name": "flexed_biceps_medium-light_skin_tone", "text": "💪🏼"},
{"keyword": ":flexed_biceps_medium_skin_tone:", "name": "flexed_biceps_medium_skin_tone", "text": "💪🏽"},
{"keyword": ":floppy_disk:", "name": "floppy_disk", "text": "💾"},
{"keyword": ":flower_playing_cards:", "name": "flower_playing_cards", "text": "🎴"},
{"keyword": ":flushed:", "name": "flushed_face", "text": "😳"},
{"keyword": ":flushed_face:", "name": "flushed_face_1", "text": "😳"},
{"keyword": ":flute:", "name": "flute", "text": "🪈"},
{"keyword": ":fly:", "name": "fly", "text": "🪰"},
{"keyword": ":flying_disc:", "name": "flying_disc", "text": "🥏"},
{"keyword": ":flying_saucer:", "name": "flying_saucer", "text": "🛸"},
{"keyword": ":fog:", "name": "fog", "text": "🌫️"},
{"keyword": ":fog:", "name": "fog", "text": "🌫"},
{"keyword": ":foggy:", "name": "foggy", "text": "🌁"},
{"keyword": ":folded_hands:", "name": "folded_hands", "text": "🙏"},
{"keyword": ":pray:", "name": "folded_hands_1", "text": "🙏"},
{"keyword": ":folded_hands_dark_skin_tone:", "name": "folded_hands_dark_skin_tone", "text": "🙏🏿"},
{"keyword": ":folded_hands_light_skin_tone:", "name": "folded_hands_light_skin_tone", "text": "🙏🏻"},
{"keyword": ":folded_hands_medium-dark_skin_tone:", "name": "folded_hands_medium-dark_skin_tone", "text": "🙏🏾"},
{"keyword": ":folded_hands_medium-light_skin_tone:", "name": "folded_hands_medium-light_skin_tone", "text": "🙏🏼"},
{"keyword": ":folded_hands_medium_skin_tone:", "name": "folded_hands_medium_skin_tone", "text": "🙏🏽"},
{"keyword": ":folding_hand_fan:", "name": "folding_hand_fan", "text": "🪭"},
{"keyword": ":fondue:", "name": "fondue", "text": "🫕"},
{"keyword": ":foot:", "name": "foot", "text": "🦶"},
{"keyword": ":foot_dark_skin_tone:", "name": "foot_dark_skin_tone", "text": "🦶🏿"},
{"keyword": ":foot_light_skin_tone:", "name": "foot_light_skin_tone", "text": "🦶🏻"},
{"keyword": ":foot_medium-dark_skin_tone:", "name": "foot_medium-dark_skin_tone", "text": "🦶🏾"},
{"keyword": ":foot_medium-light_skin_tone:", "name": "foot_medium-light_skin_tone", "text": "🦶🏼"},
{"keyword": ":foot_medium_skin_tone:", "name": "foot_medium_skin_tone", "text": "🦶🏽"},
{"keyword": ":footprints:", "name": "footprints", "text": "👣"},
{"keyword": ":fork_and_knife:", "name": "fork_and_knife", "text": "🍴"},
{"keyword": ":plate_with_cutlery:", "name": "fork_and_knife_with_plate", "text": "🍽️"},
{"keyword": ":fork_and_knife_with_plate:", "name": "fork_and_knife_with_plate_1", "text": "🍽️"},
{"keyword": ":plate_with_cutlery:", "name": "fork_and_knife_with_plate", "text": "🍽"},
{"keyword": ":fork_and_knife_with_plate:", "name": "fork_and_knife_with_plate_1", "text": "🍽"},
{"keyword": ":fortune_cookie:", "name": "fortune_cookie", "text": "🥠"},
{"keyword": ":fountain:", "name": "fountain", "text": "⛲"},
{"keyword": ":lower_left_fountain_pen:", "name": "fountain_pen", "text": "🖋️"},
{"keyword": ":fountain_pen:", "name": "fountain_pen_1", "text": "🖋️"},
{"keyword": ":lower_left_fountain_pen:", "name": "fountain_pen", "text": "🖋"},
{"keyword": ":fountain_pen:", "name": "fountain_pen_1", "text": "🖋"},
{"keyword": ":four-thirty:", "name": "four-thirty", "text": "🕟"},
{"keyword": ":four_thirty:", "name": "four-thirty_1", "text": "🕟"},
{"keyword": ":clock430:", "name": "four-thirty_2", "text": "🕟"},
{"keyword": ":four_leaf_clover:", "name": "four_leaf_clover", "text": "🍀"},
{"keyword": ":four_o’clock:", "name": "four_o’clock", "text": "🕓"},
{"keyword": ":clock4:", "name": "four_o’clock_1", "text": "🕓"},
{"keyword": ":four_oclock:", "name": "four_o’clock_2", "text": "🕓"},
{"keyword": ":fox_face:", "name": "fox", "text": "🦊"},
{"keyword": ":fox:", "name": "fox_1", "text": "🦊"},
{"keyword": ":frame_with_picture:", "name": "framed_picture", "text": "🖼️"},
{"keyword": ":framed_picture:", "name": "framed_picture_1", "text": "🖼️"},
{"keyword": ":frame_with_picture:", "name": "framed_picture", "text": "🖼"},
{"keyword": ":framed_picture:", "name": "framed_picture_1", "text": "🖼"},
{"keyword": ":fries:", "name": "french_fries", "text": "🍟"},
{"keyword": ":french_fries:", "name": "french_fries_1", "text": "🍟"},
{"keyword": ":fried_shrimp:", "name": "fried_shrimp", "text": "🍤"},
{"keyword": ":frog:", "name": "frog", "text": "🐸"},
{"keyword": ":hatched_chick:", "name": "front-facing_baby_chick", "text": "🐥"},
{"keyword": ":front-facing_baby_chick:", "name": "front-facing_baby_chick_1", "text": "🐥"},
{"keyword": ":front_facing_baby_chick:", "name": "front-facing_baby_chick_2", "text": "🐥"},
{"keyword": ":white_frowning_face:", "name": "frowning_face", "text": "☹️"},
{"keyword": ":frowning_face:", "name": "frowning_face_1", "text": "☹️"},
{"keyword": ":white_frowning_face:", "name": "frowning_face", "text": "☹"},
{"keyword": ":frowning_face:", "name": "frowning_face_1", "text": "☹"},
{"keyword": ":frowning:", "name": "frowning_face_with_open_mouth", "text": "😦"},
{"keyword": ":frowning_face_with_open_mouth:", "name": "frowning_face_with_open_mouth_1", "text": "😦"},
{"keyword": ":fuelpump:", "name": "fuel_pump", "text": "⛽"},
{"keyword": ":fuel_pump:", "name": "fuel_pump_1", "text": "⛽"},
{"keyword": ":full_moon:", "name": "full_moon", "text": "🌕"},
{"keyword": ":full_moon_face:", "name": "full_moon_face", "text": "🌝"},
{"keyword": ":full_moon_with_face:", "name": "full_moon_face_1", "text": "🌝"},
{"keyword": ":funeral_urn:", "name": "funeral_urn", "text": "⚱️"},
{"keyword": ":funeral_urn:", "name": "funeral_urn", "text": "⚱"},
{"keyword": ":game_die:", "name": "game_die", "text": "🎲"},
{"keyword": ":garlic:", "name": "garlic", "text": "🧄"},
{"keyword": ":gear:", "name": "gear", "text": "⚙️"},
{"keyword": ":gear:", "name": "gear", "text": "⚙"},
{"keyword": ":gem:", "name": "gem_stone", "text": "💎"},
{"keyword": ":gem_stone:", "name": "gem_stone_1", "text": "💎"},
{"keyword": ":genie:", "name": "genie", "text": "🧞"},
{"keyword": ":ghost:", "name": "ghost", "text": "👻"},
{"keyword": ":ginger_root:", "name": "ginger_root", "text": "🫚"},
{"keyword": ":giraffe:", "name": "giraffe", "text": "🦒"},
{"keyword": ":girl:", "name": "girl", "text": "👧"},
{"keyword": ":girl_dark_skin_tone:", "name": "girl_dark_skin_tone", "text": "👧🏿"},
{"keyword": ":girl_light_skin_tone:", "name": "girl_light_skin_tone", "text": "👧🏻"},
{"keyword": ":girl_medium-dark_skin_tone:", "name": "girl_medium-dark_skin_tone", "text": "👧🏾"},
{"keyword": ":girl_medium-light_skin_tone:", "name": "girl_medium-light_skin_tone", "text": "👧🏼"},
{"keyword": ":girl_medium_skin_tone:", "name": "girl_medium_skin_tone", "text": "👧🏽"},
{"keyword": ":milk_glass:", "name": "glass_of_milk", "text": "🥛"},
{"keyword": ":glass_of_milk:", "name": "glass_of_milk_1", "text": "🥛"},
{"keyword": ":eyeglasses:", "name": "glasses", "text": "👓"},
{"keyword": ":glasses:", "name": "glasses_1", "text": "👓"},
{"keyword": ":earth_americas:", "name": "globe_showing_Americas", "text": "🌎"},
{"keyword": ":globe_showing_americas:", "name": "globe_showing_Americas_1", "text": "🌎"},
{"keyword": ":globe_showing_asia-australia:", "name": "globe_showing_Asia-Australia", "text": "🌏"},
{"keyword": ":earth_asia:", "name": "globe_showing_Asia-Australia_1", "text": "🌏"},
{"keyword": ":globe_showing_asia_australia:", "name": "globe_showing_Asia-Australia_2", "text": "🌏"},
{"keyword": ":earth_africa:", "name": "globe_showing_Europe-Africa", "text": "🌍"},
{"keyword": ":globe_showing_europe_africa:", "name": "globe_showing_Europe-Africa_1", "text": "🌍"},
{"keyword": ":globe_showing_europe-africa:", "name": "globe_showing_Europe-Africa_2", "text": "🌍"},
{"keyword": ":globe_with_meridians:", "name": "globe_with_meridians", "text": "🌐"},
{"keyword": ":gloves:", "name": "gloves", "text": "🧤"},
{"keyword": ":star2:", "name": "glowing_star", "text": "🌟"},
{"keyword": ":glowing_star:", "name": "glowing_star_1", "text": "🌟"},
{"keyword": ":goal_net:", "name": "goal_net", "text": "🥅"},
{"keyword": ":goat:", "name": "goat", "text": "🐐"},
{"keyword": ":japanese_goblin:", "name": "goblin", "text": "👺"},
{"keyword": ":goblin:", "name": "goblin_1", "text": "👺"},
{"keyword": ":goggles:", "name": "goggles", "text": "🥽"},
{"keyword": ":goose:", "name": "goose", "text": "🪿"},
{"keyword": ":gorilla:", "name": "gorilla", "text": "🦍"},
{"keyword": ":harambe:", "name": "gorilla_1", "text": "🦍"},
{"keyword": ":graduation_cap:", "name": "graduation_cap", "text": "🎓"},
{"keyword": ":mortar_board:", "name": "graduation_cap_1", "text": "🎓"},
{"keyword": ":grapes:", "name": "grapes", "text": "🍇"},
{"keyword": ":green_apple:", "name": "green_apple", "text": "🍏"},
{"keyword": ":green_book:", "name": "green_book", "text": "📗"},
{"keyword": ":green_circle:", "name": "green_circle", "text": "🟢"},
{"keyword": ":green_heart:", "name": "green_heart", "text": "💚"},
{"keyword": ":green_salad:", "name": "green_salad", "text": "🥗"},
{"keyword": ":green_square:", "name": "green_square", "text": "🟩"},
{"keyword": ":grey_heart:", "name": "grey_heart", "text": "🩶"},
{"keyword": ":grimacing_face:", "name": "grimacing_face", "text": "😬"},
{"keyword": ":grimacing:", "name": "grimacing_face_1", "text": "😬"},
{"keyword": ":grinning_cat:", "name": "grinning_cat", "text": "😺"},
{"keyword": ":smiley_cat:", "name": "grinning_cat_1", "text": "😺"},
{"keyword": ":smile_cat:", "name": "grinning_cat_with_smiling_eyes", "text": "😸"},
{"keyword": ":grinning_cat_with_smiling_eyes:", "name": "grinning_cat_with_smiling_eyes_1", "text": "😸"},
{"keyword": ":grinning_face:", "name": "grinning_face", "text": "😀"},
{"keyword": ":grinning:", "name": "grinning_face_1", "text": "😀"},
{"keyword": ":grinning_face_with_big_eyes:", "name": "grinning_face_with_big_eyes", "text": "😃"},
{"keyword": ":smiley:", "name": "grinning_face_with_big_eyes_1", "text": "😃"},
{"keyword": ":smile:", "name": "grinning_face_with_smiling_eyes", "text": "😄"},
{"keyword": ":grinning_face_with_smiling_eyes:", "name": "grinning_face_with_smiling_eyes_1", "text": "😄"},
{"keyword": ":sweat_smile:", "name": "grinning_face_with_sweat", "text": "😅"},
{"keyword": ":grinning_face_with_sweat:", "name": "grinning_face_with_sweat_1", "text": "😅"},
{"keyword": ":satisfied:", "name": "grinning_squinting_face", "text": "😆"},
{"keyword": ":grinning_squinting_face:", "name": "grinning_squinting_face_1", "text": "😆"},
{"keyword": ":laughing:", "name": "grinning_squinting_face_2", "text": "😆"},
{"keyword": ":growing_heart:", "name": "growing_heart", "text": "💗"},
{"keyword": ":heartpulse:", "name": "growing_heart_1", "text": "💗"},
{"keyword": ":guard:", "name": "guard", "text": "💂"},
{"keyword": ":guard_dark_skin_tone:", "name": "guard_dark_skin_tone", "text": "💂🏿"},
{"keyword": ":guard_light_skin_tone:", "name": "guard_light_skin_tone", "text": "💂🏻"},
{"keyword": ":guard_medium-dark_skin_tone:", "name": "guard_medium-dark_skin_tone", "text": "💂🏾"},
{"keyword": ":guard_medium-light_skin_tone:", "name": "guard_medium-light_skin_tone", "text": "💂🏼"},
{"keyword": ":guard_medium_skin_tone:", "name": "guard_medium_skin_tone", "text": "💂🏽"},
{"keyword": ":guide_dog:", "name": "guide_dog", "text": "🦮"},
{"keyword": ":guitar:", "name": "guitar", "text": "🎸"},
{"keyword": ":hair_pick:", "name": "hair_pick", "text": "🪮"},
{"keyword": ":hamburger:", "name": "hamburger", "text": "🍔"},
{"keyword": ":hammer:", "name": "hammer", "text": "🔨"},
{"keyword": ":hammer_and_pick:", "name": "hammer_and_pick", "text": "⚒️"},
{"keyword": ":hammer_and_pick:", "name": "hammer_and_pick", "text": "⚒"},
{"keyword": ":hammer_and_wrench:", "name": "hammer_and_wrench", "text": "🛠️"},
{"keyword": ":hammer_and_wrench:", "name": "hammer_and_wrench", "text": "🛠"},
{"keyword": ":hamsa:", "name": "hamsa", "text": "🪬"},
{"keyword": ":hamster:", "name": "hamster", "text": "🐹"},
{"keyword": ":raised_hand_with_fingers_splayed:", "name": "hand_with_fingers_splayed", "text": "🖐️"},
{"keyword": ":hand_with_fingers_splayed:", "name": "hand_with_fingers_splayed_1", "text": "🖐️"},
{"keyword": ":raised_hand_with_fingers_splayed:", "name": "hand_with_fingers_splayed", "text": "🖐"},
{"keyword": ":hand_with_fingers_splayed:", "name": "hand_with_fingers_splayed_1", "text": "🖐"},
{"keyword": ":hand_with_fingers_splayed_dark_skin_tone:", "name": "hand_with_fingers_splayed_dark_skin_tone", "text": "🖐🏿"},
{"keyword": ":hand_with_fingers_splayed_light_skin_tone:", "name": "hand_with_fingers_splayed_light_skin_tone", "text": "🖐🏻"},
{"keyword": ":hand_with_fingers_splayed_medium-dark_skin_tone:", "name": "hand_with_fingers_splayed_medium-dark_skin_tone", "text": "🖐🏾"},
{"keyword": ":hand_with_fingers_splayed_medium-light_skin_tone:", "name": "hand_with_fingers_splayed_medium-light_skin_tone", "text": "🖐🏼"},
{"keyword": ":hand_with_fingers_splayed_medium_skin_tone:", "name": "hand_with_fingers_splayed_medium_skin_tone", "text": "🖐🏽"},
{"keyword": ":hand_with_index_finger_and_thumb_crossed:", "name": "hand_with_index_finger_and_thumb_crossed", "text": "🫰"},
{"keyword": ":hand_with_index_finger_and_thumb_crossed_dark_skin_tone:", "name": "hand_with_index_finger_and_thumb_crossed_dark_skin_tone", "text": "🫰🏿"},
{"keyword": ":hand_with_index_finger_and_thumb_crossed_light_skin_tone:", "name": "hand_with_index_finger_and_thumb_crossed_light_skin_tone", "text": "🫰🏻"},
{"keyword": ":hand_with_index_finger_and_thumb_crossed_medium-dark_skin_tone:", "name": "hand_with_index_finger_and_thumb_crossed_medium-dark_skin_tone", "text": "🫰🏾"},
{"keyword": ":hand_with_index_finger_and_thumb_crossed_medium-light_skin_tone:", "name": "hand_with_index_finger_and_thumb_crossed_medium-light_skin_tone", "text": "🫰🏼"},
{"keyword": ":hand_with_index_finger_and_thumb_crossed_medium_skin_tone:", "name": "hand_with_index_finger_and_thumb_crossed_medium_skin_tone", "text": "🫰🏽"},
{"keyword": ":handbag:", "name": "handbag", "text": "👜"},
{"keyword": ":handshake:", "name": "handshake", "text": "🤝"},
{"keyword": ":handshake_dark_skin_tone:", "name": "handshake_dark_skin_tone", "text": "🤝🏿"},
{"keyword": ":handshake_dark_skin_tone_light_skin_tone:", "name": "handshake_dark_skin_tone_light_skin_tone", "text": "🫱🏿‍🫲🏻"},
{"keyword": ":handshake_dark_skin_tone_medium-dark_skin_tone:", "name": "handshake_dark_skin_tone_medium-dark_skin_tone", "text": "🫱🏿‍🫲🏾"},
{"keyword": ":handshake_dark_skin_tone_medium-light_skin_tone:", "name": "handshake_dark_skin_tone_medium-light_skin_tone", "text": "🫱🏿‍🫲🏼"},
{"keyword": ":handshake_dark_skin_tone_medium_skin_tone:", "name": "handshake_dark_skin_tone_medium_skin_tone", "text": "🫱🏿‍🫲🏽"},
{"keyword": ":handshake_light_skin_tone:", "name": "handshake_light_skin_tone", "text": "🤝🏻"},
{"keyword": ":handshake_light_skin_tone_dark_skin_tone:", "name": "handshake_light_skin_tone_dark_skin_tone", "text": "🫱🏻‍🫲🏿"},
{"keyword": ":handshake_light_skin_tone_medium-dark_skin_tone:", "name": "handshake_light_skin_tone_medium-dark_skin_tone", "text": "🫱🏻‍🫲🏾"},
{"keyword": ":handshake_light_skin_tone_medium-light_skin_tone:", "name": "handshake_light_skin_tone_medium-light_skin_tone", "text": "🫱🏻‍🫲🏼"},
{"keyword": ":handshake_light_skin_tone_medium_skin_tone:", "name": "handshake_light_skin_tone_medium_skin_tone", "text": "🫱🏻‍🫲🏽"},
{"keyword": ":handshake_medium-dark_skin_tone:", "name": "handshake_medium-dark_skin_tone", "text": "🤝🏾"},
{"keyword": ":handshake_medium-dark_skin_tone_dark_skin_tone:", "name": "handshake_medium-dark_skin_tone_dark_skin_tone", "text": "🫱🏾‍🫲🏿"},
{"keyword": ":handshake_medium-dark_skin_tone_light_skin_tone:", "name": "handshake_medium-dark_skin_tone_light_skin_tone", "text": "🫱🏾‍🫲🏻"},
{"keyword": ":handshake_medium-dark_skin_tone_medium-light_skin_tone:", "name": "handshake_medium-dark_skin_tone_medium-light_skin_tone", "text": "🫱🏾‍🫲🏼"},
{"keyword": ":handshake_medium-dark_skin_tone_medium_skin_tone:", "name": "handshake_medium-dark_skin_tone_medium_skin_tone", "text": "🫱🏾‍🫲🏽"},
{"keyword": ":handshake_medium-light_skin_tone:", "name": "handshake_medium-light_skin_tone", "text": "🤝🏼"},
{"keyword": ":handshake_medium-light_skin_tone_dark_skin_tone:", "name": "handshake_medium-light_skin_tone_dark_skin_tone", "text": "🫱🏼‍🫲🏿"},
{"keyword": ":handshake_medium-light_skin_tone_light_skin_tone:", "name": "handshake_medium-light_skin_tone_light_skin_tone", "text": "🫱🏼‍🫲🏻"},
{"keyword": ":handshake_medium-light_skin_tone_medium-dark_skin_tone:", "name": "handshake_medium-light_skin_tone_medium-dark_skin_tone", "text": "🫱🏼‍🫲🏾"},
{"keyword": ":handshake_medium-light_skin_tone_medium_skin_tone:", "name": "handshake_medium-light_skin_tone_medium_skin_tone", "text": "🫱🏼‍🫲🏽"},
{"keyword": ":handshake_medium_skin_tone:", "name": "handshake_medium_skin_tone", "text": "🤝🏽"},
{"keyword": ":handshake_medium_skin_tone_dark_skin_tone:", "name": "handshake_medium_skin_tone_dark_skin_tone", "text": "🫱🏽‍🫲🏿"},
{"keyword": ":handshake_medium_skin_tone_light_skin_tone:", "name": "handshake_medium_skin_tone_light_skin_tone", "text": "🫱🏽‍🫲🏻"},
{"keyword": ":handshake_medium_skin_tone_medium-dark_skin_tone:", "name": "handshake_medium_skin_tone_medium-dark_skin_tone", "text": "🫱🏽‍🫲🏾"},
{"keyword": ":handshake_medium_skin_tone_medium-light_skin_tone:", "name": "handshake_medium_skin_tone_medium-light_skin_tone", "text": "🫱🏽‍🫲🏼"},
{"keyword": ":harp:", "name": "harp", "text": "🪉"},
{"keyword": ":hatching_chick:", "name": "hatching_chick", "text": "🐣"},
{"keyword": ":head_shaking_horizontally:", "name": "head_shaking_horizontally", "text": "🙂‍↔️"},
{"keyword": ":head_shaking_horizontally:", "name": "head_shaking_horizontally", "text": "🙂‍↔"},
{"keyword": ":head_shaking_vertically:", "name": "head_shaking_vertically", "text": "🙂‍↕️"},
{"keyword": ":head_shaking_vertically:", "name": "head_shaking_vertically", "text": "🙂‍↕"},
{"keyword": ":headphone:", "name": "headphone", "text": "🎧"},
{"keyword": ":headphones:", "name": "headphone_1", "text": "🎧"},
{"keyword": ":headstone:", "name": "headstone", "text": "🪦"},
{"keyword": ":health_worker:", "name": "health_worker", "text": "🧑‍⚕️"},
{"keyword": ":health_worker:", "name": "health_worker", "text": "🧑‍⚕"},
{"keyword": ":health_worker_dark_skin_tone:", "name": "health_worker_dark_skin_tone", "text": "🧑🏿‍⚕️"},
{"keyword": ":health_worker_dark_skin_tone:", "name": "health_worker_dark_skin_tone", "text": "🧑🏿‍⚕"},
{"keyword": ":health_worker_light_skin_tone:", "name": "health_worker_light_skin_tone", "text": "🧑🏻‍⚕️"},
{"keyword": ":health_worker_light_skin_tone:", "name": "health_worker_light_skin_tone", "text": "🧑🏻‍⚕"},
{"keyword": ":health_worker_medium-dark_skin_tone:", "name": "health_worker_medium-dark_skin_tone", "text": "🧑🏾‍⚕️"},
{"keyword": ":health_worker_medium-dark_skin_tone:", "name": "health_worker_medium-dark_skin_tone", "text": "🧑🏾‍⚕"},
{"keyword": ":health_worker_medium-light_skin_tone:", "name": "health_worker_medium-light_skin_tone", "text": "🧑🏼‍⚕️"},
{"keyword": ":health_worker_medium-light_skin_tone:", "name": "health_worker_medium-light_skin_tone", "text": "🧑🏼‍⚕"},
{"keyword": ":health_worker_medium_skin_tone:", "name": "health_worker_medium_skin_tone", "text": "🧑🏽‍⚕️"},
{"keyword": ":health_worker_medium_skin_tone:", "name": "health_worker_medium_skin_tone", "text": "🧑🏽‍⚕"},
{"keyword": ":hear_no_evil:", "name": "hear-no-evil_monkey", "text": "🙉"},
{"keyword": ":hear_no_evil_monkey:", "name": "hear-no-evil_monkey_1", "text": "🙉"},
{"keyword": ":hear-no-evil_monkey:", "name": "hear-no-evil_monkey_2", "text": "🙉"},
{"keyword": ":heart_decoration:", "name": "heart_decoration", "text": "💟"},
{"keyword": ":heavy_heart_exclamation:", "name": "heart_exclamation", "text": "❣️"},
{"keyword": ":heart_exclamation:", "name": "heart_exclamation_1", "text": "❣️"},
{"keyword": ":heavy_heart_exclamation_mark_ornament:", "name": "heart_exclamation_2", "text": "❣️"},
{"keyword": ":heavy_heart_exclamation:", "name": "heart_exclamation", "text": "❣"},
{"keyword": ":heart_exclamation:", "name": "heart_exclamation_1", "text": "❣"},
{"keyword": ":heavy_heart_exclamation_mark_ornament:", "name": "heart_exclamation_2", "text": "❣"},
{"keyword": ":heart_hands:", "name": "heart_hands", "text": "🫶"},
{"keyword": ":heart_hands_dark_skin_tone:", "name": "heart_hands_dark_skin_tone", "text": "🫶🏿"},
{"keyword": ":heart_hands_light_skin_tone:", "name": "heart_hands_light_skin_tone", "text": "🫶🏻"},
{"keyword": ":heart_hands_medium-dark_skin_tone:", "name": "heart_hands_medium-dark_skin_tone", "text": "🫶🏾"},
{"keyword": ":heart_hands_medium-light_skin_tone:", "name": "heart_hands_medium-light_skin_tone", "text": "🫶🏼"},
{"keyword": ":heart_hands_medium_skin_tone:", "name": "heart_hands_medium_skin_tone", "text": "🫶🏽"},
{"keyword": ":heart_on_fire:", "name": "heart_on_fire", "text": "❤️‍🔥"},
{"keyword": ":heart_on_fire:", "name": "heart_on_fire", "text": "❤‍🔥"},
{"keyword": ":hearts:", "name": "heart_suit", "text": "♥️"},
{"keyword": ":heart_suit:", "name": "heart_suit_1", "text": "♥️"},
{"keyword": ":hearts:", "name": "heart_suit", "text": "♥"},
{"keyword": ":heart_suit:", "name": "heart_suit_1", "text": "♥"},
{"keyword": ":heart_with_arrow:", "name": "heart_with_arrow", "text": "💘"},
{"keyword": ":cupid:", "name": "heart_with_arrow_1", "text": "💘"},
{"keyword": ":gift_heart:", "name": "heart_with_ribbon", "text": "💝"},
{"keyword": ":heart_with_ribbon:", "name": "heart_with_ribbon_1", "text": "💝"},
{"keyword": ":heavy_dollar_sign:", "name": "heavy_dollar_sign", "text": "💲"},
{"keyword": ":heavy_equals_sign:", "name": "heavy_equals_sign", "text": "🟰"},
{"keyword": ":hedgehog:", "name": "hedgehog", "text": "🦔"},
{"keyword": ":helicopter:", "name": "helicopter", "text": "🚁"},
{"keyword": ":herb:", "name": "herb", "text": "🌿"},
{"keyword": ":hibiscus:", "name": "hibiscus", "text": "🌺"},
{"keyword": ":high-heeled_shoe:", "name": "high-heeled_shoe", "text": "👠"},
{"keyword": ":high_heel:", "name": "high-heeled_shoe_1", "text": "👠"},
{"keyword": ":high_heeled_shoe:", "name": "high-heeled_shoe_2", "text": "👠"},
{"keyword": ":high_speed_train:", "name": "high-speed_train", "text": "🚄"},
{"keyword": ":high-speed_train:", "name": "high-speed_train_1", "text": "🚄"},
{"keyword": ":bullettrain_side:", "name": "high-speed_train_2", "text": "🚄"},
{"keyword": ":zap:", "name": "high_voltage", "text": "⚡"},
{"keyword": ":high_voltage:", "name": "high_voltage_1", "text": "⚡"},
{"keyword": ":hiking_boot:", "name": "hiking_boot", "text": "🥾"},
{"keyword": ":hindu_temple:", "name": "hindu_temple", "text": "🛕"},
{"keyword": ":hippopotamus:", "name": "hippopotamus", "text": "🦛"},
{"keyword": ":hole:", "name": "hole", "text": "🕳️"},
{"keyword": ":hole:", "name": "hole", "text": "🕳"},
{"keyword": ":o:", "name": "hollow_red_circle", "text": "⭕"},
{"keyword": ":hollow_red_circle:", "name": "hollow_red_circle_1", "text": "⭕"},
{"keyword": ":honey_pot:", "name": "honey_pot", "text": "🍯"},
{"keyword": ":honeybee:", "name": "honeybee", "text": "🐝"},
{"keyword": ":bee:", "name": "honeybee_1", "text": "🐝"},
{"keyword": ":hook:", "name": "hook", "text": "🪝"},
{"keyword": ":traffic_light:", "name": "horizontal_traffic_light", "text": "🚥"},
{"keyword": ":horizontal_traffic_light:", "name": "horizontal_traffic_light_1", "text": "🚥"},
{"keyword": ":racehorse:", "name": "horse", "text": "🐎"},
{"keyword": ":horse:", "name": "horse_1", "text": "🐎"},
{"keyword": ":horse:", "name": "horse_face", "text": "🐴"},
{"keyword": ":horse_face:", "name": "horse_face_1", "text": "🐴"},
{"keyword": ":horse_racing:", "name": "horse_racing", "text": "🏇"},
{"keyword": ":horse_racing_dark_skin_tone:", "name": "horse_racing_dark_skin_tone", "text": "🏇🏿"},
{"keyword": ":horse_racing_light_skin_tone:", "name": "horse_racing_light_skin_tone", "text": "🏇🏻"},
{"keyword": ":horse_racing_medium-dark_skin_tone:", "name": "horse_racing_medium-dark_skin_tone", "text": "🏇🏾"},
{"keyword": ":horse_racing_medium-light_skin_tone:", "name": "horse_racing_medium-light_skin_tone", "text": "🏇🏼"},
{"keyword": ":horse_racing_medium_skin_tone:", "name": "horse_racing_medium_skin_tone", "text": "🏇🏽"},
{"keyword": ":hospital:", "name": "hospital", "text": "🏥"},
{"keyword": ":coffee:", "name": "hot_beverage", "text": "☕"},
{"keyword": ":hot_beverage:", "name": "hot_beverage_1", "text": "☕"},
{"keyword": ":hotdog:", "name": "hot_dog", "text": "🌭"},
{"keyword": ":hot_dog:", "name": "hot_dog_1", "text": "🌭"},
{"keyword": ":hot_face:", "name": "hot_face", "text": "🥵"},
{"keyword": ":hot_pepper:", "name": "hot_pepper", "text": "🌶️"},
{"keyword": ":hot_pepper:", "name": "hot_pepper", "text": "🌶"},
{"keyword": ":hot_springs:", "name": "hot_springs", "text": "♨️"},
{"keyword": ":hotsprings:", "name": "hot_springs_1", "text": "♨️"},
{"keyword": ":hot_springs:", "name": "hot_springs", "text": "♨"},
{"keyword": ":hotsprings:", "name": "hot_springs_1", "text": "♨"},
{"keyword": ":hotel:", "name": "hotel", "text": "🏨"},
{"keyword": ":hourglass:", "name": "hourglass_done", "text": "⌛"},
{"keyword": ":hourglass_done:", "name": "hourglass_done_1", "text": "⌛"},
{"keyword": ":hourglass_not_done:", "name": "hourglass_not_done", "text": "⏳"},
{"keyword": ":hourglass_flowing_sand:", "name": "hourglass_not_done_1", "text": "⏳"},
{"keyword": ":house:", "name": "house", "text": "🏠"},
{"keyword": ":house_with_garden:", "name": "house_with_garden", "text": "🏡"},
{"keyword": ":house_buildings:", "name": "houses", "text": "🏘️"},
{"keyword": ":houses:", "name": "houses_1", "text": "🏘️"},
{"keyword": ":house_buildings:", "name": "houses", "text": "🏘"},
{"keyword": ":houses:", "name": "houses_1", "text": "🏘"},
{"keyword": ":hundred_points:", "name": "hundred_points", "text": "💯"},
{"keyword": ":100:", "name": "hundred_points_1", "text": "💯"},
{"keyword": ":hushed_face:", "name": "hushed_face", "text": "😯"},
{"keyword": ":hushed:", "name": "hushed_face_1", "text": "😯"},
{"keyword": ":hut:", "name": "hut", "text": "🛖"},
{"keyword": ":hyacinth:", "name": "hyacinth", "text": "🪻"},
{"keyword": ":ice:", "name": "ice", "text": "🧊"},
{"keyword": ":ice_cube:", "name": "ice_1", "text": "🧊"},
{"keyword": ":ice_cream:", "name": "ice_cream", "text": "🍨"},
{"keyword": ":ice_hockey:", "name": "ice_hockey", "text": "🏒"},
{"keyword": ":ice_hockey_stick_and_puck:", "name": "ice_hockey_1", "text": "🏒"},
{"keyword": ":ice_skate:", "name": "ice_skate", "text": "⛸️"},
{"keyword": ":ice_skate:", "name": "ice_skate", "text": "⛸"},
{"keyword": ":identification_card:", "name": "identification_card", "text": "🪪"},
{"keyword": ":inbox_tray:", "name": "inbox_tray", "text": "📥"},
{"keyword": ":incoming_envelope:", "name": "incoming_envelope", "text": "📨"},
{"keyword": ":index_pointing_at_the_viewer:", "name": "index_pointing_at_the_viewer", "text": "🫵"},
{"keyword": ":index_pointing_at_the_viewer_dark_skin_tone:", "name": "index_pointing_at_the_viewer_dark_skin_tone", "text": "🫵🏿"},
{"keyword": ":index_pointing_at_the_viewer_light_skin_tone:", "name": "index_pointing_at_the_viewer_light_skin_tone", "text": "🫵🏻"},
{"keyword": ":index_pointing_at_the_viewer_medium-dark_skin_tone:", "name": "index_pointing_at_the_viewer_medium-dark_skin_tone", "text": "🫵🏾"},
{"keyword": ":index_pointing_at_the_viewer_medium-light_skin_tone:", "name": "index_pointing_at_the_viewer_medium-light_skin_tone", "text": "🫵🏼"},
{"keyword": ":index_pointing_at_the_viewer_medium_skin_tone:", "name": "index_pointing_at_the_viewer_medium_skin_tone", "text": "🫵🏽"},
{"keyword": ":index_pointing_up:", "name": "index_pointing_up", "text": "☝️"},
{"keyword": ":point_up:", "name": "index_pointing_up_1", "text": "☝️"},
{"keyword": ":index_pointing_up:", "name": "index_pointing_up", "text": "☝"},
{"keyword": ":point_up:", "name": "index_pointing_up_1", "text": "☝"},
{"keyword": ":index_pointing_up_dark_skin_tone:", "name": "index_pointing_up_dark_skin_tone", "text": "☝🏿"},
{"keyword": ":index_pointing_up_light_skin_tone:", "name": "index_pointing_up_light_skin_tone", "text": "☝🏻"},
{"keyword": ":index_pointing_up_medium-dark_skin_tone:", "name": "index_pointing_up_medium-dark_skin_tone", "text": "☝🏾"},
{"keyword": ":index_pointing_up_medium-light_skin_tone:", "name": "index_pointing_up_medium-light_skin_tone", "text": "☝🏼"},
{"keyword": ":index_pointing_up_medium_skin_tone:", "name": "index_pointing_up_medium_skin_tone", "text": "☝🏽"},
{"keyword": ":infinity:", "name": "infinity", "text": "♾️"},
{"keyword": ":infinity:", "name": "infinity", "text": "♾"},
{"keyword": ":information:", "name": "information", "text": "ℹ️"},
{"keyword": ":information_source:", "name": "information_1", "text": "ℹ️"},
{"keyword": ":information:", "name": "information", "text": "ℹ"},
{"keyword": ":information_source:", "name": "information_1", "text": "ℹ"},
{"keyword": ":abc:", "name": "input_latin_letters", "text": "🔤"},
{"keyword": ":input_latin_letters:", "name": "input_latin_letters_1", "text": "🔤"},
{"keyword": ":abcd:", "name": "input_latin_lowercase", "text": "🔡"},
{"keyword": ":input_latin_lowercase:", "name": "input_latin_lowercase_1", "text": "🔡"},
{"keyword": ":input_latin_uppercase:", "name": "input_latin_uppercase", "text": "🔠"},
{"keyword": ":capital_abcd:", "name": "input_latin_uppercase_1", "text": "🔠"},
{"keyword": ":1234:", "name": "input_numbers", "text": "🔢"},
{"keyword": ":input_numbers:", "name": "input_numbers_1", "text": "🔢"},
{"keyword": ":input_symbols:", "name": "input_symbols", "text": "🔣"},
{"keyword": ":symbols:", "name": "input_symbols_1", "text": "🔣"},
{"keyword": ":jack_o_lantern:", "name": "jack-o-lantern", "text": "🎃"},
{"keyword": ":jack-o-lantern:", "name": "jack-o-lantern_1", "text": "🎃"},
{"keyword": ":jar:", "name": "jar", "text": "🫙"},
{"keyword": ":jeans:", "name": "jeans", "text": "👖"},
{"keyword": ":jellyfish:", "name": "jellyfish", "text": "🪼"},
{"keyword": ":black_joker:", "name": "joker", "text": "🃏"},
{"keyword": ":joker:", "name": "joker_1", "text": "🃏"},
{"keyword": ":joystick:", "name": "joystick", "text": "🕹️"},
{"keyword": ":joystick:", "name": "joystick", "text": "🕹"},
{"keyword": ":judge:", "name": "judge", "text": "🧑‍⚖️"},
{"keyword": ":judge:", "name": "judge", "text": "🧑‍⚖"},
{"keyword": ":judge_dark_skin_tone:", "name": "judge_dark_skin_tone", "text": "🧑🏿‍⚖️"},
{"keyword": ":judge_dark_skin_tone:", "name": "judge_dark_skin_tone", "text": "🧑🏿‍⚖"},
{"keyword": ":judge_light_skin_tone:", "name": "judge_light_skin_tone", "text": "🧑🏻‍⚖️"},
{"keyword": ":judge_light_skin_tone:", "name": "judge_light_skin_tone", "text": "🧑🏻‍⚖"},
{"keyword": ":judge_medium-dark_skin_tone:", "name": "judge_medium-dark_skin_tone", "text": "🧑🏾‍⚖️"},
{"keyword": ":judge_medium-dark_skin_tone:", "name": "judge_medium-dark_skin_tone", "text": "🧑🏾‍⚖"},
{"keyword": ":judge_medium-light_skin_tone:", "name": "judge_medium-light_skin_tone", "text": "🧑🏼‍⚖️"},
{"keyword": ":judge_medium-light_skin_tone:", "name": "judge_medium-light_skin_tone", "text": "🧑🏼‍⚖"},
{"keyword": ":judge_medium_skin_tone:", "name": "judge_medium_skin_tone", "text": "🧑🏽‍⚖️"},
{"keyword": ":judge_medium_skin_tone:", "name": "judge_medium_skin_tone", "text": "🧑🏽‍⚖"},
{"keyword": ":kaaba:", "name": "kaaba", "text": "🕋"},
{"keyword": ":kangaroo:", "name": "kangaroo", "text": "🦘"},
{"keyword": ":key:", "name": "key", "text": "🔑"},
{"keyword": ":keyboard:", "name": "keyboard", "text": "⌨️"},
{"keyword": ":keyboard:", "name": "keyboard", "text": "⌨"},
{"keyword": ":hash:", "name": "keycap_#", "text": "#️⃣"},
{"keyword": ":keycap_#:", "name": "keycap_#_1", "text": "#️⃣"},
{"keyword": ":hash:", "name": "keycap_#", "text": "#⃣"},
{"keyword": ":keycap_#:", "name": "keycap_#_1", "text": "#⃣"},
{"keyword": ":asterisk:", "name": "keycap_*", "text": "*️⃣"},
{"keyword": ":keycap_*:", "name": "keycap_*_1", "text": "*️⃣"},
{"keyword": ":asterisk:", "name": "keycap_*", "text": "*⃣"},
{"keyword": ":keycap_*:", "name": "keycap_*_1", "text": "*⃣"},
{"keyword": ":zero:", "name": "keycap_0", "text": "0️⃣"},
{"keyword": ":keycap_0:", "name": "keycap_0_1", "text": "0️⃣"},
{"keyword": ":zero:", "name": "keycap_0", "text": "0⃣"},
{"keyword": ":keycap_0:", "name": "keycap_0_1", "text": "0⃣"},
{"keyword": ":keycap_1:", "name": "keycap_1", "text": "1️⃣"},
{"keyword": ":one:", "name": "keycap_1_1", "text": "1️⃣"},
{"keyword": ":keycap_1:", "name": "keycap_1", "text": "1⃣"},
{"keyword": ":one:", "name": "keycap_1_1", "text": "1⃣"},
{"keyword": ":ten:", "name": "keycap_10", "text": "🔟"},
{"keyword": ":keycap_ten:", "name": "keycap_10_1", "text": "🔟"},
{"keyword": ":keycap_10:", "name": "keycap_10_2", "text": "🔟"},
{"keyword": ":two:", "name": "keycap_2", "text": "2️⃣"},
{"keyword": ":keycap_2:", "name": "keycap_2_1", "text": "2️⃣"},
{"keyword": ":two:", "name": "keycap_2", "text": "2⃣"},
{"keyword": ":keycap_2:", "name": "keycap_2_1", "text": "2⃣"},
{"keyword": ":keycap_3:", "name": "keycap_3", "text": "3️⃣"},
{"keyword": ":three:", "name": "keycap_3_1", "text": "3️⃣"},
{"keyword": ":keycap_3:", "name": "keycap_3", "text": "3⃣"},
{"keyword": ":three:", "name": "keycap_3_1", "text": "3⃣"},
{"keyword": ":four:", "name": "keycap_4", "text": "4️⃣"},
{"keyword": ":keycap_4:", "name": "keycap_4_1", "text": "4️⃣"},
{"keyword": ":four:", "name": "keycap_4", "text": "4⃣"},
{"keyword": ":keycap_4:", "name": "keycap_4_1", "text": "4⃣"},
{"keyword": ":keycap_5:", "name": "keycap_5", "text": "5️⃣"},
{"keyword": ":five:", "name": "keycap_5_1", "text": "5️⃣"},
{"keyword": ":keycap_5:", "name": "keycap_5", "text": "5⃣"},
{"keyword": ":five:", "name": "keycap_5_1", "text": "5⃣"},
{"keyword": ":keycap_6:", "name": "keycap_6", "text": "6️⃣"},
{"keyword": ":six:", "name": "keycap_6_1", "text": "6️⃣"},
{"keyword": ":keycap_6:", "name": "keycap_6", "text": "6⃣"},
{"keyword": ":six:", "name": "keycap_6_1", "text": "6⃣"},
{"keyword": ":keycap_7:", "name": "keycap_7", "text": "7️⃣"},
{"keyword": ":seven:", "name": "keycap_7_1", "text": "7️⃣"},
{"keyword": ":keycap_7:", "name": "keycap_7", "text": "7⃣"},
{"keyword": ":seven:", "name": "keycap_7_1", "text": "7⃣"},
{"keyword": ":keycap_8:", "name": "keycap_8", "text": "8️⃣"},
{"keyword": ":eight:", "name": "keycap_8_1", "text": "8️⃣"},
{"keyword": ":keycap_8:", "name": "keycap_8", "text": "8⃣"},
{"keyword": ":eight:", "name": "keycap_8_1", "text": "8⃣"},
{"keyword": ":nine:", "name": "keycap_9", "text": "9️⃣"},
{"keyword": ":keycap_9:", "name": "keycap_9_1", "text": "9️⃣"},
{"keyword": ":nine:", "name": "keycap_9", "text": "9⃣"},
{"keyword": ":keycap_9:", "name": "keycap_9_1", "text": "9⃣"},
{"keyword": ":khanda:", "name": "khanda", "text": "🪯"},
{"keyword": ":kick_scooter:", "name": "kick_scooter", "text": "🛴"},
{"keyword": ":kimono:", "name": "kimono", "text": "👘"},
{"keyword": ":kiss:", "name": "kiss", "text": "💏"},
{"keyword": ":couplekiss:", "name": "kiss_1", "text": "💏"},
{"keyword": ":kiss_dark_skin_tone:", "name": "kiss_dark_skin_tone", "text": "💏🏿"},
{"keyword": ":kiss_light_skin_tone:", "name": "kiss_light_skin_tone", "text": "💏🏻"},
{"keyword": ":kiss_man_man:", "name": "kiss_man_man", "text": "👨‍❤️‍💋‍👨"},
{"keyword": ":couplekiss_man_man:", "name": "kiss_man_man_1", "text": "👨‍❤️‍💋‍👨"},
{"keyword": ":kiss_man_man:", "name": "kiss_man_man", "text": "👨‍❤‍💋‍👨"},
{"keyword": ":couplekiss_man_man:", "name": "kiss_man_man_1", "text": "👨‍❤‍💋‍👨"},
{"keyword": ":kiss_man_man_dark_skin_tone:", "name": "kiss_man_man_dark_skin_tone", "text": "👨🏿‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_dark_skin_tone:", "name": "kiss_man_man_dark_skin_tone", "text": "👨🏿‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_dark_skin_tone_light_skin_tone:", "name": "kiss_man_man_dark_skin_tone_light_skin_tone", "text": "👨🏿‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_dark_skin_tone_light_skin_tone:", "name": "kiss_man_man_dark_skin_tone_light_skin_tone", "text": "👨🏿‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_dark_skin_tone_medium-dark_skin_tone", "text": "👨🏿‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_dark_skin_tone_medium-dark_skin_tone", "text": "👨🏿‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_dark_skin_tone_medium-light_skin_tone", "text": "👨🏿‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_dark_skin_tone_medium-light_skin_tone", "text": "👨🏿‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_dark_skin_tone_medium_skin_tone:", "name": "kiss_man_man_dark_skin_tone_medium_skin_tone", "text": "👨🏿‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_dark_skin_tone_medium_skin_tone:", "name": "kiss_man_man_dark_skin_tone_medium_skin_tone", "text": "👨🏿‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_light_skin_tone:", "name": "kiss_man_man_light_skin_tone", "text": "👨🏻‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_light_skin_tone:", "name": "kiss_man_man_light_skin_tone", "text": "👨🏻‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_light_skin_tone_dark_skin_tone:", "name": "kiss_man_man_light_skin_tone_dark_skin_tone", "text": "👨🏻‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_light_skin_tone_dark_skin_tone:", "name": "kiss_man_man_light_skin_tone_dark_skin_tone", "text": "👨🏻‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_light_skin_tone_medium-dark_skin_tone", "text": "👨🏻‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_light_skin_tone_medium-dark_skin_tone", "text": "👨🏻‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_light_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_light_skin_tone_medium-light_skin_tone", "text": "👨🏻‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_light_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_light_skin_tone_medium-light_skin_tone", "text": "👨🏻‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_light_skin_tone_medium_skin_tone:", "name": "kiss_man_man_light_skin_tone_medium_skin_tone", "text": "👨🏻‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_light_skin_tone_medium_skin_tone:", "name": "kiss_man_man_light_skin_tone_medium_skin_tone", "text": "👨🏻‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone", "text": "👨🏾‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone", "text": "👨🏾‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_dark_skin_tone", "text": "👨🏾‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_dark_skin_tone", "text": "👨🏾‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_light_skin_tone", "text": "👨🏾‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_light_skin_tone", "text": "👨🏾‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👨🏾‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👨🏾‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_medium_skin_tone", "text": "👨🏾‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_man_man_medium-dark_skin_tone_medium_skin_tone", "text": "👨🏾‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium-light_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone", "text": "👨🏼‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_medium-light_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone", "text": "👨🏼‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_dark_skin_tone", "text": "👨🏼‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_dark_skin_tone", "text": "👨🏼‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_light_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_light_skin_tone", "text": "👨🏼‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_light_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_light_skin_tone", "text": "👨🏼‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👨🏼‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👨🏼‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_medium_skin_tone", "text": "👨🏼‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_man_man_medium-light_skin_tone_medium_skin_tone", "text": "👨🏼‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium_skin_tone:", "name": "kiss_man_man_medium_skin_tone", "text": "👨🏽‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium_skin_tone:", "name": "kiss_man_man_medium_skin_tone", "text": "👨🏽‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_man_man_medium_skin_tone_dark_skin_tone:", "name": "kiss_man_man_medium_skin_tone_dark_skin_tone", "text": "👨🏽‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_medium_skin_tone_dark_skin_tone:", "name": "kiss_man_man_medium_skin_tone_dark_skin_tone", "text": "👨🏽‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_man_man_medium_skin_tone_light_skin_tone:", "name": "kiss_man_man_medium_skin_tone_light_skin_tone", "text": "👨🏽‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_medium_skin_tone_light_skin_tone:", "name": "kiss_man_man_medium_skin_tone_light_skin_tone", "text": "👨🏽‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_man_man_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_medium_skin_tone_medium-dark_skin_tone", "text": "👨🏽‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_man_man_medium_skin_tone_medium-dark_skin_tone", "text": "👨🏽‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_man_man_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_medium_skin_tone_medium-light_skin_tone", "text": "👨🏽‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_man_man_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_man_man_medium_skin_tone_medium-light_skin_tone", "text": "👨🏽‍❤‍💋‍👨🏼"},
{"keyword": ":kiss:", "name": "kiss_mark", "text": "💋"},
{"keyword": ":kiss_mark:", "name": "kiss_mark_1", "text": "💋"},
{"keyword": ":kiss_medium-dark_skin_tone:", "name": "kiss_medium-dark_skin_tone", "text": "💏🏾"},
{"keyword": ":kiss_medium-light_skin_tone:", "name": "kiss_medium-light_skin_tone", "text": "💏🏼"},
{"keyword": ":kiss_medium_skin_tone:", "name": "kiss_medium_skin_tone", "text": "💏🏽"},
{"keyword": ":kiss_person_person_dark_skin_tone_light_skin_tone:", "name": "kiss_person_person_dark_skin_tone_light_skin_tone", "text": "🧑🏿‍❤️‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_dark_skin_tone_light_skin_tone:", "name": "kiss_person_person_dark_skin_tone_light_skin_tone", "text": "🧑🏿‍❤‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_dark_skin_tone_medium-dark_skin_tone", "text": "🧑🏿‍❤️‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_dark_skin_tone_medium-dark_skin_tone", "text": "🧑🏿‍❤‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_dark_skin_tone_medium-light_skin_tone", "text": "🧑🏿‍❤️‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_dark_skin_tone_medium-light_skin_tone", "text": "🧑🏿‍❤‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_dark_skin_tone_medium_skin_tone:", "name": "kiss_person_person_dark_skin_tone_medium_skin_tone", "text": "🧑🏿‍❤️‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_dark_skin_tone_medium_skin_tone:", "name": "kiss_person_person_dark_skin_tone_medium_skin_tone", "text": "🧑🏿‍❤‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_light_skin_tone_dark_skin_tone:", "name": "kiss_person_person_light_skin_tone_dark_skin_tone", "text": "🧑🏻‍❤️‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_light_skin_tone_dark_skin_tone:", "name": "kiss_person_person_light_skin_tone_dark_skin_tone", "text": "🧑🏻‍❤‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_light_skin_tone_medium-dark_skin_tone", "text": "🧑🏻‍❤️‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_light_skin_tone_medium-dark_skin_tone", "text": "🧑🏻‍❤‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_light_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_light_skin_tone_medium-light_skin_tone", "text": "🧑🏻‍❤️‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_light_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_light_skin_tone_medium-light_skin_tone", "text": "🧑🏻‍❤‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_light_skin_tone_medium_skin_tone:", "name": "kiss_person_person_light_skin_tone_medium_skin_tone", "text": "🧑🏻‍❤️‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_light_skin_tone_medium_skin_tone:", "name": "kiss_person_person_light_skin_tone_medium_skin_tone", "text": "🧑🏻‍❤‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_dark_skin_tone", "text": "🧑🏾‍❤️‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_dark_skin_tone", "text": "🧑🏾‍❤‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_light_skin_tone", "text": "🧑🏾‍❤️‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_light_skin_tone", "text": "🧑🏾‍❤‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_medium-light_skin_tone", "text": "🧑🏾‍❤️‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_medium-light_skin_tone", "text": "🧑🏾‍❤‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_medium_skin_tone", "text": "🧑🏾‍❤️‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_person_person_medium-dark_skin_tone_medium_skin_tone", "text": "🧑🏾‍❤‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_dark_skin_tone", "text": "🧑🏼‍❤️‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_dark_skin_tone", "text": "🧑🏼‍❤‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_light_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_light_skin_tone", "text": "🧑🏼‍❤️‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_light_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_light_skin_tone", "text": "🧑🏼‍❤‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_medium-dark_skin_tone", "text": "🧑🏼‍❤️‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_medium-dark_skin_tone", "text": "🧑🏼‍❤‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_medium_skin_tone", "text": "🧑🏼‍❤️‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_person_person_medium-light_skin_tone_medium_skin_tone", "text": "🧑🏼‍❤‍💋‍🧑🏽"},
{"keyword": ":kiss_person_person_medium_skin_tone_dark_skin_tone:", "name": "kiss_person_person_medium_skin_tone_dark_skin_tone", "text": "🧑🏽‍❤️‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_medium_skin_tone_dark_skin_tone:", "name": "kiss_person_person_medium_skin_tone_dark_skin_tone", "text": "🧑🏽‍❤‍💋‍🧑🏿"},
{"keyword": ":kiss_person_person_medium_skin_tone_light_skin_tone:", "name": "kiss_person_person_medium_skin_tone_light_skin_tone", "text": "🧑🏽‍❤️‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_medium_skin_tone_light_skin_tone:", "name": "kiss_person_person_medium_skin_tone_light_skin_tone", "text": "🧑🏽‍❤‍💋‍🧑🏻"},
{"keyword": ":kiss_person_person_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_medium_skin_tone_medium-dark_skin_tone", "text": "🧑🏽‍❤️‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_person_person_medium_skin_tone_medium-dark_skin_tone", "text": "🧑🏽‍❤‍💋‍🧑🏾"},
{"keyword": ":kiss_person_person_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_medium_skin_tone_medium-light_skin_tone", "text": "🧑🏽‍❤️‍💋‍🧑🏼"},
{"keyword": ":kiss_person_person_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_person_person_medium_skin_tone_medium-light_skin_tone", "text": "🧑🏽‍❤‍💋‍🧑🏼"},
{"keyword": ":couplekiss_man_woman:", "name": "kiss_woman_man", "text": "👩‍❤️‍💋‍👨"},
{"keyword": ":kiss_woman_man:", "name": "kiss_woman_man_1", "text": "👩‍❤️‍💋‍👨"},
{"keyword": ":couplekiss_man_woman:", "name": "kiss_woman_man", "text": "👩‍❤‍💋‍👨"},
{"keyword": ":kiss_woman_man:", "name": "kiss_woman_man_1", "text": "👩‍❤‍💋‍👨"},
{"keyword": ":kiss_woman_man_dark_skin_tone:", "name": "kiss_woman_man_dark_skin_tone", "text": "👩🏿‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_dark_skin_tone:", "name": "kiss_woman_man_dark_skin_tone", "text": "👩🏿‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_dark_skin_tone_light_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_dark_skin_tone_light_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_light_skin_tone:", "name": "kiss_woman_man_light_skin_tone", "text": "👩🏻‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_light_skin_tone:", "name": "kiss_woman_man_light_skin_tone", "text": "👩🏻‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_light_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_light_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_light_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_light_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_light_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_light_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone", "text": "👩🏾‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone", "text": "👩🏾‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone", "text": "👩🏼‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone", "text": "👩🏼‍❤‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_light_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_light_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_woman_man_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium_skin_tone:", "name": "kiss_woman_man_medium_skin_tone", "text": "👩🏽‍❤️‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium_skin_tone:", "name": "kiss_woman_man_medium_skin_tone", "text": "👩🏽‍❤‍💋‍👨🏽"},
{"keyword": ":kiss_woman_man_medium_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤️‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_medium_skin_tone_dark_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤‍💋‍👨🏿"},
{"keyword": ":kiss_woman_man_medium_skin_tone_light_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤️‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_medium_skin_tone_light_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤‍💋‍👨🏻"},
{"keyword": ":kiss_woman_man_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤️‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤‍💋‍👨🏾"},
{"keyword": ":kiss_woman_man_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤️‍💋‍👨🏼"},
{"keyword": ":kiss_woman_man_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_man_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤‍💋‍👨🏼"},
{"keyword": ":couplekiss_woman_woman:", "name": "kiss_woman_woman", "text": "👩‍❤️‍💋‍👩"},
{"keyword": ":kiss_woman_woman:", "name": "kiss_woman_woman_1", "text": "👩‍❤️‍💋‍👩"},
{"keyword": ":couplekiss_woman_woman:", "name": "kiss_woman_woman", "text": "👩‍❤‍💋‍👩"},
{"keyword": ":kiss_woman_woman:", "name": "kiss_woman_woman_1", "text": "👩‍❤‍💋‍👩"},
{"keyword": ":kiss_woman_woman_dark_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone", "text": "👩🏿‍❤️‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_dark_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone", "text": "👩🏿‍❤‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤️‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_light_skin_tone", "text": "👩🏿‍❤‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤️‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍❤‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤️‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍❤‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤️‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍❤‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_light_skin_tone:", "name": "kiss_woman_woman_light_skin_tone", "text": "👩🏻‍❤️‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_light_skin_tone:", "name": "kiss_woman_woman_light_skin_tone", "text": "👩🏻‍❤‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_light_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤️‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_light_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_dark_skin_tone", "text": "👩🏻‍❤‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤️‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍❤‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_light_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤️‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_light_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍❤‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_light_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤️‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_light_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_light_skin_tone_medium_skin_tone", "text": "👩🏻‍❤‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone", "text": "👩🏾‍❤️‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone", "text": "👩🏾‍❤‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤️‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍❤‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤️‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍❤‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤️‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍❤‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤️‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium-dark_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍❤‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone", "text": "👩🏼‍❤️‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone", "text": "👩🏼‍❤‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤️‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍❤‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤️‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍❤‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤️‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍❤‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤️‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium-light_skin_tone_medium_skin_tone:", "name": "kiss_woman_woman_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍❤‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone", "text": "👩🏽‍❤️‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone", "text": "👩🏽‍❤‍💋‍👩🏽"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤️‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_dark_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍❤‍💋‍👩🏿"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤️‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_light_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_light_skin_tone", "text": "👩🏽‍❤‍💋‍👩🏻"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤️‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_medium-dark_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍❤‍💋‍👩🏾"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤️‍💋‍👩🏼"},
{"keyword": ":kiss_woman_woman_medium_skin_tone_medium-light_skin_tone:", "name": "kiss_woman_woman_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍❤‍💋‍👩🏼"},
{"keyword": ":kissing_cat:", "name": "kissing_cat", "text": "😽"},
{"keyword": ":kissing_face:", "name": "kissing_face", "text": "😗"},
{"keyword": ":kissing:", "name": "kissing_face_1", "text": "😗"},
{"keyword": ":kissing_face_with_closed_eyes:", "name": "kissing_face_with_closed_eyes", "text": "😚"},
{"keyword": ":kissing_closed_eyes:", "name": "kissing_face_with_closed_eyes_1", "text": "😚"},
{"keyword": ":kissing_smiling_eyes:", "name": "kissing_face_with_smiling_eyes", "text": "😙"},
{"keyword": ":kissing_face_with_smiling_eyes:", "name": "kissing_face_with_smiling_eyes_1", "text": "😙"},
{"keyword": ":hocho:", "name": "kitchen_knife", "text": "🔪"},
{"keyword": ":kitchen_knife:", "name": "kitchen_knife_1", "text": "🔪"},
{"keyword": ":knife:", "name": "kitchen_knife_2", "text": "🔪"},
{"keyword": ":kite:", "name": "kite", "text": "🪁"},
{"keyword": ":kiwi_fruit:", "name": "kiwi_fruit", "text": "🥝"},
{"keyword": ":knot:", "name": "knot", "text": "🪢"},
{"keyword": ":koala:", "name": "koala", "text": "🐨"},
{"keyword": ":lab_coat:", "name": "lab_coat", "text": "🥼"},
{"keyword": ":label:", "name": "label", "text": "🏷️"},
{"keyword": ":label:", "name": "label", "text": "🏷"},
{"keyword": ":lacrosse:", "name": "lacrosse", "text": "🥍"},
{"keyword": ":ladder:", "name": "ladder", "text": "🪜"},
{"keyword": ":beetle:", "name": "lady_beetle", "text": "🐞"},
{"keyword": ":lady_beetle:", "name": "lady_beetle_1", "text": "🐞"},
{"keyword": ":computer:", "name": "laptop", "text": "💻"},
{"keyword": ":laptop:", "name": "laptop_1", "text": "💻"},
{"keyword": ":large_blue_diamond:", "name": "large_blue_diamond", "text": "🔷"},
{"keyword": ":large_orange_diamond:", "name": "large_orange_diamond", "text": "🔶"},
{"keyword": ":last_quarter_moon:", "name": "last_quarter_moon", "text": "🌗"},
{"keyword": ":last_quarter_moon_face:", "name": "last_quarter_moon_face", "text": "🌜"},
{"keyword": ":last_quarter_moon_with_face:", "name": "last_quarter_moon_face_1", "text": "🌜"},
{"keyword": ":previous_track_button:", "name": "last_track_button", "text": "⏮️"},
{"keyword": ":black_left_pointing_double_triangle_with_vertical_bar:", "name": "last_track_button_1", "text": "⏮️"},
{"keyword": ":last_track_button:", "name": "last_track_button_2", "text": "⏮️"},
{"keyword": ":previous_track_button:", "name": "last_track_button", "text": "⏮"},
{"keyword": ":black_left_pointing_double_triangle_with_vertical_bar:", "name": "last_track_button_1", "text": "⏮"},
{"keyword": ":last_track_button:", "name": "last_track_button_2", "text": "⏮"},
{"keyword": ":latin_cross:", "name": "latin_cross", "text": "✝️"},
{"keyword": ":latin_cross:", "name": "latin_cross", "text": "✝"},
{"keyword": ":leaf_fluttering_in_wind:", "name": "leaf_fluttering_in_wind", "text": "🍃"},
{"keyword": ":leaves:", "name": "leaf_fluttering_in_wind_1", "text": "🍃"},
{"keyword": ":leafless_tree:", "name": "leafless_tree", "text": "🪾"},
{"keyword": ":leafy_green:", "name": "leafy_green", "text": "🥬"},
{"keyword": ":ledger:", "name": "ledger", "text": "📒"},
{"keyword": ":left-facing_fist:", "name": "left-facing_fist", "text": "🤛"},
{"keyword": ":fist_left:", "name": "left-facing_fist_1", "text": "🤛"},
{"keyword": ":left_facing_fist:", "name": "left-facing_fist_2", "text": "🤛"},
{"keyword": ":left-facing_fist_dark_skin_tone:", "name": "left-facing_fist_dark_skin_tone", "text": "🤛🏿"},
{"keyword": ":left-facing_fist_light_skin_tone:", "name": "left-facing_fist_light_skin_tone", "text": "🤛🏻"},
{"keyword": ":left-facing_fist_medium-dark_skin_tone:", "name": "left-facing_fist_medium-dark_skin_tone", "text": "🤛🏾"},
{"keyword": ":left-facing_fist_medium-light_skin_tone:", "name": "left-facing_fist_medium-light_skin_tone", "text": "🤛🏼"},
{"keyword": ":left-facing_fist_medium_skin_tone:", "name": "left-facing_fist_medium_skin_tone", "text": "🤛🏽"},
{"keyword": ":left_right_arrow:", "name": "left-right_arrow", "text": "↔️"},
{"keyword": ":left-right_arrow:", "name": "left-right_arrow_1", "text": "↔️"},
{"keyword": ":left_right_arrow:", "name": "left-right_arrow", "text": "↔"},
{"keyword": ":left-right_arrow:", "name": "left-right_arrow_1", "text": "↔"},
{"keyword": ":left_arrow:", "name": "left_arrow", "text": "⬅️"},
{"keyword": ":arrow_left:", "name": "left_arrow_1", "text": "⬅️"},
{"keyword": ":left_arrow:", "name": "left_arrow", "text": "⬅"},
{"keyword": ":arrow_left:", "name": "left_arrow_1", "text": "⬅"},
{"keyword": ":left_arrow_curving_right:", "name": "left_arrow_curving_right", "text": "↪️"},
{"keyword": ":arrow_right_hook:", "name": "left_arrow_curving_right_1", "text": "↪️"},
{"keyword": ":left_arrow_curving_right:", "name": "left_arrow_curving_right", "text": "↪"},
{"keyword": ":arrow_right_hook:", "name": "left_arrow_curving_right_1", "text": "↪"},
{"keyword": ":left_luggage:", "name": "left_luggage", "text": "🛅"},
{"keyword": ":left_speech_bubble:", "name": "left_speech_bubble", "text": "🗨️"},
{"keyword": ":left_speech_bubble:", "name": "left_speech_bubble", "text": "🗨"},
{"keyword": ":leftwards_hand:", "name": "leftwards_hand", "text": "🫲"},
{"keyword": ":leftwards_hand_dark_skin_tone:", "name": "leftwards_hand_dark_skin_tone", "text": "🫲🏿"},
{"keyword": ":leftwards_hand_light_skin_tone:", "name": "leftwards_hand_light_skin_tone", "text": "🫲🏻"},
{"keyword": ":leftwards_hand_medium-dark_skin_tone:", "name": "leftwards_hand_medium-dark_skin_tone", "text": "🫲🏾"},
{"keyword": ":leftwards_hand_medium-light_skin_tone:", "name": "leftwards_hand_medium-light_skin_tone", "text": "🫲🏼"},
{"keyword": ":leftwards_hand_medium_skin_tone:", "name": "leftwards_hand_medium_skin_tone", "text": "🫲🏽"},
{"keyword": ":leftwards_pushing_hand:", "name": "leftwards_pushing_hand", "text": "🫷"},
{"keyword": ":leftwards_pushing_hand_dark_skin_tone:", "name": "leftwards_pushing_hand_dark_skin_tone", "text": "🫷🏿"},
{"keyword": ":leftwards_pushing_hand_light_skin_tone:", "name": "leftwards_pushing_hand_light_skin_tone", "text": "🫷🏻"},
{"keyword": ":leftwards_pushing_hand_medium-dark_skin_tone:", "name": "leftwards_pushing_hand_medium-dark_skin_tone", "text": "🫷🏾"},
{"keyword": ":leftwards_pushing_hand_medium-light_skin_tone:", "name": "leftwards_pushing_hand_medium-light_skin_tone", "text": "🫷🏼"},
{"keyword": ":leftwards_pushing_hand_medium_skin_tone:", "name": "leftwards_pushing_hand_medium_skin_tone", "text": "🫷🏽"},
{"keyword": ":leg:", "name": "leg", "text": "🦵"},
{"keyword": ":leg_dark_skin_tone:", "name": "leg_dark_skin_tone", "text": "🦵🏿"},
{"keyword": ":leg_light_skin_tone:", "name": "leg_light_skin_tone", "text": "🦵🏻"},
{"keyword": ":leg_medium-dark_skin_tone:", "name": "leg_medium-dark_skin_tone", "text": "🦵🏾"},
{"keyword": ":leg_medium-light_skin_tone:", "name": "leg_medium-light_skin_tone", "text": "🦵🏼"},
{"keyword": ":leg_medium_skin_tone:", "name": "leg_medium_skin_tone", "text": "🦵🏽"},
{"keyword": ":lemon:", "name": "lemon", "text": "🍋"},
{"keyword": ":leopard:", "name": "leopard", "text": "🐆"},
{"keyword": ":level_slider:", "name": "level_slider", "text": "🎚️"},
{"keyword": ":level_slider:", "name": "level_slider", "text": "🎚"},
{"keyword": ":light_blue_heart:", "name": "light_blue_heart", "text": "🩵"},
{"keyword": ":light_bulb:", "name": "light_bulb", "text": "💡"},
{"keyword": ":bulb:", "name": "light_bulb_1", "text": "💡"},
{"keyword": ":light_rail:", "name": "light_rail", "text": "🚈"},
{"keyword": ":light_skin_tone:", "name": "light_skin_tone", "text": "🏻"},
{"keyword": ":emoji_modifier_fitzpatrick_type_1_2:", "name": "light_skin_tone_1", "text": "🏻"},
{"keyword": ":lime:", "name": "lime", "text": "🍋‍🟩"},
{"keyword": ":link:", "name": "link", "text": "🔗"},
{"keyword": ":paperclips:", "name": "linked_paperclips", "text": "🖇️"},
{"keyword": ":linked_paperclips:", "name": "linked_paperclips_1", "text": "🖇️"},
{"keyword": ":paperclips:", "name": "linked_paperclips", "text": "🖇"},
{"keyword": ":linked_paperclips:", "name": "linked_paperclips_1", "text": "🖇"},
{"keyword": ":lion:", "name": "lion", "text": "🦁"},
{"keyword": ":lion_face:", "name": "lion_1", "text": "🦁"},
{"keyword": ":lipstick:", "name": "lipstick", "text": "💄"},
{"keyword": ":litter_in_bin_sign:", "name": "litter_in_bin_sign", "text": "🚮"},
{"keyword": ":put_litter_in_its_place:", "name": "litter_in_bin_sign_1", "text": "🚮"},
{"keyword": ":lizard:", "name": "lizard", "text": "🦎"},
{"keyword": ":llama:", "name": "llama", "text": "🦙"},
{"keyword": ":lobster:", "name": "lobster", "text": "🦞"},
{"keyword": ":locked:", "name": "locked", "text": "🔒"},
{"keyword": ":lock:", "name": "locked_1", "text": "🔒"},
{"keyword": ":closed_lock_with_key:", "name": "locked_with_key", "text": "🔐"},
{"keyword": ":locked_with_key:", "name": "locked_with_key_1", "text": "🔐"},
{"keyword": ":locked_with_pen:", "name": "locked_with_pen", "text": "🔏"},
{"keyword": ":lock_with_ink_pen:", "name": "locked_with_pen_1", "text": "🔏"},
{"keyword": ":locomotive:", "name": "locomotive", "text": "🚂"},
{"keyword": ":steam_locomotive:", "name": "locomotive_1", "text": "🚂"},
{"keyword": ":lollipop:", "name": "lollipop", "text": "🍭"},
{"keyword": ":long_drum:", "name": "long_drum", "text": "🪘"},
{"keyword": ":lotion_bottle:", "name": "lotion_bottle", "text": "🧴"},
{"keyword": ":lotus:", "name": "lotus", "text": "🪷"},
{"keyword": ":sob:", "name": "loudly_crying_face", "text": "😭"},
{"keyword": ":loudly_crying_face:", "name": "loudly_crying_face_1", "text": "😭"},
{"keyword": ":loudspeaker:", "name": "loudspeaker", "text": "📢"},
{"keyword": ":love-you_gesture:", "name": "love-you_gesture", "text": "🤟"},
{"keyword": ":love_you_gesture:", "name": "love-you_gesture_1", "text": "🤟"},
{"keyword": ":love-you_gesture_dark_skin_tone:", "name": "love-you_gesture_dark_skin_tone", "text": "🤟🏿"},
{"keyword": ":love-you_gesture_light_skin_tone:", "name": "love-you_gesture_light_skin_tone", "text": "🤟🏻"},
{"keyword": ":love-you_gesture_medium-dark_skin_tone:", "name": "love-you_gesture_medium-dark_skin_tone", "text": "🤟🏾"},
{"keyword": ":love-you_gesture_medium-light_skin_tone:", "name": "love-you_gesture_medium-light_skin_tone", "text": "🤟🏼"},
{"keyword": ":love-you_gesture_medium_skin_tone:", "name": "love-you_gesture_medium_skin_tone", "text": "🤟🏽"},
{"keyword": ":love_hotel:", "name": "love_hotel", "text": "🏩"},
{"keyword": ":love_letter:", "name": "love_letter", "text": "💌"},
{"keyword": ":low_battery:", "name": "low_battery", "text": "🪫"},
{"keyword": ":luggage:", "name": "luggage", "text": "🧳"},
{"keyword": ":lungs:", "name": "lungs", "text": "🫁"},
{"keyword": ":lying_face:", "name": "lying_face", "text": "🤥"},
{"keyword": ":mage:", "name": "mage", "text": "🧙"},
{"keyword": ":mage_dark_skin_tone:", "name": "mage_dark_skin_tone", "text": "🧙🏿"},
{"keyword": ":mage_light_skin_tone:", "name": "mage_light_skin_tone", "text": "🧙🏻"},
{"keyword": ":mage_medium-dark_skin_tone:", "name": "mage_medium-dark_skin_tone", "text": "🧙🏾"},
{"keyword": ":mage_medium-light_skin_tone:", "name": "mage_medium-light_skin_tone", "text": "🧙🏼"},
{"keyword": ":mage_medium_skin_tone:", "name": "mage_medium_skin_tone", "text": "🧙🏽"},
{"keyword": ":magic_wand:", "name": "magic_wand", "text": "🪄"},
{"keyword": ":magnet:", "name": "magnet", "text": "🧲"},
{"keyword": ":mag:", "name": "magnifying_glass_tilted_left", "text": "🔍"},
{"keyword": ":magnifying_glass_tilted_left:", "name": "magnifying_glass_tilted_left_1", "text": "🔍"},
{"keyword": ":mag_right:", "name": "magnifying_glass_tilted_right", "text": "🔎"},
{"keyword": ":magnifying_glass_tilted_right:", "name": "magnifying_glass_tilted_right_1", "text": "🔎"},
{"keyword": ":mahjong_red_dragon:", "name": "mahjong_red_dragon", "text": "🀄"},
{"keyword": ":mahjong:", "name": "mahjong_red_dragon_1", "text": "🀄"},
{"keyword": ":male_sign:", "name": "male_sign", "text": "♂️"},
{"keyword": ":male_sign:", "name": "male_sign", "text": "♂"},
{"keyword": ":mammoth:", "name": "mammoth", "text": "🦣"},
{"keyword": ":man:", "name": "man", "text": "👨"},
{"keyword": ":man_artist:", "name": "man_artist", "text": "👨‍🎨"},
{"keyword": ":man_artist_dark_skin_tone:", "name": "man_artist_dark_skin_tone", "text": "👨🏿‍🎨"},
{"keyword": ":man_artist_light_skin_tone:", "name": "man_artist_light_skin_tone", "text": "👨🏻‍🎨"},
{"keyword": ":man_artist_medium-dark_skin_tone:", "name": "man_artist_medium-dark_skin_tone", "text": "👨🏾‍🎨"},
{"keyword": ":man_artist_medium-light_skin_tone:", "name": "man_artist_medium-light_skin_tone", "text": "👨🏼‍🎨"},
{"keyword": ":man_artist_medium_skin_tone:", "name": "man_artist_medium_skin_tone", "text": "👨🏽‍🎨"},
{"keyword": ":man_astronaut:", "name": "man_astronaut", "text": "👨‍🚀"},
{"keyword": ":man_astronaut_dark_skin_tone:", "name": "man_astronaut_dark_skin_tone", "text": "👨🏿‍🚀"},
{"keyword": ":man_astronaut_light_skin_tone:", "name": "man_astronaut_light_skin_tone", "text": "👨🏻‍🚀"},
{"keyword": ":man_astronaut_medium-dark_skin_tone:", "name": "man_astronaut_medium-dark_skin_tone", "text": "👨🏾‍🚀"},
{"keyword": ":man_astronaut_medium-light_skin_tone:", "name": "man_astronaut_medium-light_skin_tone", "text": "👨🏼‍🚀"},
{"keyword": ":man_astronaut_medium_skin_tone:", "name": "man_astronaut_medium_skin_tone", "text": "👨🏽‍🚀"},
{"keyword": ":man_bald:", "name": "man_bald", "text": "👨‍🦲"},
{"keyword": ":bald_man:", "name": "man_bald_1", "text": "👨‍🦲"},
{"keyword": ":man_beard:", "name": "man_beard", "text": "🧔‍♂️"},
{"keyword": ":man_beard:", "name": "man_beard", "text": "🧔‍♂"},
{"keyword": ":biking_man:", "name": "man_biking", "text": "🚴‍♂️"},
{"keyword": ":man_biking:", "name": "man_biking_1", "text": "🚴‍♂️"},
{"keyword": ":biking_man:", "name": "man_biking", "text": "🚴‍♂"},
{"keyword": ":man_biking:", "name": "man_biking_1", "text": "🚴‍♂"},
{"keyword": ":man_biking_dark_skin_tone:", "name": "man_biking_dark_skin_tone", "text": "🚴🏿‍♂️"},
{"keyword": ":man_biking_dark_skin_tone:", "name": "man_biking_dark_skin_tone", "text": "🚴🏿‍♂"},
{"keyword": ":man_biking_light_skin_tone:", "name": "man_biking_light_skin_tone", "text": "🚴🏻‍♂️"},
{"keyword": ":man_biking_light_skin_tone:", "name": "man_biking_light_skin_tone", "text": "🚴🏻‍♂"},
{"keyword": ":man_biking_medium-dark_skin_tone:", "name": "man_biking_medium-dark_skin_tone", "text": "🚴🏾‍♂️"},
{"keyword": ":man_biking_medium-dark_skin_tone:", "name": "man_biking_medium-dark_skin_tone", "text": "🚴🏾‍♂"},
{"keyword": ":man_biking_medium-light_skin_tone:", "name": "man_biking_medium-light_skin_tone", "text": "🚴🏼‍♂️"},
{"keyword": ":man_biking_medium-light_skin_tone:", "name": "man_biking_medium-light_skin_tone", "text": "🚴🏼‍♂"},
{"keyword": ":man_biking_medium_skin_tone:", "name": "man_biking_medium_skin_tone", "text": "🚴🏽‍♂️"},
{"keyword": ":man_biking_medium_skin_tone:", "name": "man_biking_medium_skin_tone", "text": "🚴🏽‍♂"},
{"keyword": ":man_blond_hair:", "name": "man_blond_hair", "text": "👱‍♂️"},
{"keyword": ":blond_haired_man:", "name": "man_blond_hair_1", "text": "👱‍♂️"},
{"keyword": ":man_blond_hair:", "name": "man_blond_hair", "text": "👱‍♂"},
{"keyword": ":blond_haired_man:", "name": "man_blond_hair_1", "text": "👱‍♂"},
{"keyword": ":man_bouncing_ball:", "name": "man_bouncing_ball", "text": "⛹️‍♂️"},
{"keyword": ":basketball_man:", "name": "man_bouncing_ball_1", "text": "⛹️‍♂️"},
{"keyword": ":bouncing_ball_man:", "name": "man_bouncing_ball_2", "text": "⛹️‍♂️"},
{"keyword": ":man_bouncing_ball:", "name": "man_bouncing_ball", "text": "⛹‍♂️"},
{"keyword": ":basketball_man:", "name": "man_bouncing_ball_1", "text": "⛹‍♂️"},
{"keyword": ":bouncing_ball_man:", "name": "man_bouncing_ball_2", "text": "⛹‍♂️"},
{"keyword": ":man_bouncing_ball:", "name": "man_bouncing_ball", "text": "⛹️‍♂"},
{"keyword": ":basketball_man:", "name": "man_bouncing_ball_1", "text": "⛹️‍♂"},
{"keyword": ":bouncing_ball_man:", "name": "man_bouncing_ball_2", "text": "⛹️‍♂"},
{"keyword": ":man_bouncing_ball:", "name": "man_bouncing_ball", "text": "⛹‍♂"},
{"keyword": ":basketball_man:", "name": "man_bouncing_ball_1", "text": "⛹‍♂"},
{"keyword": ":bouncing_ball_man:", "name": "man_bouncing_ball_2", "text": "⛹‍♂"},
{"keyword": ":man_bouncing_ball_dark_skin_tone:", "name": "man_bouncing_ball_dark_skin_tone", "text": "⛹🏿‍♂️"},
{"keyword": ":man_bouncing_ball_dark_skin_tone:", "name": "man_bouncing_ball_dark_skin_tone", "text": "⛹🏿‍♂"},
{"keyword": ":man_bouncing_ball_light_skin_tone:", "name": "man_bouncing_ball_light_skin_tone", "text": "⛹🏻‍♂️"},
{"keyword": ":man_bouncing_ball_light_skin_tone:", "name": "man_bouncing_ball_light_skin_tone", "text": "⛹🏻‍♂"},
{"keyword": ":man_bouncing_ball_medium-dark_skin_tone:", "name": "man_bouncing_ball_medium-dark_skin_tone", "text": "⛹🏾‍♂️"},
{"keyword": ":man_bouncing_ball_medium-dark_skin_tone:", "name": "man_bouncing_ball_medium-dark_skin_tone", "text": "⛹🏾‍♂"},
{"keyword": ":man_bouncing_ball_medium-light_skin_tone:", "name": "man_bouncing_ball_medium-light_skin_tone", "text": "⛹🏼‍♂️"},
{"keyword": ":man_bouncing_ball_medium-light_skin_tone:", "name": "man_bouncing_ball_medium-light_skin_tone", "text": "⛹🏼‍♂"},
{"keyword": ":man_bouncing_ball_medium_skin_tone:", "name": "man_bouncing_ball_medium_skin_tone", "text": "⛹🏽‍♂️"},
{"keyword": ":man_bouncing_ball_medium_skin_tone:", "name": "man_bouncing_ball_medium_skin_tone", "text": "⛹🏽‍♂"},
{"keyword": ":bowing_man:", "name": "man_bowing", "text": "🙇‍♂️"},
{"keyword": ":man_bowing:", "name": "man_bowing_1", "text": "🙇‍♂️"},
{"keyword": ":bowing_man:", "name": "man_bowing", "text": "🙇‍♂"},
{"keyword": ":man_bowing:", "name": "man_bowing_1", "text": "🙇‍♂"},
{"keyword": ":man_bowing_dark_skin_tone:", "name": "man_bowing_dark_skin_tone", "text": "🙇🏿‍♂️"},
{"keyword": ":man_bowing_dark_skin_tone:", "name": "man_bowing_dark_skin_tone", "text": "🙇🏿‍♂"},
{"keyword": ":man_bowing_light_skin_tone:", "name": "man_bowing_light_skin_tone", "text": "🙇🏻‍♂️"},
{"keyword": ":man_bowing_light_skin_tone:", "name": "man_bowing_light_skin_tone", "text": "🙇🏻‍♂"},
{"keyword": ":man_bowing_medium-dark_skin_tone:", "name": "man_bowing_medium-dark_skin_tone", "text": "🙇🏾‍♂️"},
{"keyword": ":man_bowing_medium-dark_skin_tone:", "name": "man_bowing_medium-dark_skin_tone", "text": "🙇🏾‍♂"},
{"keyword": ":man_bowing_medium-light_skin_tone:", "name": "man_bowing_medium-light_skin_tone", "text": "🙇🏼‍♂️"},
{"keyword": ":man_bowing_medium-light_skin_tone:", "name": "man_bowing_medium-light_skin_tone", "text": "🙇🏼‍♂"},
{"keyword": ":man_bowing_medium_skin_tone:", "name": "man_bowing_medium_skin_tone", "text": "🙇🏽‍♂️"},
{"keyword": ":man_bowing_medium_skin_tone:", "name": "man_bowing_medium_skin_tone", "text": "🙇🏽‍♂"},
{"keyword": ":man_cartwheeling:", "name": "man_cartwheeling", "text": "🤸‍♂️"},
{"keyword": ":man_cartwheeling:", "name": "man_cartwheeling", "text": "🤸‍♂"},
{"keyword": ":man_cartwheeling_dark_skin_tone:", "name": "man_cartwheeling_dark_skin_tone", "text": "🤸🏿‍♂️"},
{"keyword": ":man_cartwheeling_dark_skin_tone:", "name": "man_cartwheeling_dark_skin_tone", "text": "🤸🏿‍♂"},
{"keyword": ":man_cartwheeling_light_skin_tone:", "name": "man_cartwheeling_light_skin_tone", "text": "🤸🏻‍♂️"},
{"keyword": ":man_cartwheeling_light_skin_tone:", "name": "man_cartwheeling_light_skin_tone", "text": "🤸🏻‍♂"},
{"keyword": ":man_cartwheeling_medium-dark_skin_tone:", "name": "man_cartwheeling_medium-dark_skin_tone", "text": "🤸🏾‍♂️"},
{"keyword": ":man_cartwheeling_medium-dark_skin_tone:", "name": "man_cartwheeling_medium-dark_skin_tone", "text": "🤸🏾‍♂"},
{"keyword": ":man_cartwheeling_medium-light_skin_tone:", "name": "man_cartwheeling_medium-light_skin_tone", "text": "🤸🏼‍♂️"},
{"keyword": ":man_cartwheeling_medium-light_skin_tone:", "name": "man_cartwheeling_medium-light_skin_tone", "text": "🤸🏼‍♂"},
{"keyword": ":man_cartwheeling_medium_skin_tone:", "name": "man_cartwheeling_medium_skin_tone", "text": "🤸🏽‍♂️"},
{"keyword": ":man_cartwheeling_medium_skin_tone:", "name": "man_cartwheeling_medium_skin_tone", "text": "🤸🏽‍♂"},
{"keyword": ":climbing_man:", "name": "man_climbing", "text": "🧗‍♂️"},
{"keyword": ":man_climbing:", "name": "man_climbing_1", "text": "🧗‍♂️"},
{"keyword": ":climbing_man:", "name": "man_climbing", "text": "🧗‍♂"},
{"keyword": ":man_climbing:", "name": "man_climbing_1", "text": "🧗‍♂"},
{"keyword": ":man_climbing_dark_skin_tone:", "name": "man_climbing_dark_skin_tone", "text": "🧗🏿‍♂️"},
{"keyword": ":man_climbing_dark_skin_tone:", "name": "man_climbing_dark_skin_tone", "text": "🧗🏿‍♂"},
{"keyword": ":man_climbing_light_skin_tone:", "name": "man_climbing_light_skin_tone", "text": "🧗🏻‍♂️"},
{"keyword": ":man_climbing_light_skin_tone:", "name": "man_climbing_light_skin_tone", "text": "🧗🏻‍♂"},
{"keyword": ":man_climbing_medium-dark_skin_tone:", "name": "man_climbing_medium-dark_skin_tone", "text": "🧗🏾‍♂️"},
{"keyword": ":man_climbing_medium-dark_skin_tone:", "name": "man_climbing_medium-dark_skin_tone", "text": "🧗🏾‍♂"},
{"keyword": ":man_climbing_medium-light_skin_tone:", "name": "man_climbing_medium-light_skin_tone", "text": "🧗🏼‍♂️"},
{"keyword": ":man_climbing_medium-light_skin_tone:", "name": "man_climbing_medium-light_skin_tone", "text": "🧗🏼‍♂"},
{"keyword": ":man_climbing_medium_skin_tone:", "name": "man_climbing_medium_skin_tone", "text": "🧗🏽‍♂️"},
{"keyword": ":man_climbing_medium_skin_tone:", "name": "man_climbing_medium_skin_tone", "text": "🧗🏽‍♂"},
{"keyword": ":man_construction_worker:", "name": "man_construction_worker", "text": "👷‍♂️"},
{"keyword": ":construction_worker_man:", "name": "man_construction_worker_1", "text": "👷‍♂️"},
{"keyword": ":man_construction_worker:", "name": "man_construction_worker", "text": "👷‍♂"},
{"keyword": ":construction_worker_man:", "name": "man_construction_worker_1", "text": "👷‍♂"},
{"keyword": ":man_construction_worker_dark_skin_tone:", "name": "man_construction_worker_dark_skin_tone", "text": "👷🏿‍♂️"},
{"keyword": ":man_construction_worker_dark_skin_tone:", "name": "man_construction_worker_dark_skin_tone", "text": "👷🏿‍♂"},
{"keyword": ":man_construction_worker_light_skin_tone:", "name": "man_construction_worker_light_skin_tone", "text": "👷🏻‍♂️"},
{"keyword": ":man_construction_worker_light_skin_tone:", "name": "man_construction_worker_light_skin_tone", "text": "👷🏻‍♂"},
{"keyword": ":man_construction_worker_medium-dark_skin_tone:", "name": "man_construction_worker_medium-dark_skin_tone", "text": "👷🏾‍♂️"},
{"keyword": ":man_construction_worker_medium-dark_skin_tone:", "name": "man_construction_worker_medium-dark_skin_tone", "text": "👷🏾‍♂"},
{"keyword": ":man_construction_worker_medium-light_skin_tone:", "name": "man_construction_worker_medium-light_skin_tone", "text": "👷🏼‍♂️"},
{"keyword": ":man_construction_worker_medium-light_skin_tone:", "name": "man_construction_worker_medium-light_skin_tone", "text": "👷🏼‍♂"},
{"keyword": ":man_construction_worker_medium_skin_tone:", "name": "man_construction_worker_medium_skin_tone", "text": "👷🏽‍♂️"},
{"keyword": ":man_construction_worker_medium_skin_tone:", "name": "man_construction_worker_medium_skin_tone", "text": "👷🏽‍♂"},
{"keyword": ":man_cook:", "name": "man_cook", "text": "👨‍🍳"},
{"keyword": ":man_cook_dark_skin_tone:", "name": "man_cook_dark_skin_tone", "text": "👨🏿‍🍳"},
{"keyword": ":man_cook_light_skin_tone:", "name": "man_cook_light_skin_tone", "text": "👨🏻‍🍳"},
{"keyword": ":man_cook_medium-dark_skin_tone:", "name": "man_cook_medium-dark_skin_tone", "text": "👨🏾‍🍳"},
{"keyword": ":man_cook_medium-light_skin_tone:", "name": "man_cook_medium-light_skin_tone", "text": "👨🏼‍🍳"},
{"keyword": ":man_cook_medium_skin_tone:", "name": "man_cook_medium_skin_tone", "text": "👨🏽‍🍳"},
{"keyword": ":man_curly_hair:", "name": "man_curly_hair", "text": "👨‍🦱"},
{"keyword": ":curly_haired_man:", "name": "man_curly_hair_1", "text": "👨‍🦱"},
{"keyword": ":man_dancing:", "name": "man_dancing", "text": "🕺"},
{"keyword": ":man_dancing_dark_skin_tone:", "name": "man_dancing_dark_skin_tone", "text": "🕺🏿"},
{"keyword": ":man_dancing_light_skin_tone:", "name": "man_dancing_light_skin_tone", "text": "🕺🏻"},
{"keyword": ":man_dancing_medium-dark_skin_tone:", "name": "man_dancing_medium-dark_skin_tone", "text": "🕺🏾"},
{"keyword": ":man_dancing_medium-light_skin_tone:", "name": "man_dancing_medium-light_skin_tone", "text": "🕺🏼"},
{"keyword": ":man_dancing_medium_skin_tone:", "name": "man_dancing_medium_skin_tone", "text": "🕺🏽"},
{"keyword": ":man_dark_skin_tone:", "name": "man_dark_skin_tone", "text": "👨🏿"},
{"keyword": ":man_dark_skin_tone_bald:", "name": "man_dark_skin_tone_bald", "text": "👨🏿‍🦲"},
{"keyword": ":man_dark_skin_tone_beard:", "name": "man_dark_skin_tone_beard", "text": "🧔🏿‍♂️"},
{"keyword": ":man_dark_skin_tone_beard:", "name": "man_dark_skin_tone_beard", "text": "🧔🏿‍♂"},
{"keyword": ":man_dark_skin_tone_blond_hair:", "name": "man_dark_skin_tone_blond_hair", "text": "👱🏿‍♂️"},
{"keyword": ":man_dark_skin_tone_blond_hair:", "name": "man_dark_skin_tone_blond_hair", "text": "👱🏿‍♂"},
{"keyword": ":man_dark_skin_tone_curly_hair:", "name": "man_dark_skin_tone_curly_hair", "text": "👨🏿‍🦱"},
{"keyword": ":man_dark_skin_tone_red_hair:", "name": "man_dark_skin_tone_red_hair", "text": "👨🏿‍🦰"},
{"keyword": ":man_dark_skin_tone_white_hair:", "name": "man_dark_skin_tone_white_hair", "text": "👨🏿‍🦳"},
{"keyword": ":male_detective:", "name": "man_detective", "text": "🕵️‍♂️"},
{"keyword": ":man_detective:", "name": "man_detective_1", "text": "🕵️‍♂️"},
{"keyword": ":male_detective:", "name": "man_detective", "text": "🕵‍♂️"},
{"keyword": ":man_detective:", "name": "man_detective_1", "text": "🕵‍♂️"},
{"keyword": ":male_detective:", "name": "man_detective", "text": "🕵️‍♂"},
{"keyword": ":man_detective:", "name": "man_detective_1", "text": "🕵️‍♂"},
{"keyword": ":male_detective:", "name": "man_detective", "text": "🕵‍♂"},
{"keyword": ":man_detective:", "name": "man_detective_1", "text": "🕵‍♂"},
{"keyword": ":man_detective_dark_skin_tone:", "name": "man_detective_dark_skin_tone", "text": "🕵🏿‍♂️"},
{"keyword": ":man_detective_dark_skin_tone:", "name": "man_detective_dark_skin_tone", "text": "🕵🏿‍♂"},
{"keyword": ":man_detective_light_skin_tone:", "name": "man_detective_light_skin_tone", "text": "🕵🏻‍♂️"},
{"keyword": ":man_detective_light_skin_tone:", "name": "man_detective_light_skin_tone", "text": "🕵🏻‍♂"},
{"keyword": ":man_detective_medium-dark_skin_tone:", "name": "man_detective_medium-dark_skin_tone", "text": "🕵🏾‍♂️"},
{"keyword": ":man_detective_medium-dark_skin_tone:", "name": "man_detective_medium-dark_skin_tone", "text": "🕵🏾‍♂"},
{"keyword": ":man_detective_medium-light_skin_tone:", "name": "man_detective_medium-light_skin_tone", "text": "🕵🏼‍♂️"},
{"keyword": ":man_detective_medium-light_skin_tone:", "name": "man_detective_medium-light_skin_tone", "text": "🕵🏼‍♂"},
{"keyword": ":man_detective_medium_skin_tone:", "name": "man_detective_medium_skin_tone", "text": "🕵🏽‍♂️"},
{"keyword": ":man_detective_medium_skin_tone:", "name": "man_detective_medium_skin_tone", "text": "🕵🏽‍♂"},
{"keyword": ":man_elf:", "name": "man_elf", "text": "🧝‍♂️"},
{"keyword": ":elf_man:", "name": "man_elf_1", "text": "🧝‍♂️"},
{"keyword": ":man_elf:", "name": "man_elf", "text": "🧝‍♂"},
{"keyword": ":elf_man:", "name": "man_elf_1", "text": "🧝‍♂"},
{"keyword": ":man_elf_dark_skin_tone:", "name": "man_elf_dark_skin_tone", "text": "🧝🏿‍♂️"},
{"keyword": ":man_elf_dark_skin_tone:", "name": "man_elf_dark_skin_tone", "text": "🧝🏿‍♂"},
{"keyword": ":man_elf_light_skin_tone:", "name": "man_elf_light_skin_tone", "text": "🧝🏻‍♂️"},
{"keyword": ":man_elf_light_skin_tone:", "name": "man_elf_light_skin_tone", "text": "🧝🏻‍♂"},
{"keyword": ":man_elf_medium-dark_skin_tone:", "name": "man_elf_medium-dark_skin_tone", "text": "🧝🏾‍♂️"},
{"keyword": ":man_elf_medium-dark_skin_tone:", "name": "man_elf_medium-dark_skin_tone", "text": "🧝🏾‍♂"},
{"keyword": ":man_elf_medium-light_skin_tone:", "name": "man_elf_medium-light_skin_tone", "text": "🧝🏼‍♂️"},
{"keyword": ":man_elf_medium-light_skin_tone:", "name": "man_elf_medium-light_skin_tone", "text": "🧝🏼‍♂"},
{"keyword": ":man_elf_medium_skin_tone:", "name": "man_elf_medium_skin_tone", "text": "🧝🏽‍♂️"},
{"keyword": ":man_elf_medium_skin_tone:", "name": "man_elf_medium_skin_tone", "text": "🧝🏽‍♂"},
{"keyword": ":man_facepalming:", "name": "man_facepalming", "text": "🤦‍♂️"},
{"keyword": ":man_facepalming:", "name": "man_facepalming", "text": "🤦‍♂"},
{"keyword": ":man_facepalming_dark_skin_tone:", "name": "man_facepalming_dark_skin_tone", "text": "🤦🏿‍♂️"},
{"keyword": ":man_facepalming_dark_skin_tone:", "name": "man_facepalming_dark_skin_tone", "text": "🤦🏿‍♂"},
{"keyword": ":man_facepalming_light_skin_tone:", "name": "man_facepalming_light_skin_tone", "text": "🤦🏻‍♂️"},
{"keyword": ":man_facepalming_light_skin_tone:", "name": "man_facepalming_light_skin_tone", "text": "🤦🏻‍♂"},
{"keyword": ":man_facepalming_medium-dark_skin_tone:", "name": "man_facepalming_medium-dark_skin_tone", "text": "🤦🏾‍♂️"},
{"keyword": ":man_facepalming_medium-dark_skin_tone:", "name": "man_facepalming_medium-dark_skin_tone", "text": "🤦🏾‍♂"},
{"keyword": ":man_facepalming_medium-light_skin_tone:", "name": "man_facepalming_medium-light_skin_tone", "text": "🤦🏼‍♂️"},
{"keyword": ":man_facepalming_medium-light_skin_tone:", "name": "man_facepalming_medium-light_skin_tone", "text": "🤦🏼‍♂"},
{"keyword": ":man_facepalming_medium_skin_tone:", "name": "man_facepalming_medium_skin_tone", "text": "🤦🏽‍♂️"},
{"keyword": ":man_facepalming_medium_skin_tone:", "name": "man_facepalming_medium_skin_tone", "text": "🤦🏽‍♂"},
{"keyword": ":man_factory_worker:", "name": "man_factory_worker", "text": "👨‍🏭"},
{"keyword": ":man_factory_worker_dark_skin_tone:", "name": "man_factory_worker_dark_skin_tone", "text": "👨🏿‍🏭"},
{"keyword": ":man_factory_worker_light_skin_tone:", "name": "man_factory_worker_light_skin_tone", "text": "👨🏻‍🏭"},
{"keyword": ":man_factory_worker_medium-dark_skin_tone:", "name": "man_factory_worker_medium-dark_skin_tone", "text": "👨🏾‍🏭"},
{"keyword": ":man_factory_worker_medium-light_skin_tone:", "name": "man_factory_worker_medium-light_skin_tone", "text": "👨🏼‍🏭"},
{"keyword": ":man_factory_worker_medium_skin_tone:", "name": "man_factory_worker_medium_skin_tone", "text": "👨🏽‍🏭"},
{"keyword": ":man_fairy:", "name": "man_fairy", "text": "🧚‍♂️"},
{"keyword": ":fairy_man:", "name": "man_fairy_1", "text": "🧚‍♂️"},
{"keyword": ":man_fairy:", "name": "man_fairy", "text": "🧚‍♂"},
{"keyword": ":fairy_man:", "name": "man_fairy_1", "text": "🧚‍♂"},
{"keyword": ":man_fairy_dark_skin_tone:", "name": "man_fairy_dark_skin_tone", "text": "🧚🏿‍♂️"},
{"keyword": ":man_fairy_dark_skin_tone:", "name": "man_fairy_dark_skin_tone", "text": "🧚🏿‍♂"},
{"keyword": ":man_fairy_light_skin_tone:", "name": "man_fairy_light_skin_tone", "text": "🧚🏻‍♂️"},
{"keyword": ":man_fairy_light_skin_tone:", "name": "man_fairy_light_skin_tone", "text": "🧚🏻‍♂"},
{"keyword": ":man_fairy_medium-dark_skin_tone:", "name": "man_fairy_medium-dark_skin_tone", "text": "🧚🏾‍♂️"},
{"keyword": ":man_fairy_medium-dark_skin_tone:", "name": "man_fairy_medium-dark_skin_tone", "text": "🧚🏾‍♂"},
{"keyword": ":man_fairy_medium-light_skin_tone:", "name": "man_fairy_medium-light_skin_tone", "text": "🧚🏼‍♂️"},
{"keyword": ":man_fairy_medium-light_skin_tone:", "name": "man_fairy_medium-light_skin_tone", "text": "🧚🏼‍♂"},
{"keyword": ":man_fairy_medium_skin_tone:", "name": "man_fairy_medium_skin_tone", "text": "🧚🏽‍♂️"},
{"keyword": ":man_fairy_medium_skin_tone:", "name": "man_fairy_medium_skin_tone", "text": "🧚🏽‍♂"},
{"keyword": ":man_farmer:", "name": "man_farmer", "text": "👨‍🌾"},
{"keyword": ":man_farmer_dark_skin_tone:", "name": "man_farmer_dark_skin_tone", "text": "👨🏿‍🌾"},
{"keyword": ":man_farmer_light_skin_tone:", "name": "man_farmer_light_skin_tone", "text": "👨🏻‍🌾"},
{"keyword": ":man_farmer_medium-dark_skin_tone:", "name": "man_farmer_medium-dark_skin_tone", "text": "👨🏾‍🌾"},
{"keyword": ":man_farmer_medium-light_skin_tone:", "name": "man_farmer_medium-light_skin_tone", "text": "👨🏼‍🌾"},
{"keyword": ":man_farmer_medium_skin_tone:", "name": "man_farmer_medium_skin_tone", "text": "👨🏽‍🌾"},
{"keyword": ":man_feeding_baby:", "name": "man_feeding_baby", "text": "👨‍🍼"},
{"keyword": ":man_feeding_baby_dark_skin_tone:", "name": "man_feeding_baby_dark_skin_tone", "text": "👨🏿‍🍼"},
{"keyword": ":man_feeding_baby_light_skin_tone:", "name": "man_feeding_baby_light_skin_tone", "text": "👨🏻‍🍼"},
{"keyword": ":man_feeding_baby_medium-dark_skin_tone:", "name": "man_feeding_baby_medium-dark_skin_tone", "text": "👨🏾‍🍼"},
{"keyword": ":man_feeding_baby_medium-light_skin_tone:", "name": "man_feeding_baby_medium-light_skin_tone", "text": "👨🏼‍🍼"},
{"keyword": ":man_feeding_baby_medium_skin_tone:", "name": "man_feeding_baby_medium_skin_tone", "text": "👨🏽‍🍼"},
{"keyword": ":man_firefighter:", "name": "man_firefighter", "text": "👨‍🚒"},
{"keyword": ":man_firefighter_dark_skin_tone:", "name": "man_firefighter_dark_skin_tone", "text": "👨🏿‍🚒"},
{"keyword": ":man_firefighter_light_skin_tone:", "name": "man_firefighter_light_skin_tone", "text": "👨🏻‍🚒"},
{"keyword": ":man_firefighter_medium-dark_skin_tone:", "name": "man_firefighter_medium-dark_skin_tone", "text": "👨🏾‍🚒"},
{"keyword": ":man_firefighter_medium-light_skin_tone:", "name": "man_firefighter_medium-light_skin_tone", "text": "👨🏼‍🚒"},
{"keyword": ":man_firefighter_medium_skin_tone:", "name": "man_firefighter_medium_skin_tone", "text": "👨🏽‍🚒"},
{"keyword": ":man_frowning:", "name": "man_frowning", "text": "🙍‍♂️"},
{"keyword": ":frowning_man:", "name": "man_frowning_1", "text": "🙍‍♂️"},
{"keyword": ":man_frowning:", "name": "man_frowning", "text": "🙍‍♂"},
{"keyword": ":frowning_man:", "name": "man_frowning_1", "text": "🙍‍♂"},
{"keyword": ":man_frowning_dark_skin_tone:", "name": "man_frowning_dark_skin_tone", "text": "🙍🏿‍♂️"},
{"keyword": ":man_frowning_dark_skin_tone:", "name": "man_frowning_dark_skin_tone", "text": "🙍🏿‍♂"},
{"keyword": ":man_frowning_light_skin_tone:", "name": "man_frowning_light_skin_tone", "text": "🙍🏻‍♂️"},
{"keyword": ":man_frowning_light_skin_tone:", "name": "man_frowning_light_skin_tone", "text": "🙍🏻‍♂"},
{"keyword": ":man_frowning_medium-dark_skin_tone:", "name": "man_frowning_medium-dark_skin_tone", "text": "🙍🏾‍♂️"},
{"keyword": ":man_frowning_medium-dark_skin_tone:", "name": "man_frowning_medium-dark_skin_tone", "text": "🙍🏾‍♂"},
{"keyword": ":man_frowning_medium-light_skin_tone:", "name": "man_frowning_medium-light_skin_tone", "text": "🙍🏼‍♂️"},
{"keyword": ":man_frowning_medium-light_skin_tone:", "name": "man_frowning_medium-light_skin_tone", "text": "🙍🏼‍♂"},
{"keyword": ":man_frowning_medium_skin_tone:", "name": "man_frowning_medium_skin_tone", "text": "🙍🏽‍♂️"},
{"keyword": ":man_frowning_medium_skin_tone:", "name": "man_frowning_medium_skin_tone", "text": "🙍🏽‍♂"},
{"keyword": ":man_genie:", "name": "man_genie", "text": "🧞‍♂️"},
{"keyword": ":genie_man:", "name": "man_genie_1", "text": "🧞‍♂️"},
{"keyword": ":man_genie:", "name": "man_genie", "text": "🧞‍♂"},
{"keyword": ":genie_man:", "name": "man_genie_1", "text": "🧞‍♂"},
{"keyword": ":no_good_man:", "name": "man_gesturing_NO", "text": "🙅‍♂️"},
{"keyword": ":man_gesturing_no:", "name": "man_gesturing_NO_1", "text": "🙅‍♂️"},
{"keyword": ":ng_man:", "name": "man_gesturing_NO_2", "text": "🙅‍♂️"},
{"keyword": ":no_good_man:", "name": "man_gesturing_NO", "text": "🙅‍♂"},
{"keyword": ":man_gesturing_no:", "name": "man_gesturing_NO_1", "text": "🙅‍♂"},
{"keyword": ":ng_man:", "name": "man_gesturing_NO_2", "text": "🙅‍♂"},
{"keyword": ":man_gesturing_no_dark_skin_tone:", "name": "man_gesturing_NO_dark_skin_tone", "text": "🙅🏿‍♂️"},
{"keyword": ":man_gesturing_no_dark_skin_tone:", "name": "man_gesturing_NO_dark_skin_tone", "text": "🙅🏿‍♂"},
{"keyword": ":man_gesturing_no_light_skin_tone:", "name": "man_gesturing_NO_light_skin_tone", "text": "🙅🏻‍♂️"},
{"keyword": ":man_gesturing_no_light_skin_tone:", "name": "man_gesturing_NO_light_skin_tone", "text": "🙅🏻‍♂"},
{"keyword": ":man_gesturing_no_medium-dark_skin_tone:", "name": "man_gesturing_NO_medium-dark_skin_tone", "text": "🙅🏾‍♂️"},
{"keyword": ":man_gesturing_no_medium-dark_skin_tone:", "name": "man_gesturing_NO_medium-dark_skin_tone", "text": "🙅🏾‍♂"},
{"keyword": ":man_gesturing_no_medium-light_skin_tone:", "name": "man_gesturing_NO_medium-light_skin_tone", "text": "🙅🏼‍♂️"},
{"keyword": ":man_gesturing_no_medium-light_skin_tone:", "name": "man_gesturing_NO_medium-light_skin_tone", "text": "🙅🏼‍♂"},
{"keyword": ":man_gesturing_no_medium_skin_tone:", "name": "man_gesturing_NO_medium_skin_tone", "text": "🙅🏽‍♂️"},
{"keyword": ":man_gesturing_no_medium_skin_tone:", "name": "man_gesturing_NO_medium_skin_tone", "text": "🙅🏽‍♂"},
{"keyword": ":man_gesturing_ok:", "name": "man_gesturing_OK", "text": "🙆‍♂️"},
{"keyword": ":ok_man:", "name": "man_gesturing_OK_1", "text": "🙆‍♂️"},
{"keyword": ":man_gesturing_ok:", "name": "man_gesturing_OK", "text": "🙆‍♂"},
{"keyword": ":ok_man:", "name": "man_gesturing_OK_1", "text": "🙆‍♂"},
{"keyword": ":man_gesturing_ok_dark_skin_tone:", "name": "man_gesturing_OK_dark_skin_tone", "text": "🙆🏿‍♂️"},
{"keyword": ":man_gesturing_ok_dark_skin_tone:", "name": "man_gesturing_OK_dark_skin_tone", "text": "🙆🏿‍♂"},
{"keyword": ":man_gesturing_ok_light_skin_tone:", "name": "man_gesturing_OK_light_skin_tone", "text": "🙆🏻‍♂️"},
{"keyword": ":man_gesturing_ok_light_skin_tone:", "name": "man_gesturing_OK_light_skin_tone", "text": "🙆🏻‍♂"},
{"keyword": ":man_gesturing_ok_medium-dark_skin_tone:", "name": "man_gesturing_OK_medium-dark_skin_tone", "text": "🙆🏾‍♂️"},
{"keyword": ":man_gesturing_ok_medium-dark_skin_tone:", "name": "man_gesturing_OK_medium-dark_skin_tone", "text": "🙆🏾‍♂"},
{"keyword": ":man_gesturing_ok_medium-light_skin_tone:", "name": "man_gesturing_OK_medium-light_skin_tone", "text": "🙆🏼‍♂️"},
{"keyword": ":man_gesturing_ok_medium-light_skin_tone:", "name": "man_gesturing_OK_medium-light_skin_tone", "text": "🙆🏼‍♂"},
{"keyword": ":man_gesturing_ok_medium_skin_tone:", "name": "man_gesturing_OK_medium_skin_tone", "text": "🙆🏽‍♂️"},
{"keyword": ":man_gesturing_ok_medium_skin_tone:", "name": "man_gesturing_OK_medium_skin_tone", "text": "🙆🏽‍♂"},
{"keyword": ":haircut_man:", "name": "man_getting_haircut", "text": "💇‍♂️"},
{"keyword": ":man_getting_haircut:", "name": "man_getting_haircut_1", "text": "💇‍♂️"},
{"keyword": ":haircut_man:", "name": "man_getting_haircut", "text": "💇‍♂"},
{"keyword": ":man_getting_haircut:", "name": "man_getting_haircut_1", "text": "💇‍♂"},
{"keyword": ":man_getting_haircut_dark_skin_tone:", "name": "man_getting_haircut_dark_skin_tone", "text": "💇🏿‍♂️"},
{"keyword": ":man_getting_haircut_dark_skin_tone:", "name": "man_getting_haircut_dark_skin_tone", "text": "💇🏿‍♂"},
{"keyword": ":man_getting_haircut_light_skin_tone:", "name": "man_getting_haircut_light_skin_tone", "text": "💇🏻‍♂️"},
{"keyword": ":man_getting_haircut_light_skin_tone:", "name": "man_getting_haircut_light_skin_tone", "text": "💇🏻‍♂"},
{"keyword": ":man_getting_haircut_medium-dark_skin_tone:", "name": "man_getting_haircut_medium-dark_skin_tone", "text": "💇🏾‍♂️"},
{"keyword": ":man_getting_haircut_medium-dark_skin_tone:", "name": "man_getting_haircut_medium-dark_skin_tone", "text": "💇🏾‍♂"},
{"keyword": ":man_getting_haircut_medium-light_skin_tone:", "name": "man_getting_haircut_medium-light_skin_tone", "text": "💇🏼‍♂️"},
{"keyword": ":man_getting_haircut_medium-light_skin_tone:", "name": "man_getting_haircut_medium-light_skin_tone", "text": "💇🏼‍♂"},
{"keyword": ":man_getting_haircut_medium_skin_tone:", "name": "man_getting_haircut_medium_skin_tone", "text": "💇🏽‍♂️"},
{"keyword": ":man_getting_haircut_medium_skin_tone:", "name": "man_getting_haircut_medium_skin_tone", "text": "💇🏽‍♂"},
{"keyword": ":man_getting_massage:", "name": "man_getting_massage", "text": "💆‍♂️"},
{"keyword": ":massage_man:", "name": "man_getting_massage_1", "text": "💆‍♂️"},
{"keyword": ":man_getting_massage:", "name": "man_getting_massage", "text": "💆‍♂"},
{"keyword": ":massage_man:", "name": "man_getting_massage_1", "text": "💆‍♂"},
{"keyword": ":man_getting_massage_dark_skin_tone:", "name": "man_getting_massage_dark_skin_tone", "text": "💆🏿‍♂️"},
{"keyword": ":man_getting_massage_dark_skin_tone:", "name": "man_getting_massage_dark_skin_tone", "text": "💆🏿‍♂"},
{"keyword": ":man_getting_massage_light_skin_tone:", "name": "man_getting_massage_light_skin_tone", "text": "💆🏻‍♂️"},
{"keyword": ":man_getting_massage_light_skin_tone:", "name": "man_getting_massage_light_skin_tone", "text": "💆🏻‍♂"},
{"keyword": ":man_getting_massage_medium-dark_skin_tone:", "name": "man_getting_massage_medium-dark_skin_tone", "text": "💆🏾‍♂️"},
{"keyword": ":man_getting_massage_medium-dark_skin_tone:", "name": "man_getting_massage_medium-dark_skin_tone", "text": "💆🏾‍♂"},
{"keyword": ":man_getting_massage_medium-light_skin_tone:", "name": "man_getting_massage_medium-light_skin_tone", "text": "💆🏼‍♂️"},
{"keyword": ":man_getting_massage_medium-light_skin_tone:", "name": "man_getting_massage_medium-light_skin_tone", "text": "💆🏼‍♂"},
{"keyword": ":man_getting_massage_medium_skin_tone:", "name": "man_getting_massage_medium_skin_tone", "text": "💆🏽‍♂️"},
{"keyword": ":man_getting_massage_medium_skin_tone:", "name": "man_getting_massage_medium_skin_tone", "text": "💆🏽‍♂"},
{"keyword": ":man_golfing:", "name": "man_golfing", "text": "🏌️‍♂️"},
{"keyword": ":golfing_man:", "name": "man_golfing_1", "text": "🏌️‍♂️"},
{"keyword": ":man_golfing:", "name": "man_golfing", "text": "🏌‍♂️"},
{"keyword": ":golfing_man:", "name": "man_golfing_1", "text": "🏌‍♂️"},
{"keyword": ":man_golfing:", "name": "man_golfing", "text": "🏌️‍♂"},
{"keyword": ":golfing_man:", "name": "man_golfing_1", "text": "🏌️‍♂"},
{"keyword": ":man_golfing:", "name": "man_golfing", "text": "🏌‍♂"},
{"keyword": ":golfing_man:", "name": "man_golfing_1", "text": "🏌‍♂"},
{"keyword": ":man_golfing_dark_skin_tone:", "name": "man_golfing_dark_skin_tone", "text": "🏌🏿‍♂️"},
{"keyword": ":man_golfing_dark_skin_tone:", "name": "man_golfing_dark_skin_tone", "text": "🏌🏿‍♂"},
{"keyword": ":man_golfing_light_skin_tone:", "name": "man_golfing_light_skin_tone", "text": "🏌🏻‍♂️"},
{"keyword": ":man_golfing_light_skin_tone:", "name": "man_golfing_light_skin_tone", "text": "🏌🏻‍♂"},
{"keyword": ":man_golfing_medium-dark_skin_tone:", "name": "man_golfing_medium-dark_skin_tone", "text": "🏌🏾‍♂️"},
{"keyword": ":man_golfing_medium-dark_skin_tone:", "name": "man_golfing_medium-dark_skin_tone", "text": "🏌🏾‍♂"},
{"keyword": ":man_golfing_medium-light_skin_tone:", "name": "man_golfing_medium-light_skin_tone", "text": "🏌🏼‍♂️"},
{"keyword": ":man_golfing_medium-light_skin_tone:", "name": "man_golfing_medium-light_skin_tone", "text": "🏌🏼‍♂"},
{"keyword": ":man_golfing_medium_skin_tone:", "name": "man_golfing_medium_skin_tone", "text": "🏌🏽‍♂️"},
{"keyword": ":man_golfing_medium_skin_tone:", "name": "man_golfing_medium_skin_tone", "text": "🏌🏽‍♂"},
{"keyword": ":man_guard:", "name": "man_guard", "text": "💂‍♂️"},
{"keyword": ":guardsman:", "name": "man_guard_1", "text": "💂‍♂️"},
{"keyword": ":man_guard:", "name": "man_guard", "text": "💂‍♂"},
{"keyword": ":guardsman:", "name": "man_guard_1", "text": "💂‍♂"},
{"keyword": ":man_guard_dark_skin_tone:", "name": "man_guard_dark_skin_tone", "text": "💂🏿‍♂️"},
{"keyword": ":man_guard_dark_skin_tone:", "name": "man_guard_dark_skin_tone", "text": "💂🏿‍♂"},
{"keyword": ":man_guard_light_skin_tone:", "name": "man_guard_light_skin_tone", "text": "💂🏻‍♂️"},
{"keyword": ":man_guard_light_skin_tone:", "name": "man_guard_light_skin_tone", "text": "💂🏻‍♂"},
{"keyword": ":man_guard_medium-dark_skin_tone:", "name": "man_guard_medium-dark_skin_tone", "text": "💂🏾‍♂️"},
{"keyword": ":man_guard_medium-dark_skin_tone:", "name": "man_guard_medium-dark_skin_tone", "text": "💂🏾‍♂"},
{"keyword": ":man_guard_medium-light_skin_tone:", "name": "man_guard_medium-light_skin_tone", "text": "💂🏼‍♂️"},
{"keyword": ":man_guard_medium-light_skin_tone:", "name": "man_guard_medium-light_skin_tone", "text": "💂🏼‍♂"},
{"keyword": ":man_guard_medium_skin_tone:", "name": "man_guard_medium_skin_tone", "text": "💂🏽‍♂️"},
{"keyword": ":man_guard_medium_skin_tone:", "name": "man_guard_medium_skin_tone", "text": "💂🏽‍♂"},
{"keyword": ":man_health_worker:", "name": "man_health_worker", "text": "👨‍⚕️"},
{"keyword": ":man_health_worker:", "name": "man_health_worker", "text": "👨‍⚕"},
{"keyword": ":man_health_worker_dark_skin_tone:", "name": "man_health_worker_dark_skin_tone", "text": "👨🏿‍⚕️"},
{"keyword": ":man_health_worker_dark_skin_tone:", "name": "man_health_worker_dark_skin_tone", "text": "👨🏿‍⚕"},
{"keyword": ":man_health_worker_light_skin_tone:", "name": "man_health_worker_light_skin_tone", "text": "👨🏻‍⚕️"},
{"keyword": ":man_health_worker_light_skin_tone:", "name": "man_health_worker_light_skin_tone", "text": "👨🏻‍⚕"},
{"keyword": ":man_health_worker_medium-dark_skin_tone:", "name": "man_health_worker_medium-dark_skin_tone", "text": "👨🏾‍⚕️"},
{"keyword": ":man_health_worker_medium-dark_skin_tone:", "name": "man_health_worker_medium-dark_skin_tone", "text": "👨🏾‍⚕"},
{"keyword": ":man_health_worker_medium-light_skin_tone:", "name": "man_health_worker_medium-light_skin_tone", "text": "👨🏼‍⚕️"},
{"keyword": ":man_health_worker_medium-light_skin_tone:", "name": "man_health_worker_medium-light_skin_tone", "text": "👨🏼‍⚕"},
{"keyword": ":man_health_worker_medium_skin_tone:", "name": "man_health_worker_medium_skin_tone", "text": "👨🏽‍⚕️"},
{"keyword": ":man_health_worker_medium_skin_tone:", "name": "man_health_worker_medium_skin_tone", "text": "👨🏽‍⚕"},
{"keyword": ":lotus_position_man:", "name": "man_in_lotus_position", "text": "🧘‍♂️"},
{"keyword": ":man_in_lotus_position:", "name": "man_in_lotus_position_1", "text": "🧘‍♂️"},
{"keyword": ":lotus_position_man:", "name": "man_in_lotus_position", "text": "🧘‍♂"},
{"keyword": ":man_in_lotus_position:", "name": "man_in_lotus_position_1", "text": "🧘‍♂"},
{"keyword": ":man_in_lotus_position_dark_skin_tone:", "name": "man_in_lotus_position_dark_skin_tone", "text": "🧘🏿‍♂️"},
{"keyword": ":man_in_lotus_position_dark_skin_tone:", "name": "man_in_lotus_position_dark_skin_tone", "text": "🧘🏿‍♂"},
{"keyword": ":man_in_lotus_position_light_skin_tone:", "name": "man_in_lotus_position_light_skin_tone", "text": "🧘🏻‍♂️"},
{"keyword": ":man_in_lotus_position_light_skin_tone:", "name": "man_in_lotus_position_light_skin_tone", "text": "🧘🏻‍♂"},
{"keyword": ":man_in_lotus_position_medium-dark_skin_tone:", "name": "man_in_lotus_position_medium-dark_skin_tone", "text": "🧘🏾‍♂️"},
{"keyword": ":man_in_lotus_position_medium-dark_skin_tone:", "name": "man_in_lotus_position_medium-dark_skin_tone", "text": "🧘🏾‍♂"},
{"keyword": ":man_in_lotus_position_medium-light_skin_tone:", "name": "man_in_lotus_position_medium-light_skin_tone", "text": "🧘🏼‍♂️"},
{"keyword": ":man_in_lotus_position_medium-light_skin_tone:", "name": "man_in_lotus_position_medium-light_skin_tone", "text": "🧘🏼‍♂"},
{"keyword": ":man_in_lotus_position_medium_skin_tone:", "name": "man_in_lotus_position_medium_skin_tone", "text": "🧘🏽‍♂️"},
{"keyword": ":man_in_lotus_position_medium_skin_tone:", "name": "man_in_lotus_position_medium_skin_tone", "text": "🧘🏽‍♂"},
{"keyword": ":man_in_manual_wheelchair:", "name": "man_in_manual_wheelchair", "text": "👨‍🦽"},
{"keyword": ":man_in_manual_wheelchair_dark_skin_tone:", "name": "man_in_manual_wheelchair_dark_skin_tone", "text": "👨🏿‍🦽"},
{"keyword": ":man_in_manual_wheelchair_facing_right:", "name": "man_in_manual_wheelchair_facing_right", "text": "👨‍🦽‍➡️"},
{"keyword": ":man_in_manual_wheelchair_facing_right:", "name": "man_in_manual_wheelchair_facing_right", "text": "👨‍🦽‍➡"},
{"keyword": ":man_in_manual_wheelchair_facing_right_dark_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_dark_skin_tone", "text": "👨🏿‍🦽‍➡️"},
{"keyword": ":man_in_manual_wheelchair_facing_right_dark_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_dark_skin_tone", "text": "👨🏿‍🦽‍➡"},
{"keyword": ":man_in_manual_wheelchair_facing_right_light_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_light_skin_tone", "text": "👨🏻‍🦽‍➡️"},
{"keyword": ":man_in_manual_wheelchair_facing_right_light_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_light_skin_tone", "text": "👨🏻‍🦽‍➡"},
{"keyword": ":man_in_manual_wheelchair_facing_right_medium-dark_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_medium-dark_skin_tone", "text": "👨🏾‍🦽‍➡️"},
{"keyword": ":man_in_manual_wheelchair_facing_right_medium-dark_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_medium-dark_skin_tone", "text": "👨🏾‍🦽‍➡"},
{"keyword": ":man_in_manual_wheelchair_facing_right_medium-light_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_medium-light_skin_tone", "text": "👨🏼‍🦽‍➡️"},
{"keyword": ":man_in_manual_wheelchair_facing_right_medium-light_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_medium-light_skin_tone", "text": "👨🏼‍🦽‍➡"},
{"keyword": ":man_in_manual_wheelchair_facing_right_medium_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_medium_skin_tone", "text": "👨🏽‍🦽‍➡️"},
{"keyword": ":man_in_manual_wheelchair_facing_right_medium_skin_tone:", "name": "man_in_manual_wheelchair_facing_right_medium_skin_tone", "text": "👨🏽‍🦽‍➡"},
{"keyword": ":man_in_manual_wheelchair_light_skin_tone:", "name": "man_in_manual_wheelchair_light_skin_tone", "text": "👨🏻‍🦽"},
{"keyword": ":man_in_manual_wheelchair_medium-dark_skin_tone:", "name": "man_in_manual_wheelchair_medium-dark_skin_tone", "text": "👨🏾‍🦽"},
{"keyword": ":man_in_manual_wheelchair_medium-light_skin_tone:", "name": "man_in_manual_wheelchair_medium-light_skin_tone", "text": "👨🏼‍🦽"},
{"keyword": ":man_in_manual_wheelchair_medium_skin_tone:", "name": "man_in_manual_wheelchair_medium_skin_tone", "text": "👨🏽‍🦽"},
{"keyword": ":man_in_motorized_wheelchair:", "name": "man_in_motorized_wheelchair", "text": "👨‍🦼"},
{"keyword": ":man_in_motorized_wheelchair_dark_skin_tone:", "name": "man_in_motorized_wheelchair_dark_skin_tone", "text": "👨🏿‍🦼"},
{"keyword": ":man_in_motorized_wheelchair_facing_right:", "name": "man_in_motorized_wheelchair_facing_right", "text": "👨‍🦼‍➡️"},
{"keyword": ":man_in_motorized_wheelchair_facing_right:", "name": "man_in_motorized_wheelchair_facing_right", "text": "👨‍🦼‍➡"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_dark_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_dark_skin_tone", "text": "👨🏿‍🦼‍➡️"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_dark_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_dark_skin_tone", "text": "👨🏿‍🦼‍➡"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_light_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_light_skin_tone", "text": "👨🏻‍🦼‍➡️"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_light_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_light_skin_tone", "text": "👨🏻‍🦼‍➡"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_medium-dark_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_medium-dark_skin_tone", "text": "👨🏾‍🦼‍➡️"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_medium-dark_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_medium-dark_skin_tone", "text": "👨🏾‍🦼‍➡"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_medium-light_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_medium-light_skin_tone", "text": "👨🏼‍🦼‍➡️"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_medium-light_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_medium-light_skin_tone", "text": "👨🏼‍🦼‍➡"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_medium_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_medium_skin_tone", "text": "👨🏽‍🦼‍➡️"},
{"keyword": ":man_in_motorized_wheelchair_facing_right_medium_skin_tone:", "name": "man_in_motorized_wheelchair_facing_right_medium_skin_tone", "text": "👨🏽‍🦼‍➡"},
{"keyword": ":man_in_motorized_wheelchair_light_skin_tone:", "name": "man_in_motorized_wheelchair_light_skin_tone", "text": "👨🏻‍🦼"},
{"keyword": ":man_in_motorized_wheelchair_medium-dark_skin_tone:", "name": "man_in_motorized_wheelchair_medium-dark_skin_tone", "text": "👨🏾‍🦼"},
{"keyword": ":man_in_motorized_wheelchair_medium-light_skin_tone:", "name": "man_in_motorized_wheelchair_medium-light_skin_tone", "text": "👨🏼‍🦼"},
{"keyword": ":man_in_motorized_wheelchair_medium_skin_tone:", "name": "man_in_motorized_wheelchair_medium_skin_tone", "text": "👨🏽‍🦼"},
{"keyword": ":sauna_man:", "name": "man_in_steamy_room", "text": "🧖‍♂️"},
{"keyword": ":man_in_steamy_room:", "name": "man_in_steamy_room_1", "text": "🧖‍♂️"},
{"keyword": ":sauna_man:", "name": "man_in_steamy_room", "text": "🧖‍♂"},
{"keyword": ":man_in_steamy_room:", "name": "man_in_steamy_room_1", "text": "🧖‍♂"},
{"keyword": ":man_in_steamy_room_dark_skin_tone:", "name": "man_in_steamy_room_dark_skin_tone", "text": "🧖🏿‍♂️"},
{"keyword": ":man_in_steamy_room_dark_skin_tone:", "name": "man_in_steamy_room_dark_skin_tone", "text": "🧖🏿‍♂"},
{"keyword": ":man_in_steamy_room_light_skin_tone:", "name": "man_in_steamy_room_light_skin_tone", "text": "🧖🏻‍♂️"},
{"keyword": ":man_in_steamy_room_light_skin_tone:", "name": "man_in_steamy_room_light_skin_tone", "text": "🧖🏻‍♂"},
{"keyword": ":man_in_steamy_room_medium-dark_skin_tone:", "name": "man_in_steamy_room_medium-dark_skin_tone", "text": "🧖🏾‍♂️"},
{"keyword": ":man_in_steamy_room_medium-dark_skin_tone:", "name": "man_in_steamy_room_medium-dark_skin_tone", "text": "🧖🏾‍♂"},
{"keyword": ":man_in_steamy_room_medium-light_skin_tone:", "name": "man_in_steamy_room_medium-light_skin_tone", "text": "🧖🏼‍♂️"},
{"keyword": ":man_in_steamy_room_medium-light_skin_tone:", "name": "man_in_steamy_room_medium-light_skin_tone", "text": "🧖🏼‍♂"},
{"keyword": ":man_in_steamy_room_medium_skin_tone:", "name": "man_in_steamy_room_medium_skin_tone", "text": "🧖🏽‍♂️"},
{"keyword": ":man_in_steamy_room_medium_skin_tone:", "name": "man_in_steamy_room_medium_skin_tone", "text": "🧖🏽‍♂"},
{"keyword": ":man_in_tuxedo:", "name": "man_in_tuxedo", "text": "🤵‍♂️"},
{"keyword": ":man_in_tuxedo:", "name": "man_in_tuxedo", "text": "🤵‍♂"},
{"keyword": ":man_in_tuxedo_dark_skin_tone:", "name": "man_in_tuxedo_dark_skin_tone", "text": "🤵🏿‍♂️"},
{"keyword": ":man_in_tuxedo_dark_skin_tone:", "name": "man_in_tuxedo_dark_skin_tone", "text": "🤵🏿‍♂"},
{"keyword": ":man_in_tuxedo_light_skin_tone:", "name": "man_in_tuxedo_light_skin_tone", "text": "🤵🏻‍♂️"},
{"keyword": ":man_in_tuxedo_light_skin_tone:", "name": "man_in_tuxedo_light_skin_tone", "text": "🤵🏻‍♂"},
{"keyword": ":man_in_tuxedo_medium-dark_skin_tone:", "name": "man_in_tuxedo_medium-dark_skin_tone", "text": "🤵🏾‍♂️"},
{"keyword": ":man_in_tuxedo_medium-dark_skin_tone:", "name": "man_in_tuxedo_medium-dark_skin_tone", "text": "🤵🏾‍♂"},
{"keyword": ":man_in_tuxedo_medium-light_skin_tone:", "name": "man_in_tuxedo_medium-light_skin_tone", "text": "🤵🏼‍♂️"},
{"keyword": ":man_in_tuxedo_medium-light_skin_tone:", "name": "man_in_tuxedo_medium-light_skin_tone", "text": "🤵🏼‍♂"},
{"keyword": ":man_in_tuxedo_medium_skin_tone:", "name": "man_in_tuxedo_medium_skin_tone", "text": "🤵🏽‍♂️"},
{"keyword": ":man_in_tuxedo_medium_skin_tone:", "name": "man_in_tuxedo_medium_skin_tone", "text": "🤵🏽‍♂"},
{"keyword": ":man_judge:", "name": "man_judge", "text": "👨‍⚖️"},
{"keyword": ":man_judge:", "name": "man_judge", "text": "👨‍⚖"},
{"keyword": ":man_judge_dark_skin_tone:", "name": "man_judge_dark_skin_tone", "text": "👨🏿‍⚖️"},
{"keyword": ":man_judge_dark_skin_tone:", "name": "man_judge_dark_skin_tone", "text": "👨🏿‍⚖"},
{"keyword": ":man_judge_light_skin_tone:", "name": "man_judge_light_skin_tone", "text": "👨🏻‍⚖️"},
{"keyword": ":man_judge_light_skin_tone:", "name": "man_judge_light_skin_tone", "text": "👨🏻‍⚖"},
{"keyword": ":man_judge_medium-dark_skin_tone:", "name": "man_judge_medium-dark_skin_tone", "text": "👨🏾‍⚖️"},
{"keyword": ":man_judge_medium-dark_skin_tone:", "name": "man_judge_medium-dark_skin_tone", "text": "👨🏾‍⚖"},
{"keyword": ":man_judge_medium-light_skin_tone:", "name": "man_judge_medium-light_skin_tone", "text": "👨🏼‍⚖️"},
{"keyword": ":man_judge_medium-light_skin_tone:", "name": "man_judge_medium-light_skin_tone", "text": "👨🏼‍⚖"},
{"keyword": ":man_judge_medium_skin_tone:", "name": "man_judge_medium_skin_tone", "text": "👨🏽‍⚖️"},
{"keyword": ":man_judge_medium_skin_tone:", "name": "man_judge_medium_skin_tone", "text": "👨🏽‍⚖"},
{"keyword": ":man_juggling:", "name": "man_juggling", "text": "🤹‍♂️"},
{"keyword": ":man_juggling:", "name": "man_juggling", "text": "🤹‍♂"},
{"keyword": ":man_juggling_dark_skin_tone:", "name": "man_juggling_dark_skin_tone", "text": "🤹🏿‍♂️"},
{"keyword": ":man_juggling_dark_skin_tone:", "name": "man_juggling_dark_skin_tone", "text": "🤹🏿‍♂"},
{"keyword": ":man_juggling_light_skin_tone:", "name": "man_juggling_light_skin_tone", "text": "🤹🏻‍♂️"},
{"keyword": ":man_juggling_light_skin_tone:", "name": "man_juggling_light_skin_tone", "text": "🤹🏻‍♂"},
{"keyword": ":man_juggling_medium-dark_skin_tone:", "name": "man_juggling_medium-dark_skin_tone", "text": "🤹🏾‍♂️"},
{"keyword": ":man_juggling_medium-dark_skin_tone:", "name": "man_juggling_medium-dark_skin_tone", "text": "🤹🏾‍♂"},
{"keyword": ":man_juggling_medium-light_skin_tone:", "name": "man_juggling_medium-light_skin_tone", "text": "🤹🏼‍♂️"},
{"keyword": ":man_juggling_medium-light_skin_tone:", "name": "man_juggling_medium-light_skin_tone", "text": "🤹🏼‍♂"},
{"keyword": ":man_juggling_medium_skin_tone:", "name": "man_juggling_medium_skin_tone", "text": "🤹🏽‍♂️"},
{"keyword": ":man_juggling_medium_skin_tone:", "name": "man_juggling_medium_skin_tone", "text": "🤹🏽‍♂"},
{"keyword": ":man_kneeling:", "name": "man_kneeling", "text": "🧎‍♂️"},
{"keyword": ":kneeling_man:", "name": "man_kneeling_1", "text": "🧎‍♂️"},
{"keyword": ":man_kneeling:", "name": "man_kneeling", "text": "🧎‍♂"},
{"keyword": ":kneeling_man:", "name": "man_kneeling_1", "text": "🧎‍♂"},
{"keyword": ":man_kneeling_dark_skin_tone:", "name": "man_kneeling_dark_skin_tone", "text": "🧎🏿‍♂️"},
{"keyword": ":man_kneeling_dark_skin_tone:", "name": "man_kneeling_dark_skin_tone", "text": "🧎🏿‍♂"},
{"keyword": ":man_kneeling_facing_right:", "name": "man_kneeling_facing_right", "text": "🧎‍♂️‍➡️"},
{"keyword": ":man_kneeling_facing_right:", "name": "man_kneeling_facing_right", "text": "🧎‍♂‍➡️"},
{"keyword": ":man_kneeling_facing_right:", "name": "man_kneeling_facing_right", "text": "🧎‍♂️‍➡"},
{"keyword": ":man_kneeling_facing_right:", "name": "man_kneeling_facing_right", "text": "🧎‍♂‍➡"},
{"keyword": ":man_kneeling_facing_right_dark_skin_tone:", "name": "man_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♂️‍➡️"},
{"keyword": ":man_kneeling_facing_right_dark_skin_tone:", "name": "man_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♂‍➡️"},
{"keyword": ":man_kneeling_facing_right_dark_skin_tone:", "name": "man_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♂️‍➡"},
{"keyword": ":man_kneeling_facing_right_dark_skin_tone:", "name": "man_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♂‍➡"},
{"keyword": ":man_kneeling_facing_right_light_skin_tone:", "name": "man_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♂️‍➡️"},
{"keyword": ":man_kneeling_facing_right_light_skin_tone:", "name": "man_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♂‍➡️"},
{"keyword": ":man_kneeling_facing_right_light_skin_tone:", "name": "man_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♂️‍➡"},
{"keyword": ":man_kneeling_facing_right_light_skin_tone:", "name": "man_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♂‍➡"},
{"keyword": ":man_kneeling_facing_right_medium-dark_skin_tone:", "name": "man_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♂️‍➡️"},
{"keyword": ":man_kneeling_facing_right_medium-dark_skin_tone:", "name": "man_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♂‍➡️"},
{"keyword": ":man_kneeling_facing_right_medium-dark_skin_tone:", "name": "man_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♂️‍➡"},
{"keyword": ":man_kneeling_facing_right_medium-dark_skin_tone:", "name": "man_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♂‍➡"},
{"keyword": ":man_kneeling_facing_right_medium-light_skin_tone:", "name": "man_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♂️‍➡️"},
{"keyword": ":man_kneeling_facing_right_medium-light_skin_tone:", "name": "man_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♂‍➡️"},
{"keyword": ":man_kneeling_facing_right_medium-light_skin_tone:", "name": "man_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♂️‍➡"},
{"keyword": ":man_kneeling_facing_right_medium-light_skin_tone:", "name": "man_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♂‍➡"},
{"keyword": ":man_kneeling_facing_right_medium_skin_tone:", "name": "man_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♂️‍➡️"},
{"keyword": ":man_kneeling_facing_right_medium_skin_tone:", "name": "man_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♂‍➡️"},
{"keyword": ":man_kneeling_facing_right_medium_skin_tone:", "name": "man_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♂️‍➡"},
{"keyword": ":man_kneeling_facing_right_medium_skin_tone:", "name": "man_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♂‍➡"},
{"keyword": ":man_kneeling_light_skin_tone:", "name": "man_kneeling_light_skin_tone", "text": "🧎🏻‍♂️"},
{"keyword": ":man_kneeling_light_skin_tone:", "name": "man_kneeling_light_skin_tone", "text": "🧎🏻‍♂"},
{"keyword": ":man_kneeling_medium-dark_skin_tone:", "name": "man_kneeling_medium-dark_skin_tone", "text": "🧎🏾‍♂️"},
{"keyword": ":man_kneeling_medium-dark_skin_tone:", "name": "man_kneeling_medium-dark_skin_tone", "text": "🧎🏾‍♂"},
{"keyword": ":man_kneeling_medium-light_skin_tone:", "name": "man_kneeling_medium-light_skin_tone", "text": "🧎🏼‍♂️"},
{"keyword": ":man_kneeling_medium-light_skin_tone:", "name": "man_kneeling_medium-light_skin_tone", "text": "🧎🏼‍♂"},
{"keyword": ":man_kneeling_medium_skin_tone:", "name": "man_kneeling_medium_skin_tone", "text": "🧎🏽‍♂️"},
{"keyword": ":man_kneeling_medium_skin_tone:", "name": "man_kneeling_medium_skin_tone", "text": "🧎🏽‍♂"},
{"keyword": ":man_lifting_weights:", "name": "man_lifting_weights", "text": "🏋️‍♂️"},
{"keyword": ":weight_lifting_man:", "name": "man_lifting_weights_1", "text": "🏋️‍♂️"},
{"keyword": ":man_lifting_weights:", "name": "man_lifting_weights", "text": "🏋‍♂️"},
{"keyword": ":weight_lifting_man:", "name": "man_lifting_weights_1", "text": "🏋‍♂️"},
{"keyword": ":man_lifting_weights:", "name": "man_lifting_weights", "text": "🏋️‍♂"},
{"keyword": ":weight_lifting_man:", "name": "man_lifting_weights_1", "text": "🏋️‍♂"},
{"keyword": ":man_lifting_weights:", "name": "man_lifting_weights", "text": "🏋‍♂"},
{"keyword": ":weight_lifting_man:", "name": "man_lifting_weights_1", "text": "🏋‍♂"},
{"keyword": ":man_lifting_weights_dark_skin_tone:", "name": "man_lifting_weights_dark_skin_tone", "text": "🏋🏿‍♂️"},
{"keyword": ":man_lifting_weights_dark_skin_tone:", "name": "man_lifting_weights_dark_skin_tone", "text": "🏋🏿‍♂"},
{"keyword": ":man_lifting_weights_light_skin_tone:", "name": "man_lifting_weights_light_skin_tone", "text": "🏋🏻‍♂️"},
{"keyword": ":man_lifting_weights_light_skin_tone:", "name": "man_lifting_weights_light_skin_tone", "text": "🏋🏻‍♂"},
{"keyword": ":man_lifting_weights_medium-dark_skin_tone:", "name": "man_lifting_weights_medium-dark_skin_tone", "text": "🏋🏾‍♂️"},
{"keyword": ":man_lifting_weights_medium-dark_skin_tone:", "name": "man_lifting_weights_medium-dark_skin_tone", "text": "🏋🏾‍♂"},
{"keyword": ":man_lifting_weights_medium-light_skin_tone:", "name": "man_lifting_weights_medium-light_skin_tone", "text": "🏋🏼‍♂️"},
{"keyword": ":man_lifting_weights_medium-light_skin_tone:", "name": "man_lifting_weights_medium-light_skin_tone", "text": "🏋🏼‍♂"},
{"keyword": ":man_lifting_weights_medium_skin_tone:", "name": "man_lifting_weights_medium_skin_tone", "text": "🏋🏽‍♂️"},
{"keyword": ":man_lifting_weights_medium_skin_tone:", "name": "man_lifting_weights_medium_skin_tone", "text": "🏋🏽‍♂"},
{"keyword": ":man_light_skin_tone:", "name": "man_light_skin_tone", "text": "👨🏻"},
{"keyword": ":man_light_skin_tone_bald:", "name": "man_light_skin_tone_bald", "text": "👨🏻‍🦲"},
{"keyword": ":man_light_skin_tone_beard:", "name": "man_light_skin_tone_beard", "text": "🧔🏻‍♂️"},
{"keyword": ":man_light_skin_tone_beard:", "name": "man_light_skin_tone_beard", "text": "🧔🏻‍♂"},
{"keyword": ":man_light_skin_tone_blond_hair:", "name": "man_light_skin_tone_blond_hair", "text": "👱🏻‍♂️"},
{"keyword": ":man_light_skin_tone_blond_hair:", "name": "man_light_skin_tone_blond_hair", "text": "👱🏻‍♂"},
{"keyword": ":man_light_skin_tone_curly_hair:", "name": "man_light_skin_tone_curly_hair", "text": "👨🏻‍🦱"},
{"keyword": ":man_light_skin_tone_red_hair:", "name": "man_light_skin_tone_red_hair", "text": "👨🏻‍🦰"},
{"keyword": ":man_light_skin_tone_white_hair:", "name": "man_light_skin_tone_white_hair", "text": "👨🏻‍🦳"},
{"keyword": ":man_mage:", "name": "man_mage", "text": "🧙‍♂️"},
{"keyword": ":mage_man:", "name": "man_mage_1", "text": "🧙‍♂️"},
{"keyword": ":man_mage:", "name": "man_mage", "text": "🧙‍♂"},
{"keyword": ":mage_man:", "name": "man_mage_1", "text": "🧙‍♂"},
{"keyword": ":man_mage_dark_skin_tone:", "name": "man_mage_dark_skin_tone", "text": "🧙🏿‍♂️"},
{"keyword": ":man_mage_dark_skin_tone:", "name": "man_mage_dark_skin_tone", "text": "🧙🏿‍♂"},
{"keyword": ":man_mage_light_skin_tone:", "name": "man_mage_light_skin_tone", "text": "🧙🏻‍♂️"},
{"keyword": ":man_mage_light_skin_tone:", "name": "man_mage_light_skin_tone", "text": "🧙🏻‍♂"},
{"keyword": ":man_mage_medium-dark_skin_tone:", "name": "man_mage_medium-dark_skin_tone", "text": "🧙🏾‍♂️"},
{"keyword": ":man_mage_medium-dark_skin_tone:", "name": "man_mage_medium-dark_skin_tone", "text": "🧙🏾‍♂"},
{"keyword": ":man_mage_medium-light_skin_tone:", "name": "man_mage_medium-light_skin_tone", "text": "🧙🏼‍♂️"},
{"keyword": ":man_mage_medium-light_skin_tone:", "name": "man_mage_medium-light_skin_tone", "text": "🧙🏼‍♂"},
{"keyword": ":man_mage_medium_skin_tone:", "name": "man_mage_medium_skin_tone", "text": "🧙🏽‍♂️"},
{"keyword": ":man_mage_medium_skin_tone:", "name": "man_mage_medium_skin_tone", "text": "🧙🏽‍♂"},
{"keyword": ":man_mechanic:", "name": "man_mechanic", "text": "👨‍🔧"},
{"keyword": ":man_mechanic_dark_skin_tone:", "name": "man_mechanic_dark_skin_tone", "text": "👨🏿‍🔧"},
{"keyword": ":man_mechanic_light_skin_tone:", "name": "man_mechanic_light_skin_tone", "text": "👨🏻‍🔧"},
{"keyword": ":man_mechanic_medium-dark_skin_tone:", "name": "man_mechanic_medium-dark_skin_tone", "text": "👨🏾‍🔧"},
{"keyword": ":man_mechanic_medium-light_skin_tone:", "name": "man_mechanic_medium-light_skin_tone", "text": "👨🏼‍🔧"},
{"keyword": ":man_mechanic_medium_skin_tone:", "name": "man_mechanic_medium_skin_tone", "text": "👨🏽‍🔧"},
{"keyword": ":man_medium-dark_skin_tone:", "name": "man_medium-dark_skin_tone", "text": "👨🏾"},
{"keyword": ":man_medium-dark_skin_tone_bald:", "name": "man_medium-dark_skin_tone_bald", "text": "👨🏾‍🦲"},
{"keyword": ":man_medium-dark_skin_tone_beard:", "name": "man_medium-dark_skin_tone_beard", "text": "🧔🏾‍♂️"},
{"keyword": ":man_medium-dark_skin_tone_beard:", "name": "man_medium-dark_skin_tone_beard", "text": "🧔🏾‍♂"},
{"keyword": ":man_medium-dark_skin_tone_blond_hair:", "name": "man_medium-dark_skin_tone_blond_hair", "text": "👱🏾‍♂️"},
{"keyword": ":man_medium-dark_skin_tone_blond_hair:", "name": "man_medium-dark_skin_tone_blond_hair", "text": "👱🏾‍♂"},
{"keyword": ":man_medium-dark_skin_tone_curly_hair:", "name": "man_medium-dark_skin_tone_curly_hair", "text": "👨🏾‍🦱"},
{"keyword": ":man_medium-dark_skin_tone_red_hair:", "name": "man_medium-dark_skin_tone_red_hair", "text": "👨🏾‍🦰"},
{"keyword": ":man_medium-dark_skin_tone_white_hair:", "name": "man_medium-dark_skin_tone_white_hair", "text": "👨🏾‍🦳"},
{"keyword": ":man_medium-light_skin_tone:", "name": "man_medium-light_skin_tone", "text": "👨🏼"},
{"keyword": ":man_medium-light_skin_tone_bald:", "name": "man_medium-light_skin_tone_bald", "text": "👨🏼‍🦲"},
{"keyword": ":man_medium-light_skin_tone_beard:", "name": "man_medium-light_skin_tone_beard", "text": "🧔🏼‍♂️"},
{"keyword": ":man_medium-light_skin_tone_beard:", "name": "man_medium-light_skin_tone_beard", "text": "🧔🏼‍♂"},
{"keyword": ":man_medium-light_skin_tone_blond_hair:", "name": "man_medium-light_skin_tone_blond_hair", "text": "👱🏼‍♂️"},
{"keyword": ":man_medium-light_skin_tone_blond_hair:", "name": "man_medium-light_skin_tone_blond_hair", "text": "👱🏼‍♂"},
{"keyword": ":man_medium-light_skin_tone_curly_hair:", "name": "man_medium-light_skin_tone_curly_hair", "text": "👨🏼‍🦱"},
{"keyword": ":man_medium-light_skin_tone_red_hair:", "name": "man_medium-light_skin_tone_red_hair", "text": "👨🏼‍🦰"},
{"keyword": ":man_medium-light_skin_tone_white_hair:", "name": "man_medium-light_skin_tone_white_hair", "text": "👨🏼‍🦳"},
{"keyword": ":man_medium_skin_tone:", "name": "man_medium_skin_tone", "text": "👨🏽"},
{"keyword": ":man_medium_skin_tone_bald:", "name": "man_medium_skin_tone_bald", "text": "👨🏽‍🦲"},
{"keyword": ":man_medium_skin_tone_beard:", "name": "man_medium_skin_tone_beard", "text": "🧔🏽‍♂️"},
{"keyword": ":man_medium_skin_tone_beard:", "name": "man_medium_skin_tone_beard", "text": "🧔🏽‍♂"},
{"keyword": ":man_medium_skin_tone_blond_hair:", "name": "man_medium_skin_tone_blond_hair", "text": "👱🏽‍♂️"},
{"keyword": ":man_medium_skin_tone_blond_hair:", "name": "man_medium_skin_tone_blond_hair", "text": "👱🏽‍♂"},
{"keyword": ":man_medium_skin_tone_curly_hair:", "name": "man_medium_skin_tone_curly_hair", "text": "👨🏽‍🦱"},
{"keyword": ":man_medium_skin_tone_red_hair:", "name": "man_medium_skin_tone_red_hair", "text": "👨🏽‍🦰"},
{"keyword": ":man_medium_skin_tone_white_hair:", "name": "man_medium_skin_tone_white_hair", "text": "👨🏽‍🦳"},
{"keyword": ":mountain_biking_man:", "name": "man_mountain_biking", "text": "🚵‍♂️"},
{"keyword": ":man_mountain_biking:", "name": "man_mountain_biking_1", "text": "🚵‍♂️"},
{"keyword": ":mountain_biking_man:", "name": "man_mountain_biking", "text": "🚵‍♂"},
{"keyword": ":man_mountain_biking:", "name": "man_mountain_biking_1", "text": "🚵‍♂"},
{"keyword": ":man_mountain_biking_dark_skin_tone:", "name": "man_mountain_biking_dark_skin_tone", "text": "🚵🏿‍♂️"},
{"keyword": ":man_mountain_biking_dark_skin_tone:", "name": "man_mountain_biking_dark_skin_tone", "text": "🚵🏿‍♂"},
{"keyword": ":man_mountain_biking_light_skin_tone:", "name": "man_mountain_biking_light_skin_tone", "text": "🚵🏻‍♂️"},
{"keyword": ":man_mountain_biking_light_skin_tone:", "name": "man_mountain_biking_light_skin_tone", "text": "🚵🏻‍♂"},
{"keyword": ":man_mountain_biking_medium-dark_skin_tone:", "name": "man_mountain_biking_medium-dark_skin_tone", "text": "🚵🏾‍♂️"},
{"keyword": ":man_mountain_biking_medium-dark_skin_tone:", "name": "man_mountain_biking_medium-dark_skin_tone", "text": "🚵🏾‍♂"},
{"keyword": ":man_mountain_biking_medium-light_skin_tone:", "name": "man_mountain_biking_medium-light_skin_tone", "text": "🚵🏼‍♂️"},
{"keyword": ":man_mountain_biking_medium-light_skin_tone:", "name": "man_mountain_biking_medium-light_skin_tone", "text": "🚵🏼‍♂"},
{"keyword": ":man_mountain_biking_medium_skin_tone:", "name": "man_mountain_biking_medium_skin_tone", "text": "🚵🏽‍♂️"},
{"keyword": ":man_mountain_biking_medium_skin_tone:", "name": "man_mountain_biking_medium_skin_tone", "text": "🚵🏽‍♂"},
{"keyword": ":man_office_worker:", "name": "man_office_worker", "text": "👨‍💼"},
{"keyword": ":man_office_worker_dark_skin_tone:", "name": "man_office_worker_dark_skin_tone", "text": "👨🏿‍💼"},
{"keyword": ":man_office_worker_light_skin_tone:", "name": "man_office_worker_light_skin_tone", "text": "👨🏻‍💼"},
{"keyword": ":man_office_worker_medium-dark_skin_tone:", "name": "man_office_worker_medium-dark_skin_tone", "text": "👨🏾‍💼"},
{"keyword": ":man_office_worker_medium-light_skin_tone:", "name": "man_office_worker_medium-light_skin_tone", "text": "👨🏼‍💼"},
{"keyword": ":man_office_worker_medium_skin_tone:", "name": "man_office_worker_medium_skin_tone", "text": "👨🏽‍💼"},
{"keyword": ":man_pilot:", "name": "man_pilot", "text": "👨‍✈️"},
{"keyword": ":man_pilot:", "name": "man_pilot", "text": "👨‍✈"},
{"keyword": ":man_pilot_dark_skin_tone:", "name": "man_pilot_dark_skin_tone", "text": "👨🏿‍✈️"},
{"keyword": ":man_pilot_dark_skin_tone:", "name": "man_pilot_dark_skin_tone", "text": "👨🏿‍✈"},
{"keyword": ":man_pilot_light_skin_tone:", "name": "man_pilot_light_skin_tone", "text": "👨🏻‍✈️"},
{"keyword": ":man_pilot_light_skin_tone:", "name": "man_pilot_light_skin_tone", "text": "👨🏻‍✈"},
{"keyword": ":man_pilot_medium-dark_skin_tone:", "name": "man_pilot_medium-dark_skin_tone", "text": "👨🏾‍✈️"},
{"keyword": ":man_pilot_medium-dark_skin_tone:", "name": "man_pilot_medium-dark_skin_tone", "text": "👨🏾‍✈"},
{"keyword": ":man_pilot_medium-light_skin_tone:", "name": "man_pilot_medium-light_skin_tone", "text": "👨🏼‍✈️"},
{"keyword": ":man_pilot_medium-light_skin_tone:", "name": "man_pilot_medium-light_skin_tone", "text": "👨🏼‍✈"},
{"keyword": ":man_pilot_medium_skin_tone:", "name": "man_pilot_medium_skin_tone", "text": "👨🏽‍✈️"},
{"keyword": ":man_pilot_medium_skin_tone:", "name": "man_pilot_medium_skin_tone", "text": "👨🏽‍✈"},
{"keyword": ":man_playing_handball:", "name": "man_playing_handball", "text": "🤾‍♂️"},
{"keyword": ":man_playing_handball:", "name": "man_playing_handball", "text": "🤾‍♂"},
{"keyword": ":man_playing_handball_dark_skin_tone:", "name": "man_playing_handball_dark_skin_tone", "text": "🤾🏿‍♂️"},
{"keyword": ":man_playing_handball_dark_skin_tone:", "name": "man_playing_handball_dark_skin_tone", "text": "🤾🏿‍♂"},
{"keyword": ":man_playing_handball_light_skin_tone:", "name": "man_playing_handball_light_skin_tone", "text": "🤾🏻‍♂️"},
{"keyword": ":man_playing_handball_light_skin_tone:", "name": "man_playing_handball_light_skin_tone", "text": "🤾🏻‍♂"},
{"keyword": ":man_playing_handball_medium-dark_skin_tone:", "name": "man_playing_handball_medium-dark_skin_tone", "text": "🤾🏾‍♂️"},
{"keyword": ":man_playing_handball_medium-dark_skin_tone:", "name": "man_playing_handball_medium-dark_skin_tone", "text": "🤾🏾‍♂"},
{"keyword": ":man_playing_handball_medium-light_skin_tone:", "name": "man_playing_handball_medium-light_skin_tone", "text": "🤾🏼‍♂️"},
{"keyword": ":man_playing_handball_medium-light_skin_tone:", "name": "man_playing_handball_medium-light_skin_tone", "text": "🤾🏼‍♂"},
{"keyword": ":man_playing_handball_medium_skin_tone:", "name": "man_playing_handball_medium_skin_tone", "text": "🤾🏽‍♂️"},
{"keyword": ":man_playing_handball_medium_skin_tone:", "name": "man_playing_handball_medium_skin_tone", "text": "🤾🏽‍♂"},
{"keyword": ":man_playing_water_polo:", "name": "man_playing_water_polo", "text": "🤽‍♂️"},
{"keyword": ":man_playing_water_polo:", "name": "man_playing_water_polo", "text": "🤽‍♂"},
{"keyword": ":man_playing_water_polo_dark_skin_tone:", "name": "man_playing_water_polo_dark_skin_tone", "text": "🤽🏿‍♂️"},
{"keyword": ":man_playing_water_polo_dark_skin_tone:", "name": "man_playing_water_polo_dark_skin_tone", "text": "🤽🏿‍♂"},
{"keyword": ":man_playing_water_polo_light_skin_tone:", "name": "man_playing_water_polo_light_skin_tone", "text": "🤽🏻‍♂️"},
{"keyword": ":man_playing_water_polo_light_skin_tone:", "name": "man_playing_water_polo_light_skin_tone", "text": "🤽🏻‍♂"},
{"keyword": ":man_playing_water_polo_medium-dark_skin_tone:", "name": "man_playing_water_polo_medium-dark_skin_tone", "text": "🤽🏾‍♂️"},
{"keyword": ":man_playing_water_polo_medium-dark_skin_tone:", "name": "man_playing_water_polo_medium-dark_skin_tone", "text": "🤽🏾‍♂"},
{"keyword": ":man_playing_water_polo_medium-light_skin_tone:", "name": "man_playing_water_polo_medium-light_skin_tone", "text": "🤽🏼‍♂️"},
{"keyword": ":man_playing_water_polo_medium-light_skin_tone:", "name": "man_playing_water_polo_medium-light_skin_tone", "text": "🤽🏼‍♂"},
{"keyword": ":man_playing_water_polo_medium_skin_tone:", "name": "man_playing_water_polo_medium_skin_tone", "text": "🤽🏽‍♂️"},
{"keyword": ":man_playing_water_polo_medium_skin_tone:", "name": "man_playing_water_polo_medium_skin_tone", "text": "🤽🏽‍♂"},
{"keyword": ":man_police_officer:", "name": "man_police_officer", "text": "👮‍♂️"},
{"keyword": ":policeman:", "name": "man_police_officer_1", "text": "👮‍♂️"},
{"keyword": ":man_police_officer:", "name": "man_police_officer", "text": "👮‍♂"},
{"keyword": ":policeman:", "name": "man_police_officer_1", "text": "👮‍♂"},
{"keyword": ":man_police_officer_dark_skin_tone:", "name": "man_police_officer_dark_skin_tone", "text": "👮🏿‍♂️"},
{"keyword": ":man_police_officer_dark_skin_tone:", "name": "man_police_officer_dark_skin_tone", "text": "👮🏿‍♂"},
{"keyword": ":man_police_officer_light_skin_tone:", "name": "man_police_officer_light_skin_tone", "text": "👮🏻‍♂️"},
{"keyword": ":man_police_officer_light_skin_tone:", "name": "man_police_officer_light_skin_tone", "text": "👮🏻‍♂"},
{"keyword": ":man_police_officer_medium-dark_skin_tone:", "name": "man_police_officer_medium-dark_skin_tone", "text": "👮🏾‍♂️"},
{"keyword": ":man_police_officer_medium-dark_skin_tone:", "name": "man_police_officer_medium-dark_skin_tone", "text": "👮🏾‍♂"},
{"keyword": ":man_police_officer_medium-light_skin_tone:", "name": "man_police_officer_medium-light_skin_tone", "text": "👮🏼‍♂️"},
{"keyword": ":man_police_officer_medium-light_skin_tone:", "name": "man_police_officer_medium-light_skin_tone", "text": "👮🏼‍♂"},
{"keyword": ":man_police_officer_medium_skin_tone:", "name": "man_police_officer_medium_skin_tone", "text": "👮🏽‍♂️"},
{"keyword": ":man_police_officer_medium_skin_tone:", "name": "man_police_officer_medium_skin_tone", "text": "👮🏽‍♂"},
{"keyword": ":pouting_man:", "name": "man_pouting", "text": "🙎‍♂️"},
{"keyword": ":man_pouting:", "name": "man_pouting_1", "text": "🙎‍♂️"},
{"keyword": ":pouting_man:", "name": "man_pouting", "text": "🙎‍♂"},
{"keyword": ":man_pouting:", "name": "man_pouting_1", "text": "🙎‍♂"},
{"keyword": ":man_pouting_dark_skin_tone:", "name": "man_pouting_dark_skin_tone", "text": "🙎🏿‍♂️"},
{"keyword": ":man_pouting_dark_skin_tone:", "name": "man_pouting_dark_skin_tone", "text": "🙎🏿‍♂"},
{"keyword": ":man_pouting_light_skin_tone:", "name": "man_pouting_light_skin_tone", "text": "🙎🏻‍♂️"},
{"keyword": ":man_pouting_light_skin_tone:", "name": "man_pouting_light_skin_tone", "text": "🙎🏻‍♂"},
{"keyword": ":man_pouting_medium-dark_skin_tone:", "name": "man_pouting_medium-dark_skin_tone", "text": "🙎🏾‍♂️"},
{"keyword": ":man_pouting_medium-dark_skin_tone:", "name": "man_pouting_medium-dark_skin_tone", "text": "🙎🏾‍♂"},
{"keyword": ":man_pouting_medium-light_skin_tone:", "name": "man_pouting_medium-light_skin_tone", "text": "🙎🏼‍♂️"},
{"keyword": ":man_pouting_medium-light_skin_tone:", "name": "man_pouting_medium-light_skin_tone", "text": "🙎🏼‍♂"},
{"keyword": ":man_pouting_medium_skin_tone:", "name": "man_pouting_medium_skin_tone", "text": "🙎🏽‍♂️"},
{"keyword": ":man_pouting_medium_skin_tone:", "name": "man_pouting_medium_skin_tone", "text": "🙎🏽‍♂"},
{"keyword": ":raising_hand_man:", "name": "man_raising_hand", "text": "🙋‍♂️"},
{"keyword": ":man_raising_hand:", "name": "man_raising_hand_1", "text": "🙋‍♂️"},
{"keyword": ":raising_hand_man:", "name": "man_raising_hand", "text": "🙋‍♂"},
{"keyword": ":man_raising_hand:", "name": "man_raising_hand_1", "text": "🙋‍♂"},
{"keyword": ":man_raising_hand_dark_skin_tone:", "name": "man_raising_hand_dark_skin_tone", "text": "🙋🏿‍♂️"},
{"keyword": ":man_raising_hand_dark_skin_tone:", "name": "man_raising_hand_dark_skin_tone", "text": "🙋🏿‍♂"},
{"keyword": ":man_raising_hand_light_skin_tone:", "name": "man_raising_hand_light_skin_tone", "text": "🙋🏻‍♂️"},
{"keyword": ":man_raising_hand_light_skin_tone:", "name": "man_raising_hand_light_skin_tone", "text": "🙋🏻‍♂"},
{"keyword": ":man_raising_hand_medium-dark_skin_tone:", "name": "man_raising_hand_medium-dark_skin_tone", "text": "🙋🏾‍♂️"},
{"keyword": ":man_raising_hand_medium-dark_skin_tone:", "name": "man_raising_hand_medium-dark_skin_tone", "text": "🙋🏾‍♂"},
{"keyword": ":man_raising_hand_medium-light_skin_tone:", "name": "man_raising_hand_medium-light_skin_tone", "text": "🙋🏼‍♂️"},
{"keyword": ":man_raising_hand_medium-light_skin_tone:", "name": "man_raising_hand_medium-light_skin_tone", "text": "🙋🏼‍♂"},
{"keyword": ":man_raising_hand_medium_skin_tone:", "name": "man_raising_hand_medium_skin_tone", "text": "🙋🏽‍♂️"},
{"keyword": ":man_raising_hand_medium_skin_tone:", "name": "man_raising_hand_medium_skin_tone", "text": "🙋🏽‍♂"},
{"keyword": ":man_red_hair:", "name": "man_red_hair", "text": "👨‍🦰"},
{"keyword": ":red_haired_man:", "name": "man_red_hair_1", "text": "👨‍🦰"},
{"keyword": ":man_rowing_boat:", "name": "man_rowing_boat", "text": "🚣‍♂️"},
{"keyword": ":rowing_man:", "name": "man_rowing_boat_1", "text": "🚣‍♂️"},
{"keyword": ":man_rowing_boat:", "name": "man_rowing_boat", "text": "🚣‍♂"},
{"keyword": ":rowing_man:", "name": "man_rowing_boat_1", "text": "🚣‍♂"},
{"keyword": ":man_rowing_boat_dark_skin_tone:", "name": "man_rowing_boat_dark_skin_tone", "text": "🚣🏿‍♂️"},
{"keyword": ":man_rowing_boat_dark_skin_tone:", "name": "man_rowing_boat_dark_skin_tone", "text": "🚣🏿‍♂"},
{"keyword": ":man_rowing_boat_light_skin_tone:", "name": "man_rowing_boat_light_skin_tone", "text": "🚣🏻‍♂️"},
{"keyword": ":man_rowing_boat_light_skin_tone:", "name": "man_rowing_boat_light_skin_tone", "text": "🚣🏻‍♂"},
{"keyword": ":man_rowing_boat_medium-dark_skin_tone:", "name": "man_rowing_boat_medium-dark_skin_tone", "text": "🚣🏾‍♂️"},
{"keyword": ":man_rowing_boat_medium-dark_skin_tone:", "name": "man_rowing_boat_medium-dark_skin_tone", "text": "🚣🏾‍♂"},
{"keyword": ":man_rowing_boat_medium-light_skin_tone:", "name": "man_rowing_boat_medium-light_skin_tone", "text": "🚣🏼‍♂️"},
{"keyword": ":man_rowing_boat_medium-light_skin_tone:", "name": "man_rowing_boat_medium-light_skin_tone", "text": "🚣🏼‍♂"},
{"keyword": ":man_rowing_boat_medium_skin_tone:", "name": "man_rowing_boat_medium_skin_tone", "text": "🚣🏽‍♂️"},
{"keyword": ":man_rowing_boat_medium_skin_tone:", "name": "man_rowing_boat_medium_skin_tone", "text": "🚣🏽‍♂"},
{"keyword": ":man_running:", "name": "man_running", "text": "🏃‍♂️"},
{"keyword": ":running_man:", "name": "man_running_1", "text": "🏃‍♂️"},
{"keyword": ":man_running:", "name": "man_running", "text": "🏃‍♂"},
{"keyword": ":running_man:", "name": "man_running_1", "text": "🏃‍♂"},
{"keyword": ":man_running_dark_skin_tone:", "name": "man_running_dark_skin_tone", "text": "🏃🏿‍♂️"},
{"keyword": ":man_running_dark_skin_tone:", "name": "man_running_dark_skin_tone", "text": "🏃🏿‍♂"},
{"keyword": ":man_running_facing_right:", "name": "man_running_facing_right", "text": "🏃‍♂️‍➡️"},
{"keyword": ":man_running_facing_right:", "name": "man_running_facing_right", "text": "🏃‍♂‍➡️"},
{"keyword": ":man_running_facing_right:", "name": "man_running_facing_right", "text": "🏃‍♂️‍➡"},
{"keyword": ":man_running_facing_right:", "name": "man_running_facing_right", "text": "🏃‍♂‍➡"},
{"keyword": ":man_running_facing_right_dark_skin_tone:", "name": "man_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♂️‍➡️"},
{"keyword": ":man_running_facing_right_dark_skin_tone:", "name": "man_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♂‍➡️"},
{"keyword": ":man_running_facing_right_dark_skin_tone:", "name": "man_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♂️‍➡"},
{"keyword": ":man_running_facing_right_dark_skin_tone:", "name": "man_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♂‍➡"},
{"keyword": ":man_running_facing_right_light_skin_tone:", "name": "man_running_facing_right_light_skin_tone", "text": "🏃🏻‍♂️‍➡️"},
{"keyword": ":man_running_facing_right_light_skin_tone:", "name": "man_running_facing_right_light_skin_tone", "text": "🏃🏻‍♂‍➡️"},
{"keyword": ":man_running_facing_right_light_skin_tone:", "name": "man_running_facing_right_light_skin_tone", "text": "🏃🏻‍♂️‍➡"},
{"keyword": ":man_running_facing_right_light_skin_tone:", "name": "man_running_facing_right_light_skin_tone", "text": "🏃🏻‍♂‍➡"},
{"keyword": ":man_running_facing_right_medium-dark_skin_tone:", "name": "man_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♂️‍➡️"},
{"keyword": ":man_running_facing_right_medium-dark_skin_tone:", "name": "man_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♂‍➡️"},
{"keyword": ":man_running_facing_right_medium-dark_skin_tone:", "name": "man_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♂️‍➡"},
{"keyword": ":man_running_facing_right_medium-dark_skin_tone:", "name": "man_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♂‍➡"},
{"keyword": ":man_running_facing_right_medium-light_skin_tone:", "name": "man_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♂️‍➡️"},
{"keyword": ":man_running_facing_right_medium-light_skin_tone:", "name": "man_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♂‍➡️"},
{"keyword": ":man_running_facing_right_medium-light_skin_tone:", "name": "man_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♂️‍➡"},
{"keyword": ":man_running_facing_right_medium-light_skin_tone:", "name": "man_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♂‍➡"},
{"keyword": ":man_running_facing_right_medium_skin_tone:", "name": "man_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♂️‍➡️"},
{"keyword": ":man_running_facing_right_medium_skin_tone:", "name": "man_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♂‍➡️"},
{"keyword": ":man_running_facing_right_medium_skin_tone:", "name": "man_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♂️‍➡"},
{"keyword": ":man_running_facing_right_medium_skin_tone:", "name": "man_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♂‍➡"},
{"keyword": ":man_running_light_skin_tone:", "name": "man_running_light_skin_tone", "text": "🏃🏻‍♂️"},
{"keyword": ":man_running_light_skin_tone:", "name": "man_running_light_skin_tone", "text": "🏃🏻‍♂"},
{"keyword": ":man_running_medium-dark_skin_tone:", "name": "man_running_medium-dark_skin_tone", "text": "🏃🏾‍♂️"},
{"keyword": ":man_running_medium-dark_skin_tone:", "name": "man_running_medium-dark_skin_tone", "text": "🏃🏾‍♂"},
{"keyword": ":man_running_medium-light_skin_tone:", "name": "man_running_medium-light_skin_tone", "text": "🏃🏼‍♂️"},
{"keyword": ":man_running_medium-light_skin_tone:", "name": "man_running_medium-light_skin_tone", "text": "🏃🏼‍♂"},
{"keyword": ":man_running_medium_skin_tone:", "name": "man_running_medium_skin_tone", "text": "🏃🏽‍♂️"},
{"keyword": ":man_running_medium_skin_tone:", "name": "man_running_medium_skin_tone", "text": "🏃🏽‍♂"},
{"keyword": ":man_scientist:", "name": "man_scientist", "text": "👨‍🔬"},
{"keyword": ":man_scientist_dark_skin_tone:", "name": "man_scientist_dark_skin_tone", "text": "👨🏿‍🔬"},
{"keyword": ":man_scientist_light_skin_tone:", "name": "man_scientist_light_skin_tone", "text": "👨🏻‍🔬"},
{"keyword": ":man_scientist_medium-dark_skin_tone:", "name": "man_scientist_medium-dark_skin_tone", "text": "👨🏾‍🔬"},
{"keyword": ":man_scientist_medium-light_skin_tone:", "name": "man_scientist_medium-light_skin_tone", "text": "👨🏼‍🔬"},
{"keyword": ":man_scientist_medium_skin_tone:", "name": "man_scientist_medium_skin_tone", "text": "👨🏽‍🔬"},
{"keyword": ":man_shrugging:", "name": "man_shrugging", "text": "🤷‍♂️"},
{"keyword": ":man_shrugging:", "name": "man_shrugging", "text": "🤷‍♂"},
{"keyword": ":man_shrugging_dark_skin_tone:", "name": "man_shrugging_dark_skin_tone", "text": "🤷🏿‍♂️"},
{"keyword": ":man_shrugging_dark_skin_tone:", "name": "man_shrugging_dark_skin_tone", "text": "🤷🏿‍♂"},
{"keyword": ":man_shrugging_light_skin_tone:", "name": "man_shrugging_light_skin_tone", "text": "🤷🏻‍♂️"},
{"keyword": ":man_shrugging_light_skin_tone:", "name": "man_shrugging_light_skin_tone", "text": "🤷🏻‍♂"},
{"keyword": ":man_shrugging_medium-dark_skin_tone:", "name": "man_shrugging_medium-dark_skin_tone", "text": "🤷🏾‍♂️"},
{"keyword": ":man_shrugging_medium-dark_skin_tone:", "name": "man_shrugging_medium-dark_skin_tone", "text": "🤷🏾‍♂"},
{"keyword": ":man_shrugging_medium-light_skin_tone:", "name": "man_shrugging_medium-light_skin_tone", "text": "🤷🏼‍♂️"},
{"keyword": ":man_shrugging_medium-light_skin_tone:", "name": "man_shrugging_medium-light_skin_tone", "text": "🤷🏼‍♂"},
{"keyword": ":man_shrugging_medium_skin_tone:", "name": "man_shrugging_medium_skin_tone", "text": "🤷🏽‍♂️"},
{"keyword": ":man_shrugging_medium_skin_tone:", "name": "man_shrugging_medium_skin_tone", "text": "🤷🏽‍♂"},
{"keyword": ":man_singer:", "name": "man_singer", "text": "👨‍🎤"},
{"keyword": ":man_singer_dark_skin_tone:", "name": "man_singer_dark_skin_tone", "text": "👨🏿‍🎤"},
{"keyword": ":man_singer_light_skin_tone:", "name": "man_singer_light_skin_tone", "text": "👨🏻‍🎤"},
{"keyword": ":man_singer_medium-dark_skin_tone:", "name": "man_singer_medium-dark_skin_tone", "text": "👨🏾‍🎤"},
{"keyword": ":man_singer_medium-light_skin_tone:", "name": "man_singer_medium-light_skin_tone", "text": "👨🏼‍🎤"},
{"keyword": ":man_singer_medium_skin_tone:", "name": "man_singer_medium_skin_tone", "text": "👨🏽‍🎤"},
{"keyword": ":standing_man:", "name": "man_standing", "text": "🧍‍♂️"},
{"keyword": ":man_standing:", "name": "man_standing_1", "text": "🧍‍♂️"},
{"keyword": ":standing_man:", "name": "man_standing", "text": "🧍‍♂"},
{"keyword": ":man_standing:", "name": "man_standing_1", "text": "🧍‍♂"},
{"keyword": ":man_standing_dark_skin_tone:", "name": "man_standing_dark_skin_tone", "text": "🧍🏿‍♂️"},
{"keyword": ":man_standing_dark_skin_tone:", "name": "man_standing_dark_skin_tone", "text": "🧍🏿‍♂"},
{"keyword": ":man_standing_light_skin_tone:", "name": "man_standing_light_skin_tone", "text": "🧍🏻‍♂️"},
{"keyword": ":man_standing_light_skin_tone:", "name": "man_standing_light_skin_tone", "text": "🧍🏻‍♂"},
{"keyword": ":man_standing_medium-dark_skin_tone:", "name": "man_standing_medium-dark_skin_tone", "text": "🧍🏾‍♂️"},
{"keyword": ":man_standing_medium-dark_skin_tone:", "name": "man_standing_medium-dark_skin_tone", "text": "🧍🏾‍♂"},
{"keyword": ":man_standing_medium-light_skin_tone:", "name": "man_standing_medium-light_skin_tone", "text": "🧍🏼‍♂️"},
{"keyword": ":man_standing_medium-light_skin_tone:", "name": "man_standing_medium-light_skin_tone", "text": "🧍🏼‍♂"},
{"keyword": ":man_standing_medium_skin_tone:", "name": "man_standing_medium_skin_tone", "text": "🧍🏽‍♂️"},
{"keyword": ":man_standing_medium_skin_tone:", "name": "man_standing_medium_skin_tone", "text": "🧍🏽‍♂"},
{"keyword": ":man_student:", "name": "man_student", "text": "👨‍🎓"},
{"keyword": ":man_student_dark_skin_tone:", "name": "man_student_dark_skin_tone", "text": "👨🏿‍🎓"},
{"keyword": ":man_student_light_skin_tone:", "name": "man_student_light_skin_tone", "text": "👨🏻‍🎓"},
{"keyword": ":man_student_medium-dark_skin_tone:", "name": "man_student_medium-dark_skin_tone", "text": "👨🏾‍🎓"},
{"keyword": ":man_student_medium-light_skin_tone:", "name": "man_student_medium-light_skin_tone", "text": "👨🏼‍🎓"},
{"keyword": ":man_student_medium_skin_tone:", "name": "man_student_medium_skin_tone", "text": "👨🏽‍🎓"},
{"keyword": ":man_superhero:", "name": "man_superhero", "text": "🦸‍♂️"},
{"keyword": ":superhero_man:", "name": "man_superhero_1", "text": "🦸‍♂️"},
{"keyword": ":man_superhero:", "name": "man_superhero", "text": "🦸‍♂"},
{"keyword": ":superhero_man:", "name": "man_superhero_1", "text": "🦸‍♂"},
{"keyword": ":man_superhero_dark_skin_tone:", "name": "man_superhero_dark_skin_tone", "text": "🦸🏿‍♂️"},
{"keyword": ":man_superhero_dark_skin_tone:", "name": "man_superhero_dark_skin_tone", "text": "🦸🏿‍♂"},
{"keyword": ":man_superhero_light_skin_tone:", "name": "man_superhero_light_skin_tone", "text": "🦸🏻‍♂️"},
{"keyword": ":man_superhero_light_skin_tone:", "name": "man_superhero_light_skin_tone", "text": "🦸🏻‍♂"},
{"keyword": ":man_superhero_medium-dark_skin_tone:", "name": "man_superhero_medium-dark_skin_tone", "text": "🦸🏾‍♂️"},
{"keyword": ":man_superhero_medium-dark_skin_tone:", "name": "man_superhero_medium-dark_skin_tone", "text": "🦸🏾‍♂"},
{"keyword": ":man_superhero_medium-light_skin_tone:", "name": "man_superhero_medium-light_skin_tone", "text": "🦸🏼‍♂️"},
{"keyword": ":man_superhero_medium-light_skin_tone:", "name": "man_superhero_medium-light_skin_tone", "text": "🦸🏼‍♂"},
{"keyword": ":man_superhero_medium_skin_tone:", "name": "man_superhero_medium_skin_tone", "text": "🦸🏽‍♂️"},
{"keyword": ":man_superhero_medium_skin_tone:", "name": "man_superhero_medium_skin_tone", "text": "🦸🏽‍♂"},
{"keyword": ":man_supervillain:", "name": "man_supervillain", "text": "🦹‍♂️"},
{"keyword": ":supervillain_man:", "name": "man_supervillain_1", "text": "🦹‍♂️"},
{"keyword": ":man_supervillain:", "name": "man_supervillain", "text": "🦹‍♂"},
{"keyword": ":supervillain_man:", "name": "man_supervillain_1", "text": "🦹‍♂"},
{"keyword": ":man_supervillain_dark_skin_tone:", "name": "man_supervillain_dark_skin_tone", "text": "🦹🏿‍♂️"},
{"keyword": ":man_supervillain_dark_skin_tone:", "name": "man_supervillain_dark_skin_tone", "text": "🦹🏿‍♂"},
{"keyword": ":man_supervillain_light_skin_tone:", "name": "man_supervillain_light_skin_tone", "text": "🦹🏻‍♂️"},
{"keyword": ":man_supervillain_light_skin_tone:", "name": "man_supervillain_light_skin_tone", "text": "🦹🏻‍♂"},
{"keyword": ":man_supervillain_medium-dark_skin_tone:", "name": "man_supervillain_medium-dark_skin_tone", "text": "🦹🏾‍♂️"},
{"keyword": ":man_supervillain_medium-dark_skin_tone:", "name": "man_supervillain_medium-dark_skin_tone", "text": "🦹🏾‍♂"},
{"keyword": ":man_supervillain_medium-light_skin_tone:", "name": "man_supervillain_medium-light_skin_tone", "text": "🦹🏼‍♂️"},
{"keyword": ":man_supervillain_medium-light_skin_tone:", "name": "man_supervillain_medium-light_skin_tone", "text": "🦹🏼‍♂"},
{"keyword": ":man_supervillain_medium_skin_tone:", "name": "man_supervillain_medium_skin_tone", "text": "🦹🏽‍♂️"},
{"keyword": ":man_supervillain_medium_skin_tone:", "name": "man_supervillain_medium_skin_tone", "text": "🦹🏽‍♂"},
{"keyword": ":surfing_man:", "name": "man_surfing", "text": "🏄‍♂️"},
{"keyword": ":man_surfing:", "name": "man_surfing_1", "text": "🏄‍♂️"},
{"keyword": ":surfing_man:", "name": "man_surfing", "text": "🏄‍♂"},
{"keyword": ":man_surfing:", "name": "man_surfing_1", "text": "🏄‍♂"},
{"keyword": ":man_surfing_dark_skin_tone:", "name": "man_surfing_dark_skin_tone", "text": "🏄🏿‍♂️"},
{"keyword": ":man_surfing_dark_skin_tone:", "name": "man_surfing_dark_skin_tone", "text": "🏄🏿‍♂"},
{"keyword": ":man_surfing_light_skin_tone:", "name": "man_surfing_light_skin_tone", "text": "🏄🏻‍♂️"},
{"keyword": ":man_surfing_light_skin_tone:", "name": "man_surfing_light_skin_tone", "text": "🏄🏻‍♂"},
{"keyword": ":man_surfing_medium-dark_skin_tone:", "name": "man_surfing_medium-dark_skin_tone", "text": "🏄🏾‍♂️"},
{"keyword": ":man_surfing_medium-dark_skin_tone:", "name": "man_surfing_medium-dark_skin_tone", "text": "🏄🏾‍♂"},
{"keyword": ":man_surfing_medium-light_skin_tone:", "name": "man_surfing_medium-light_skin_tone", "text": "🏄🏼‍♂️"},
{"keyword": ":man_surfing_medium-light_skin_tone:", "name": "man_surfing_medium-light_skin_tone", "text": "🏄🏼‍♂"},
{"keyword": ":man_surfing_medium_skin_tone:", "name": "man_surfing_medium_skin_tone", "text": "🏄🏽‍♂️"},
{"keyword": ":man_surfing_medium_skin_tone:", "name": "man_surfing_medium_skin_tone", "text": "🏄🏽‍♂"},
{"keyword": ":swimming_man:", "name": "man_swimming", "text": "🏊‍♂️"},
{"keyword": ":man_swimming:", "name": "man_swimming_1", "text": "🏊‍♂️"},
{"keyword": ":swimming_man:", "name": "man_swimming", "text": "🏊‍♂"},
{"keyword": ":man_swimming:", "name": "man_swimming_1", "text": "🏊‍♂"},
{"keyword": ":man_swimming_dark_skin_tone:", "name": "man_swimming_dark_skin_tone", "text": "🏊🏿‍♂️"},
{"keyword": ":man_swimming_dark_skin_tone:", "name": "man_swimming_dark_skin_tone", "text": "🏊🏿‍♂"},
{"keyword": ":man_swimming_light_skin_tone:", "name": "man_swimming_light_skin_tone", "text": "🏊🏻‍♂️"},
{"keyword": ":man_swimming_light_skin_tone:", "name": "man_swimming_light_skin_tone", "text": "🏊🏻‍♂"},
{"keyword": ":man_swimming_medium-dark_skin_tone:", "name": "man_swimming_medium-dark_skin_tone", "text": "🏊🏾‍♂️"},
{"keyword": ":man_swimming_medium-dark_skin_tone:", "name": "man_swimming_medium-dark_skin_tone", "text": "🏊🏾‍♂"},
{"keyword": ":man_swimming_medium-light_skin_tone:", "name": "man_swimming_medium-light_skin_tone", "text": "🏊🏼‍♂️"},
{"keyword": ":man_swimming_medium-light_skin_tone:", "name": "man_swimming_medium-light_skin_tone", "text": "🏊🏼‍♂"},
{"keyword": ":man_swimming_medium_skin_tone:", "name": "man_swimming_medium_skin_tone", "text": "🏊🏽‍♂️"},
{"keyword": ":man_swimming_medium_skin_tone:", "name": "man_swimming_medium_skin_tone", "text": "🏊🏽‍♂"},
{"keyword": ":man_teacher:", "name": "man_teacher", "text": "👨‍🏫"},
{"keyword": ":man_teacher_dark_skin_tone:", "name": "man_teacher_dark_skin_tone", "text": "👨🏿‍🏫"},
{"keyword": ":man_teacher_light_skin_tone:", "name": "man_teacher_light_skin_tone", "text": "👨🏻‍🏫"},
{"keyword": ":man_teacher_medium-dark_skin_tone:", "name": "man_teacher_medium-dark_skin_tone", "text": "👨🏾‍🏫"},
{"keyword": ":man_teacher_medium-light_skin_tone:", "name": "man_teacher_medium-light_skin_tone", "text": "👨🏼‍🏫"},
{"keyword": ":man_teacher_medium_skin_tone:", "name": "man_teacher_medium_skin_tone", "text": "👨🏽‍🏫"},
{"keyword": ":man_technologist:", "name": "man_technologist", "text": "👨‍💻"},
{"keyword": ":man_technologist_dark_skin_tone:", "name": "man_technologist_dark_skin_tone", "text": "👨🏿‍💻"},
{"keyword": ":man_technologist_light_skin_tone:", "name": "man_technologist_light_skin_tone", "text": "👨🏻‍💻"},
{"keyword": ":man_technologist_medium-dark_skin_tone:", "name": "man_technologist_medium-dark_skin_tone", "text": "👨🏾‍💻"},
{"keyword": ":man_technologist_medium-light_skin_tone:", "name": "man_technologist_medium-light_skin_tone", "text": "👨🏼‍💻"},
{"keyword": ":man_technologist_medium_skin_tone:", "name": "man_technologist_medium_skin_tone", "text": "👨🏽‍💻"},
{"keyword": ":man_tipping_hand:", "name": "man_tipping_hand", "text": "💁‍♂️"},
{"keyword": ":sassy_man:", "name": "man_tipping_hand_1", "text": "💁‍♂️"},
{"keyword": ":tipping_hand_man:", "name": "man_tipping_hand_2", "text": "💁‍♂️"},
{"keyword": ":man_tipping_hand:", "name": "man_tipping_hand", "text": "💁‍♂"},
{"keyword": ":sassy_man:", "name": "man_tipping_hand_1", "text": "💁‍♂"},
{"keyword": ":tipping_hand_man:", "name": "man_tipping_hand_2", "text": "💁‍♂"},
{"keyword": ":man_tipping_hand_dark_skin_tone:", "name": "man_tipping_hand_dark_skin_tone", "text": "💁🏿‍♂️"},
{"keyword": ":man_tipping_hand_dark_skin_tone:", "name": "man_tipping_hand_dark_skin_tone", "text": "💁🏿‍♂"},
{"keyword": ":man_tipping_hand_light_skin_tone:", "name": "man_tipping_hand_light_skin_tone", "text": "💁🏻‍♂️"},
{"keyword": ":man_tipping_hand_light_skin_tone:", "name": "man_tipping_hand_light_skin_tone", "text": "💁🏻‍♂"},
{"keyword": ":man_tipping_hand_medium-dark_skin_tone:", "name": "man_tipping_hand_medium-dark_skin_tone", "text": "💁🏾‍♂️"},
{"keyword": ":man_tipping_hand_medium-dark_skin_tone:", "name": "man_tipping_hand_medium-dark_skin_tone", "text": "💁🏾‍♂"},
{"keyword": ":man_tipping_hand_medium-light_skin_tone:", "name": "man_tipping_hand_medium-light_skin_tone", "text": "💁🏼‍♂️"},
{"keyword": ":man_tipping_hand_medium-light_skin_tone:", "name": "man_tipping_hand_medium-light_skin_tone", "text": "💁🏼‍♂"},
{"keyword": ":man_tipping_hand_medium_skin_tone:", "name": "man_tipping_hand_medium_skin_tone", "text": "💁🏽‍♂️"},
{"keyword": ":man_tipping_hand_medium_skin_tone:", "name": "man_tipping_hand_medium_skin_tone", "text": "💁🏽‍♂"},
{"keyword": ":man_vampire:", "name": "man_vampire", "text": "🧛‍♂️"},
{"keyword": ":vampire_man:", "name": "man_vampire_1", "text": "🧛‍♂️"},
{"keyword": ":man_vampire:", "name": "man_vampire", "text": "🧛‍♂"},
{"keyword": ":vampire_man:", "name": "man_vampire_1", "text": "🧛‍♂"},
{"keyword": ":man_vampire_dark_skin_tone:", "name": "man_vampire_dark_skin_tone", "text": "🧛🏿‍♂️"},
{"keyword": ":man_vampire_dark_skin_tone:", "name": "man_vampire_dark_skin_tone", "text": "🧛🏿‍♂"},
{"keyword": ":man_vampire_light_skin_tone:", "name": "man_vampire_light_skin_tone", "text": "🧛🏻‍♂️"},
{"keyword": ":man_vampire_light_skin_tone:", "name": "man_vampire_light_skin_tone", "text": "🧛🏻‍♂"},
{"keyword": ":man_vampire_medium-dark_skin_tone:", "name": "man_vampire_medium-dark_skin_tone", "text": "🧛🏾‍♂️"},
{"keyword": ":man_vampire_medium-dark_skin_tone:", "name": "man_vampire_medium-dark_skin_tone", "text": "🧛🏾‍♂"},
{"keyword": ":man_vampire_medium-light_skin_tone:", "name": "man_vampire_medium-light_skin_tone", "text": "🧛🏼‍♂️"},
{"keyword": ":man_vampire_medium-light_skin_tone:", "name": "man_vampire_medium-light_skin_tone", "text": "🧛🏼‍♂"},
{"keyword": ":man_vampire_medium_skin_tone:", "name": "man_vampire_medium_skin_tone", "text": "🧛🏽‍♂️"},
{"keyword": ":man_vampire_medium_skin_tone:", "name": "man_vampire_medium_skin_tone", "text": "🧛🏽‍♂"},
{"keyword": ":man_walking:", "name": "man_walking", "text": "🚶‍♂️"},
{"keyword": ":walking_man:", "name": "man_walking_1", "text": "🚶‍♂️"},
{"keyword": ":man_walking:", "name": "man_walking", "text": "🚶‍♂"},
{"keyword": ":walking_man:", "name": "man_walking_1", "text": "🚶‍♂"},
{"keyword": ":man_walking_dark_skin_tone:", "name": "man_walking_dark_skin_tone", "text": "🚶🏿‍♂️"},
{"keyword": ":man_walking_dark_skin_tone:", "name": "man_walking_dark_skin_tone", "text": "🚶🏿‍♂"},
{"keyword": ":man_walking_facing_right:", "name": "man_walking_facing_right", "text": "🚶‍♂️‍➡️"},
{"keyword": ":man_walking_facing_right:", "name": "man_walking_facing_right", "text": "🚶‍♂‍➡️"},
{"keyword": ":man_walking_facing_right:", "name": "man_walking_facing_right", "text": "🚶‍♂️‍➡"},
{"keyword": ":man_walking_facing_right:", "name": "man_walking_facing_right", "text": "🚶‍♂‍➡"},
{"keyword": ":man_walking_facing_right_dark_skin_tone:", "name": "man_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♂️‍➡️"},
{"keyword": ":man_walking_facing_right_dark_skin_tone:", "name": "man_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♂‍➡️"},
{"keyword": ":man_walking_facing_right_dark_skin_tone:", "name": "man_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♂️‍➡"},
{"keyword": ":man_walking_facing_right_dark_skin_tone:", "name": "man_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♂‍➡"},
{"keyword": ":man_walking_facing_right_light_skin_tone:", "name": "man_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♂️‍➡️"},
{"keyword": ":man_walking_facing_right_light_skin_tone:", "name": "man_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♂‍➡️"},
{"keyword": ":man_walking_facing_right_light_skin_tone:", "name": "man_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♂️‍➡"},
{"keyword": ":man_walking_facing_right_light_skin_tone:", "name": "man_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♂‍➡"},
{"keyword": ":man_walking_facing_right_medium-dark_skin_tone:", "name": "man_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♂️‍➡️"},
{"keyword": ":man_walking_facing_right_medium-dark_skin_tone:", "name": "man_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♂‍➡️"},
{"keyword": ":man_walking_facing_right_medium-dark_skin_tone:", "name": "man_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♂️‍➡"},
{"keyword": ":man_walking_facing_right_medium-dark_skin_tone:", "name": "man_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♂‍➡"},
{"keyword": ":man_walking_facing_right_medium-light_skin_tone:", "name": "man_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♂️‍➡️"},
{"keyword": ":man_walking_facing_right_medium-light_skin_tone:", "name": "man_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♂‍➡️"},
{"keyword": ":man_walking_facing_right_medium-light_skin_tone:", "name": "man_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♂️‍➡"},
{"keyword": ":man_walking_facing_right_medium-light_skin_tone:", "name": "man_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♂‍➡"},
{"keyword": ":man_walking_facing_right_medium_skin_tone:", "name": "man_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♂️‍➡️"},
{"keyword": ":man_walking_facing_right_medium_skin_tone:", "name": "man_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♂‍➡️"},
{"keyword": ":man_walking_facing_right_medium_skin_tone:", "name": "man_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♂️‍➡"},
{"keyword": ":man_walking_facing_right_medium_skin_tone:", "name": "man_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♂‍➡"},
{"keyword": ":man_walking_light_skin_tone:", "name": "man_walking_light_skin_tone", "text": "🚶🏻‍♂️"},
{"keyword": ":man_walking_light_skin_tone:", "name": "man_walking_light_skin_tone", "text": "🚶🏻‍♂"},
{"keyword": ":man_walking_medium-dark_skin_tone:", "name": "man_walking_medium-dark_skin_tone", "text": "🚶🏾‍♂️"},
{"keyword": ":man_walking_medium-dark_skin_tone:", "name": "man_walking_medium-dark_skin_tone", "text": "🚶🏾‍♂"},
{"keyword": ":man_walking_medium-light_skin_tone:", "name": "man_walking_medium-light_skin_tone", "text": "🚶🏼‍♂️"},
{"keyword": ":man_walking_medium-light_skin_tone:", "name": "man_walking_medium-light_skin_tone", "text": "🚶🏼‍♂"},
{"keyword": ":man_walking_medium_skin_tone:", "name": "man_walking_medium_skin_tone", "text": "🚶🏽‍♂️"},
{"keyword": ":man_walking_medium_skin_tone:", "name": "man_walking_medium_skin_tone", "text": "🚶🏽‍♂"},
{"keyword": ":man_wearing_turban:", "name": "man_wearing_turban", "text": "👳‍♂️"},
{"keyword": ":man_with_turban:", "name": "man_wearing_turban_1", "text": "👳‍♂️"},
{"keyword": ":man_wearing_turban:", "name": "man_wearing_turban", "text": "👳‍♂"},
{"keyword": ":man_with_turban:", "name": "man_wearing_turban_1", "text": "👳‍♂"},
{"keyword": ":man_wearing_turban_dark_skin_tone:", "name": "man_wearing_turban_dark_skin_tone", "text": "👳🏿‍♂️"},
{"keyword": ":man_wearing_turban_dark_skin_tone:", "name": "man_wearing_turban_dark_skin_tone", "text": "👳🏿‍♂"},
{"keyword": ":man_wearing_turban_light_skin_tone:", "name": "man_wearing_turban_light_skin_tone", "text": "👳🏻‍♂️"},
{"keyword": ":man_wearing_turban_light_skin_tone:", "name": "man_wearing_turban_light_skin_tone", "text": "👳🏻‍♂"},
{"keyword": ":man_wearing_turban_medium-dark_skin_tone:", "name": "man_wearing_turban_medium-dark_skin_tone", "text": "👳🏾‍♂️"},
{"keyword": ":man_wearing_turban_medium-dark_skin_tone:", "name": "man_wearing_turban_medium-dark_skin_tone", "text": "👳🏾‍♂"},
{"keyword": ":man_wearing_turban_medium-light_skin_tone:", "name": "man_wearing_turban_medium-light_skin_tone", "text": "👳🏼‍♂️"},
{"keyword": ":man_wearing_turban_medium-light_skin_tone:", "name": "man_wearing_turban_medium-light_skin_tone", "text": "👳🏼‍♂"},
{"keyword": ":man_wearing_turban_medium_skin_tone:", "name": "man_wearing_turban_medium_skin_tone", "text": "👳🏽‍♂️"},
{"keyword": ":man_wearing_turban_medium_skin_tone:", "name": "man_wearing_turban_medium_skin_tone", "text": "👳🏽‍♂"},
{"keyword": ":white_haired_man:", "name": "man_white_hair", "text": "👨‍🦳"},
{"keyword": ":man_white_hair:", "name": "man_white_hair_1", "text": "👨‍🦳"},
{"keyword": ":man_with_veil:", "name": "man_with_veil", "text": "👰‍♂️"},
{"keyword": ":man_with_veil:", "name": "man_with_veil", "text": "👰‍♂"},
{"keyword": ":man_with_veil_dark_skin_tone:", "name": "man_with_veil_dark_skin_tone", "text": "👰🏿‍♂️"},
{"keyword": ":man_with_veil_dark_skin_tone:", "name": "man_with_veil_dark_skin_tone", "text": "👰🏿‍♂"},
{"keyword": ":man_with_veil_light_skin_tone:", "name": "man_with_veil_light_skin_tone", "text": "👰🏻‍♂️"},
{"keyword": ":man_with_veil_light_skin_tone:", "name": "man_with_veil_light_skin_tone", "text": "👰🏻‍♂"},
{"keyword": ":man_with_veil_medium-dark_skin_tone:", "name": "man_with_veil_medium-dark_skin_tone", "text": "👰🏾‍♂️"},
{"keyword": ":man_with_veil_medium-dark_skin_tone:", "name": "man_with_veil_medium-dark_skin_tone", "text": "👰🏾‍♂"},
{"keyword": ":man_with_veil_medium-light_skin_tone:", "name": "man_with_veil_medium-light_skin_tone", "text": "👰🏼‍♂️"},
{"keyword": ":man_with_veil_medium-light_skin_tone:", "name": "man_with_veil_medium-light_skin_tone", "text": "👰🏼‍♂"},
{"keyword": ":man_with_veil_medium_skin_tone:", "name": "man_with_veil_medium_skin_tone", "text": "👰🏽‍♂️"},
{"keyword": ":man_with_veil_medium_skin_tone:", "name": "man_with_veil_medium_skin_tone", "text": "👰🏽‍♂"},
{"keyword": ":man_with_white_cane:", "name": "man_with_white_cane", "text": "👨‍🦯"},
{"keyword": ":man_with_probing_cane:", "name": "man_with_white_cane_1", "text": "👨‍🦯"},
{"keyword": ":man_with_white_cane_dark_skin_tone:", "name": "man_with_white_cane_dark_skin_tone", "text": "👨🏿‍🦯"},
{"keyword": ":man_with_white_cane_facing_right:", "name": "man_with_white_cane_facing_right", "text": "👨‍🦯‍➡️"},
{"keyword": ":man_with_white_cane_facing_right:", "name": "man_with_white_cane_facing_right", "text": "👨‍🦯‍➡"},
{"keyword": ":man_with_white_cane_facing_right_dark_skin_tone:", "name": "man_with_white_cane_facing_right_dark_skin_tone", "text": "👨🏿‍🦯‍➡️"},
{"keyword": ":man_with_white_cane_facing_right_dark_skin_tone:", "name": "man_with_white_cane_facing_right_dark_skin_tone", "text": "👨🏿‍🦯‍➡"},
{"keyword": ":man_with_white_cane_facing_right_light_skin_tone:", "name": "man_with_white_cane_facing_right_light_skin_tone", "text": "👨🏻‍🦯‍➡️"},
{"keyword": ":man_with_white_cane_facing_right_light_skin_tone:", "name": "man_with_white_cane_facing_right_light_skin_tone", "text": "👨🏻‍🦯‍➡"},
{"keyword": ":man_with_white_cane_facing_right_medium-dark_skin_tone:", "name": "man_with_white_cane_facing_right_medium-dark_skin_tone", "text": "👨🏾‍🦯‍➡️"},
{"keyword": ":man_with_white_cane_facing_right_medium-dark_skin_tone:", "name": "man_with_white_cane_facing_right_medium-dark_skin_tone", "text": "👨🏾‍🦯‍➡"},
{"keyword": ":man_with_white_cane_facing_right_medium-light_skin_tone:", "name": "man_with_white_cane_facing_right_medium-light_skin_tone", "text": "👨🏼‍🦯‍➡️"},
{"keyword": ":man_with_white_cane_facing_right_medium-light_skin_tone:", "name": "man_with_white_cane_facing_right_medium-light_skin_tone", "text": "👨🏼‍🦯‍➡"},
{"keyword": ":man_with_white_cane_facing_right_medium_skin_tone:", "name": "man_with_white_cane_facing_right_medium_skin_tone", "text": "👨🏽‍🦯‍➡️"},
{"keyword": ":man_with_white_cane_facing_right_medium_skin_tone:", "name": "man_with_white_cane_facing_right_medium_skin_tone", "text": "👨🏽‍🦯‍➡"},
{"keyword": ":man_with_white_cane_light_skin_tone:", "name": "man_with_white_cane_light_skin_tone", "text": "👨🏻‍🦯"},
{"keyword": ":man_with_white_cane_medium-dark_skin_tone:", "name": "man_with_white_cane_medium-dark_skin_tone", "text": "👨🏾‍🦯"},
{"keyword": ":man_with_white_cane_medium-light_skin_tone:", "name": "man_with_white_cane_medium-light_skin_tone", "text": "👨🏼‍🦯"},
{"keyword": ":man_with_white_cane_medium_skin_tone:", "name": "man_with_white_cane_medium_skin_tone", "text": "👨🏽‍🦯"},
{"keyword": ":zombie_man:", "name": "man_zombie", "text": "🧟‍♂️"},
{"keyword": ":man_zombie:", "name": "man_zombie_1", "text": "🧟‍♂️"},
{"keyword": ":zombie_man:", "name": "man_zombie", "text": "🧟‍♂"},
{"keyword": ":man_zombie:", "name": "man_zombie_1", "text": "🧟‍♂"},
{"keyword": ":mango:", "name": "mango", "text": "🥭"},
{"keyword": ":mantelpiece_clock:", "name": "mantelpiece_clock", "text": "🕰️"},
{"keyword": ":mantelpiece_clock:", "name": "mantelpiece_clock", "text": "🕰"},
{"keyword": ":manual_wheelchair:", "name": "manual_wheelchair", "text": "🦽"},
{"keyword": ":shoe:", "name": "man’s_shoe", "text": "👞"},
{"keyword": ":mans_shoe:", "name": "man’s_shoe_1", "text": "👞"},
{"keyword": ":man’s_shoe:", "name": "man’s_shoe_2", "text": "👞"},
{"keyword": ":map_of_japan:", "name": "map_of_Japan", "text": "🗾"},
{"keyword": ":japan:", "name": "map_of_Japan_1", "text": "🗾"},
{"keyword": ":maple_leaf:", "name": "maple_leaf", "text": "🍁"},
{"keyword": ":maracas:", "name": "maracas", "text": "🪇"},
{"keyword": ":martial_arts_uniform:", "name": "martial_arts_uniform", "text": "🥋"},
{"keyword": ":mate:", "name": "mate", "text": "🧉"},
{"keyword": ":meat_on_bone:", "name": "meat_on_bone", "text": "🍖"},
{"keyword": ":mechanic:", "name": "mechanic", "text": "🧑‍🔧"},
{"keyword": ":mechanic_dark_skin_tone:", "name": "mechanic_dark_skin_tone", "text": "🧑🏿‍🔧"},
{"keyword": ":mechanic_light_skin_tone:", "name": "mechanic_light_skin_tone", "text": "🧑🏻‍🔧"},
{"keyword": ":mechanic_medium-dark_skin_tone:", "name": "mechanic_medium-dark_skin_tone", "text": "🧑🏾‍🔧"},
{"keyword": ":mechanic_medium-light_skin_tone:", "name": "mechanic_medium-light_skin_tone", "text": "🧑🏼‍🔧"},
{"keyword": ":mechanic_medium_skin_tone:", "name": "mechanic_medium_skin_tone", "text": "🧑🏽‍🔧"},
{"keyword": ":mechanical_arm:", "name": "mechanical_arm", "text": "🦾"},
{"keyword": ":mechanical_leg:", "name": "mechanical_leg", "text": "🦿"},
{"keyword": ":medical_symbol:", "name": "medical_symbol", "text": "⚕️"},
{"keyword": ":medical_symbol:", "name": "medical_symbol", "text": "⚕"},
{"keyword": ":emoji_modifier_fitzpatrick_type_5:", "name": "medium-dark_skin_tone", "text": "🏾"},
{"keyword": ":medium-dark_skin_tone:", "name": "medium-dark_skin_tone_1", "text": "🏾"},
{"keyword": ":emoji_modifier_fitzpatrick_type_3:", "name": "medium-light_skin_tone", "text": "🏼"},
{"keyword": ":medium-light_skin_tone:", "name": "medium-light_skin_tone_1", "text": "🏼"},
{"keyword": ":medium_skin_tone:", "name": "medium_skin_tone", "text": "🏽"},
{"keyword": ":emoji_modifier_fitzpatrick_type_4:", "name": "medium_skin_tone_1", "text": "🏽"},
{"keyword": ":mega:", "name": "megaphone", "text": "📣"},
{"keyword": ":megaphone:", "name": "megaphone_1", "text": "📣"},
{"keyword": ":melon:", "name": "melon", "text": "🍈"},
{"keyword": ":melting_face:", "name": "melting_face", "text": "🫠"},
{"keyword": ":memo:", "name": "memo", "text": "📝"},
{"keyword": ":pencil:", "name": "memo_1", "text": "📝"},
{"keyword": ":men_holding_hands:", "name": "men_holding_hands", "text": "👬"},
{"keyword": ":two_men_holding_hands:", "name": "men_holding_hands_1", "text": "👬"},
{"keyword": ":men_holding_hands_dark_skin_tone:", "name": "men_holding_hands_dark_skin_tone", "text": "👬🏿"},
{"keyword": ":men_holding_hands_dark_skin_tone_light_skin_tone:", "name": "men_holding_hands_dark_skin_tone_light_skin_tone", "text": "👨🏿‍🤝‍👨🏻"},
{"keyword": ":men_holding_hands_dark_skin_tone_medium-dark_skin_tone:", "name": "men_holding_hands_dark_skin_tone_medium-dark_skin_tone", "text": "👨🏿‍🤝‍👨🏾"},
{"keyword": ":men_holding_hands_dark_skin_tone_medium-light_skin_tone:", "name": "men_holding_hands_dark_skin_tone_medium-light_skin_tone", "text": "👨🏿‍🤝‍👨🏼"},
{"keyword": ":men_holding_hands_dark_skin_tone_medium_skin_tone:", "name": "men_holding_hands_dark_skin_tone_medium_skin_tone", "text": "👨🏿‍🤝‍👨🏽"},
{"keyword": ":men_holding_hands_light_skin_tone:", "name": "men_holding_hands_light_skin_tone", "text": "👬🏻"},
{"keyword": ":men_holding_hands_light_skin_tone_dark_skin_tone:", "name": "men_holding_hands_light_skin_tone_dark_skin_tone", "text": "👨🏻‍🤝‍👨🏿"},
{"keyword": ":men_holding_hands_light_skin_tone_medium-dark_skin_tone:", "name": "men_holding_hands_light_skin_tone_medium-dark_skin_tone", "text": "👨🏻‍🤝‍👨🏾"},
{"keyword": ":men_holding_hands_light_skin_tone_medium-light_skin_tone:", "name": "men_holding_hands_light_skin_tone_medium-light_skin_tone", "text": "👨🏻‍🤝‍👨🏼"},
{"keyword": ":men_holding_hands_light_skin_tone_medium_skin_tone:", "name": "men_holding_hands_light_skin_tone_medium_skin_tone", "text": "👨🏻‍🤝‍👨🏽"},
{"keyword": ":men_holding_hands_medium-dark_skin_tone:", "name": "men_holding_hands_medium-dark_skin_tone", "text": "👬🏾"},
{"keyword": ":men_holding_hands_medium-dark_skin_tone_dark_skin_tone:", "name": "men_holding_hands_medium-dark_skin_tone_dark_skin_tone", "text": "👨🏾‍🤝‍👨🏿"},
{"keyword": ":men_holding_hands_medium-dark_skin_tone_light_skin_tone:", "name": "men_holding_hands_medium-dark_skin_tone_light_skin_tone", "text": "👨🏾‍🤝‍👨🏻"},
{"keyword": ":men_holding_hands_medium-dark_skin_tone_medium-light_skin_tone:", "name": "men_holding_hands_medium-dark_skin_tone_medium-light_skin_tone", "text": "👨🏾‍🤝‍👨🏼"},
{"keyword": ":men_holding_hands_medium-dark_skin_tone_medium_skin_tone:", "name": "men_holding_hands_medium-dark_skin_tone_medium_skin_tone", "text": "👨🏾‍🤝‍👨🏽"},
{"keyword": ":men_holding_hands_medium-light_skin_tone:", "name": "men_holding_hands_medium-light_skin_tone", "text": "👬🏼"},
{"keyword": ":men_holding_hands_medium-light_skin_tone_dark_skin_tone:", "name": "men_holding_hands_medium-light_skin_tone_dark_skin_tone", "text": "👨🏼‍🤝‍👨🏿"},
{"keyword": ":men_holding_hands_medium-light_skin_tone_light_skin_tone:", "name": "men_holding_hands_medium-light_skin_tone_light_skin_tone", "text": "👨🏼‍🤝‍👨🏻"},
{"keyword": ":men_holding_hands_medium-light_skin_tone_medium-dark_skin_tone:", "name": "men_holding_hands_medium-light_skin_tone_medium-dark_skin_tone", "text": "👨🏼‍🤝‍👨🏾"},
{"keyword": ":men_holding_hands_medium-light_skin_tone_medium_skin_tone:", "name": "men_holding_hands_medium-light_skin_tone_medium_skin_tone", "text": "👨🏼‍🤝‍👨🏽"},
{"keyword": ":men_holding_hands_medium_skin_tone:", "name": "men_holding_hands_medium_skin_tone", "text": "👬🏽"},
{"keyword": ":men_holding_hands_medium_skin_tone_dark_skin_tone:", "name": "men_holding_hands_medium_skin_tone_dark_skin_tone", "text": "👨🏽‍🤝‍👨🏿"},
{"keyword": ":men_holding_hands_medium_skin_tone_light_skin_tone:", "name": "men_holding_hands_medium_skin_tone_light_skin_tone", "text": "👨🏽‍🤝‍👨🏻"},
{"keyword": ":men_holding_hands_medium_skin_tone_medium-dark_skin_tone:", "name": "men_holding_hands_medium_skin_tone_medium-dark_skin_tone", "text": "👨🏽‍🤝‍👨🏾"},
{"keyword": ":men_holding_hands_medium_skin_tone_medium-light_skin_tone:", "name": "men_holding_hands_medium_skin_tone_medium-light_skin_tone", "text": "👨🏽‍🤝‍👨🏼"},
{"keyword": ":men_with_bunny_ears:", "name": "men_with_bunny_ears", "text": "👯‍♂️"},
{"keyword": ":dancing_men:", "name": "men_with_bunny_ears_1", "text": "👯‍♂️"},
{"keyword": ":men_with_bunny_ears:", "name": "men_with_bunny_ears", "text": "👯‍♂"},
{"keyword": ":dancing_men:", "name": "men_with_bunny_ears_1", "text": "👯‍♂"},
{"keyword": ":men_wrestling:", "name": "men_wrestling", "text": "🤼‍♂️"},
{"keyword": ":men_wrestling:", "name": "men_wrestling", "text": "🤼‍♂"},
{"keyword": ":mending_heart:", "name": "mending_heart", "text": "❤️‍🩹"},
{"keyword": ":mending_heart:", "name": "mending_heart", "text": "❤‍🩹"},
{"keyword": ":menorah_with_nine_branches:", "name": "menorah", "text": "🕎"},
{"keyword": ":menorah:", "name": "menorah_1", "text": "🕎"},
{"keyword": ":mens:", "name": "men’s_room", "text": "🚹"},
{"keyword": ":mens_room:", "name": "men’s_room_1", "text": "🚹"},
{"keyword": ":men’s_room:", "name": "men’s_room_2", "text": "🚹"},
{"keyword": ":mermaid:", "name": "mermaid", "text": "🧜‍♀️"},
{"keyword": ":mermaid:", "name": "mermaid", "text": "🧜‍♀"},
{"keyword": ":mermaid_dark_skin_tone:", "name": "mermaid_dark_skin_tone", "text": "🧜🏿‍♀️"},
{"keyword": ":mermaid_dark_skin_tone:", "name": "mermaid_dark_skin_tone", "text": "🧜🏿‍♀"},
{"keyword": ":mermaid_light_skin_tone:", "name": "mermaid_light_skin_tone", "text": "🧜🏻‍♀️"},
{"keyword": ":mermaid_light_skin_tone:", "name": "mermaid_light_skin_tone", "text": "🧜🏻‍♀"},
{"keyword": ":mermaid_medium-dark_skin_tone:", "name": "mermaid_medium-dark_skin_tone", "text": "🧜🏾‍♀️"},
{"keyword": ":mermaid_medium-dark_skin_tone:", "name": "mermaid_medium-dark_skin_tone", "text": "🧜🏾‍♀"},
{"keyword": ":mermaid_medium-light_skin_tone:", "name": "mermaid_medium-light_skin_tone", "text": "🧜🏼‍♀️"},
{"keyword": ":mermaid_medium-light_skin_tone:", "name": "mermaid_medium-light_skin_tone", "text": "🧜🏼‍♀"},
{"keyword": ":mermaid_medium_skin_tone:", "name": "mermaid_medium_skin_tone", "text": "🧜🏽‍♀️"},
{"keyword": ":mermaid_medium_skin_tone:", "name": "mermaid_medium_skin_tone", "text": "🧜🏽‍♀"},
{"keyword": ":merman:", "name": "merman", "text": "🧜‍♂️"},
{"keyword": ":merman:", "name": "merman", "text": "🧜‍♂"},
{"keyword": ":merman_dark_skin_tone:", "name": "merman_dark_skin_tone", "text": "🧜🏿‍♂️"},
{"keyword": ":merman_dark_skin_tone:", "name": "merman_dark_skin_tone", "text": "🧜🏿‍♂"},
{"keyword": ":merman_light_skin_tone:", "name": "merman_light_skin_tone", "text": "🧜🏻‍♂️"},
{"keyword": ":merman_light_skin_tone:", "name": "merman_light_skin_tone", "text": "🧜🏻‍♂"},
{"keyword": ":merman_medium-dark_skin_tone:", "name": "merman_medium-dark_skin_tone", "text": "🧜🏾‍♂️"},
{"keyword": ":merman_medium-dark_skin_tone:", "name": "merman_medium-dark_skin_tone", "text": "🧜🏾‍♂"},
{"keyword": ":merman_medium-light_skin_tone:", "name": "merman_medium-light_skin_tone", "text": "🧜🏼‍♂️"},
{"keyword": ":merman_medium-light_skin_tone:", "name": "merman_medium-light_skin_tone", "text": "🧜🏼‍♂"},
{"keyword": ":merman_medium_skin_tone:", "name": "merman_medium_skin_tone", "text": "🧜🏽‍♂️"},
{"keyword": ":merman_medium_skin_tone:", "name": "merman_medium_skin_tone", "text": "🧜🏽‍♂"},
{"keyword": ":merperson:", "name": "merperson", "text": "🧜"},
{"keyword": ":merperson_dark_skin_tone:", "name": "merperson_dark_skin_tone", "text": "🧜🏿"},
{"keyword": ":merperson_light_skin_tone:", "name": "merperson_light_skin_tone", "text": "🧜🏻"},
{"keyword": ":merperson_medium-dark_skin_tone:", "name": "merperson_medium-dark_skin_tone", "text": "🧜🏾"},
{"keyword": ":merperson_medium-light_skin_tone:", "name": "merperson_medium-light_skin_tone", "text": "🧜🏼"},
{"keyword": ":merperson_medium_skin_tone:", "name": "merperson_medium_skin_tone", "text": "🧜🏽"},
{"keyword": ":metro:", "name": "metro", "text": "🚇"},
{"keyword": ":microbe:", "name": "microbe", "text": "🦠"},
{"keyword": ":microphone:", "name": "microphone", "text": "🎤"},
{"keyword": ":microscope:", "name": "microscope", "text": "🔬"},
{"keyword": ":middle_finger:", "name": "middle_finger", "text": "🖕"},
{"keyword": ":reversed_hand_with_middle_finger_extended:", "name": "middle_finger_1", "text": "🖕"},
{"keyword": ":fu:", "name": "middle_finger_2", "text": "🖕"},
{"keyword": ":middle_finger_dark_skin_tone:", "name": "middle_finger_dark_skin_tone", "text": "🖕🏿"},
{"keyword": ":middle_finger_light_skin_tone:", "name": "middle_finger_light_skin_tone", "text": "🖕🏻"},
{"keyword": ":middle_finger_medium-dark_skin_tone:", "name": "middle_finger_medium-dark_skin_tone", "text": "🖕🏾"},
{"keyword": ":middle_finger_medium-light_skin_tone:", "name": "middle_finger_medium-light_skin_tone", "text": "🖕🏼"},
{"keyword": ":middle_finger_medium_skin_tone:", "name": "middle_finger_medium_skin_tone", "text": "🖕🏽"},
{"keyword": ":military_helmet:", "name": "military_helmet", "text": "🪖"},
{"keyword": ":medal_military:", "name": "military_medal", "text": "🎖️"},
{"keyword": ":military_medal:", "name": "military_medal_1", "text": "🎖️"},
{"keyword": ":medal_military:", "name": "military_medal", "text": "🎖"},
{"keyword": ":military_medal:", "name": "military_medal_1", "text": "🎖"},
{"keyword": ":milky_way:", "name": "milky_way", "text": "🌌"},
{"keyword": ":minibus:", "name": "minibus", "text": "🚐"},
{"keyword": ":minus:", "name": "minus", "text": "➖"},
{"keyword": ":heavy_minus_sign:", "name": "minus_1", "text": "➖"},
{"keyword": ":mirror:", "name": "mirror", "text": "🪞"},
{"keyword": ":mirror_ball:", "name": "mirror_ball", "text": "🪩"},
{"keyword": ":moyai:", "name": "moai", "text": "🗿"},
{"keyword": ":moai:", "name": "moai_1", "text": "🗿"},
{"keyword": ":mobile_phone:", "name": "mobile_phone", "text": "📱"},
{"keyword": ":iphone:", "name": "mobile_phone_1", "text": "📱"},
{"keyword": ":mobile_phone_off:", "name": "mobile_phone_off", "text": "📴"},
{"keyword": ":calling:", "name": "mobile_phone_with_arrow", "text": "📲"},
{"keyword": ":mobile_phone_with_arrow:", "name": "mobile_phone_with_arrow_1", "text": "📲"},
{"keyword": ":money_mouth_face:", "name": "money-mouth_face", "text": "🤑"},
{"keyword": ":money-mouth_face:", "name": "money-mouth_face_1", "text": "🤑"},
{"keyword": ":moneybag:", "name": "money_bag", "text": "💰"},
{"keyword": ":money_bag:", "name": "money_bag_1", "text": "💰"},
{"keyword": ":money_with_wings:", "name": "money_with_wings", "text": "💸"},
{"keyword": ":monkey:", "name": "monkey", "text": "🐒"},
{"keyword": ":monkey_face:", "name": "monkey_face", "text": "🐵"},
{"keyword": ":monorail:", "name": "monorail", "text": "🚝"},
{"keyword": ":moon_cake:", "name": "moon_cake", "text": "🥮"},
{"keyword": ":rice_scene:", "name": "moon_viewing_ceremony", "text": "🎑"},
{"keyword": ":moon_viewing_ceremony:", "name": "moon_viewing_ceremony_1", "text": "🎑"},
{"keyword": ":moose:", "name": "moose", "text": "🫎"},
{"keyword": ":mosque:", "name": "mosque", "text": "🕌"},
{"keyword": ":mosquito:", "name": "mosquito", "text": "🦟"},
{"keyword": ":motor_boat:", "name": "motor_boat", "text": "🛥️"},
{"keyword": ":motor_boat:", "name": "motor_boat", "text": "🛥"},
{"keyword": ":motor_scooter:", "name": "motor_scooter", "text": "🛵"},
{"keyword": ":racing_motorcycle:", "name": "motorcycle", "text": "🏍️"},
{"keyword": ":motorcycle:", "name": "motorcycle_1", "text": "🏍️"},
{"keyword": ":racing_motorcycle:", "name": "motorcycle", "text": "🏍"},
{"keyword": ":motorcycle:", "name": "motorcycle_1", "text": "🏍"},
{"keyword": ":motorized_wheelchair:", "name": "motorized_wheelchair", "text": "🦼"},
{"keyword": ":motorway:", "name": "motorway", "text": "🛣️"},
{"keyword": ":motorway:", "name": "motorway", "text": "🛣"},
{"keyword": ":mount_fuji:", "name": "mount_fuji", "text": "🗻"},
{"keyword": ":mountain:", "name": "mountain", "text": "⛰️"},
{"keyword": ":mountain:", "name": "mountain", "text": "⛰"},
{"keyword": ":mountain_cableway:", "name": "mountain_cableway", "text": "🚠"},
{"keyword": ":mountain_railway:", "name": "mountain_railway", "text": "🚞"},
{"keyword": ":mouse:", "name": "mouse", "text": "🐁"},
{"keyword": ":mouse2:", "name": "mouse_1", "text": "🐁"},
{"keyword": ":mouse:", "name": "mouse_face", "text": "🐭"},
{"keyword": ":mouse_face:", "name": "mouse_face_1", "text": "🐭"},
{"keyword": ":mouse_trap:", "name": "mouse_trap", "text": "🪤"},
{"keyword": ":lips:", "name": "mouth", "text": "👄"},
{"keyword": ":mouth:", "name": "mouth_1", "text": "👄"},
{"keyword": ":movie_camera:", "name": "movie_camera", "text": "🎥"},
{"keyword": ":multiply:", "name": "multiply", "text": "✖️"},
{"keyword": ":heavy_multiplication_x:", "name": "multiply_1", "text": "✖️"},
{"keyword": ":multiply:", "name": "multiply", "text": "✖"},
{"keyword": ":heavy_multiplication_x:", "name": "multiply_1", "text": "✖"},
{"keyword": ":mushroom:", "name": "mushroom", "text": "🍄"},
{"keyword": ":musical_keyboard:", "name": "musical_keyboard", "text": "🎹"},
{"keyword": ":musical_note:", "name": "musical_note", "text": "🎵"},
{"keyword": ":notes:", "name": "musical_notes", "text": "🎶"},
{"keyword": ":musical_notes:", "name": "musical_notes_1", "text": "🎶"},
{"keyword": ":musical_score:", "name": "musical_score", "text": "🎼"},
{"keyword": ":muted_speaker:", "name": "muted_speaker", "text": "🔇"},
{"keyword": ":mute:", "name": "muted_speaker_1", "text": "🔇"},
{"keyword": ":nail_polish:", "name": "nail_polish", "text": "💅"},
{"keyword": ":nail_care:", "name": "nail_polish_1", "text": "💅"},
{"keyword": ":nail_polish_dark_skin_tone:", "name": "nail_polish_dark_skin_tone", "text": "💅🏿"},
{"keyword": ":nail_polish_light_skin_tone:", "name": "nail_polish_light_skin_tone", "text": "💅🏻"},
{"keyword": ":nail_polish_medium-dark_skin_tone:", "name": "nail_polish_medium-dark_skin_tone", "text": "💅🏾"},
{"keyword": ":nail_polish_medium-light_skin_tone:", "name": "nail_polish_medium-light_skin_tone", "text": "💅🏼"},
{"keyword": ":nail_polish_medium_skin_tone:", "name": "nail_polish_medium_skin_tone", "text": "💅🏽"},
{"keyword": ":name_badge:", "name": "name_badge", "text": "📛"},
{"keyword": ":national_park:", "name": "national_park", "text": "🏞️"},
{"keyword": ":national_park:", "name": "national_park", "text": "🏞"},
{"keyword": ":nauseated_face:", "name": "nauseated_face", "text": "🤢"},
{"keyword": ":nazar_amulet:", "name": "nazar_amulet", "text": "🧿"},
{"keyword": ":necktie:", "name": "necktie", "text": "👔"},
{"keyword": ":nerd_face:", "name": "nerd_face", "text": "🤓"},
{"keyword": ":nest_with_eggs:", "name": "nest_with_eggs", "text": "🪺"},
{"keyword": ":nesting_dolls:", "name": "nesting_dolls", "text": "🪆"},
{"keyword": ":neutral_face:", "name": "neutral_face", "text": "😐"},
{"keyword": ":new_moon:", "name": "new_moon", "text": "🌑"},
{"keyword": ":new_moon_with_face:", "name": "new_moon_face", "text": "🌚"},
{"keyword": ":new_moon_face:", "name": "new_moon_face_1", "text": "🌚"},
{"keyword": ":newspaper:", "name": "newspaper", "text": "📰"},
{"keyword": ":next_track_button:", "name": "next_track_button", "text": "⏭️"},
{"keyword": ":black_right_pointing_double_triangle_with_vertical_bar:", "name": "next_track_button_1", "text": "⏭️"},
{"keyword": ":next_track_button:", "name": "next_track_button", "text": "⏭"},
{"keyword": ":black_right_pointing_double_triangle_with_vertical_bar:", "name": "next_track_button_1", "text": "⏭"},
{"keyword": ":night_with_stars:", "name": "night_with_stars", "text": "🌃"},
{"keyword": ":nine-thirty:", "name": "nine-thirty", "text": "🕤"},
{"keyword": ":clock930:", "name": "nine-thirty_1", "text": "🕤"},
{"keyword": ":nine_thirty:", "name": "nine-thirty_2", "text": "🕤"},
{"keyword": ":nine_o’clock:", "name": "nine_o’clock", "text": "🕘"},
{"keyword": ":nine_oclock:", "name": "nine_o’clock_1", "text": "🕘"},
{"keyword": ":clock9:", "name": "nine_o’clock_2", "text": "🕘"},
{"keyword": ":ninja:", "name": "ninja", "text": "🥷"},
{"keyword": ":ninja_dark_skin_tone:", "name": "ninja_dark_skin_tone", "text": "🥷🏿"},
{"keyword": ":ninja_light_skin_tone:", "name": "ninja_light_skin_tone", "text": "🥷🏻"},
{"keyword": ":ninja_medium-dark_skin_tone:", "name": "ninja_medium-dark_skin_tone", "text": "🥷🏾"},
{"keyword": ":ninja_medium-light_skin_tone:", "name": "ninja_medium-light_skin_tone", "text": "🥷🏼"},
{"keyword": ":ninja_medium_skin_tone:", "name": "ninja_medium_skin_tone", "text": "🥷🏽"},
{"keyword": ":no_bicycles:", "name": "no_bicycles", "text": "🚳"},
{"keyword": ":no_entry:", "name": "no_entry", "text": "⛔"},
{"keyword": ":do_not_litter:", "name": "no_littering", "text": "🚯"},
{"keyword": ":no_littering:", "name": "no_littering_1", "text": "🚯"},
{"keyword": ":no_mobile_phones:", "name": "no_mobile_phones", "text": "📵"},
{"keyword": ":no_one_under_eighteen:", "name": "no_one_under_eighteen", "text": "🔞"},
{"keyword": ":underage:", "name": "no_one_under_eighteen_1", "text": "🔞"},
{"keyword": ":no_pedestrians:", "name": "no_pedestrians", "text": "🚷"},
{"keyword": ":no_smoking:", "name": "no_smoking", "text": "🚭"},
{"keyword": ":non-potable_water:", "name": "non-potable_water", "text": "🚱"},
{"keyword": ":non_potable_water:", "name": "non-potable_water_1", "text": "🚱"},
{"keyword": ":nose:", "name": "nose", "text": "👃"},
{"keyword": ":nose_dark_skin_tone:", "name": "nose_dark_skin_tone", "text": "👃🏿"},
{"keyword": ":nose_light_skin_tone:", "name": "nose_light_skin_tone", "text": "👃🏻"},
{"keyword": ":nose_medium-dark_skin_tone:", "name": "nose_medium-dark_skin_tone", "text": "👃🏾"},
{"keyword": ":nose_medium-light_skin_tone:", "name": "nose_medium-light_skin_tone", "text": "👃🏼"},
{"keyword": ":nose_medium_skin_tone:", "name": "nose_medium_skin_tone", "text": "👃🏽"},
{"keyword": ":notebook:", "name": "notebook", "text": "📓"},
{"keyword": ":notebook_with_decorative_cover:", "name": "notebook_with_decorative_cover", "text": "📔"},
{"keyword": ":nut_and_bolt:", "name": "nut_and_bolt", "text": "🔩"},
{"keyword": ":octopus:", "name": "octopus", "text": "🐙"},
{"keyword": ":oden:", "name": "oden", "text": "🍢"},
{"keyword": ":office:", "name": "office_building", "text": "🏢"},
{"keyword": ":office_building:", "name": "office_building_1", "text": "🏢"},
{"keyword": ":office_worker:", "name": "office_worker", "text": "🧑‍💼"},
{"keyword": ":office_worker_dark_skin_tone:", "name": "office_worker_dark_skin_tone", "text": "🧑🏿‍💼"},
{"keyword": ":office_worker_light_skin_tone:", "name": "office_worker_light_skin_tone", "text": "🧑🏻‍💼"},
{"keyword": ":office_worker_medium-dark_skin_tone:", "name": "office_worker_medium-dark_skin_tone", "text": "🧑🏾‍💼"},
{"keyword": ":office_worker_medium-light_skin_tone:", "name": "office_worker_medium-light_skin_tone", "text": "🧑🏼‍💼"},
{"keyword": ":office_worker_medium_skin_tone:", "name": "office_worker_medium_skin_tone", "text": "🧑🏽‍💼"},
{"keyword": ":japanese_ogre:", "name": "ogre", "text": "👹"},
{"keyword": ":ogre:", "name": "ogre_1", "text": "👹"},
{"keyword": ":oil_drum:", "name": "oil_drum", "text": "🛢️"},
{"keyword": ":oil_drum:", "name": "oil_drum", "text": "🛢"},
{"keyword": ":old_key:", "name": "old_key", "text": "🗝️"},
{"keyword": ":old_key:", "name": "old_key", "text": "🗝"},
{"keyword": ":old_man:", "name": "old_man", "text": "👴"},
{"keyword": ":older_man:", "name": "old_man_1", "text": "👴"},
{"keyword": ":old_man_dark_skin_tone:", "name": "old_man_dark_skin_tone", "text": "👴🏿"},
{"keyword": ":old_man_light_skin_tone:", "name": "old_man_light_skin_tone", "text": "👴🏻"},
{"keyword": ":old_man_medium-dark_skin_tone:", "name": "old_man_medium-dark_skin_tone", "text": "👴🏾"},
{"keyword": ":old_man_medium-light_skin_tone:", "name": "old_man_medium-light_skin_tone", "text": "👴🏼"},
{"keyword": ":old_man_medium_skin_tone:", "name": "old_man_medium_skin_tone", "text": "👴🏽"},
{"keyword": ":older_woman:", "name": "old_woman", "text": "👵"},
{"keyword": ":old_woman:", "name": "old_woman_1", "text": "👵"},
{"keyword": ":old_woman_dark_skin_tone:", "name": "old_woman_dark_skin_tone", "text": "👵🏿"},
{"keyword": ":old_woman_light_skin_tone:", "name": "old_woman_light_skin_tone", "text": "👵🏻"},
{"keyword": ":old_woman_medium-dark_skin_tone:", "name": "old_woman_medium-dark_skin_tone", "text": "👵🏾"},
{"keyword": ":old_woman_medium-light_skin_tone:", "name": "old_woman_medium-light_skin_tone", "text": "👵🏼"},
{"keyword": ":old_woman_medium_skin_tone:", "name": "old_woman_medium_skin_tone", "text": "👵🏽"},
{"keyword": ":older_person:", "name": "older_person", "text": "🧓"},
{"keyword": ":older_adult:", "name": "older_person_1", "text": "🧓"},
{"keyword": ":older_person_dark_skin_tone:", "name": "older_person_dark_skin_tone", "text": "🧓🏿"},
{"keyword": ":older_person_light_skin_tone:", "name": "older_person_light_skin_tone", "text": "🧓🏻"},
{"keyword": ":older_person_medium-dark_skin_tone:", "name": "older_person_medium-dark_skin_tone", "text": "🧓🏾"},
{"keyword": ":older_person_medium-light_skin_tone:", "name": "older_person_medium-light_skin_tone", "text": "🧓🏼"},
{"keyword": ":older_person_medium_skin_tone:", "name": "older_person_medium_skin_tone", "text": "🧓🏽"},
{"keyword": ":olive:", "name": "olive", "text": "🫒"},
{"keyword": ":om:", "name": "om", "text": "🕉️"},
{"keyword": ":om_symbol:", "name": "om_1", "text": "🕉️"},
{"keyword": ":om:", "name": "om", "text": "🕉"},
{"keyword": ":om_symbol:", "name": "om_1", "text": "🕉"},
{"keyword": ":oncoming_automobile:", "name": "oncoming_automobile", "text": "🚘"},
{"keyword": ":oncoming_bus:", "name": "oncoming_bus", "text": "🚍"},
{"keyword": ":facepunch:", "name": "oncoming_fist", "text": "👊"},
{"keyword": ":punch:", "name": "oncoming_fist_1", "text": "👊"},
{"keyword": ":fist_oncoming:", "name": "oncoming_fist_2", "text": "👊"},
{"keyword": ":oncoming_fist:", "name": "oncoming_fist_3", "text": "👊"},
{"keyword": ":oncoming_fist_dark_skin_tone:", "name": "oncoming_fist_dark_skin_tone", "text": "👊🏿"},
{"keyword": ":oncoming_fist_light_skin_tone:", "name": "oncoming_fist_light_skin_tone", "text": "👊🏻"},
{"keyword": ":oncoming_fist_medium-dark_skin_tone:", "name": "oncoming_fist_medium-dark_skin_tone", "text": "👊🏾"},
{"keyword": ":oncoming_fist_medium-light_skin_tone:", "name": "oncoming_fist_medium-light_skin_tone", "text": "👊🏼"},
{"keyword": ":oncoming_fist_medium_skin_tone:", "name": "oncoming_fist_medium_skin_tone", "text": "👊🏽"},
{"keyword": ":oncoming_police_car:", "name": "oncoming_police_car", "text": "🚔"},
{"keyword": ":oncoming_taxi:", "name": "oncoming_taxi", "text": "🚖"},
{"keyword": ":one-piece_swimsuit:", "name": "one-piece_swimsuit", "text": "🩱"},
{"keyword": ":one_piece_swimsuit:", "name": "one-piece_swimsuit_1", "text": "🩱"},
{"keyword": ":one_thirty:", "name": "one-thirty", "text": "🕜"},
{"keyword": ":one-thirty:", "name": "one-thirty_1", "text": "🕜"},
{"keyword": ":clock130:", "name": "one-thirty_2", "text": "🕜"},
{"keyword": ":one_o’clock:", "name": "one_o’clock", "text": "🕐"},
{"keyword": ":one_oclock:", "name": "one_o’clock_1", "text": "🕐"},
{"keyword": ":clock1:", "name": "one_o’clock_2", "text": "🕐"},
{"keyword": ":onion:", "name": "onion", "text": "🧅"},
{"keyword": ":book:", "name": "open_book", "text": "📖"},
{"keyword": ":open_book:", "name": "open_book_1", "text": "📖"},
{"keyword": ":open_file_folder:", "name": "open_file_folder", "text": "📂"},
{"keyword": ":open_hands:", "name": "open_hands", "text": "👐"},
{"keyword": ":open_hands_dark_skin_tone:", "name": "open_hands_dark_skin_tone", "text": "👐🏿"},
{"keyword": ":open_hands_light_skin_tone:", "name": "open_hands_light_skin_tone", "text": "👐🏻"},
{"keyword": ":open_hands_medium-dark_skin_tone:", "name": "open_hands_medium-dark_skin_tone", "text": "👐🏾"},
{"keyword": ":open_hands_medium-light_skin_tone:", "name": "open_hands_medium-light_skin_tone", "text": "👐🏼"},
{"keyword": ":open_hands_medium_skin_tone:", "name": "open_hands_medium_skin_tone", "text": "👐🏽"},
{"keyword": ":mailbox_with_no_mail:", "name": "open_mailbox_with_lowered_flag", "text": "📭"},
{"keyword": ":open_mailbox_with_lowered_flag:", "name": "open_mailbox_with_lowered_flag_1", "text": "📭"},
{"keyword": ":mailbox_with_mail:", "name": "open_mailbox_with_raised_flag", "text": "📬"},
{"keyword": ":open_mailbox_with_raised_flag:", "name": "open_mailbox_with_raised_flag_1", "text": "📬"},
{"keyword": ":cd:", "name": "optical_disk", "text": "💿"},
{"keyword": ":optical_disk:", "name": "optical_disk_1", "text": "💿"},
{"keyword": ":orange_book:", "name": "orange_book", "text": "📙"},
{"keyword": ":orange_circle:", "name": "orange_circle", "text": "🟠"},
{"keyword": ":orange_heart:", "name": "orange_heart", "text": "🧡"},
{"keyword": ":orange_square:", "name": "orange_square", "text": "🟧"},
{"keyword": ":orangutan:", "name": "orangutan", "text": "🦧"},
{"keyword": ":orthodox_cross:", "name": "orthodox_cross", "text": "☦️"},
{"keyword": ":orthodox_cross:", "name": "orthodox_cross", "text": "☦"},
{"keyword": ":otter:", "name": "otter", "text": "🦦"},
{"keyword": ":outbox_tray:", "name": "outbox_tray", "text": "📤"},
{"keyword": ":owl:", "name": "owl", "text": "🦉"},
{"keyword": ":ox:", "name": "ox", "text": "🐂"},
{"keyword": ":oyster:", "name": "oyster", "text": "🦪"},
{"keyword": ":package:", "name": "package", "text": "📦"},
{"keyword": ":page_facing_up:", "name": "page_facing_up", "text": "📄"},
{"keyword": ":page_with_curl:", "name": "page_with_curl", "text": "📃"},
{"keyword": ":pager:", "name": "pager", "text": "📟"},
{"keyword": ":paintbrush:", "name": "paintbrush", "text": "🖌️"},
{"keyword": ":lower_left_paintbrush:", "name": "paintbrush_1", "text": "🖌️"},
{"keyword": ":paintbrush:", "name": "paintbrush", "text": "🖌"},
{"keyword": ":lower_left_paintbrush:", "name": "paintbrush_1", "text": "🖌"},
{"keyword": ":palm_down_hand:", "name": "palm_down_hand", "text": "🫳"},
{"keyword": ":palm_down_hand_dark_skin_tone:", "name": "palm_down_hand_dark_skin_tone", "text": "🫳🏿"},
{"keyword": ":palm_down_hand_light_skin_tone:", "name": "palm_down_hand_light_skin_tone", "text": "🫳🏻"},
{"keyword": ":palm_down_hand_medium-dark_skin_tone:", "name": "palm_down_hand_medium-dark_skin_tone", "text": "🫳🏾"},
{"keyword": ":palm_down_hand_medium-light_skin_tone:", "name": "palm_down_hand_medium-light_skin_tone", "text": "🫳🏼"},
{"keyword": ":palm_down_hand_medium_skin_tone:", "name": "palm_down_hand_medium_skin_tone", "text": "🫳🏽"},
{"keyword": ":palm_tree:", "name": "palm_tree", "text": "🌴"},
{"keyword": ":palm_up_hand:", "name": "palm_up_hand", "text": "🫴"},
{"keyword": ":palm_up_hand_dark_skin_tone:", "name": "palm_up_hand_dark_skin_tone", "text": "🫴🏿"},
{"keyword": ":palm_up_hand_light_skin_tone:", "name": "palm_up_hand_light_skin_tone", "text": "🫴🏻"},
{"keyword": ":palm_up_hand_medium-dark_skin_tone:", "name": "palm_up_hand_medium-dark_skin_tone", "text": "🫴🏾"},
{"keyword": ":palm_up_hand_medium-light_skin_tone:", "name": "palm_up_hand_medium-light_skin_tone", "text": "🫴🏼"},
{"keyword": ":palm_up_hand_medium_skin_tone:", "name": "palm_up_hand_medium_skin_tone", "text": "🫴🏽"},
{"keyword": ":palms_up_together:", "name": "palms_up_together", "text": "🤲"},
{"keyword": ":palms_up_together_dark_skin_tone:", "name": "palms_up_together_dark_skin_tone", "text": "🤲🏿"},
{"keyword": ":palms_up_together_light_skin_tone:", "name": "palms_up_together_light_skin_tone", "text": "🤲🏻"},
{"keyword": ":palms_up_together_medium-dark_skin_tone:", "name": "palms_up_together_medium-dark_skin_tone", "text": "🤲🏾"},
{"keyword": ":palms_up_together_medium-light_skin_tone:", "name": "palms_up_together_medium-light_skin_tone", "text": "🤲🏼"},
{"keyword": ":palms_up_together_medium_skin_tone:", "name": "palms_up_together_medium_skin_tone", "text": "🤲🏽"},
{"keyword": ":pancakes:", "name": "pancakes", "text": "🥞"},
{"keyword": ":panda:", "name": "panda", "text": "🐼"},
{"keyword": ":panda_face:", "name": "panda_1", "text": "🐼"},
{"keyword": ":paperclip:", "name": "paperclip", "text": "📎"},
{"keyword": ":parachute:", "name": "parachute", "text": "🪂"},
{"keyword": ":parrot:", "name": "parrot", "text": "🦜"},
{"keyword": ":part_alternation_mark:", "name": "part_alternation_mark", "text": "〽️"},
{"keyword": ":part_alternation_mark:", "name": "part_alternation_mark", "text": "〽"},
{"keyword": ":party_popper:", "name": "party_popper", "text": "🎉"},
{"keyword": ":tada:", "name": "party_popper_1", "text": "🎉"},
{"keyword": ":partying_face:", "name": "partying_face", "text": "🥳"},
{"keyword": ":passenger_ship:", "name": "passenger_ship", "text": "🛳️"},
{"keyword": ":passenger_ship:", "name": "passenger_ship", "text": "🛳"},
{"keyword": ":passport_control:", "name": "passport_control", "text": "🛂"},
{"keyword": ":pause_button:", "name": "pause_button", "text": "⏸️"},
{"keyword": ":double_vertical_bar:", "name": "pause_button_1", "text": "⏸️"},
{"keyword": ":pause_button:", "name": "pause_button", "text": "⏸"},
{"keyword": ":double_vertical_bar:", "name": "pause_button_1", "text": "⏸"},
{"keyword": ":feet:", "name": "paw_prints", "text": "🐾"},
{"keyword": ":paw_prints:", "name": "paw_prints_1", "text": "🐾"},
{"keyword": ":pea_pod:", "name": "pea_pod", "text": "🫛"},
{"keyword": ":peace_symbol:", "name": "peace_symbol", "text": "☮️"},
{"keyword": ":peace_symbol:", "name": "peace_symbol", "text": "☮"},
{"keyword": ":peach:", "name": "peach", "text": "🍑"},
{"keyword": ":peacock:", "name": "peacock", "text": "🦚"},
{"keyword": ":peanuts:", "name": "peanuts", "text": "🥜"},
{"keyword": ":pear:", "name": "pear", "text": "🍐"},
{"keyword": ":lower_left_ballpoint_pen:", "name": "pen", "text": "🖊️"},
{"keyword": ":pen:", "name": "pen_1", "text": "🖊️"},
{"keyword": ":lower_left_ballpoint_pen:", "name": "pen", "text": "🖊"},
{"keyword": ":pen:", "name": "pen_1", "text": "🖊"},
{"keyword": ":pencil2:", "name": "pencil", "text": "✏️"},
{"keyword": ":pencil:", "name": "pencil_1", "text": "✏️"},
{"keyword": ":pencil2:", "name": "pencil", "text": "✏"},
{"keyword": ":pencil:", "name": "pencil_1", "text": "✏"},
{"keyword": ":penguin:", "name": "penguin", "text": "🐧"},
{"keyword": ":pensive:", "name": "pensive_face", "text": "😔"},
{"keyword": ":pensive_face:", "name": "pensive_face_1", "text": "😔"},
{"keyword": ":people_holding_hands:", "name": "people_holding_hands", "text": "🧑‍🤝‍🧑"},
{"keyword": ":people_holding_hands_dark_skin_tone:", "name": "people_holding_hands_dark_skin_tone", "text": "🧑🏿‍🤝‍🧑🏿"},
{"keyword": ":people_holding_hands_dark_skin_tone_light_skin_tone:", "name": "people_holding_hands_dark_skin_tone_light_skin_tone", "text": "🧑🏿‍🤝‍🧑🏻"},
{"keyword": ":people_holding_hands_dark_skin_tone_medium-dark_skin_tone:", "name": "people_holding_hands_dark_skin_tone_medium-dark_skin_tone", "text": "🧑🏿‍🤝‍🧑🏾"},
{"keyword": ":people_holding_hands_dark_skin_tone_medium-light_skin_tone:", "name": "people_holding_hands_dark_skin_tone_medium-light_skin_tone", "text": "🧑🏿‍🤝‍🧑🏼"},
{"keyword": ":people_holding_hands_dark_skin_tone_medium_skin_tone:", "name": "people_holding_hands_dark_skin_tone_medium_skin_tone", "text": "🧑🏿‍🤝‍🧑🏽"},
{"keyword": ":people_holding_hands_light_skin_tone:", "name": "people_holding_hands_light_skin_tone", "text": "🧑🏻‍🤝‍🧑🏻"},
{"keyword": ":people_holding_hands_light_skin_tone_dark_skin_tone:", "name": "people_holding_hands_light_skin_tone_dark_skin_tone", "text": "🧑🏻‍🤝‍🧑🏿"},
{"keyword": ":people_holding_hands_light_skin_tone_medium-dark_skin_tone:", "name": "people_holding_hands_light_skin_tone_medium-dark_skin_tone", "text": "🧑🏻‍🤝‍🧑🏾"},
{"keyword": ":people_holding_hands_light_skin_tone_medium-light_skin_tone:", "name": "people_holding_hands_light_skin_tone_medium-light_skin_tone", "text": "🧑🏻‍🤝‍🧑🏼"},
{"keyword": ":people_holding_hands_light_skin_tone_medium_skin_tone:", "name": "people_holding_hands_light_skin_tone_medium_skin_tone", "text": "🧑🏻‍🤝‍🧑🏽"},
{"keyword": ":people_holding_hands_medium-dark_skin_tone:", "name": "people_holding_hands_medium-dark_skin_tone", "text": "🧑🏾‍🤝‍🧑🏾"},
{"keyword": ":people_holding_hands_medium-dark_skin_tone_dark_skin_tone:", "name": "people_holding_hands_medium-dark_skin_tone_dark_skin_tone", "text": "🧑🏾‍🤝‍🧑🏿"},
{"keyword": ":people_holding_hands_medium-dark_skin_tone_light_skin_tone:", "name": "people_holding_hands_medium-dark_skin_tone_light_skin_tone", "text": "🧑🏾‍🤝‍🧑🏻"},
{"keyword": ":people_holding_hands_medium-dark_skin_tone_medium-light_skin_tone:", "name": "people_holding_hands_medium-dark_skin_tone_medium-light_skin_tone", "text": "🧑🏾‍🤝‍🧑🏼"},
{"keyword": ":people_holding_hands_medium-dark_skin_tone_medium_skin_tone:", "name": "people_holding_hands_medium-dark_skin_tone_medium_skin_tone", "text": "🧑🏾‍🤝‍🧑🏽"},
{"keyword": ":people_holding_hands_medium-light_skin_tone:", "name": "people_holding_hands_medium-light_skin_tone", "text": "🧑🏼‍🤝‍🧑🏼"},
{"keyword": ":people_holding_hands_medium-light_skin_tone_dark_skin_tone:", "name": "people_holding_hands_medium-light_skin_tone_dark_skin_tone", "text": "🧑🏼‍🤝‍🧑🏿"},
{"keyword": ":people_holding_hands_medium-light_skin_tone_light_skin_tone:", "name": "people_holding_hands_medium-light_skin_tone_light_skin_tone", "text": "🧑🏼‍🤝‍🧑🏻"},
{"keyword": ":people_holding_hands_medium-light_skin_tone_medium-dark_skin_tone:", "name": "people_holding_hands_medium-light_skin_tone_medium-dark_skin_tone", "text": "🧑🏼‍🤝‍🧑🏾"},
{"keyword": ":people_holding_hands_medium-light_skin_tone_medium_skin_tone:", "name": "people_holding_hands_medium-light_skin_tone_medium_skin_tone", "text": "🧑🏼‍🤝‍🧑🏽"},
{"keyword": ":people_holding_hands_medium_skin_tone:", "name": "people_holding_hands_medium_skin_tone", "text": "🧑🏽‍🤝‍🧑🏽"},
{"keyword": ":people_holding_hands_medium_skin_tone_dark_skin_tone:", "name": "people_holding_hands_medium_skin_tone_dark_skin_tone", "text": "🧑🏽‍🤝‍🧑🏿"},
{"keyword": ":people_holding_hands_medium_skin_tone_light_skin_tone:", "name": "people_holding_hands_medium_skin_tone_light_skin_tone", "text": "🧑🏽‍🤝‍🧑🏻"},
{"keyword": ":people_holding_hands_medium_skin_tone_medium-dark_skin_tone:", "name": "people_holding_hands_medium_skin_tone_medium-dark_skin_tone", "text": "🧑🏽‍🤝‍🧑🏾"},
{"keyword": ":people_holding_hands_medium_skin_tone_medium-light_skin_tone:", "name": "people_holding_hands_medium_skin_tone_medium-light_skin_tone", "text": "🧑🏽‍🤝‍🧑🏼"},
{"keyword": ":people_hugging:", "name": "people_hugging", "text": "🫂"},
{"keyword": ":dancers:", "name": "people_with_bunny_ears", "text": "👯"},
{"keyword": ":people_with_bunny_ears:", "name": "people_with_bunny_ears_1", "text": "👯"},
{"keyword": ":people_wrestling:", "name": "people_wrestling", "text": "🤼"},
{"keyword": ":wrestling:", "name": "people_wrestling_1", "text": "🤼"},
{"keyword": ":performing_arts:", "name": "performing_arts", "text": "🎭"},
{"keyword": ":persevering_face:", "name": "persevering_face", "text": "😣"},
{"keyword": ":persevere:", "name": "persevering_face_1", "text": "😣"},
{"keyword": ":person:", "name": "person", "text": "🧑"},
{"keyword": ":adult:", "name": "person_1", "text": "🧑"},
{"keyword": ":person_bald:", "name": "person_bald", "text": "🧑‍🦲"},
{"keyword": ":bearded_person:", "name": "person_beard", "text": "🧔"},
{"keyword": ":person_beard:", "name": "person_beard_1", "text": "🧔"},
{"keyword": ":bicyclist:", "name": "person_biking", "text": "🚴"},
{"keyword": ":person_biking:", "name": "person_biking_1", "text": "🚴"},
{"keyword": ":person_biking_dark_skin_tone:", "name": "person_biking_dark_skin_tone", "text": "🚴🏿"},
{"keyword": ":person_biking_light_skin_tone:", "name": "person_biking_light_skin_tone", "text": "🚴🏻"},
{"keyword": ":person_biking_medium-dark_skin_tone:", "name": "person_biking_medium-dark_skin_tone", "text": "🚴🏾"},
{"keyword": ":person_biking_medium-light_skin_tone:", "name": "person_biking_medium-light_skin_tone", "text": "🚴🏼"},
{"keyword": ":person_biking_medium_skin_tone:", "name": "person_biking_medium_skin_tone", "text": "🚴🏽"},
{"keyword": ":person_blond_hair:", "name": "person_blond_hair", "text": "👱"},
{"keyword": ":blond_haired_person:", "name": "person_blond_hair_1", "text": "👱"},
{"keyword": ":person_with_blond_hair:", "name": "person_blond_hair_2", "text": "👱"},
{"keyword": ":person_with_ball:", "name": "person_bouncing_ball", "text": "⛹️"},
{"keyword": ":bouncing_ball_person:", "name": "person_bouncing_ball_1", "text": "⛹️"},
{"keyword": ":person_bouncing_ball:", "name": "person_bouncing_ball_2", "text": "⛹️"},
{"keyword": ":person_with_ball:", "name": "person_bouncing_ball", "text": "⛹"},
{"keyword": ":bouncing_ball_person:", "name": "person_bouncing_ball_1", "text": "⛹"},
{"keyword": ":person_bouncing_ball:", "name": "person_bouncing_ball_2", "text": "⛹"},
{"keyword": ":person_bouncing_ball_dark_skin_tone:", "name": "person_bouncing_ball_dark_skin_tone", "text": "⛹🏿"},
{"keyword": ":person_bouncing_ball_light_skin_tone:", "name": "person_bouncing_ball_light_skin_tone", "text": "⛹🏻"},
{"keyword": ":person_bouncing_ball_medium-dark_skin_tone:", "name": "person_bouncing_ball_medium-dark_skin_tone", "text": "⛹🏾"},
{"keyword": ":person_bouncing_ball_medium-light_skin_tone:", "name": "person_bouncing_ball_medium-light_skin_tone", "text": "⛹🏼"},
{"keyword": ":person_bouncing_ball_medium_skin_tone:", "name": "person_bouncing_ball_medium_skin_tone", "text": "⛹🏽"},
{"keyword": ":person_bowing:", "name": "person_bowing", "text": "🙇"},
{"keyword": ":bow:", "name": "person_bowing_1", "text": "🙇"},
{"keyword": ":person_bowing_dark_skin_tone:", "name": "person_bowing_dark_skin_tone", "text": "🙇🏿"},
{"keyword": ":person_bowing_light_skin_tone:", "name": "person_bowing_light_skin_tone", "text": "🙇🏻"},
{"keyword": ":person_bowing_medium-dark_skin_tone:", "name": "person_bowing_medium-dark_skin_tone", "text": "🙇🏾"},
{"keyword": ":person_bowing_medium-light_skin_tone:", "name": "person_bowing_medium-light_skin_tone", "text": "🙇🏼"},
{"keyword": ":person_bowing_medium_skin_tone:", "name": "person_bowing_medium_skin_tone", "text": "🙇🏽"},
{"keyword": ":person_cartwheeling:", "name": "person_cartwheeling", "text": "🤸"},
{"keyword": ":cartwheeling:", "name": "person_cartwheeling_1", "text": "🤸"},
{"keyword": ":person_cartwheeling_dark_skin_tone:", "name": "person_cartwheeling_dark_skin_tone", "text": "🤸🏿"},
{"keyword": ":person_cartwheeling_light_skin_tone:", "name": "person_cartwheeling_light_skin_tone", "text": "🤸🏻"},
{"keyword": ":person_cartwheeling_medium-dark_skin_tone:", "name": "person_cartwheeling_medium-dark_skin_tone", "text": "🤸🏾"},
{"keyword": ":person_cartwheeling_medium-light_skin_tone:", "name": "person_cartwheeling_medium-light_skin_tone", "text": "🤸🏼"},
{"keyword": ":person_cartwheeling_medium_skin_tone:", "name": "person_cartwheeling_medium_skin_tone", "text": "🤸🏽"},
{"keyword": ":climbing:", "name": "person_climbing", "text": "🧗"},
{"keyword": ":person_climbing:", "name": "person_climbing_1", "text": "🧗"},
{"keyword": ":person_climbing_dark_skin_tone:", "name": "person_climbing_dark_skin_tone", "text": "🧗🏿"},
{"keyword": ":person_climbing_light_skin_tone:", "name": "person_climbing_light_skin_tone", "text": "🧗🏻"},
{"keyword": ":person_climbing_medium-dark_skin_tone:", "name": "person_climbing_medium-dark_skin_tone", "text": "🧗🏾"},
{"keyword": ":person_climbing_medium-light_skin_tone:", "name": "person_climbing_medium-light_skin_tone", "text": "🧗🏼"},
{"keyword": ":person_climbing_medium_skin_tone:", "name": "person_climbing_medium_skin_tone", "text": "🧗🏽"},
{"keyword": ":person_curly_hair:", "name": "person_curly_hair", "text": "🧑‍🦱"},
{"keyword": ":person_dark_skin_tone:", "name": "person_dark_skin_tone", "text": "🧑🏿"},
{"keyword": ":person_dark_skin_tone_bald:", "name": "person_dark_skin_tone_bald", "text": "🧑🏿‍🦲"},
{"keyword": ":person_dark_skin_tone_beard:", "name": "person_dark_skin_tone_beard", "text": "🧔🏿"},
{"keyword": ":person_dark_skin_tone_blond_hair:", "name": "person_dark_skin_tone_blond_hair", "text": "👱🏿"},
{"keyword": ":person_dark_skin_tone_curly_hair:", "name": "person_dark_skin_tone_curly_hair", "text": "🧑🏿‍🦱"},
{"keyword": ":person_dark_skin_tone_red_hair:", "name": "person_dark_skin_tone_red_hair", "text": "🧑🏿‍🦰"},
{"keyword": ":person_dark_skin_tone_white_hair:", "name": "person_dark_skin_tone_white_hair", "text": "🧑🏿‍🦳"},
{"keyword": ":facepalm:", "name": "person_facepalming", "text": "🤦"},
{"keyword": ":person_facepalming:", "name": "person_facepalming_1", "text": "🤦"},
{"keyword": ":person_facepalming_dark_skin_tone:", "name": "person_facepalming_dark_skin_tone", "text": "🤦🏿"},
{"keyword": ":person_facepalming_light_skin_tone:", "name": "person_facepalming_light_skin_tone", "text": "🤦🏻"},
{"keyword": ":person_facepalming_medium-dark_skin_tone:", "name": "person_facepalming_medium-dark_skin_tone", "text": "🤦🏾"},
{"keyword": ":person_facepalming_medium-light_skin_tone:", "name": "person_facepalming_medium-light_skin_tone", "text": "🤦🏼"},
{"keyword": ":person_facepalming_medium_skin_tone:", "name": "person_facepalming_medium_skin_tone", "text": "🤦🏽"},
{"keyword": ":person_feeding_baby:", "name": "person_feeding_baby", "text": "🧑‍🍼"},
{"keyword": ":person_feeding_baby_dark_skin_tone:", "name": "person_feeding_baby_dark_skin_tone", "text": "🧑🏿‍🍼"},
{"keyword": ":person_feeding_baby_light_skin_tone:", "name": "person_feeding_baby_light_skin_tone", "text": "🧑🏻‍🍼"},
{"keyword": ":person_feeding_baby_medium-dark_skin_tone:", "name": "person_feeding_baby_medium-dark_skin_tone", "text": "🧑🏾‍🍼"},
{"keyword": ":person_feeding_baby_medium-light_skin_tone:", "name": "person_feeding_baby_medium-light_skin_tone", "text": "🧑🏼‍🍼"},
{"keyword": ":person_feeding_baby_medium_skin_tone:", "name": "person_feeding_baby_medium_skin_tone", "text": "🧑🏽‍🍼"},
{"keyword": ":person_fencing:", "name": "person_fencing", "text": "🤺"},
{"keyword": ":person_frowning:", "name": "person_frowning", "text": "🙍"},
{"keyword": ":frowning_person:", "name": "person_frowning_1", "text": "🙍"},
{"keyword": ":person_frowning_dark_skin_tone:", "name": "person_frowning_dark_skin_tone", "text": "🙍🏿"},
{"keyword": ":person_frowning_light_skin_tone:", "name": "person_frowning_light_skin_tone", "text": "🙍🏻"},
{"keyword": ":person_frowning_medium-dark_skin_tone:", "name": "person_frowning_medium-dark_skin_tone", "text": "🙍🏾"},
{"keyword": ":person_frowning_medium-light_skin_tone:", "name": "person_frowning_medium-light_skin_tone", "text": "🙍🏼"},
{"keyword": ":person_frowning_medium_skin_tone:", "name": "person_frowning_medium_skin_tone", "text": "🙍🏽"},
{"keyword": ":person_gesturing_no:", "name": "person_gesturing_NO", "text": "🙅"},
{"keyword": ":no_good:", "name": "person_gesturing_NO_1", "text": "🙅"},
{"keyword": ":person_gesturing_no_dark_skin_tone:", "name": "person_gesturing_NO_dark_skin_tone", "text": "🙅🏿"},
{"keyword": ":person_gesturing_no_light_skin_tone:", "name": "person_gesturing_NO_light_skin_tone", "text": "🙅🏻"},
{"keyword": ":person_gesturing_no_medium-dark_skin_tone:", "name": "person_gesturing_NO_medium-dark_skin_tone", "text": "🙅🏾"},
{"keyword": ":person_gesturing_no_medium-light_skin_tone:", "name": "person_gesturing_NO_medium-light_skin_tone", "text": "🙅🏼"},
{"keyword": ":person_gesturing_no_medium_skin_tone:", "name": "person_gesturing_NO_medium_skin_tone", "text": "🙅🏽"},
{"keyword": ":person_gesturing_ok:", "name": "person_gesturing_OK", "text": "🙆"},
{"keyword": ":ok_person:", "name": "person_gesturing_OK_1", "text": "🙆"},
{"keyword": ":person_gesturing_ok_dark_skin_tone:", "name": "person_gesturing_OK_dark_skin_tone", "text": "🙆🏿"},
{"keyword": ":person_gesturing_ok_light_skin_tone:", "name": "person_gesturing_OK_light_skin_tone", "text": "🙆🏻"},
{"keyword": ":person_gesturing_ok_medium-dark_skin_tone:", "name": "person_gesturing_OK_medium-dark_skin_tone", "text": "🙆🏾"},
{"keyword": ":person_gesturing_ok_medium-light_skin_tone:", "name": "person_gesturing_OK_medium-light_skin_tone", "text": "🙆🏼"},
{"keyword": ":person_gesturing_ok_medium_skin_tone:", "name": "person_gesturing_OK_medium_skin_tone", "text": "🙆🏽"},
{"keyword": ":haircut:", "name": "person_getting_haircut", "text": "💇"},
{"keyword": ":person_getting_haircut:", "name": "person_getting_haircut_1", "text": "💇"},
{"keyword": ":person_getting_haircut_dark_skin_tone:", "name": "person_getting_haircut_dark_skin_tone", "text": "💇🏿"},
{"keyword": ":person_getting_haircut_light_skin_tone:", "name": "person_getting_haircut_light_skin_tone", "text": "💇🏻"},
{"keyword": ":person_getting_haircut_medium-dark_skin_tone:", "name": "person_getting_haircut_medium-dark_skin_tone", "text": "💇🏾"},
{"keyword": ":person_getting_haircut_medium-light_skin_tone:", "name": "person_getting_haircut_medium-light_skin_tone", "text": "💇🏼"},
{"keyword": ":person_getting_haircut_medium_skin_tone:", "name": "person_getting_haircut_medium_skin_tone", "text": "💇🏽"},
{"keyword": ":person_getting_massage:", "name": "person_getting_massage", "text": "💆"},
{"keyword": ":massage:", "name": "person_getting_massage_1", "text": "💆"},
{"keyword": ":person_getting_massage_dark_skin_tone:", "name": "person_getting_massage_dark_skin_tone", "text": "💆🏿"},
{"keyword": ":person_getting_massage_light_skin_tone:", "name": "person_getting_massage_light_skin_tone", "text": "💆🏻"},
{"keyword": ":person_getting_massage_medium-dark_skin_tone:", "name": "person_getting_massage_medium-dark_skin_tone", "text": "💆🏾"},
{"keyword": ":person_getting_massage_medium-light_skin_tone:", "name": "person_getting_massage_medium-light_skin_tone", "text": "💆🏼"},
{"keyword": ":person_getting_massage_medium_skin_tone:", "name": "person_getting_massage_medium_skin_tone", "text": "💆🏽"},
{"keyword": ":golfer:", "name": "person_golfing", "text": "🏌️"},
{"keyword": ":golfing:", "name": "person_golfing_1", "text": "🏌️"},
{"keyword": ":person_golfing:", "name": "person_golfing_2", "text": "🏌️"},
{"keyword": ":golfer:", "name": "person_golfing", "text": "🏌"},
{"keyword": ":golfing:", "name": "person_golfing_1", "text": "🏌"},
{"keyword": ":person_golfing:", "name": "person_golfing_2", "text": "🏌"},
{"keyword": ":person_golfing_dark_skin_tone:", "name": "person_golfing_dark_skin_tone", "text": "🏌🏿"},
{"keyword": ":person_golfing_light_skin_tone:", "name": "person_golfing_light_skin_tone", "text": "🏌🏻"},
{"keyword": ":person_golfing_medium-dark_skin_tone:", "name": "person_golfing_medium-dark_skin_tone", "text": "🏌🏾"},
{"keyword": ":person_golfing_medium-light_skin_tone:", "name": "person_golfing_medium-light_skin_tone", "text": "🏌🏼"},
{"keyword": ":person_golfing_medium_skin_tone:", "name": "person_golfing_medium_skin_tone", "text": "🏌🏽"},
{"keyword": ":sleeping_accommodation:", "name": "person_in_bed", "text": "🛌"},
{"keyword": ":person_in_bed:", "name": "person_in_bed_1", "text": "🛌"},
{"keyword": ":sleeping_bed:", "name": "person_in_bed_2", "text": "🛌"},
{"keyword": ":person_in_bed_dark_skin_tone:", "name": "person_in_bed_dark_skin_tone", "text": "🛌🏿"},
{"keyword": ":person_in_bed_light_skin_tone:", "name": "person_in_bed_light_skin_tone", "text": "🛌🏻"},
{"keyword": ":person_in_bed_medium-dark_skin_tone:", "name": "person_in_bed_medium-dark_skin_tone", "text": "🛌🏾"},
{"keyword": ":person_in_bed_medium-light_skin_tone:", "name": "person_in_bed_medium-light_skin_tone", "text": "🛌🏼"},
{"keyword": ":person_in_bed_medium_skin_tone:", "name": "person_in_bed_medium_skin_tone", "text": "🛌🏽"},
{"keyword": ":person_in_lotus_position:", "name": "person_in_lotus_position", "text": "🧘"},
{"keyword": ":lotus_position:", "name": "person_in_lotus_position_1", "text": "🧘"},
{"keyword": ":person_in_lotus_position_dark_skin_tone:", "name": "person_in_lotus_position_dark_skin_tone", "text": "🧘🏿"},
{"keyword": ":person_in_lotus_position_light_skin_tone:", "name": "person_in_lotus_position_light_skin_tone", "text": "🧘🏻"},
{"keyword": ":person_in_lotus_position_medium-dark_skin_tone:", "name": "person_in_lotus_position_medium-dark_skin_tone", "text": "🧘🏾"},
{"keyword": ":person_in_lotus_position_medium-light_skin_tone:", "name": "person_in_lotus_position_medium-light_skin_tone", "text": "🧘🏼"},
{"keyword": ":person_in_lotus_position_medium_skin_tone:", "name": "person_in_lotus_position_medium_skin_tone", "text": "🧘🏽"},
{"keyword": ":person_in_manual_wheelchair:", "name": "person_in_manual_wheelchair", "text": "🧑‍🦽"},
{"keyword": ":person_in_manual_wheelchair_dark_skin_tone:", "name": "person_in_manual_wheelchair_dark_skin_tone", "text": "🧑🏿‍🦽"},
{"keyword": ":person_in_manual_wheelchair_facing_right:", "name": "person_in_manual_wheelchair_facing_right", "text": "🧑‍🦽‍➡️"},
{"keyword": ":person_in_manual_wheelchair_facing_right:", "name": "person_in_manual_wheelchair_facing_right", "text": "🧑‍🦽‍➡"},
{"keyword": ":person_in_manual_wheelchair_facing_right_dark_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_dark_skin_tone", "text": "🧑🏿‍🦽‍➡️"},
{"keyword": ":person_in_manual_wheelchair_facing_right_dark_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_dark_skin_tone", "text": "🧑🏿‍🦽‍➡"},
{"keyword": ":person_in_manual_wheelchair_facing_right_light_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_light_skin_tone", "text": "🧑🏻‍🦽‍➡️"},
{"keyword": ":person_in_manual_wheelchair_facing_right_light_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_light_skin_tone", "text": "🧑🏻‍🦽‍➡"},
{"keyword": ":person_in_manual_wheelchair_facing_right_medium-dark_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_medium-dark_skin_tone", "text": "🧑🏾‍🦽‍➡️"},
{"keyword": ":person_in_manual_wheelchair_facing_right_medium-dark_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_medium-dark_skin_tone", "text": "🧑🏾‍🦽‍➡"},
{"keyword": ":person_in_manual_wheelchair_facing_right_medium-light_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_medium-light_skin_tone", "text": "🧑🏼‍🦽‍➡️"},
{"keyword": ":person_in_manual_wheelchair_facing_right_medium-light_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_medium-light_skin_tone", "text": "🧑🏼‍🦽‍➡"},
{"keyword": ":person_in_manual_wheelchair_facing_right_medium_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_medium_skin_tone", "text": "🧑🏽‍🦽‍➡️"},
{"keyword": ":person_in_manual_wheelchair_facing_right_medium_skin_tone:", "name": "person_in_manual_wheelchair_facing_right_medium_skin_tone", "text": "🧑🏽‍🦽‍➡"},
{"keyword": ":person_in_manual_wheelchair_light_skin_tone:", "name": "person_in_manual_wheelchair_light_skin_tone", "text": "🧑🏻‍🦽"},
{"keyword": ":person_in_manual_wheelchair_medium-dark_skin_tone:", "name": "person_in_manual_wheelchair_medium-dark_skin_tone", "text": "🧑🏾‍🦽"},
{"keyword": ":person_in_manual_wheelchair_medium-light_skin_tone:", "name": "person_in_manual_wheelchair_medium-light_skin_tone", "text": "🧑🏼‍🦽"},
{"keyword": ":person_in_manual_wheelchair_medium_skin_tone:", "name": "person_in_manual_wheelchair_medium_skin_tone", "text": "🧑🏽‍🦽"},
{"keyword": ":person_in_motorized_wheelchair:", "name": "person_in_motorized_wheelchair", "text": "🧑‍🦼"},
{"keyword": ":person_in_motorized_wheelchair_dark_skin_tone:", "name": "person_in_motorized_wheelchair_dark_skin_tone", "text": "🧑🏿‍🦼"},
{"keyword": ":person_in_motorized_wheelchair_facing_right:", "name": "person_in_motorized_wheelchair_facing_right", "text": "🧑‍🦼‍➡️"},
{"keyword": ":person_in_motorized_wheelchair_facing_right:", "name": "person_in_motorized_wheelchair_facing_right", "text": "🧑‍🦼‍➡"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_dark_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_dark_skin_tone", "text": "🧑🏿‍🦼‍➡️"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_dark_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_dark_skin_tone", "text": "🧑🏿‍🦼‍➡"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_light_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_light_skin_tone", "text": "🧑🏻‍🦼‍➡️"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_light_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_light_skin_tone", "text": "🧑🏻‍🦼‍➡"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_medium-dark_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_medium-dark_skin_tone", "text": "🧑🏾‍🦼‍➡️"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_medium-dark_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_medium-dark_skin_tone", "text": "🧑🏾‍🦼‍➡"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_medium-light_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_medium-light_skin_tone", "text": "🧑🏼‍🦼‍➡️"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_medium-light_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_medium-light_skin_tone", "text": "🧑🏼‍🦼‍➡"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_medium_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_medium_skin_tone", "text": "🧑🏽‍🦼‍➡️"},
{"keyword": ":person_in_motorized_wheelchair_facing_right_medium_skin_tone:", "name": "person_in_motorized_wheelchair_facing_right_medium_skin_tone", "text": "🧑🏽‍🦼‍➡"},
{"keyword": ":person_in_motorized_wheelchair_light_skin_tone:", "name": "person_in_motorized_wheelchair_light_skin_tone", "text": "🧑🏻‍🦼"},
{"keyword": ":person_in_motorized_wheelchair_medium-dark_skin_tone:", "name": "person_in_motorized_wheelchair_medium-dark_skin_tone", "text": "🧑🏾‍🦼"},
{"keyword": ":person_in_motorized_wheelchair_medium-light_skin_tone:", "name": "person_in_motorized_wheelchair_medium-light_skin_tone", "text": "🧑🏼‍🦼"},
{"keyword": ":person_in_motorized_wheelchair_medium_skin_tone:", "name": "person_in_motorized_wheelchair_medium_skin_tone", "text": "🧑🏽‍🦼"},
{"keyword": ":sauna_person:", "name": "person_in_steamy_room", "text": "🧖"},
{"keyword": ":person_in_steamy_room:", "name": "person_in_steamy_room_1", "text": "🧖"},
{"keyword": ":person_in_steamy_room_dark_skin_tone:", "name": "person_in_steamy_room_dark_skin_tone", "text": "🧖🏿"},
{"keyword": ":person_in_steamy_room_light_skin_tone:", "name": "person_in_steamy_room_light_skin_tone", "text": "🧖🏻"},
{"keyword": ":person_in_steamy_room_medium-dark_skin_tone:", "name": "person_in_steamy_room_medium-dark_skin_tone", "text": "🧖🏾"},
{"keyword": ":person_in_steamy_room_medium-light_skin_tone:", "name": "person_in_steamy_room_medium-light_skin_tone", "text": "🧖🏼"},
{"keyword": ":person_in_steamy_room_medium_skin_tone:", "name": "person_in_steamy_room_medium_skin_tone", "text": "🧖🏽"},
{"keyword": ":man_in_business_suit_levitating:", "name": "person_in_suit_levitating", "text": "🕴️"},
{"keyword": ":business_suit_levitating:", "name": "person_in_suit_levitating_1", "text": "🕴️"},
{"keyword": ":person_in_suit_levitating:", "name": "person_in_suit_levitating_2", "text": "🕴️"},
{"keyword": ":man_in_business_suit_levitating:", "name": "person_in_suit_levitating", "text": "🕴"},
{"keyword": ":business_suit_levitating:", "name": "person_in_suit_levitating_1", "text": "🕴"},
{"keyword": ":person_in_suit_levitating:", "name": "person_in_suit_levitating_2", "text": "🕴"},
{"keyword": ":person_in_suit_levitating_dark_skin_tone:", "name": "person_in_suit_levitating_dark_skin_tone", "text": "🕴🏿"},
{"keyword": ":person_in_suit_levitating_light_skin_tone:", "name": "person_in_suit_levitating_light_skin_tone", "text": "🕴🏻"},
{"keyword": ":person_in_suit_levitating_medium-dark_skin_tone:", "name": "person_in_suit_levitating_medium-dark_skin_tone", "text": "🕴🏾"},
{"keyword": ":person_in_suit_levitating_medium-light_skin_tone:", "name": "person_in_suit_levitating_medium-light_skin_tone", "text": "🕴🏼"},
{"keyword": ":person_in_suit_levitating_medium_skin_tone:", "name": "person_in_suit_levitating_medium_skin_tone", "text": "🕴🏽"},
{"keyword": ":person_in_tuxedo:", "name": "person_in_tuxedo", "text": "🤵"},
{"keyword": ":person_in_tuxedo_dark_skin_tone:", "name": "person_in_tuxedo_dark_skin_tone", "text": "🤵🏿"},
{"keyword": ":person_in_tuxedo_light_skin_tone:", "name": "person_in_tuxedo_light_skin_tone", "text": "🤵🏻"},
{"keyword": ":person_in_tuxedo_medium-dark_skin_tone:", "name": "person_in_tuxedo_medium-dark_skin_tone", "text": "🤵🏾"},
{"keyword": ":person_in_tuxedo_medium-light_skin_tone:", "name": "person_in_tuxedo_medium-light_skin_tone", "text": "🤵🏼"},
{"keyword": ":person_in_tuxedo_medium_skin_tone:", "name": "person_in_tuxedo_medium_skin_tone", "text": "🤵🏽"},
{"keyword": ":juggling_person:", "name": "person_juggling", "text": "🤹"},
{"keyword": ":person_juggling:", "name": "person_juggling_1", "text": "🤹"},
{"keyword": ":person_juggling_dark_skin_tone:", "name": "person_juggling_dark_skin_tone", "text": "🤹🏿"},
{"keyword": ":person_juggling_light_skin_tone:", "name": "person_juggling_light_skin_tone", "text": "🤹🏻"},
{"keyword": ":person_juggling_medium-dark_skin_tone:", "name": "person_juggling_medium-dark_skin_tone", "text": "🤹🏾"},
{"keyword": ":person_juggling_medium-light_skin_tone:", "name": "person_juggling_medium-light_skin_tone", "text": "🤹🏼"},
{"keyword": ":person_juggling_medium_skin_tone:", "name": "person_juggling_medium_skin_tone", "text": "🤹🏽"},
{"keyword": ":kneeling_person:", "name": "person_kneeling", "text": "🧎"},
{"keyword": ":person_kneeling:", "name": "person_kneeling_1", "text": "🧎"},
{"keyword": ":person_kneeling_dark_skin_tone:", "name": "person_kneeling_dark_skin_tone", "text": "🧎🏿"},
{"keyword": ":person_kneeling_facing_right:", "name": "person_kneeling_facing_right", "text": "🧎‍➡️"},
{"keyword": ":person_kneeling_facing_right:", "name": "person_kneeling_facing_right", "text": "🧎‍➡"},
{"keyword": ":person_kneeling_facing_right_dark_skin_tone:", "name": "person_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍➡️"},
{"keyword": ":person_kneeling_facing_right_dark_skin_tone:", "name": "person_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍➡"},
{"keyword": ":person_kneeling_facing_right_light_skin_tone:", "name": "person_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍➡️"},
{"keyword": ":person_kneeling_facing_right_light_skin_tone:", "name": "person_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍➡"},
{"keyword": ":person_kneeling_facing_right_medium-dark_skin_tone:", "name": "person_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍➡️"},
{"keyword": ":person_kneeling_facing_right_medium-dark_skin_tone:", "name": "person_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍➡"},
{"keyword": ":person_kneeling_facing_right_medium-light_skin_tone:", "name": "person_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍➡️"},
{"keyword": ":person_kneeling_facing_right_medium-light_skin_tone:", "name": "person_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍➡"},
{"keyword": ":person_kneeling_facing_right_medium_skin_tone:", "name": "person_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍➡️"},
{"keyword": ":person_kneeling_facing_right_medium_skin_tone:", "name": "person_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍➡"},
{"keyword": ":person_kneeling_light_skin_tone:", "name": "person_kneeling_light_skin_tone", "text": "🧎🏻"},
{"keyword": ":person_kneeling_medium-dark_skin_tone:", "name": "person_kneeling_medium-dark_skin_tone", "text": "🧎🏾"},
{"keyword": ":person_kneeling_medium-light_skin_tone:", "name": "person_kneeling_medium-light_skin_tone", "text": "🧎🏼"},
{"keyword": ":person_kneeling_medium_skin_tone:", "name": "person_kneeling_medium_skin_tone", "text": "🧎🏽"},
{"keyword": ":person_lifting_weights:", "name": "person_lifting_weights", "text": "🏋️"},
{"keyword": ":weight_lifter:", "name": "person_lifting_weights_1", "text": "🏋️"},
{"keyword": ":weight_lifting:", "name": "person_lifting_weights_2", "text": "🏋️"},
{"keyword": ":person_lifting_weights:", "name": "person_lifting_weights", "text": "🏋"},
{"keyword": ":weight_lifter:", "name": "person_lifting_weights_1", "text": "🏋"},
{"keyword": ":weight_lifting:", "name": "person_lifting_weights_2", "text": "🏋"},
{"keyword": ":person_lifting_weights_dark_skin_tone:", "name": "person_lifting_weights_dark_skin_tone", "text": "🏋🏿"},
{"keyword": ":person_lifting_weights_light_skin_tone:", "name": "person_lifting_weights_light_skin_tone", "text": "🏋🏻"},
{"keyword": ":person_lifting_weights_medium-dark_skin_tone:", "name": "person_lifting_weights_medium-dark_skin_tone", "text": "🏋🏾"},
{"keyword": ":person_lifting_weights_medium-light_skin_tone:", "name": "person_lifting_weights_medium-light_skin_tone", "text": "🏋🏼"},
{"keyword": ":person_lifting_weights_medium_skin_tone:", "name": "person_lifting_weights_medium_skin_tone", "text": "🏋🏽"},
{"keyword": ":person_light_skin_tone:", "name": "person_light_skin_tone", "text": "🧑🏻"},
{"keyword": ":person_light_skin_tone_bald:", "name": "person_light_skin_tone_bald", "text": "🧑🏻‍🦲"},
{"keyword": ":person_light_skin_tone_beard:", "name": "person_light_skin_tone_beard", "text": "🧔🏻"},
{"keyword": ":person_light_skin_tone_blond_hair:", "name": "person_light_skin_tone_blond_hair", "text": "👱🏻"},
{"keyword": ":person_light_skin_tone_curly_hair:", "name": "person_light_skin_tone_curly_hair", "text": "🧑🏻‍🦱"},
{"keyword": ":person_light_skin_tone_red_hair:", "name": "person_light_skin_tone_red_hair", "text": "🧑🏻‍🦰"},
{"keyword": ":person_light_skin_tone_white_hair:", "name": "person_light_skin_tone_white_hair", "text": "🧑🏻‍🦳"},
{"keyword": ":person_medium-dark_skin_tone:", "name": "person_medium-dark_skin_tone", "text": "🧑🏾"},
{"keyword": ":person_medium-dark_skin_tone_bald:", "name": "person_medium-dark_skin_tone_bald", "text": "🧑🏾‍🦲"},
{"keyword": ":person_medium-dark_skin_tone_beard:", "name": "person_medium-dark_skin_tone_beard", "text": "🧔🏾"},
{"keyword": ":person_medium-dark_skin_tone_blond_hair:", "name": "person_medium-dark_skin_tone_blond_hair", "text": "👱🏾"},
{"keyword": ":person_medium-dark_skin_tone_curly_hair:", "name": "person_medium-dark_skin_tone_curly_hair", "text": "🧑🏾‍🦱"},
{"keyword": ":person_medium-dark_skin_tone_red_hair:", "name": "person_medium-dark_skin_tone_red_hair", "text": "🧑🏾‍🦰"},
{"keyword": ":person_medium-dark_skin_tone_white_hair:", "name": "person_medium-dark_skin_tone_white_hair", "text": "🧑🏾‍🦳"},
{"keyword": ":person_medium-light_skin_tone:", "name": "person_medium-light_skin_tone", "text": "🧑🏼"},
{"keyword": ":person_medium-light_skin_tone_bald:", "name": "person_medium-light_skin_tone_bald", "text": "🧑🏼‍🦲"},
{"keyword": ":person_medium-light_skin_tone_beard:", "name": "person_medium-light_skin_tone_beard", "text": "🧔🏼"},
{"keyword": ":person_medium-light_skin_tone_blond_hair:", "name": "person_medium-light_skin_tone_blond_hair", "text": "👱🏼"},
{"keyword": ":person_medium-light_skin_tone_curly_hair:", "name": "person_medium-light_skin_tone_curly_hair", "text": "🧑🏼‍🦱"},
{"keyword": ":person_medium-light_skin_tone_red_hair:", "name": "person_medium-light_skin_tone_red_hair", "text": "🧑🏼‍🦰"},
{"keyword": ":person_medium-light_skin_tone_white_hair:", "name": "person_medium-light_skin_tone_white_hair", "text": "🧑🏼‍🦳"},
{"keyword": ":person_medium_skin_tone:", "name": "person_medium_skin_tone", "text": "🧑🏽"},
{"keyword": ":person_medium_skin_tone_bald:", "name": "person_medium_skin_tone_bald", "text": "🧑🏽‍🦲"},
{"keyword": ":person_medium_skin_tone_beard:", "name": "person_medium_skin_tone_beard", "text": "🧔🏽"},
{"keyword": ":person_medium_skin_tone_blond_hair:", "name": "person_medium_skin_tone_blond_hair", "text": "👱🏽"},
{"keyword": ":person_medium_skin_tone_curly_hair:", "name": "person_medium_skin_tone_curly_hair", "text": "🧑🏽‍🦱"},
{"keyword": ":person_medium_skin_tone_red_hair:", "name": "person_medium_skin_tone_red_hair", "text": "🧑🏽‍🦰"},
{"keyword": ":person_medium_skin_tone_white_hair:", "name": "person_medium_skin_tone_white_hair", "text": "🧑🏽‍🦳"},
{"keyword": ":person_mountain_biking:", "name": "person_mountain_biking", "text": "🚵"},
{"keyword": ":mountain_bicyclist:", "name": "person_mountain_biking_1", "text": "🚵"},
{"keyword": ":person_mountain_biking_dark_skin_tone:", "name": "person_mountain_biking_dark_skin_tone", "text": "🚵🏿"},
{"keyword": ":person_mountain_biking_light_skin_tone:", "name": "person_mountain_biking_light_skin_tone", "text": "🚵🏻"},
{"keyword": ":person_mountain_biking_medium-dark_skin_tone:", "name": "person_mountain_biking_medium-dark_skin_tone", "text": "🚵🏾"},
{"keyword": ":person_mountain_biking_medium-light_skin_tone:", "name": "person_mountain_biking_medium-light_skin_tone", "text": "🚵🏼"},
{"keyword": ":person_mountain_biking_medium_skin_tone:", "name": "person_mountain_biking_medium_skin_tone", "text": "🚵🏽"},
{"keyword": ":person_playing_handball:", "name": "person_playing_handball", "text": "🤾"},
{"keyword": ":handball_person:", "name": "person_playing_handball_1", "text": "🤾"},
{"keyword": ":person_playing_handball_dark_skin_tone:", "name": "person_playing_handball_dark_skin_tone", "text": "🤾🏿"},
{"keyword": ":person_playing_handball_light_skin_tone:", "name": "person_playing_handball_light_skin_tone", "text": "🤾🏻"},
{"keyword": ":person_playing_handball_medium-dark_skin_tone:", "name": "person_playing_handball_medium-dark_skin_tone", "text": "🤾🏾"},
{"keyword": ":person_playing_handball_medium-light_skin_tone:", "name": "person_playing_handball_medium-light_skin_tone", "text": "🤾🏼"},
{"keyword": ":person_playing_handball_medium_skin_tone:", "name": "person_playing_handball_medium_skin_tone", "text": "🤾🏽"},
{"keyword": ":water_polo:", "name": "person_playing_water_polo", "text": "🤽"},
{"keyword": ":person_playing_water_polo:", "name": "person_playing_water_polo_1", "text": "🤽"},
{"keyword": ":person_playing_water_polo_dark_skin_tone:", "name": "person_playing_water_polo_dark_skin_tone", "text": "🤽🏿"},
{"keyword": ":person_playing_water_polo_light_skin_tone:", "name": "person_playing_water_polo_light_skin_tone", "text": "🤽🏻"},
{"keyword": ":person_playing_water_polo_medium-dark_skin_tone:", "name": "person_playing_water_polo_medium-dark_skin_tone", "text": "🤽🏾"},
{"keyword": ":person_playing_water_polo_medium-light_skin_tone:", "name": "person_playing_water_polo_medium-light_skin_tone", "text": "🤽🏼"},
{"keyword": ":person_playing_water_polo_medium_skin_tone:", "name": "person_playing_water_polo_medium_skin_tone", "text": "🤽🏽"},
{"keyword": ":person_with_pouting_face:", "name": "person_pouting", "text": "🙎"},
{"keyword": ":person_pouting:", "name": "person_pouting_1", "text": "🙎"},
{"keyword": ":pouting_face:", "name": "person_pouting_2", "text": "🙎"},
{"keyword": ":person_pouting_dark_skin_tone:", "name": "person_pouting_dark_skin_tone", "text": "🙎🏿"},
{"keyword": ":person_pouting_light_skin_tone:", "name": "person_pouting_light_skin_tone", "text": "🙎🏻"},
{"keyword": ":person_pouting_medium-dark_skin_tone:", "name": "person_pouting_medium-dark_skin_tone", "text": "🙎🏾"},
{"keyword": ":person_pouting_medium-light_skin_tone:", "name": "person_pouting_medium-light_skin_tone", "text": "🙎🏼"},
{"keyword": ":person_pouting_medium_skin_tone:", "name": "person_pouting_medium_skin_tone", "text": "🙎🏽"},
{"keyword": ":person_raising_hand:", "name": "person_raising_hand", "text": "🙋"},
{"keyword": ":raising_hand:", "name": "person_raising_hand_1", "text": "🙋"},
{"keyword": ":person_raising_hand_dark_skin_tone:", "name": "person_raising_hand_dark_skin_tone", "text": "🙋🏿"},
{"keyword": ":person_raising_hand_light_skin_tone:", "name": "person_raising_hand_light_skin_tone", "text": "🙋🏻"},
{"keyword": ":person_raising_hand_medium-dark_skin_tone:", "name": "person_raising_hand_medium-dark_skin_tone", "text": "🙋🏾"},
{"keyword": ":person_raising_hand_medium-light_skin_tone:", "name": "person_raising_hand_medium-light_skin_tone", "text": "🙋🏼"},
{"keyword": ":person_raising_hand_medium_skin_tone:", "name": "person_raising_hand_medium_skin_tone", "text": "🙋🏽"},
{"keyword": ":person_red_hair:", "name": "person_red_hair", "text": "🧑‍🦰"},
{"keyword": ":rowboat:", "name": "person_rowing_boat", "text": "🚣"},
{"keyword": ":person_rowing_boat:", "name": "person_rowing_boat_1", "text": "🚣"},
{"keyword": ":person_rowing_boat_dark_skin_tone:", "name": "person_rowing_boat_dark_skin_tone", "text": "🚣🏿"},
{"keyword": ":person_rowing_boat_light_skin_tone:", "name": "person_rowing_boat_light_skin_tone", "text": "🚣🏻"},
{"keyword": ":person_rowing_boat_medium-dark_skin_tone:", "name": "person_rowing_boat_medium-dark_skin_tone", "text": "🚣🏾"},
{"keyword": ":person_rowing_boat_medium-light_skin_tone:", "name": "person_rowing_boat_medium-light_skin_tone", "text": "🚣🏼"},
{"keyword": ":person_rowing_boat_medium_skin_tone:", "name": "person_rowing_boat_medium_skin_tone", "text": "🚣🏽"},
{"keyword": ":person_running:", "name": "person_running", "text": "🏃"},
{"keyword": ":runner:", "name": "person_running_1", "text": "🏃"},
{"keyword": ":running:", "name": "person_running_2", "text": "🏃"},
{"keyword": ":person_running_dark_skin_tone:", "name": "person_running_dark_skin_tone", "text": "🏃🏿"},
{"keyword": ":person_running_facing_right:", "name": "person_running_facing_right", "text": "🏃‍➡️"},
{"keyword": ":person_running_facing_right:", "name": "person_running_facing_right", "text": "🏃‍➡"},
{"keyword": ":person_running_facing_right_dark_skin_tone:", "name": "person_running_facing_right_dark_skin_tone", "text": "🏃🏿‍➡️"},
{"keyword": ":person_running_facing_right_dark_skin_tone:", "name": "person_running_facing_right_dark_skin_tone", "text": "🏃🏿‍➡"},
{"keyword": ":person_running_facing_right_light_skin_tone:", "name": "person_running_facing_right_light_skin_tone", "text": "🏃🏻‍➡️"},
{"keyword": ":person_running_facing_right_light_skin_tone:", "name": "person_running_facing_right_light_skin_tone", "text": "🏃🏻‍➡"},
{"keyword": ":person_running_facing_right_medium-dark_skin_tone:", "name": "person_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍➡️"},
{"keyword": ":person_running_facing_right_medium-dark_skin_tone:", "name": "person_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍➡"},
{"keyword": ":person_running_facing_right_medium-light_skin_tone:", "name": "person_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍➡️"},
{"keyword": ":person_running_facing_right_medium-light_skin_tone:", "name": "person_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍➡"},
{"keyword": ":person_running_facing_right_medium_skin_tone:", "name": "person_running_facing_right_medium_skin_tone", "text": "🏃🏽‍➡️"},
{"keyword": ":person_running_facing_right_medium_skin_tone:", "name": "person_running_facing_right_medium_skin_tone", "text": "🏃🏽‍➡"},
{"keyword": ":person_running_light_skin_tone:", "name": "person_running_light_skin_tone", "text": "🏃🏻"},
{"keyword": ":person_running_medium-dark_skin_tone:", "name": "person_running_medium-dark_skin_tone", "text": "🏃🏾"},
{"keyword": ":person_running_medium-light_skin_tone:", "name": "person_running_medium-light_skin_tone", "text": "🏃🏼"},
{"keyword": ":person_running_medium_skin_tone:", "name": "person_running_medium_skin_tone", "text": "🏃🏽"},
{"keyword": ":person_shrugging:", "name": "person_shrugging", "text": "🤷"},
{"keyword": ":shrug:", "name": "person_shrugging_1", "text": "🤷"},
{"keyword": ":person_shrugging_dark_skin_tone:", "name": "person_shrugging_dark_skin_tone", "text": "🤷🏿"},
{"keyword": ":person_shrugging_light_skin_tone:", "name": "person_shrugging_light_skin_tone", "text": "🤷🏻"},
{"keyword": ":person_shrugging_medium-dark_skin_tone:", "name": "person_shrugging_medium-dark_skin_tone", "text": "🤷🏾"},
{"keyword": ":person_shrugging_medium-light_skin_tone:", "name": "person_shrugging_medium-light_skin_tone", "text": "🤷🏼"},
{"keyword": ":person_shrugging_medium_skin_tone:", "name": "person_shrugging_medium_skin_tone", "text": "🤷🏽"},
{"keyword": ":person_standing:", "name": "person_standing", "text": "🧍"},
{"keyword": ":standing_person:", "name": "person_standing_1", "text": "🧍"},
{"keyword": ":person_standing_dark_skin_tone:", "name": "person_standing_dark_skin_tone", "text": "🧍🏿"},
{"keyword": ":person_standing_light_skin_tone:", "name": "person_standing_light_skin_tone", "text": "🧍🏻"},
{"keyword": ":person_standing_medium-dark_skin_tone:", "name": "person_standing_medium-dark_skin_tone", "text": "🧍🏾"},
{"keyword": ":person_standing_medium-light_skin_tone:", "name": "person_standing_medium-light_skin_tone", "text": "🧍🏼"},
{"keyword": ":person_standing_medium_skin_tone:", "name": "person_standing_medium_skin_tone", "text": "🧍🏽"},
{"keyword": ":person_surfing:", "name": "person_surfing", "text": "🏄"},
{"keyword": ":surfer:", "name": "person_surfing_1", "text": "🏄"},
{"keyword": ":person_surfing_dark_skin_tone:", "name": "person_surfing_dark_skin_tone", "text": "🏄🏿"},
{"keyword": ":person_surfing_light_skin_tone:", "name": "person_surfing_light_skin_tone", "text": "🏄🏻"},
{"keyword": ":person_surfing_medium-dark_skin_tone:", "name": "person_surfing_medium-dark_skin_tone", "text": "🏄🏾"},
{"keyword": ":person_surfing_medium-light_skin_tone:", "name": "person_surfing_medium-light_skin_tone", "text": "🏄🏼"},
{"keyword": ":person_surfing_medium_skin_tone:", "name": "person_surfing_medium_skin_tone", "text": "🏄🏽"},
{"keyword": ":person_swimming:", "name": "person_swimming", "text": "🏊"},
{"keyword": ":swimmer:", "name": "person_swimming_1", "text": "🏊"},
{"keyword": ":person_swimming_dark_skin_tone:", "name": "person_swimming_dark_skin_tone", "text": "🏊🏿"},
{"keyword": ":person_swimming_light_skin_tone:", "name": "person_swimming_light_skin_tone", "text": "🏊🏻"},
{"keyword": ":person_swimming_medium-dark_skin_tone:", "name": "person_swimming_medium-dark_skin_tone", "text": "🏊🏾"},
{"keyword": ":person_swimming_medium-light_skin_tone:", "name": "person_swimming_medium-light_skin_tone", "text": "🏊🏼"},
{"keyword": ":person_swimming_medium_skin_tone:", "name": "person_swimming_medium_skin_tone", "text": "🏊🏽"},
{"keyword": ":person_taking_bath:", "name": "person_taking_bath", "text": "🛀"},
{"keyword": ":bath:", "name": "person_taking_bath_1", "text": "🛀"},
{"keyword": ":person_taking_bath_dark_skin_tone:", "name": "person_taking_bath_dark_skin_tone", "text": "🛀🏿"},
{"keyword": ":person_taking_bath_light_skin_tone:", "name": "person_taking_bath_light_skin_tone", "text": "🛀🏻"},
{"keyword": ":person_taking_bath_medium-dark_skin_tone:", "name": "person_taking_bath_medium-dark_skin_tone", "text": "🛀🏾"},
{"keyword": ":person_taking_bath_medium-light_skin_tone:", "name": "person_taking_bath_medium-light_skin_tone", "text": "🛀🏼"},
{"keyword": ":person_taking_bath_medium_skin_tone:", "name": "person_taking_bath_medium_skin_tone", "text": "🛀🏽"},
{"keyword": ":information_desk_person:", "name": "person_tipping_hand", "text": "💁"},
{"keyword": ":person_tipping_hand:", "name": "person_tipping_hand_1", "text": "💁"},
{"keyword": ":tipping_hand_person:", "name": "person_tipping_hand_2", "text": "💁"},
{"keyword": ":person_tipping_hand_dark_skin_tone:", "name": "person_tipping_hand_dark_skin_tone", "text": "💁🏿"},
{"keyword": ":person_tipping_hand_light_skin_tone:", "name": "person_tipping_hand_light_skin_tone", "text": "💁🏻"},
{"keyword": ":person_tipping_hand_medium-dark_skin_tone:", "name": "person_tipping_hand_medium-dark_skin_tone", "text": "💁🏾"},
{"keyword": ":person_tipping_hand_medium-light_skin_tone:", "name": "person_tipping_hand_medium-light_skin_tone", "text": "💁🏼"},
{"keyword": ":person_tipping_hand_medium_skin_tone:", "name": "person_tipping_hand_medium_skin_tone", "text": "💁🏽"},
{"keyword": ":person_walking:", "name": "person_walking", "text": "🚶"},
{"keyword": ":walking:", "name": "person_walking_1", "text": "🚶"},
{"keyword": ":person_walking_dark_skin_tone:", "name": "person_walking_dark_skin_tone", "text": "🚶🏿"},
{"keyword": ":person_walking_facing_right:", "name": "person_walking_facing_right", "text": "🚶‍➡️"},
{"keyword": ":person_walking_facing_right:", "name": "person_walking_facing_right", "text": "🚶‍➡"},
{"keyword": ":person_walking_facing_right_dark_skin_tone:", "name": "person_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍➡️"},
{"keyword": ":person_walking_facing_right_dark_skin_tone:", "name": "person_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍➡"},
{"keyword": ":person_walking_facing_right_light_skin_tone:", "name": "person_walking_facing_right_light_skin_tone", "text": "🚶🏻‍➡️"},
{"keyword": ":person_walking_facing_right_light_skin_tone:", "name": "person_walking_facing_right_light_skin_tone", "text": "🚶🏻‍➡"},
{"keyword": ":person_walking_facing_right_medium-dark_skin_tone:", "name": "person_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍➡️"},
{"keyword": ":person_walking_facing_right_medium-dark_skin_tone:", "name": "person_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍➡"},
{"keyword": ":person_walking_facing_right_medium-light_skin_tone:", "name": "person_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍➡️"},
{"keyword": ":person_walking_facing_right_medium-light_skin_tone:", "name": "person_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍➡"},
{"keyword": ":person_walking_facing_right_medium_skin_tone:", "name": "person_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍➡️"},
{"keyword": ":person_walking_facing_right_medium_skin_tone:", "name": "person_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍➡"},
{"keyword": ":person_walking_light_skin_tone:", "name": "person_walking_light_skin_tone", "text": "🚶🏻"},
{"keyword": ":person_walking_medium-dark_skin_tone:", "name": "person_walking_medium-dark_skin_tone", "text": "🚶🏾"},
{"keyword": ":person_walking_medium-light_skin_tone:", "name": "person_walking_medium-light_skin_tone", "text": "🚶🏼"},
{"keyword": ":person_walking_medium_skin_tone:", "name": "person_walking_medium_skin_tone", "text": "🚶🏽"},
{"keyword": ":person_with_turban:", "name": "person_wearing_turban", "text": "👳"},
{"keyword": ":person_wearing_turban:", "name": "person_wearing_turban_1", "text": "👳"},
{"keyword": ":person_wearing_turban_dark_skin_tone:", "name": "person_wearing_turban_dark_skin_tone", "text": "👳🏿"},
{"keyword": ":person_wearing_turban_light_skin_tone:", "name": "person_wearing_turban_light_skin_tone", "text": "👳🏻"},
{"keyword": ":person_wearing_turban_medium-dark_skin_tone:", "name": "person_wearing_turban_medium-dark_skin_tone", "text": "👳🏾"},
{"keyword": ":person_wearing_turban_medium-light_skin_tone:", "name": "person_wearing_turban_medium-light_skin_tone", "text": "👳🏼"},
{"keyword": ":person_wearing_turban_medium_skin_tone:", "name": "person_wearing_turban_medium_skin_tone", "text": "👳🏽"},
{"keyword": ":person_white_hair:", "name": "person_white_hair", "text": "🧑‍🦳"},
{"keyword": ":person_with_crown:", "name": "person_with_crown", "text": "🫅"},
{"keyword": ":person_with_crown_dark_skin_tone:", "name": "person_with_crown_dark_skin_tone", "text": "🫅🏿"},
{"keyword": ":person_with_crown_light_skin_tone:", "name": "person_with_crown_light_skin_tone", "text": "🫅🏻"},
{"keyword": ":person_with_crown_medium-dark_skin_tone:", "name": "person_with_crown_medium-dark_skin_tone", "text": "🫅🏾"},
{"keyword": ":person_with_crown_medium-light_skin_tone:", "name": "person_with_crown_medium-light_skin_tone", "text": "🫅🏼"},
{"keyword": ":person_with_crown_medium_skin_tone:", "name": "person_with_crown_medium_skin_tone", "text": "🫅🏽"},
{"keyword": ":man_with_gua_pi_mao:", "name": "person_with_skullcap", "text": "👲"},
{"keyword": ":person_with_skullcap:", "name": "person_with_skullcap_1", "text": "👲"},
{"keyword": ":person_with_skullcap_dark_skin_tone:", "name": "person_with_skullcap_dark_skin_tone", "text": "👲🏿"},
{"keyword": ":person_with_skullcap_light_skin_tone:", "name": "person_with_skullcap_light_skin_tone", "text": "👲🏻"},
{"keyword": ":person_with_skullcap_medium-dark_skin_tone:", "name": "person_with_skullcap_medium-dark_skin_tone", "text": "👲🏾"},
{"keyword": ":person_with_skullcap_medium-light_skin_tone:", "name": "person_with_skullcap_medium-light_skin_tone", "text": "👲🏼"},
{"keyword": ":person_with_skullcap_medium_skin_tone:", "name": "person_with_skullcap_medium_skin_tone", "text": "👲🏽"},
{"keyword": ":person_with_veil:", "name": "person_with_veil", "text": "👰"},
{"keyword": ":person_with_veil_dark_skin_tone:", "name": "person_with_veil_dark_skin_tone", "text": "👰🏿"},
{"keyword": ":person_with_veil_light_skin_tone:", "name": "person_with_veil_light_skin_tone", "text": "👰🏻"},
{"keyword": ":person_with_veil_medium-dark_skin_tone:", "name": "person_with_veil_medium-dark_skin_tone", "text": "👰🏾"},
{"keyword": ":person_with_veil_medium-light_skin_tone:", "name": "person_with_veil_medium-light_skin_tone", "text": "👰🏼"},
{"keyword": ":person_with_veil_medium_skin_tone:", "name": "person_with_veil_medium_skin_tone", "text": "👰🏽"},
{"keyword": ":person_with_probing_cane:", "name": "person_with_white_cane", "text": "🧑‍🦯"},
{"keyword": ":person_with_white_cane:", "name": "person_with_white_cane_1", "text": "🧑‍🦯"},
{"keyword": ":person_with_white_cane_dark_skin_tone:", "name": "person_with_white_cane_dark_skin_tone", "text": "🧑🏿‍🦯"},
{"keyword": ":person_with_white_cane_facing_right:", "name": "person_with_white_cane_facing_right", "text": "🧑‍🦯‍➡️"},
{"keyword": ":person_with_white_cane_facing_right:", "name": "person_with_white_cane_facing_right", "text": "🧑‍🦯‍➡"},
{"keyword": ":person_with_white_cane_facing_right_dark_skin_tone:", "name": "person_with_white_cane_facing_right_dark_skin_tone", "text": "🧑🏿‍🦯‍➡️"},
{"keyword": ":person_with_white_cane_facing_right_dark_skin_tone:", "name": "person_with_white_cane_facing_right_dark_skin_tone", "text": "🧑🏿‍🦯‍➡"},
{"keyword": ":person_with_white_cane_facing_right_light_skin_tone:", "name": "person_with_white_cane_facing_right_light_skin_tone", "text": "🧑🏻‍🦯‍➡️"},
{"keyword": ":person_with_white_cane_facing_right_light_skin_tone:", "name": "person_with_white_cane_facing_right_light_skin_tone", "text": "🧑🏻‍🦯‍➡"},
{"keyword": ":person_with_white_cane_facing_right_medium-dark_skin_tone:", "name": "person_with_white_cane_facing_right_medium-dark_skin_tone", "text": "🧑🏾‍🦯‍➡️"},
{"keyword": ":person_with_white_cane_facing_right_medium-dark_skin_tone:", "name": "person_with_white_cane_facing_right_medium-dark_skin_tone", "text": "🧑🏾‍🦯‍➡"},
{"keyword": ":person_with_white_cane_facing_right_medium-light_skin_tone:", "name": "person_with_white_cane_facing_right_medium-light_skin_tone", "text": "🧑🏼‍🦯‍➡️"},
{"keyword": ":person_with_white_cane_facing_right_medium-light_skin_tone:", "name": "person_with_white_cane_facing_right_medium-light_skin_tone", "text": "🧑🏼‍🦯‍➡"},
{"keyword": ":person_with_white_cane_facing_right_medium_skin_tone:", "name": "person_with_white_cane_facing_right_medium_skin_tone", "text": "🧑🏽‍🦯‍➡️"},
{"keyword": ":person_with_white_cane_facing_right_medium_skin_tone:", "name": "person_with_white_cane_facing_right_medium_skin_tone", "text": "🧑🏽‍🦯‍➡"},
{"keyword": ":person_with_white_cane_light_skin_tone:", "name": "person_with_white_cane_light_skin_tone", "text": "🧑🏻‍🦯"},
{"keyword": ":person_with_white_cane_medium-dark_skin_tone:", "name": "person_with_white_cane_medium-dark_skin_tone", "text": "🧑🏾‍🦯"},
{"keyword": ":person_with_white_cane_medium-light_skin_tone:", "name": "person_with_white_cane_medium-light_skin_tone", "text": "🧑🏼‍🦯"},
{"keyword": ":person_with_white_cane_medium_skin_tone:", "name": "person_with_white_cane_medium_skin_tone", "text": "🧑🏽‍🦯"},
{"keyword": ":petri_dish:", "name": "petri_dish", "text": "🧫"},
{"keyword": ":phoenix:", "name": "phoenix", "text": "🐦‍🔥"},
{"keyword": ":pick:", "name": "pick", "text": "⛏️"},
{"keyword": ":pick:", "name": "pick", "text": "⛏"},
{"keyword": ":pickup_truck:", "name": "pickup_truck", "text": "🛻"},
{"keyword": ":pie:", "name": "pie", "text": "🥧"},
{"keyword": ":pig:", "name": "pig", "text": "🐖"},
{"keyword": ":pig2:", "name": "pig_1", "text": "🐖"},
{"keyword": ":pig:", "name": "pig_face", "text": "🐷"},
{"keyword": ":pig_face:", "name": "pig_face_1", "text": "🐷"},
{"keyword": ":pig_nose:", "name": "pig_nose", "text": "🐽"},
{"keyword": ":pile_of_poo:", "name": "pile_of_poo", "text": "💩"},
{"keyword": ":shit:", "name": "pile_of_poo_1", "text": "💩"},
{"keyword": ":poop:", "name": "pile_of_poo_2", "text": "💩"},
{"keyword": ":hankey:", "name": "pile_of_poo_3", "text": "💩"},
{"keyword": ":pill:", "name": "pill", "text": "💊"},
{"keyword": ":pilot:", "name": "pilot", "text": "🧑‍✈️"},
{"keyword": ":pilot:", "name": "pilot", "text": "🧑‍✈"},
{"keyword": ":pilot_dark_skin_tone:", "name": "pilot_dark_skin_tone", "text": "🧑🏿‍✈️"},
{"keyword": ":pilot_dark_skin_tone:", "name": "pilot_dark_skin_tone", "text": "🧑🏿‍✈"},
{"keyword": ":pilot_light_skin_tone:", "name": "pilot_light_skin_tone", "text": "🧑🏻‍✈️"},
{"keyword": ":pilot_light_skin_tone:", "name": "pilot_light_skin_tone", "text": "🧑🏻‍✈"},
{"keyword": ":pilot_medium-dark_skin_tone:", "name": "pilot_medium-dark_skin_tone", "text": "🧑🏾‍✈️"},
{"keyword": ":pilot_medium-dark_skin_tone:", "name": "pilot_medium-dark_skin_tone", "text": "🧑🏾‍✈"},
{"keyword": ":pilot_medium-light_skin_tone:", "name": "pilot_medium-light_skin_tone", "text": "🧑🏼‍✈️"},
{"keyword": ":pilot_medium-light_skin_tone:", "name": "pilot_medium-light_skin_tone", "text": "🧑🏼‍✈"},
{"keyword": ":pilot_medium_skin_tone:", "name": "pilot_medium_skin_tone", "text": "🧑🏽‍✈️"},
{"keyword": ":pilot_medium_skin_tone:", "name": "pilot_medium_skin_tone", "text": "🧑🏽‍✈"},
{"keyword": ":pinched_fingers:", "name": "pinched_fingers", "text": "🤌"},
{"keyword": ":pinched_fingers_dark_skin_tone:", "name": "pinched_fingers_dark_skin_tone", "text": "🤌🏿"},
{"keyword": ":pinched_fingers_light_skin_tone:", "name": "pinched_fingers_light_skin_tone", "text": "🤌🏻"},
{"keyword": ":pinched_fingers_medium-dark_skin_tone:", "name": "pinched_fingers_medium-dark_skin_tone", "text": "🤌🏾"},
{"keyword": ":pinched_fingers_medium-light_skin_tone:", "name": "pinched_fingers_medium-light_skin_tone", "text": "🤌🏼"},
{"keyword": ":pinched_fingers_medium_skin_tone:", "name": "pinched_fingers_medium_skin_tone", "text": "🤌🏽"},
{"keyword": ":pinching_hand:", "name": "pinching_hand", "text": "🤏"},
{"keyword": ":pinching_hand_dark_skin_tone:", "name": "pinching_hand_dark_skin_tone", "text": "🤏🏿"},
{"keyword": ":pinching_hand_light_skin_tone:", "name": "pinching_hand_light_skin_tone", "text": "🤏🏻"},
{"keyword": ":pinching_hand_medium-dark_skin_tone:", "name": "pinching_hand_medium-dark_skin_tone", "text": "🤏🏾"},
{"keyword": ":pinching_hand_medium-light_skin_tone:", "name": "pinching_hand_medium-light_skin_tone", "text": "🤏🏼"},
{"keyword": ":pinching_hand_medium_skin_tone:", "name": "pinching_hand_medium_skin_tone", "text": "🤏🏽"},
{"keyword": ":bamboo:", "name": "pine_decoration", "text": "🎍"},
{"keyword": ":pine_decoration:", "name": "pine_decoration_1", "text": "🎍"},
{"keyword": ":pineapple:", "name": "pineapple", "text": "🍍"},
{"keyword": ":table_tennis_paddle_and_ball:", "name": "ping_pong", "text": "🏓"},
{"keyword": ":ping_pong:", "name": "ping_pong_1", "text": "🏓"},
{"keyword": ":pink_heart:", "name": "pink_heart", "text": "🩷"},
{"keyword": ":pirate_flag:", "name": "pirate_flag", "text": "🏴‍☠️"},
{"keyword": ":pirate_flag:", "name": "pirate_flag", "text": "🏴‍☠"},
{"keyword": ":pizza:", "name": "pizza", "text": "🍕"},
{"keyword": ":piñata:", "name": "piñata", "text": "🪅"},
{"keyword": ":pinata:", "name": "piñata_1", "text": "🪅"},
{"keyword": ":placard:", "name": "placard", "text": "🪧"},
{"keyword": ":place_of_worship:", "name": "place_of_worship", "text": "🛐"},
{"keyword": ":arrow_forward:", "name": "play_button", "text": "▶️"},
{"keyword": ":play_button:", "name": "play_button_1", "text": "▶️"},
{"keyword": ":arrow_forward:", "name": "play_button", "text": "▶"},
{"keyword": ":play_button:", "name": "play_button_1", "text": "▶"},
{"keyword": ":play_or_pause_button:", "name": "play_or_pause_button", "text": "⏯️"},
{"keyword": ":black_right_pointing_triangle_with_double_vertical_bar:", "name": "play_or_pause_button_1", "text": "⏯️"},
{"keyword": ":play_or_pause_button:", "name": "play_or_pause_button", "text": "⏯"},
{"keyword": ":black_right_pointing_triangle_with_double_vertical_bar:", "name": "play_or_pause_button_1", "text": "⏯"},
{"keyword": ":playground_slide:", "name": "playground_slide", "text": "🛝"},
{"keyword": ":pleading_face:", "name": "pleading_face", "text": "🥺"},
{"keyword": ":plunger:", "name": "plunger", "text": "🪠"},
{"keyword": ":plus:", "name": "plus", "text": "➕"},
{"keyword": ":heavy_plus_sign:", "name": "plus_1", "text": "➕"},
{"keyword": ":polar_bear:", "name": "polar_bear", "text": "🐻‍❄️"},
{"keyword": ":polar_bear:", "name": "polar_bear", "text": "🐻‍❄"},
{"keyword": ":police_car:", "name": "police_car", "text": "🚓"},
{"keyword": ":police_car_light:", "name": "police_car_light", "text": "🚨"},
{"keyword": ":rotating_light:", "name": "police_car_light_1", "text": "🚨"},
{"keyword": ":police_officer:", "name": "police_officer", "text": "👮"},
{"keyword": ":cop:", "name": "police_officer_1", "text": "👮"},
{"keyword": ":police_officer_dark_skin_tone:", "name": "police_officer_dark_skin_tone", "text": "👮🏿"},
{"keyword": ":police_officer_light_skin_tone:", "name": "police_officer_light_skin_tone", "text": "👮🏻"},
{"keyword": ":police_officer_medium-dark_skin_tone:", "name": "police_officer_medium-dark_skin_tone", "text": "👮🏾"},
{"keyword": ":police_officer_medium-light_skin_tone:", "name": "police_officer_medium-light_skin_tone", "text": "👮🏼"},
{"keyword": ":police_officer_medium_skin_tone:", "name": "police_officer_medium_skin_tone", "text": "👮🏽"},
{"keyword": ":poodle:", "name": "poodle", "text": "🐩"},
{"keyword": ":pool_8_ball:", "name": "pool_8_ball", "text": "🎱"},
{"keyword": ":8ball:", "name": "pool_8_ball_1", "text": "🎱"},
{"keyword": ":popcorn:", "name": "popcorn", "text": "🍿"},
{"keyword": ":post_office:", "name": "post_office", "text": "🏤"},
{"keyword": ":european_post_office:", "name": "post_office_1", "text": "🏤"},
{"keyword": ":postal_horn:", "name": "postal_horn", "text": "📯"},
{"keyword": ":postbox:", "name": "postbox", "text": "📮"},
{"keyword": ":stew:", "name": "pot_of_food", "text": "🍲"},
{"keyword": ":pot_of_food:", "name": "pot_of_food_1", "text": "🍲"},
{"keyword": ":potable_water:", "name": "potable_water", "text": "🚰"},
{"keyword": ":potato:", "name": "potato", "text": "🥔"},
{"keyword": ":potted_plant:", "name": "potted_plant", "text": "🪴"},
{"keyword": ":poultry_leg:", "name": "poultry_leg", "text": "🍗"},
{"keyword": ":pound:", "name": "pound_banknote", "text": "💷"},
{"keyword": ":pound_banknote:", "name": "pound_banknote_1", "text": "💷"},
{"keyword": ":pouring_liquid:", "name": "pouring_liquid", "text": "🫗"},
{"keyword": ":pouting_cat:", "name": "pouting_cat", "text": "😾"},
{"keyword": ":prayer_beads:", "name": "prayer_beads", "text": "📿"},
{"keyword": ":pregnant_man:", "name": "pregnant_man", "text": "🫃"},
{"keyword": ":pregnant_man_dark_skin_tone:", "name": "pregnant_man_dark_skin_tone", "text": "🫃🏿"},
{"keyword": ":pregnant_man_light_skin_tone:", "name": "pregnant_man_light_skin_tone", "text": "🫃🏻"},
{"keyword": ":pregnant_man_medium-dark_skin_tone:", "name": "pregnant_man_medium-dark_skin_tone", "text": "🫃🏾"},
{"keyword": ":pregnant_man_medium-light_skin_tone:", "name": "pregnant_man_medium-light_skin_tone", "text": "🫃🏼"},
{"keyword": ":pregnant_man_medium_skin_tone:", "name": "pregnant_man_medium_skin_tone", "text": "🫃🏽"},
{"keyword": ":pregnant_person:", "name": "pregnant_person", "text": "🫄"},
{"keyword": ":pregnant_person_dark_skin_tone:", "name": "pregnant_person_dark_skin_tone", "text": "🫄🏿"},
{"keyword": ":pregnant_person_light_skin_tone:", "name": "pregnant_person_light_skin_tone", "text": "🫄🏻"},
{"keyword": ":pregnant_person_medium-dark_skin_tone:", "name": "pregnant_person_medium-dark_skin_tone", "text": "🫄🏾"},
{"keyword": ":pregnant_person_medium-light_skin_tone:", "name": "pregnant_person_medium-light_skin_tone", "text": "🫄🏼"},
{"keyword": ":pregnant_person_medium_skin_tone:", "name": "pregnant_person_medium_skin_tone", "text": "🫄🏽"},
{"keyword": ":pregnant_woman:", "name": "pregnant_woman", "text": "🤰"},
{"keyword": ":pregnant_woman_dark_skin_tone:", "name": "pregnant_woman_dark_skin_tone", "text": "🤰🏿"},
{"keyword": ":pregnant_woman_light_skin_tone:", "name": "pregnant_woman_light_skin_tone", "text": "🤰🏻"},
{"keyword": ":pregnant_woman_medium-dark_skin_tone:", "name": "pregnant_woman_medium-dark_skin_tone", "text": "🤰🏾"},
{"keyword": ":pregnant_woman_medium-light_skin_tone:", "name": "pregnant_woman_medium-light_skin_tone", "text": "🤰🏼"},
{"keyword": ":pregnant_woman_medium_skin_tone:", "name": "pregnant_woman_medium_skin_tone", "text": "🤰🏽"},
{"keyword": ":pretzel:", "name": "pretzel", "text": "🥨"},
{"keyword": ":prince:", "name": "prince", "text": "🤴"},
{"keyword": ":prince_dark_skin_tone:", "name": "prince_dark_skin_tone", "text": "🤴🏿"},
{"keyword": ":prince_light_skin_tone:", "name": "prince_light_skin_tone", "text": "🤴🏻"},
{"keyword": ":prince_medium-dark_skin_tone:", "name": "prince_medium-dark_skin_tone", "text": "🤴🏾"},
{"keyword": ":prince_medium-light_skin_tone:", "name": "prince_medium-light_skin_tone", "text": "🤴🏼"},
{"keyword": ":prince_medium_skin_tone:", "name": "prince_medium_skin_tone", "text": "🤴🏽"},
{"keyword": ":princess:", "name": "princess", "text": "👸"},
{"keyword": ":princess_dark_skin_tone:", "name": "princess_dark_skin_tone", "text": "👸🏿"},
{"keyword": ":princess_light_skin_tone:", "name": "princess_light_skin_tone", "text": "👸🏻"},
{"keyword": ":princess_medium-dark_skin_tone:", "name": "princess_medium-dark_skin_tone", "text": "👸🏾"},
{"keyword": ":princess_medium-light_skin_tone:", "name": "princess_medium-light_skin_tone", "text": "👸🏼"},
{"keyword": ":princess_medium_skin_tone:", "name": "princess_medium_skin_tone", "text": "👸🏽"},
{"keyword": ":printer:", "name": "printer", "text": "🖨️"},
{"keyword": ":printer:", "name": "printer", "text": "🖨"},
{"keyword": ":prohibited:", "name": "prohibited", "text": "🚫"},
{"keyword": ":no_entry_sign:", "name": "prohibited_1", "text": "🚫"},
{"keyword": ":purple_circle:", "name": "purple_circle", "text": "🟣"},
{"keyword": ":purple_heart:", "name": "purple_heart", "text": "💜"},
{"keyword": ":purple_square:", "name": "purple_square", "text": "🟪"},
{"keyword": ":purse:", "name": "purse", "text": "👛"},
{"keyword": ":pushpin:", "name": "pushpin", "text": "📌"},
{"keyword": ":jigsaw:", "name": "puzzle_piece", "text": "🧩"},
{"keyword": ":puzzle_piece:", "name": "puzzle_piece_1", "text": "🧩"},
{"keyword": ":rabbit:", "name": "rabbit", "text": "🐇"},
{"keyword": ":rabbit2:", "name": "rabbit_1", "text": "🐇"},
{"keyword": ":rabbit_face:", "name": "rabbit_face", "text": "🐰"},
{"keyword": ":rabbit:", "name": "rabbit_face_1", "text": "🐰"},
{"keyword": ":raccoon:", "name": "raccoon", "text": "🦝"},
{"keyword": ":racing_car:", "name": "racing_car", "text": "🏎️"},
{"keyword": ":racing_car:", "name": "racing_car", "text": "🏎"},
{"keyword": ":radio:", "name": "radio", "text": "📻"},
{"keyword": ":radio_button:", "name": "radio_button", "text": "🔘"},
{"keyword": ":radioactive:", "name": "radioactive", "text": "☢️"},
{"keyword": ":radioactive_sign:", "name": "radioactive_1", "text": "☢️"},
{"keyword": ":radioactive:", "name": "radioactive", "text": "☢"},
{"keyword": ":radioactive_sign:", "name": "radioactive_1", "text": "☢"},
{"keyword": ":railway_car:", "name": "railway_car", "text": "🚃"},
{"keyword": ":railway_track:", "name": "railway_track", "text": "🛤️"},
{"keyword": ":railway_track:", "name": "railway_track", "text": "🛤"},
{"keyword": ":rainbow:", "name": "rainbow", "text": "🌈"},
{"keyword": ":rainbow_flag:", "name": "rainbow_flag", "text": "🏳️‍🌈"},
{"keyword": ":rainbow_flag:", "name": "rainbow_flag", "text": "🏳‍🌈"},
{"keyword": ":raised_back_of_hand:", "name": "raised_back_of_hand", "text": "🤚"},
{"keyword": ":raised_back_of_hand_dark_skin_tone:", "name": "raised_back_of_hand_dark_skin_tone", "text": "🤚🏿"},
{"keyword": ":raised_back_of_hand_light_skin_tone:", "name": "raised_back_of_hand_light_skin_tone", "text": "🤚🏻"},
{"keyword": ":raised_back_of_hand_medium-dark_skin_tone:", "name": "raised_back_of_hand_medium-dark_skin_tone", "text": "🤚🏾"},
{"keyword": ":raised_back_of_hand_medium-light_skin_tone:", "name": "raised_back_of_hand_medium-light_skin_tone", "text": "🤚🏼"},
{"keyword": ":raised_back_of_hand_medium_skin_tone:", "name": "raised_back_of_hand_medium_skin_tone", "text": "🤚🏽"},
{"keyword": ":fist:", "name": "raised_fist", "text": "✊"},
{"keyword": ":fist_raised:", "name": "raised_fist_1", "text": "✊"},
{"keyword": ":raised_fist:", "name": "raised_fist_2", "text": "✊"},
{"keyword": ":raised_fist_dark_skin_tone:", "name": "raised_fist_dark_skin_tone", "text": "✊🏿"},
{"keyword": ":raised_fist_light_skin_tone:", "name": "raised_fist_light_skin_tone", "text": "✊🏻"},
{"keyword": ":raised_fist_medium-dark_skin_tone:", "name": "raised_fist_medium-dark_skin_tone", "text": "✊🏾"},
{"keyword": ":raised_fist_medium-light_skin_tone:", "name": "raised_fist_medium-light_skin_tone", "text": "✊🏼"},
{"keyword": ":raised_fist_medium_skin_tone:", "name": "raised_fist_medium_skin_tone", "text": "✊🏽"},
{"keyword": ":raised_hand:", "name": "raised_hand", "text": "✋"},
{"keyword": ":hand:", "name": "raised_hand_1", "text": "✋"},
{"keyword": ":raised_hand_dark_skin_tone:", "name": "raised_hand_dark_skin_tone", "text": "✋🏿"},
{"keyword": ":raised_hand_light_skin_tone:", "name": "raised_hand_light_skin_tone", "text": "✋🏻"},
{"keyword": ":raised_hand_medium-dark_skin_tone:", "name": "raised_hand_medium-dark_skin_tone", "text": "✋🏾"},
{"keyword": ":raised_hand_medium-light_skin_tone:", "name": "raised_hand_medium-light_skin_tone", "text": "✋🏼"},
{"keyword": ":raised_hand_medium_skin_tone:", "name": "raised_hand_medium_skin_tone", "text": "✋🏽"},
{"keyword": ":raised_hands:", "name": "raising_hands", "text": "🙌"},
{"keyword": ":raising_hands:", "name": "raising_hands_1", "text": "🙌"},
{"keyword": ":raising_hands_dark_skin_tone:", "name": "raising_hands_dark_skin_tone", "text": "🙌🏿"},
{"keyword": ":raising_hands_light_skin_tone:", "name": "raising_hands_light_skin_tone", "text": "🙌🏻"},
{"keyword": ":raising_hands_medium-dark_skin_tone:", "name": "raising_hands_medium-dark_skin_tone", "text": "🙌🏾"},
{"keyword": ":raising_hands_medium-light_skin_tone:", "name": "raising_hands_medium-light_skin_tone", "text": "🙌🏼"},
{"keyword": ":raising_hands_medium_skin_tone:", "name": "raising_hands_medium_skin_tone", "text": "🙌🏽"},
{"keyword": ":ram:", "name": "ram", "text": "🐏"},
{"keyword": ":rat:", "name": "rat", "text": "🐀"},
{"keyword": ":razor:", "name": "razor", "text": "🪒"},
{"keyword": ":receipt:", "name": "receipt", "text": "🧾"},
{"keyword": ":record_button:", "name": "record_button", "text": "⏺️"},
{"keyword": ":black_circle_for_record:", "name": "record_button_1", "text": "⏺️"},
{"keyword": ":record_button:", "name": "record_button", "text": "⏺"},
{"keyword": ":black_circle_for_record:", "name": "record_button_1", "text": "⏺"},
{"keyword": ":recycling_symbol:", "name": "recycling_symbol", "text": "♻️"},
{"keyword": ":recycle:", "name": "recycling_symbol_1", "text": "♻️"},
{"keyword": ":recycling_symbol:", "name": "recycling_symbol", "text": "♻"},
{"keyword": ":recycle:", "name": "recycling_symbol_1", "text": "♻"},
{"keyword": ":red_apple:", "name": "red_apple", "text": "🍎"},
{"keyword": ":apple:", "name": "red_apple_1", "text": "🍎"},
{"keyword": ":red_circle:", "name": "red_circle", "text": "🔴"},
{"keyword": ":red_envelope:", "name": "red_envelope", "text": "🧧"},
{"keyword": ":red_exclamation_mark:", "name": "red_exclamation_mark", "text": "❗"},
{"keyword": ":heavy_exclamation_mark:", "name": "red_exclamation_mark_1", "text": "❗"},
{"keyword": ":exclamation:", "name": "red_exclamation_mark_2", "text": "❗"},
{"keyword": ":red_hair:", "name": "red_hair", "text": "🦰"},
{"keyword": ":red_heart:", "name": "red_heart", "text": "❤️"},
{"keyword": ":heart:", "name": "red_heart_1", "text": "❤️"},
{"keyword": ":red_heart:", "name": "red_heart", "text": "❤"},
{"keyword": ":heart:", "name": "red_heart_1", "text": "❤"},
{"keyword": ":izakaya_lantern:", "name": "red_paper_lantern", "text": "🏮"},
{"keyword": ":lantern:", "name": "red_paper_lantern_1", "text": "🏮"},
{"keyword": ":red_paper_lantern:", "name": "red_paper_lantern_2", "text": "🏮"},
{"keyword": ":red_question_mark:", "name": "red_question_mark", "text": "❓"},
{"keyword": ":question:", "name": "red_question_mark_1", "text": "❓"},
{"keyword": ":red_square:", "name": "red_square", "text": "🟥"},
{"keyword": ":small_red_triangle_down:", "name": "red_triangle_pointed_down", "text": "🔻"},
{"keyword": ":red_triangle_pointed_down:", "name": "red_triangle_pointed_down_1", "text": "🔻"},
{"keyword": ":red_triangle_pointed_up:", "name": "red_triangle_pointed_up", "text": "🔺"},
{"keyword": ":small_red_triangle:", "name": "red_triangle_pointed_up_1", "text": "🔺"},
{"keyword": ":registered:", "name": "registered", "text": "®️"},
{"keyword": ":registered:", "name": "registered", "text": "®"},
{"keyword": ":relieved:", "name": "relieved_face", "text": "😌"},
{"keyword": ":relieved_face:", "name": "relieved_face_1", "text": "😌"},
{"keyword": ":reminder_ribbon:", "name": "reminder_ribbon", "text": "🎗️"},
{"keyword": ":reminder_ribbon:", "name": "reminder_ribbon", "text": "🎗"},
{"keyword": ":repeat:", "name": "repeat_button", "text": "🔁"},
{"keyword": ":repeat_button:", "name": "repeat_button_1", "text": "🔁"},
{"keyword": ":repeat_one:", "name": "repeat_single_button", "text": "🔂"},
{"keyword": ":repeat_single_button:", "name": "repeat_single_button_1", "text": "🔂"},
{"keyword": ":rescue_workers_helmet:", "name": "rescue_worker’s_helmet", "text": "⛑️"},
{"keyword": ":rescue_worker_helmet:", "name": "rescue_worker’s_helmet_1", "text": "⛑️"},
{"keyword": ":helmet_with_white_cross:", "name": "rescue_worker’s_helmet_2", "text": "⛑️"},
{"keyword": ":rescue_worker’s_helmet:", "name": "rescue_worker’s_helmet_3", "text": "⛑️"},
{"keyword": ":rescue_workers_helmet:", "name": "rescue_worker’s_helmet", "text": "⛑"},
{"keyword": ":rescue_worker_helmet:", "name": "rescue_worker’s_helmet_1", "text": "⛑"},
{"keyword": ":helmet_with_white_cross:", "name": "rescue_worker’s_helmet_2", "text": "⛑"},
{"keyword": ":rescue_worker’s_helmet:", "name": "rescue_worker’s_helmet_3", "text": "⛑"},
{"keyword": ":restroom:", "name": "restroom", "text": "🚻"},
{"keyword": ":arrow_backward:", "name": "reverse_button", "text": "◀️"},
{"keyword": ":reverse_button:", "name": "reverse_button_1", "text": "◀️"},
{"keyword": ":arrow_backward:", "name": "reverse_button", "text": "◀"},
{"keyword": ":reverse_button:", "name": "reverse_button_1", "text": "◀"},
{"keyword": ":revolving_hearts:", "name": "revolving_hearts", "text": "💞"},
{"keyword": ":rhinoceros:", "name": "rhinoceros", "text": "🦏"},
{"keyword": ":ribbon:", "name": "ribbon", "text": "🎀"},
{"keyword": ":rice_ball:", "name": "rice_ball", "text": "🍙"},
{"keyword": ":rice_cracker:", "name": "rice_cracker", "text": "🍘"},
{"keyword": ":right-facing_fist:", "name": "right-facing_fist", "text": "🤜"},
{"keyword": ":fist_right:", "name": "right-facing_fist_1", "text": "🤜"},
{"keyword": ":right_facing_fist:", "name": "right-facing_fist_2", "text": "🤜"},
{"keyword": ":right-facing_fist_dark_skin_tone:", "name": "right-facing_fist_dark_skin_tone", "text": "🤜🏿"},
{"keyword": ":right-facing_fist_light_skin_tone:", "name": "right-facing_fist_light_skin_tone", "text": "🤜🏻"},
{"keyword": ":right-facing_fist_medium-dark_skin_tone:", "name": "right-facing_fist_medium-dark_skin_tone", "text": "🤜🏾"},
{"keyword": ":right-facing_fist_medium-light_skin_tone:", "name": "right-facing_fist_medium-light_skin_tone", "text": "🤜🏼"},
{"keyword": ":right-facing_fist_medium_skin_tone:", "name": "right-facing_fist_medium_skin_tone", "text": "🤜🏽"},
{"keyword": ":right_anger_bubble:", "name": "right_anger_bubble", "text": "🗯️"},
{"keyword": ":right_anger_bubble:", "name": "right_anger_bubble", "text": "🗯"},
{"keyword": ":right_arrow:", "name": "right_arrow", "text": "➡️"},
{"keyword": ":arrow_right:", "name": "right_arrow_1", "text": "➡️"},
{"keyword": ":right_arrow:", "name": "right_arrow", "text": "➡"},
{"keyword": ":arrow_right:", "name": "right_arrow_1", "text": "➡"},
{"keyword": ":right_arrow_curving_down:", "name": "right_arrow_curving_down", "text": "⤵️"},
{"keyword": ":arrow_heading_down:", "name": "right_arrow_curving_down_1", "text": "⤵️"},
{"keyword": ":right_arrow_curving_down:", "name": "right_arrow_curving_down", "text": "⤵"},
{"keyword": ":arrow_heading_down:", "name": "right_arrow_curving_down_1", "text": "⤵"},
{"keyword": ":leftwards_arrow_with_hook:", "name": "right_arrow_curving_left", "text": "↩️"},
{"keyword": ":right_arrow_curving_left:", "name": "right_arrow_curving_left_1", "text": "↩️"},
{"keyword": ":leftwards_arrow_with_hook:", "name": "right_arrow_curving_left", "text": "↩"},
{"keyword": ":right_arrow_curving_left:", "name": "right_arrow_curving_left_1", "text": "↩"},
{"keyword": ":arrow_heading_up:", "name": "right_arrow_curving_up", "text": "⤴️"},
{"keyword": ":right_arrow_curving_up:", "name": "right_arrow_curving_up_1", "text": "⤴️"},
{"keyword": ":arrow_heading_up:", "name": "right_arrow_curving_up", "text": "⤴"},
{"keyword": ":right_arrow_curving_up:", "name": "right_arrow_curving_up_1", "text": "⤴"},
{"keyword": ":rightwards_hand:", "name": "rightwards_hand", "text": "🫱"},
{"keyword": ":rightwards_hand_dark_skin_tone:", "name": "rightwards_hand_dark_skin_tone", "text": "🫱🏿"},
{"keyword": ":rightwards_hand_light_skin_tone:", "name": "rightwards_hand_light_skin_tone", "text": "🫱🏻"},
{"keyword": ":rightwards_hand_medium-dark_skin_tone:", "name": "rightwards_hand_medium-dark_skin_tone", "text": "🫱🏾"},
{"keyword": ":rightwards_hand_medium-light_skin_tone:", "name": "rightwards_hand_medium-light_skin_tone", "text": "🫱🏼"},
{"keyword": ":rightwards_hand_medium_skin_tone:", "name": "rightwards_hand_medium_skin_tone", "text": "🫱🏽"},
{"keyword": ":rightwards_pushing_hand:", "name": "rightwards_pushing_hand", "text": "🫸"},
{"keyword": ":rightwards_pushing_hand_dark_skin_tone:", "name": "rightwards_pushing_hand_dark_skin_tone", "text": "🫸🏿"},
{"keyword": ":rightwards_pushing_hand_light_skin_tone:", "name": "rightwards_pushing_hand_light_skin_tone", "text": "🫸🏻"},
{"keyword": ":rightwards_pushing_hand_medium-dark_skin_tone:", "name": "rightwards_pushing_hand_medium-dark_skin_tone", "text": "🫸🏾"},
{"keyword": ":rightwards_pushing_hand_medium-light_skin_tone:", "name": "rightwards_pushing_hand_medium-light_skin_tone", "text": "🫸🏼"},
{"keyword": ":rightwards_pushing_hand_medium_skin_tone:", "name": "rightwards_pushing_hand_medium_skin_tone", "text": "🫸🏽"},
{"keyword": ":ring:", "name": "ring", "text": "💍"},
{"keyword": ":ring_buoy:", "name": "ring_buoy", "text": "🛟"},
{"keyword": ":ringed_planet:", "name": "ringed_planet", "text": "🪐"},
{"keyword": ":roasted_sweet_potato:", "name": "roasted_sweet_potato", "text": "🍠"},
{"keyword": ":sweet_potato:", "name": "roasted_sweet_potato_1", "text": "🍠"},
{"keyword": ":robot:", "name": "robot", "text": "🤖"},
{"keyword": ":robot_face:", "name": "robot_1", "text": "🤖"},
{"keyword": ":rock:", "name": "rock", "text": "🪨"},
{"keyword": ":rocket:", "name": "rocket", "text": "🚀"},
{"keyword": ":roll_of_paper:", "name": "roll_of_paper", "text": "🧻"},
{"keyword": ":rolled-up_newspaper:", "name": "rolled-up_newspaper", "text": "🗞️"},
{"keyword": ":rolled_up_newspaper:", "name": "rolled-up_newspaper_1", "text": "🗞️"},
{"keyword": ":newspaper_roll:", "name": "rolled-up_newspaper_2", "text": "🗞️"},
{"keyword": ":rolled-up_newspaper:", "name": "rolled-up_newspaper", "text": "🗞"},
{"keyword": ":rolled_up_newspaper:", "name": "rolled-up_newspaper_1", "text": "🗞"},
{"keyword": ":newspaper_roll:", "name": "rolled-up_newspaper_2", "text": "🗞"},
{"keyword": ":roller_coaster:", "name": "roller_coaster", "text": "🎢"},
{"keyword": ":roller_skate:", "name": "roller_skate", "text": "🛼"},
{"keyword": ":rolling_on_the_floor_laughing:", "name": "rolling_on_the_floor_laughing", "text": "🤣"},
{"keyword": ":rofl:", "name": "rolling_on_the_floor_laughing_1", "text": "🤣"},
{"keyword": ":rooster:", "name": "rooster", "text": "🐓"},
{"keyword": ":root_vegetable:", "name": "root_vegetable", "text": "🫜"},
{"keyword": ":rose:", "name": "rose", "text": "🌹"},
{"keyword": ":rosette:", "name": "rosette", "text": "🏵️"},
{"keyword": ":rosette:", "name": "rosette", "text": "🏵"},
{"keyword": ":round_pushpin:", "name": "round_pushpin", "text": "📍"},
{"keyword": ":rugby_football:", "name": "rugby_football", "text": "🏉"},
{"keyword": ":running_shirt_with_sash:", "name": "running_shirt", "text": "🎽"},
{"keyword": ":running_shirt:", "name": "running_shirt_1", "text": "🎽"},
{"keyword": ":athletic_shoe:", "name": "running_shoe", "text": "👟"},
{"keyword": ":running_shoe:", "name": "running_shoe_1", "text": "👟"},
{"keyword": ":sad_but_relieved_face:", "name": "sad_but_relieved_face", "text": "😥"},
{"keyword": ":disappointed_relieved:", "name": "sad_but_relieved_face_1", "text": "😥"},
{"keyword": ":safety_pin:", "name": "safety_pin", "text": "🧷"},
{"keyword": ":safety_vest:", "name": "safety_vest", "text": "🦺"},
{"keyword": ":boat:", "name": "sailboat", "text": "⛵"},
{"keyword": ":sailboat:", "name": "sailboat_1", "text": "⛵"},
{"keyword": ":sake:", "name": "sake", "text": "🍶"},
{"keyword": ":salt:", "name": "salt", "text": "🧂"},
{"keyword": ":saluting_face:", "name": "saluting_face", "text": "🫡"},
{"keyword": ":sandwich:", "name": "sandwich", "text": "🥪"},
{"keyword": ":sari:", "name": "sari", "text": "🥻"},
{"keyword": ":artificial_satellite:", "name": "satellite", "text": "🛰️"},
{"keyword": ":satellite:", "name": "satellite_1", "text": "🛰️"},
{"keyword": ":artificial_satellite:", "name": "satellite", "text": "🛰"},
{"keyword": ":satellite:", "name": "satellite_1", "text": "🛰"},
{"keyword": ":satellite_antenna:", "name": "satellite_antenna", "text": "📡"},
{"keyword": ":satellite:", "name": "satellite_antenna_1", "text": "📡"},
{"keyword": ":sauropod:", "name": "sauropod", "text": "🦕"},
{"keyword": ":saxophone:", "name": "saxophone", "text": "🎷"},
{"keyword": ":scarf:", "name": "scarf", "text": "🧣"},
{"keyword": ":school:", "name": "school", "text": "🏫"},
{"keyword": ":scientist:", "name": "scientist", "text": "🧑‍🔬"},
{"keyword": ":scientist_dark_skin_tone:", "name": "scientist_dark_skin_tone", "text": "🧑🏿‍🔬"},
{"keyword": ":scientist_light_skin_tone:", "name": "scientist_light_skin_tone", "text": "🧑🏻‍🔬"},
{"keyword": ":scientist_medium-dark_skin_tone:", "name": "scientist_medium-dark_skin_tone", "text": "🧑🏾‍🔬"},
{"keyword": ":scientist_medium-light_skin_tone:", "name": "scientist_medium-light_skin_tone", "text": "🧑🏼‍🔬"},
{"keyword": ":scientist_medium_skin_tone:", "name": "scientist_medium_skin_tone", "text": "🧑🏽‍🔬"},
{"keyword": ":scissors:", "name": "scissors", "text": "✂️"},
{"keyword": ":scissors:", "name": "scissors", "text": "✂"},
{"keyword": ":scorpion:", "name": "scorpion", "text": "🦂"},
{"keyword": ":screwdriver:", "name": "screwdriver", "text": "🪛"},
{"keyword": ":scroll:", "name": "scroll", "text": "📜"},
{"keyword": ":seal:", "name": "seal", "text": "🦭"},
{"keyword": ":seat:", "name": "seat", "text": "💺"},
{"keyword": ":see_no_evil_monkey:", "name": "see-no-evil_monkey", "text": "🙈"},
{"keyword": ":see-no-evil_monkey:", "name": "see-no-evil_monkey_1", "text": "🙈"},
{"keyword": ":see_no_evil:", "name": "see-no-evil_monkey_2", "text": "🙈"},
{"keyword": ":seedling:", "name": "seedling", "text": "🌱"},
{"keyword": ":selfie:", "name": "selfie", "text": "🤳"},
{"keyword": ":selfie_dark_skin_tone:", "name": "selfie_dark_skin_tone", "text": "🤳🏿"},
{"keyword": ":selfie_light_skin_tone:", "name": "selfie_light_skin_tone", "text": "🤳🏻"},
{"keyword": ":selfie_medium-dark_skin_tone:", "name": "selfie_medium-dark_skin_tone", "text": "🤳🏾"},
{"keyword": ":selfie_medium-light_skin_tone:", "name": "selfie_medium-light_skin_tone", "text": "🤳🏼"},
{"keyword": ":selfie_medium_skin_tone:", "name": "selfie_medium_skin_tone", "text": "🤳🏽"},
{"keyword": ":service_dog:", "name": "service_dog", "text": "🐕‍🦺"},
{"keyword": ":seven_thirty:", "name": "seven-thirty", "text": "🕢"},
{"keyword": ":seven-thirty:", "name": "seven-thirty_1", "text": "🕢"},
{"keyword": ":clock730:", "name": "seven-thirty_2", "text": "🕢"},
{"keyword": ":seven_oclock:", "name": "seven_o’clock", "text": "🕖"},
{"keyword": ":seven_o’clock:", "name": "seven_o’clock_1", "text": "🕖"},
{"keyword": ":clock7:", "name": "seven_o’clock_2", "text": "🕖"},
{"keyword": ":sewing_needle:", "name": "sewing_needle", "text": "🪡"},
{"keyword": ":shaking_face:", "name": "shaking_face", "text": "🫨"},
{"keyword": ":shallow_pan_of_food:", "name": "shallow_pan_of_food", "text": "🥘"},
{"keyword": ":shamrock:", "name": "shamrock", "text": "☘️"},
{"keyword": ":shamrock:", "name": "shamrock", "text": "☘"},
{"keyword": ":shark:", "name": "shark", "text": "🦈"},
{"keyword": ":shaved_ice:", "name": "shaved_ice", "text": "🍧"},
{"keyword": ":sheaf_of_rice:", "name": "sheaf_of_rice", "text": "🌾"},
{"keyword": ":ear_of_rice:", "name": "sheaf_of_rice_1", "text": "🌾"},
{"keyword": ":shield:", "name": "shield", "text": "🛡️"},
{"keyword": ":shield:", "name": "shield", "text": "🛡"},
{"keyword": ":shinto_shrine:", "name": "shinto_shrine", "text": "⛩️"},
{"keyword": ":shinto_shrine:", "name": "shinto_shrine", "text": "⛩"},
{"keyword": ":ship:", "name": "ship", "text": "🚢"},
{"keyword": ":stars:", "name": "shooting_star", "text": "🌠"},
{"keyword": ":shooting_star:", "name": "shooting_star_1", "text": "🌠"},
{"keyword": ":shopping_bags:", "name": "shopping_bags", "text": "🛍️"},
{"keyword": ":shopping:", "name": "shopping_bags_1", "text": "🛍️"},
{"keyword": ":shopping_bags:", "name": "shopping_bags", "text": "🛍"},
{"keyword": ":shopping:", "name": "shopping_bags_1", "text": "🛍"},
{"keyword": ":shopping_cart:", "name": "shopping_cart", "text": "🛒"},
{"keyword": ":shortcake:", "name": "shortcake", "text": "🍰"},
{"keyword": ":cake:", "name": "shortcake_1", "text": "🍰"},
{"keyword": ":shorts:", "name": "shorts", "text": "🩳"},
{"keyword": ":shovel:", "name": "shovel", "text": "🪏"},
{"keyword": ":shower:", "name": "shower", "text": "🚿"},
{"keyword": ":shrimp:", "name": "shrimp", "text": "🦐"},
{"keyword": ":twisted_rightwards_arrows:", "name": "shuffle_tracks_button", "text": "🔀"},
{"keyword": ":shuffle_tracks_button:", "name": "shuffle_tracks_button_1", "text": "🔀"},
{"keyword": ":shushing_face:", "name": "shushing_face", "text": "🤫"},
{"keyword": ":metal:", "name": "sign_of_the_horns", "text": "🤘"},
{"keyword": ":sign_of_the_horns:", "name": "sign_of_the_horns_1", "text": "🤘"},
{"keyword": ":sign_of_the_horns_dark_skin_tone:", "name": "sign_of_the_horns_dark_skin_tone", "text": "🤘🏿"},
{"keyword": ":sign_of_the_horns_light_skin_tone:", "name": "sign_of_the_horns_light_skin_tone", "text": "🤘🏻"},
{"keyword": ":sign_of_the_horns_medium-dark_skin_tone:", "name": "sign_of_the_horns_medium-dark_skin_tone", "text": "🤘🏾"},
{"keyword": ":sign_of_the_horns_medium-light_skin_tone:", "name": "sign_of_the_horns_medium-light_skin_tone", "text": "🤘🏼"},
{"keyword": ":sign_of_the_horns_medium_skin_tone:", "name": "sign_of_the_horns_medium_skin_tone", "text": "🤘🏽"},
{"keyword": ":singer:", "name": "singer", "text": "🧑‍🎤"},
{"keyword": ":singer_dark_skin_tone:", "name": "singer_dark_skin_tone", "text": "🧑🏿‍🎤"},
{"keyword": ":singer_light_skin_tone:", "name": "singer_light_skin_tone", "text": "🧑🏻‍🎤"},
{"keyword": ":singer_medium-dark_skin_tone:", "name": "singer_medium-dark_skin_tone", "text": "🧑🏾‍🎤"},
{"keyword": ":singer_medium-light_skin_tone:", "name": "singer_medium-light_skin_tone", "text": "🧑🏼‍🎤"},
{"keyword": ":singer_medium_skin_tone:", "name": "singer_medium_skin_tone", "text": "🧑🏽‍🎤"},
{"keyword": ":six_thirty:", "name": "six-thirty", "text": "🕡"},
{"keyword": ":six-thirty:", "name": "six-thirty_1", "text": "🕡"},
{"keyword": ":clock630:", "name": "six-thirty_2", "text": "🕡"},
{"keyword": ":six_oclock:", "name": "six_o’clock", "text": "🕕"},
{"keyword": ":clock6:", "name": "six_o’clock_1", "text": "🕕"},
{"keyword": ":six_o’clock:", "name": "six_o’clock_2", "text": "🕕"},
{"keyword": ":skateboard:", "name": "skateboard", "text": "🛹"},
{"keyword": ":skier:", "name": "skier", "text": "⛷️"},
{"keyword": ":skier:", "name": "skier", "text": "⛷"},
{"keyword": ":skis:", "name": "skis", "text": "🎿"},
{"keyword": ":ski:", "name": "skis_1", "text": "🎿"},
{"keyword": ":skull:", "name": "skull", "text": "💀"},
{"keyword": ":skull_and_crossbones:", "name": "skull_and_crossbones", "text": "☠️"},
{"keyword": ":skull_and_crossbones:", "name": "skull_and_crossbones", "text": "☠"},
{"keyword": ":skunk:", "name": "skunk", "text": "🦨"},
{"keyword": ":sled:", "name": "sled", "text": "🛷"},
{"keyword": ":sleeping:", "name": "sleeping_face", "text": "😴"},
{"keyword": ":sleeping_face:", "name": "sleeping_face_1", "text": "😴"},
{"keyword": ":sleepy:", "name": "sleepy_face", "text": "😪"},
{"keyword": ":sleepy_face:", "name": "sleepy_face_1", "text": "😪"},
{"keyword": ":slightly_frowning_face:", "name": "slightly_frowning_face", "text": "🙁"},
{"keyword": ":slightly_smiling_face:", "name": "slightly_smiling_face", "text": "🙂"},
{"keyword": ":slot_machine:", "name": "slot_machine", "text": "🎰"},
{"keyword": ":sloth:", "name": "sloth", "text": "🦥"},
{"keyword": ":small_airplane:", "name": "small_airplane", "text": "🛩️"},
{"keyword": ":small_airplane:", "name": "small_airplane", "text": "🛩"},
{"keyword": ":small_blue_diamond:", "name": "small_blue_diamond", "text": "🔹"},
{"keyword": ":small_orange_diamond:", "name": "small_orange_diamond", "text": "🔸"},
{"keyword": ":heart_eyes_cat:", "name": "smiling_cat_with_heart-eyes", "text": "😻"},
{"keyword": ":smiling_cat_with_heart-eyes:", "name": "smiling_cat_with_heart-eyes_1", "text": "😻"},
{"keyword": ":smiling_cat_with_heart_eyes:", "name": "smiling_cat_with_heart-eyes_2", "text": "😻"},
{"keyword": ":smiling_face:", "name": "smiling_face", "text": "☺️"},
{"keyword": ":relaxed:", "name": "smiling_face_1", "text": "☺️"},
{"keyword": ":smiling_face:", "name": "smiling_face", "text": "☺"},
{"keyword": ":relaxed:", "name": "smiling_face_1", "text": "☺"},
{"keyword": ":smiling_face_with_halo:", "name": "smiling_face_with_halo", "text": "😇"},
{"keyword": ":innocent:", "name": "smiling_face_with_halo_1", "text": "😇"},
{"keyword": ":smiling_face_with_heart-eyes:", "name": "smiling_face_with_heart-eyes", "text": "😍"},
{"keyword": ":heart_eyes:", "name": "smiling_face_with_heart-eyes_1", "text": "😍"},
{"keyword": ":smiling_face_with_heart_eyes:", "name": "smiling_face_with_heart-eyes_2", "text": "😍"},
{"keyword": ":smiling_face_with_hearts:", "name": "smiling_face_with_hearts", "text": "🥰"},
{"keyword": ":smiling_face_with_three_hearts:", "name": "smiling_face_with_hearts_1", "text": "🥰"},
{"keyword": ":smiling_imp:", "name": "smiling_face_with_horns", "text": "😈"},
{"keyword": ":smiling_face_with_horns:", "name": "smiling_face_with_horns_1", "text": "😈"},
{"keyword": ":hugging_face:", "name": "smiling_face_with_open_hands", "text": "🤗"},
{"keyword": ":hugs:", "name": "smiling_face_with_open_hands_1", "text": "🤗"},
{"keyword": ":smiling_face_with_open_hands:", "name": "smiling_face_with_open_hands_2", "text": "🤗"},
{"keyword": ":blush:", "name": "smiling_face_with_smiling_eyes", "text": "😊"},
{"keyword": ":smiling_face_with_smiling_eyes:", "name": "smiling_face_with_smiling_eyes_1", "text": "😊"},
{"keyword": ":sunglasses:", "name": "smiling_face_with_sunglasses", "text": "😎"},
{"keyword": ":smiling_face_with_sunglasses:", "name": "smiling_face_with_sunglasses_1", "text": "😎"},
{"keyword": ":smiling_face_with_tear:", "name": "smiling_face_with_tear", "text": "🥲"},
{"keyword": ":smirk:", "name": "smirking_face", "text": "😏"},
{"keyword": ":smirking_face:", "name": "smirking_face_1", "text": "😏"},
{"keyword": ":snail:", "name": "snail", "text": "🐌"},
{"keyword": ":snake:", "name": "snake", "text": "🐍"},
{"keyword": ":sneezing_face:", "name": "sneezing_face", "text": "🤧"},
{"keyword": ":snow_capped_mountain:", "name": "snow-capped_mountain", "text": "🏔️"},
{"keyword": ":mountain_snow:", "name": "snow-capped_mountain_1", "text": "🏔️"},
{"keyword": ":snow-capped_mountain:", "name": "snow-capped_mountain_2", "text": "🏔️"},
{"keyword": ":snow_capped_mountain:", "name": "snow-capped_mountain", "text": "🏔"},
{"keyword": ":mountain_snow:", "name": "snow-capped_mountain_1", "text": "🏔"},
{"keyword": ":snow-capped_mountain:", "name": "snow-capped_mountain_2", "text": "🏔"},
{"keyword": ":snowboarder:", "name": "snowboarder", "text": "🏂"},
{"keyword": ":snowboarder_dark_skin_tone:", "name": "snowboarder_dark_skin_tone", "text": "🏂🏿"},
{"keyword": ":snowboarder_light_skin_tone:", "name": "snowboarder_light_skin_tone", "text": "🏂🏻"},
{"keyword": ":snowboarder_medium-dark_skin_tone:", "name": "snowboarder_medium-dark_skin_tone", "text": "🏂🏾"},
{"keyword": ":snowboarder_medium-light_skin_tone:", "name": "snowboarder_medium-light_skin_tone", "text": "🏂🏼"},
{"keyword": ":snowboarder_medium_skin_tone:", "name": "snowboarder_medium_skin_tone", "text": "🏂🏽"},
{"keyword": ":snowflake:", "name": "snowflake", "text": "❄️"},
{"keyword": ":snowflake:", "name": "snowflake", "text": "❄"},
{"keyword": ":snowman_with_snow:", "name": "snowman", "text": "☃️"},
{"keyword": ":snowman:", "name": "snowman_1", "text": "☃️"},
{"keyword": ":snowman_with_snow:", "name": "snowman", "text": "☃"},
{"keyword": ":snowman:", "name": "snowman_1", "text": "☃"},
{"keyword": ":snowman_without_snow:", "name": "snowman_without_snow", "text": "⛄"},
{"keyword": ":snowman:", "name": "snowman_without_snow_1", "text": "⛄"},
{"keyword": ":soap:", "name": "soap", "text": "🧼"},
{"keyword": ":soccer:", "name": "soccer_ball", "text": "⚽"},
{"keyword": ":soccer_ball:", "name": "soccer_ball_1", "text": "⚽"},
{"keyword": ":socks:", "name": "socks", "text": "🧦"},
{"keyword": ":icecream:", "name": "soft_ice_cream", "text": "🍦"},
{"keyword": ":soft_ice_cream:", "name": "soft_ice_cream_1", "text": "🍦"},
{"keyword": ":softball:", "name": "softball", "text": "🥎"},
{"keyword": ":spade_suit:", "name": "spade_suit", "text": "♠️"},
{"keyword": ":spades:", "name": "spade_suit_1", "text": "♠️"},
{"keyword": ":spade_suit:", "name": "spade_suit", "text": "♠"},
{"keyword": ":spades:", "name": "spade_suit_1", "text": "♠"},
{"keyword": ":spaghetti:", "name": "spaghetti", "text": "🍝"},
{"keyword": ":sparkle:", "name": "sparkle", "text": "❇️"},
{"keyword": ":sparkle:", "name": "sparkle", "text": "❇"},
{"keyword": ":sparkler:", "name": "sparkler", "text": "🎇"},
{"keyword": ":sparkles:", "name": "sparkles", "text": "✨"},
{"keyword": ":sparkling_heart:", "name": "sparkling_heart", "text": "💖"},
{"keyword": ":speak_no_evil_monkey:", "name": "speak-no-evil_monkey", "text": "🙊"},
{"keyword": ":speak-no-evil_monkey:", "name": "speak-no-evil_monkey_1", "text": "🙊"},
{"keyword": ":speak_no_evil:", "name": "speak-no-evil_monkey_2", "text": "🙊"},
{"keyword": ":speaker_high_volume:", "name": "speaker_high_volume", "text": "🔊"},
{"keyword": ":loud_sound:", "name": "speaker_high_volume_1", "text": "🔊"},
{"keyword": ":speaker:", "name": "speaker_low_volume", "text": "🔈"},
{"keyword": ":speaker_low_volume:", "name": "speaker_low_volume_1", "text": "🔈"},
{"keyword": ":sound:", "name": "speaker_medium_volume", "text": "🔉"},
{"keyword": ":speaker_medium_volume:", "name": "speaker_medium_volume_1", "text": "🔉"},
{"keyword": ":speaking_head_in_silhouette:", "name": "speaking_head", "text": "🗣️"},
{"keyword": ":speaking_head:", "name": "speaking_head_1", "text": "🗣️"},
{"keyword": ":speaking_head_in_silhouette:", "name": "speaking_head", "text": "🗣"},
{"keyword": ":speaking_head:", "name": "speaking_head_1", "text": "🗣"},
{"keyword": ":speech_balloon:", "name": "speech_balloon", "text": "💬"},
{"keyword": ":speedboat:", "name": "speedboat", "text": "🚤"},
{"keyword": ":spider:", "name": "spider", "text": "🕷️"},
{"keyword": ":spider:", "name": "spider", "text": "🕷"},
{"keyword": ":spider_web:", "name": "spider_web", "text": "🕸️"},
{"keyword": ":spider_web:", "name": "spider_web", "text": "🕸"},
{"keyword": ":spiral_calendar:", "name": "spiral_calendar", "text": "🗓️"},
{"keyword": ":spiral_calendar_pad:", "name": "spiral_calendar_1", "text": "🗓️"},
{"keyword": ":spiral_calendar:", "name": "spiral_calendar", "text": "🗓"},
{"keyword": ":spiral_calendar_pad:", "name": "spiral_calendar_1", "text": "🗓"},
{"keyword": ":spiral_notepad:", "name": "spiral_notepad", "text": "🗒️"},
{"keyword": ":spiral_note_pad:", "name": "spiral_notepad_1", "text": "🗒️"},
{"keyword": ":spiral_notepad:", "name": "spiral_notepad", "text": "🗒"},
{"keyword": ":spiral_note_pad:", "name": "spiral_notepad_1", "text": "🗒"},
{"keyword": ":shell:", "name": "spiral_shell", "text": "🐚"},
{"keyword": ":spiral_shell:", "name": "spiral_shell_1", "text": "🐚"},
{"keyword": ":splatter:", "name": "splatter", "text": "🫟"},
{"keyword": ":sponge:", "name": "sponge", "text": "🧽"},
{"keyword": ":spoon:", "name": "spoon", "text": "🥄"},
{"keyword": ":blue_car:", "name": "sport_utility_vehicle", "text": "🚙"},
{"keyword": ":sport_utility_vehicle:", "name": "sport_utility_vehicle_1", "text": "🚙"},
{"keyword": ":sports_medal:", "name": "sports_medal", "text": "🏅"},
{"keyword": ":medal_sports:", "name": "sports_medal_1", "text": "🏅"},
{"keyword": ":spouting_whale:", "name": "spouting_whale", "text": "🐳"},
{"keyword": ":whale:", "name": "spouting_whale_1", "text": "🐳"},
{"keyword": ":squid:", "name": "squid", "text": "🦑"},
{"keyword": ":squinting_face_with_tongue:", "name": "squinting_face_with_tongue", "text": "😝"},
{"keyword": ":stuck_out_tongue_closed_eyes:", "name": "squinting_face_with_tongue_1", "text": "😝"},
{"keyword": ":stadium:", "name": "stadium", "text": "🏟️"},
{"keyword": ":stadium:", "name": "stadium", "text": "🏟"},
{"keyword": ":star:", "name": "star", "text": "⭐"},
{"keyword": ":star-struck:", "name": "star-struck", "text": "🤩"},
{"keyword": ":star_struck:", "name": "star-struck_1", "text": "🤩"},
{"keyword": ":star_and_crescent:", "name": "star_and_crescent", "text": "☪️"},
{"keyword": ":star_and_crescent:", "name": "star_and_crescent", "text": "☪"},
{"keyword": ":star_of_david:", "name": "star_of_David", "text": "✡️"},
{"keyword": ":star_of_david:", "name": "star_of_David", "text": "✡"},
{"keyword": ":station:", "name": "station", "text": "🚉"},
{"keyword": ":steaming_bowl:", "name": "steaming_bowl", "text": "🍜"},
{"keyword": ":ramen:", "name": "steaming_bowl_1", "text": "🍜"},
{"keyword": ":stethoscope:", "name": "stethoscope", "text": "🩺"},
{"keyword": ":black_square_for_stop:", "name": "stop_button", "text": "⏹️"},
{"keyword": ":stop_button:", "name": "stop_button_1", "text": "⏹️"},
{"keyword": ":black_square_for_stop:", "name": "stop_button", "text": "⏹"},
{"keyword": ":stop_button:", "name": "stop_button_1", "text": "⏹"},
{"keyword": ":stop_sign:", "name": "stop_sign", "text": "🛑"},
{"keyword": ":stopwatch:", "name": "stopwatch", "text": "⏱️"},
{"keyword": ":stopwatch:", "name": "stopwatch", "text": "⏱"},
{"keyword": ":straight_ruler:", "name": "straight_ruler", "text": "📏"},
{"keyword": ":strawberry:", "name": "strawberry", "text": "🍓"},
{"keyword": ":student:", "name": "student", "text": "🧑‍🎓"},
{"keyword": ":student_dark_skin_tone:", "name": "student_dark_skin_tone", "text": "🧑🏿‍🎓"},
{"keyword": ":student_light_skin_tone:", "name": "student_light_skin_tone", "text": "🧑🏻‍🎓"},
{"keyword": ":student_medium-dark_skin_tone:", "name": "student_medium-dark_skin_tone", "text": "🧑🏾‍🎓"},
{"keyword": ":student_medium-light_skin_tone:", "name": "student_medium-light_skin_tone", "text": "🧑🏼‍🎓"},
{"keyword": ":student_medium_skin_tone:", "name": "student_medium_skin_tone", "text": "🧑🏽‍🎓"},
{"keyword": ":studio_microphone:", "name": "studio_microphone", "text": "🎙️"},
{"keyword": ":studio_microphone:", "name": "studio_microphone", "text": "🎙"},
{"keyword": ":stuffed_flatbread:", "name": "stuffed_flatbread", "text": "🥙"},
{"keyword": ":sun:", "name": "sun", "text": "☀️"},
{"keyword": ":sunny:", "name": "sun_1", "text": "☀️"},
{"keyword": ":sun:", "name": "sun", "text": "☀"},
{"keyword": ":sunny:", "name": "sun_1", "text": "☀"},
{"keyword": ":partly_sunny:", "name": "sun_behind_cloud", "text": "⛅"},
{"keyword": ":sun_behind_cloud:", "name": "sun_behind_cloud_1", "text": "⛅"},
{"keyword": ":sun_behind_large_cloud:", "name": "sun_behind_large_cloud", "text": "🌥️"},
{"keyword": ":white_sun_behind_cloud:", "name": "sun_behind_large_cloud_1", "text": "🌥️"},
{"keyword": ":sun_behind_large_cloud:", "name": "sun_behind_large_cloud", "text": "🌥"},
{"keyword": ":white_sun_behind_cloud:", "name": "sun_behind_large_cloud_1", "text": "🌥"},
{"keyword": ":sun_behind_rain_cloud:", "name": "sun_behind_rain_cloud", "text": "🌦️"},
{"keyword": ":white_sun_behind_cloud_with_rain:", "name": "sun_behind_rain_cloud_1", "text": "🌦️"},
{"keyword": ":sun_behind_rain_cloud:", "name": "sun_behind_rain_cloud", "text": "🌦"},
{"keyword": ":white_sun_behind_cloud_with_rain:", "name": "sun_behind_rain_cloud_1", "text": "🌦"},
{"keyword": ":white_sun_with_small_cloud:", "name": "sun_behind_small_cloud", "text": "🌤️"},
{"keyword": ":sun_behind_small_cloud:", "name": "sun_behind_small_cloud_1", "text": "🌤️"},
{"keyword": ":white_sun_with_small_cloud:", "name": "sun_behind_small_cloud", "text": "🌤"},
{"keyword": ":sun_behind_small_cloud:", "name": "sun_behind_small_cloud_1", "text": "🌤"},
{"keyword": ":sun_with_face:", "name": "sun_with_face", "text": "🌞"},
{"keyword": ":sunflower:", "name": "sunflower", "text": "🌻"},
{"keyword": ":dark_sunglasses:", "name": "sunglasses", "text": "🕶️"},
{"keyword": ":sunglasses:", "name": "sunglasses_1", "text": "🕶️"},
{"keyword": ":dark_sunglasses:", "name": "sunglasses", "text": "🕶"},
{"keyword": ":sunglasses:", "name": "sunglasses_1", "text": "🕶"},
{"keyword": ":sunrise:", "name": "sunrise", "text": "🌅"},
{"keyword": ":sunrise_over_mountains:", "name": "sunrise_over_mountains", "text": "🌄"},
{"keyword": ":sunset:", "name": "sunset", "text": "🌇"},
{"keyword": ":city_sunrise:", "name": "sunset_1", "text": "🌇"},
{"keyword": ":superhero:", "name": "superhero", "text": "🦸"},
{"keyword": ":superhero_dark_skin_tone:", "name": "superhero_dark_skin_tone", "text": "🦸🏿"},
{"keyword": ":superhero_light_skin_tone:", "name": "superhero_light_skin_tone", "text": "🦸🏻"},
{"keyword": ":superhero_medium-dark_skin_tone:", "name": "superhero_medium-dark_skin_tone", "text": "🦸🏾"},
{"keyword": ":superhero_medium-light_skin_tone:", "name": "superhero_medium-light_skin_tone", "text": "🦸🏼"},
{"keyword": ":superhero_medium_skin_tone:", "name": "superhero_medium_skin_tone", "text": "🦸🏽"},
{"keyword": ":supervillain:", "name": "supervillain", "text": "🦹"},
{"keyword": ":supervillain_dark_skin_tone:", "name": "supervillain_dark_skin_tone", "text": "🦹🏿"},
{"keyword": ":supervillain_light_skin_tone:", "name": "supervillain_light_skin_tone", "text": "🦹🏻"},
{"keyword": ":supervillain_medium-dark_skin_tone:", "name": "supervillain_medium-dark_skin_tone", "text": "🦹🏾"},
{"keyword": ":supervillain_medium-light_skin_tone:", "name": "supervillain_medium-light_skin_tone", "text": "🦹🏼"},
{"keyword": ":supervillain_medium_skin_tone:", "name": "supervillain_medium_skin_tone", "text": "🦹🏽"},
{"keyword": ":sushi:", "name": "sushi", "text": "🍣"},
{"keyword": ":suspension_railway:", "name": "suspension_railway", "text": "🚟"},
{"keyword": ":swan:", "name": "swan", "text": "🦢"},
{"keyword": ":sweat_drops:", "name": "sweat_droplets", "text": "💦"},
{"keyword": ":sweat_droplets:", "name": "sweat_droplets_1", "text": "💦"},
{"keyword": ":synagogue:", "name": "synagogue", "text": "🕍"},
{"keyword": ":syringe:", "name": "syringe", "text": "💉"},
{"keyword": ":t-shirt:", "name": "t-shirt", "text": "👕"},
{"keyword": ":shirt:", "name": "t-shirt_1", "text": "👕"},
{"keyword": ":t_shirt:", "name": "t-shirt_2", "text": "👕"},
{"keyword": ":tshirt:", "name": "t-shirt_3", "text": "👕"},
{"keyword": ":taco:", "name": "taco", "text": "🌮"},
{"keyword": ":takeout_box:", "name": "takeout_box", "text": "🥡"},
{"keyword": ":tamale:", "name": "tamale", "text": "🫔"},
{"keyword": ":tanabata_tree:", "name": "tanabata_tree", "text": "🎋"},
{"keyword": ":tangerine:", "name": "tangerine", "text": "🍊"},
{"keyword": ":orange:", "name": "tangerine_1", "text": "🍊"},
{"keyword": ":mandarin:", "name": "tangerine_2", "text": "🍊"},
{"keyword": ":taxi:", "name": "taxi", "text": "🚕"},
{"keyword": ":teacher:", "name": "teacher", "text": "🧑‍🏫"},
{"keyword": ":teacher_dark_skin_tone:", "name": "teacher_dark_skin_tone", "text": "🧑🏿‍🏫"},
{"keyword": ":teacher_light_skin_tone:", "name": "teacher_light_skin_tone", "text": "🧑🏻‍🏫"},
{"keyword": ":teacher_medium-dark_skin_tone:", "name": "teacher_medium-dark_skin_tone", "text": "🧑🏾‍🏫"},
{"keyword": ":teacher_medium-light_skin_tone:", "name": "teacher_medium-light_skin_tone", "text": "🧑🏼‍🏫"},
{"keyword": ":teacher_medium_skin_tone:", "name": "teacher_medium_skin_tone", "text": "🧑🏽‍🏫"},
{"keyword": ":tea:", "name": "teacup_without_handle", "text": "🍵"},
{"keyword": ":teacup_without_handle:", "name": "teacup_without_handle_1", "text": "🍵"},
{"keyword": ":teapot:", "name": "teapot", "text": "🫖"},
{"keyword": ":tear-off_calendar:", "name": "tear-off_calendar", "text": "📆"},
{"keyword": ":calendar:", "name": "tear-off_calendar_1", "text": "📆"},
{"keyword": ":tear_off_calendar:", "name": "tear-off_calendar_2", "text": "📆"},
{"keyword": ":technologist:", "name": "technologist", "text": "🧑‍💻"},
{"keyword": ":technologist_dark_skin_tone:", "name": "technologist_dark_skin_tone", "text": "🧑🏿‍💻"},
{"keyword": ":technologist_light_skin_tone:", "name": "technologist_light_skin_tone", "text": "🧑🏻‍💻"},
{"keyword": ":technologist_medium-dark_skin_tone:", "name": "technologist_medium-dark_skin_tone", "text": "🧑🏾‍💻"},
{"keyword": ":technologist_medium-light_skin_tone:", "name": "technologist_medium-light_skin_tone", "text": "🧑🏼‍💻"},
{"keyword": ":technologist_medium_skin_tone:", "name": "technologist_medium_skin_tone", "text": "🧑🏽‍💻"},
{"keyword": ":teddy_bear:", "name": "teddy_bear", "text": "🧸"},
{"keyword": ":phone:", "name": "telephone", "text": "☎️"},
{"keyword": ":telephone:", "name": "telephone_1", "text": "☎️"},
{"keyword": ":phone:", "name": "telephone", "text": "☎"},
{"keyword": ":telephone:", "name": "telephone_1", "text": "☎"},
{"keyword": ":telephone_receiver:", "name": "telephone_receiver", "text": "📞"},
{"keyword": ":telescope:", "name": "telescope", "text": "🔭"},
{"keyword": ":tv:", "name": "television", "text": "📺"},
{"keyword": ":television:", "name": "television_1", "text": "📺"},
{"keyword": ":ten-thirty:", "name": "ten-thirty", "text": "🕥"},
{"keyword": ":clock1030:", "name": "ten-thirty_1", "text": "🕥"},
{"keyword": ":ten_thirty:", "name": "ten-thirty_2", "text": "🕥"},
{"keyword": ":ten_o’clock:", "name": "ten_o’clock", "text": "🕙"},
{"keyword": ":ten_oclock:", "name": "ten_o’clock_1", "text": "🕙"},
{"keyword": ":clock10:", "name": "ten_o’clock_2", "text": "🕙"},
{"keyword": ":tennis:", "name": "tennis", "text": "🎾"},
{"keyword": ":tent:", "name": "tent", "text": "⛺"},
{"keyword": ":test_tube:", "name": "test_tube", "text": "🧪"},
{"keyword": ":thermometer:", "name": "thermometer", "text": "🌡️"},
{"keyword": ":thermometer:", "name": "thermometer", "text": "🌡"},
{"keyword": ":thinking:", "name": "thinking_face", "text": "🤔"},
{"keyword": ":thinking_face:", "name": "thinking_face_1", "text": "🤔"},
{"keyword": ":thong_sandal:", "name": "thong_sandal", "text": "🩴"},
{"keyword": ":thought_balloon:", "name": "thought_balloon", "text": "💭"},
{"keyword": ":thread:", "name": "thread", "text": "🧵"},
{"keyword": ":three_thirty:", "name": "three-thirty", "text": "🕞"},
{"keyword": ":clock330:", "name": "three-thirty_1", "text": "🕞"},
{"keyword": ":three-thirty:", "name": "three-thirty_2", "text": "🕞"},
{"keyword": ":three_oclock:", "name": "three_o’clock", "text": "🕒"},
{"keyword": ":three_o’clock:", "name": "three_o’clock_1", "text": "🕒"},
{"keyword": ":clock3:", "name": "three_o’clock_2", "text": "🕒"},
{"keyword": ":thumbsdown:", "name": "thumbs_down", "text": "👎"},
{"keyword": ":_1:", "name": "thumbs_down_1", "text": "👎"},
{"keyword": ":-1:", "name": "thumbs_down_2", "text": "👎"},
{"keyword": ":thumbs_down:", "name": "thumbs_down_3", "text": "👎"},
{"keyword": ":thumbs_down_dark_skin_tone:", "name": "thumbs_down_dark_skin_tone", "text": "👎🏿"},
{"keyword": ":thumbs_down_light_skin_tone:", "name": "thumbs_down_light_skin_tone", "text": "👎🏻"},
{"keyword": ":thumbs_down_medium-dark_skin_tone:", "name": "thumbs_down_medium-dark_skin_tone", "text": "👎🏾"},
{"keyword": ":thumbs_down_medium-light_skin_tone:", "name": "thumbs_down_medium-light_skin_tone", "text": "👎🏼"},
{"keyword": ":thumbs_down_medium_skin_tone:", "name": "thumbs_down_medium_skin_tone", "text": "👎🏽"},
{"keyword": ":+1:", "name": "thumbs_up", "text": "👍"},
{"keyword": ":thumbsup:", "name": "thumbs_up_1", "text": "👍"},
{"keyword": ":thumbs_up:", "name": "thumbs_up_2", "text": "👍"},
{"keyword": ":thumbs_up_dark_skin_tone:", "name": "thumbs_up_dark_skin_tone", "text": "👍🏿"},
{"keyword": ":thumbs_up_light_skin_tone:", "name": "thumbs_up_light_skin_tone", "text": "👍🏻"},
{"keyword": ":thumbs_up_medium-dark_skin_tone:", "name": "thumbs_up_medium-dark_skin_tone", "text": "👍🏾"},
{"keyword": ":thumbs_up_medium-light_skin_tone:", "name": "thumbs_up_medium-light_skin_tone", "text": "👍🏼"},
{"keyword": ":thumbs_up_medium_skin_tone:", "name": "thumbs_up_medium_skin_tone", "text": "👍🏽"},
{"keyword": ":ticket:", "name": "ticket", "text": "🎫"},
{"keyword": ":tiger:", "name": "tiger", "text": "🐅"},
{"keyword": ":tiger2:", "name": "tiger_1", "text": "🐅"},
{"keyword": ":tiger:", "name": "tiger_face", "text": "🐯"},
{"keyword": ":tiger_face:", "name": "tiger_face_1", "text": "🐯"},
{"keyword": ":timer_clock:", "name": "timer_clock", "text": "⏲️"},
{"keyword": ":timer_clock:", "name": "timer_clock", "text": "⏲"},
{"keyword": ":tired_face:", "name": "tired_face", "text": "😫"},
{"keyword": ":toilet:", "name": "toilet", "text": "🚽"},
{"keyword": ":tomato:", "name": "tomato", "text": "🍅"},
{"keyword": ":tongue:", "name": "tongue", "text": "👅"},
{"keyword": ":toolbox:", "name": "toolbox", "text": "🧰"},
{"keyword": ":tooth:", "name": "tooth", "text": "🦷"},
{"keyword": ":toothbrush:", "name": "toothbrush", "text": "🪥"},
{"keyword": ":top_hat:", "name": "top_hat", "text": "🎩"},
{"keyword": ":tophat:", "name": "top_hat_1", "text": "🎩"},
{"keyword": ":cloud_with_tornado:", "name": "tornado", "text": "🌪️"},
{"keyword": ":tornado:", "name": "tornado_1", "text": "🌪️"},
{"keyword": ":cloud_with_tornado:", "name": "tornado", "text": "🌪"},
{"keyword": ":tornado:", "name": "tornado_1", "text": "🌪"},
{"keyword": ":trackball:", "name": "trackball", "text": "🖲️"},
{"keyword": ":trackball:", "name": "trackball", "text": "🖲"},
{"keyword": ":tractor:", "name": "tractor", "text": "🚜"},
{"keyword": ":trade_mark:", "name": "trade_mark", "text": "™️"},
{"keyword": ":tm:", "name": "trade_mark_1", "text": "™️"},
{"keyword": ":trade_mark:", "name": "trade_mark", "text": "™"},
{"keyword": ":tm:", "name": "trade_mark_1", "text": "™"},
{"keyword": ":train2:", "name": "train", "text": "🚆"},
{"keyword": ":train:", "name": "train_1", "text": "🚆"},
{"keyword": ":tram:", "name": "tram", "text": "🚊"},
{"keyword": ":tram_car:", "name": "tram_car", "text": "🚋"},
{"keyword": ":train:", "name": "tram_car_1", "text": "🚋"},
{"keyword": ":transgender_flag:", "name": "transgender_flag", "text": "🏳️‍⚧️"},
{"keyword": ":transgender_flag:", "name": "transgender_flag", "text": "🏳‍⚧️"},
{"keyword": ":transgender_flag:", "name": "transgender_flag", "text": "🏳️‍⚧"},
{"keyword": ":transgender_flag:", "name": "transgender_flag", "text": "🏳‍⚧"},
{"keyword": ":transgender_symbol:", "name": "transgender_symbol", "text": "⚧️"},
{"keyword": ":transgender_symbol:", "name": "transgender_symbol", "text": "⚧"},
{"keyword": ":triangular_flag:", "name": "triangular_flag", "text": "🚩"},
{"keyword": ":triangular_flag_on_post:", "name": "triangular_flag_1", "text": "🚩"},
{"keyword": ":triangular_ruler:", "name": "triangular_ruler", "text": "📐"},
{"keyword": ":trident_emblem:", "name": "trident_emblem", "text": "🔱"},
{"keyword": ":trident:", "name": "trident_emblem_1", "text": "🔱"},
{"keyword": ":troll:", "name": "troll", "text": "🧌"},
{"keyword": ":trolleybus:", "name": "trolleybus", "text": "🚎"},
{"keyword": ":trophy:", "name": "trophy", "text": "🏆"},
{"keyword": ":tropical_drink:", "name": "tropical_drink", "text": "🍹"},
{"keyword": ":tropical_fish:", "name": "tropical_fish", "text": "🐠"},
{"keyword": ":trumpet:", "name": "trumpet", "text": "🎺"},
{"keyword": ":tulip:", "name": "tulip", "text": "🌷"},
{"keyword": ":tumbler_glass:", "name": "tumbler_glass", "text": "🥃"},
{"keyword": ":turkey:", "name": "turkey", "text": "🦃"},
{"keyword": ":turtle:", "name": "turtle", "text": "🐢"},
{"keyword": ":twelve_thirty:", "name": "twelve-thirty", "text": "🕧"},
{"keyword": ":twelve-thirty:", "name": "twelve-thirty_1", "text": "🕧"},
{"keyword": ":clock1230:", "name": "twelve-thirty_2", "text": "🕧"},
{"keyword": ":twelve_oclock:", "name": "twelve_o’clock", "text": "🕛"},
{"keyword": ":clock12:", "name": "twelve_o’clock_1", "text": "🕛"},
{"keyword": ":twelve_o’clock:", "name": "twelve_o’clock_2", "text": "🕛"},
{"keyword": ":camel:", "name": "two-hump_camel", "text": "🐫"},
{"keyword": ":two_hump_camel:", "name": "two-hump_camel_1", "text": "🐫"},
{"keyword": ":two-hump_camel:", "name": "two-hump_camel_2", "text": "🐫"},
{"keyword": ":two-thirty:", "name": "two-thirty", "text": "🕝"},
{"keyword": ":clock230:", "name": "two-thirty_1", "text": "🕝"},
{"keyword": ":two_thirty:", "name": "two-thirty_2", "text": "🕝"},
{"keyword": ":two_hearts:", "name": "two_hearts", "text": "💕"},
{"keyword": ":two_oclock:", "name": "two_o’clock", "text": "🕑"},
{"keyword": ":clock2:", "name": "two_o’clock_1", "text": "🕑"},
{"keyword": ":two_o’clock:", "name": "two_o’clock_2", "text": "🕑"},
{"keyword": ":umbrella:", "name": "umbrella", "text": "☂️"},
{"keyword": ":open_umbrella:", "name": "umbrella_1", "text": "☂️"},
{"keyword": ":umbrella:", "name": "umbrella", "text": "☂"},
{"keyword": ":open_umbrella:", "name": "umbrella_1", "text": "☂"},
{"keyword": ":parasol_on_ground:", "name": "umbrella_on_ground", "text": "⛱️"},
{"keyword": ":umbrella_on_ground:", "name": "umbrella_on_ground_1", "text": "⛱️"},
{"keyword": ":parasol_on_ground:", "name": "umbrella_on_ground", "text": "⛱"},
{"keyword": ":umbrella_on_ground:", "name": "umbrella_on_ground_1", "text": "⛱"},
{"keyword": ":umbrella:", "name": "umbrella_with_rain_drops", "text": "☔"},
{"keyword": ":umbrella_with_rain_drops:", "name": "umbrella_with_rain_drops_1", "text": "☔"},
{"keyword": ":unamused_face:", "name": "unamused_face", "text": "😒"},
{"keyword": ":unamused:", "name": "unamused_face_1", "text": "😒"},
{"keyword": ":unicorn:", "name": "unicorn", "text": "🦄"},
{"keyword": ":unicorn_face:", "name": "unicorn_1", "text": "🦄"},
{"keyword": ":unlocked:", "name": "unlocked", "text": "🔓"},
{"keyword": ":unlock:", "name": "unlocked_1", "text": "🔓"},
{"keyword": ":up_down_arrow:", "name": "up-down_arrow", "text": "↕️"},
{"keyword": ":arrow_up_down:", "name": "up-down_arrow_1", "text": "↕️"},
{"keyword": ":up-down_arrow:", "name": "up-down_arrow_2", "text": "↕️"},
{"keyword": ":up_down_arrow:", "name": "up-down_arrow", "text": "↕"},
{"keyword": ":arrow_up_down:", "name": "up-down_arrow_1", "text": "↕"},
{"keyword": ":up-down_arrow:", "name": "up-down_arrow_2", "text": "↕"},
{"keyword": ":up_left_arrow:", "name": "up-left_arrow", "text": "↖️"},
{"keyword": ":arrow_upper_left:", "name": "up-left_arrow_1", "text": "↖️"},
{"keyword": ":up-left_arrow:", "name": "up-left_arrow_2", "text": "↖️"},
{"keyword": ":up_left_arrow:", "name": "up-left_arrow", "text": "↖"},
{"keyword": ":arrow_upper_left:", "name": "up-left_arrow_1", "text": "↖"},
{"keyword": ":up-left_arrow:", "name": "up-left_arrow_2", "text": "↖"},
{"keyword": ":arrow_upper_right:", "name": "up-right_arrow", "text": "↗️"},
{"keyword": ":up-right_arrow:", "name": "up-right_arrow_1", "text": "↗️"},
{"keyword": ":up_right_arrow:", "name": "up-right_arrow_2", "text": "↗️"},
{"keyword": ":arrow_upper_right:", "name": "up-right_arrow", "text": "↗"},
{"keyword": ":up-right_arrow:", "name": "up-right_arrow_1", "text": "↗"},
{"keyword": ":up_right_arrow:", "name": "up-right_arrow_2", "text": "↗"},
{"keyword": ":up_arrow:", "name": "up_arrow", "text": "⬆️"},
{"keyword": ":arrow_up:", "name": "up_arrow_1", "text": "⬆️"},
{"keyword": ":up_arrow:", "name": "up_arrow", "text": "⬆"},
{"keyword": ":arrow_up:", "name": "up_arrow_1", "text": "⬆"},
{"keyword": ":upside_down_face:", "name": "upside-down_face", "text": "🙃"},
{"keyword": ":upside-down_face:", "name": "upside-down_face_1", "text": "🙃"},
{"keyword": ":upwards_button:", "name": "upwards_button", "text": "🔼"},
{"keyword": ":arrow_up_small:", "name": "upwards_button_1", "text": "🔼"},
{"keyword": ":vampire:", "name": "vampire", "text": "🧛"},
{"keyword": ":vampire_dark_skin_tone:", "name": "vampire_dark_skin_tone", "text": "🧛🏿"},
{"keyword": ":vampire_light_skin_tone:", "name": "vampire_light_skin_tone", "text": "🧛🏻"},
{"keyword": ":vampire_medium-dark_skin_tone:", "name": "vampire_medium-dark_skin_tone", "text": "🧛🏾"},
{"keyword": ":vampire_medium-light_skin_tone:", "name": "vampire_medium-light_skin_tone", "text": "🧛🏼"},
{"keyword": ":vampire_medium_skin_tone:", "name": "vampire_medium_skin_tone", "text": "🧛🏽"},
{"keyword": ":vertical_traffic_light:", "name": "vertical_traffic_light", "text": "🚦"},
{"keyword": ":vibration_mode:", "name": "vibration_mode", "text": "📳"},
{"keyword": ":victory_hand:", "name": "victory_hand", "text": "✌️"},
{"keyword": ":v:", "name": "victory_hand_1", "text": "✌️"},
{"keyword": ":victory_hand:", "name": "victory_hand", "text": "✌"},
{"keyword": ":v:", "name": "victory_hand_1", "text": "✌"},
{"keyword": ":victory_hand_dark_skin_tone:", "name": "victory_hand_dark_skin_tone", "text": "✌🏿"},
{"keyword": ":victory_hand_light_skin_tone:", "name": "victory_hand_light_skin_tone", "text": "✌🏻"},
{"keyword": ":victory_hand_medium-dark_skin_tone:", "name": "victory_hand_medium-dark_skin_tone", "text": "✌🏾"},
{"keyword": ":victory_hand_medium-light_skin_tone:", "name": "victory_hand_medium-light_skin_tone", "text": "✌🏼"},
{"keyword": ":victory_hand_medium_skin_tone:", "name": "victory_hand_medium_skin_tone", "text": "✌🏽"},
{"keyword": ":video_camera:", "name": "video_camera", "text": "📹"},
{"keyword": ":video_game:", "name": "video_game", "text": "🎮"},
{"keyword": ":videocassette:", "name": "videocassette", "text": "📼"},
{"keyword": ":vhs:", "name": "videocassette_1", "text": "📼"},
{"keyword": ":violin:", "name": "violin", "text": "🎻"},
{"keyword": ":volcano:", "name": "volcano", "text": "🌋"},
{"keyword": ":volleyball:", "name": "volleyball", "text": "🏐"},
{"keyword": ":raised_hand_with_part_between_middle_and_ring_fingers:", "name": "vulcan_salute", "text": "🖖"},
{"keyword": ":vulcan_salute:", "name": "vulcan_salute_1", "text": "🖖"},
{"keyword": ":vulcan_salute_dark_skin_tone:", "name": "vulcan_salute_dark_skin_tone", "text": "🖖🏿"},
{"keyword": ":vulcan_salute_light_skin_tone:", "name": "vulcan_salute_light_skin_tone", "text": "🖖🏻"},
{"keyword": ":vulcan_salute_medium-dark_skin_tone:", "name": "vulcan_salute_medium-dark_skin_tone", "text": "🖖🏾"},
{"keyword": ":vulcan_salute_medium-light_skin_tone:", "name": "vulcan_salute_medium-light_skin_tone", "text": "🖖🏼"},
{"keyword": ":vulcan_salute_medium_skin_tone:", "name": "vulcan_salute_medium_skin_tone", "text": "🖖🏽"},
{"keyword": ":waffle:", "name": "waffle", "text": "🧇"},
{"keyword": ":waning_crescent_moon:", "name": "waning_crescent_moon", "text": "🌘"},
{"keyword": ":waning_gibbous_moon:", "name": "waning_gibbous_moon", "text": "🌖"},
{"keyword": ":warning:", "name": "warning", "text": "⚠️"},
{"keyword": ":warning:", "name": "warning", "text": "⚠"},
{"keyword": ":wastebasket:", "name": "wastebasket", "text": "🗑️"},
{"keyword": ":wastebasket:", "name": "wastebasket", "text": "🗑"},
{"keyword": ":watch:", "name": "watch", "text": "⌚"},
{"keyword": ":water_buffalo:", "name": "water_buffalo", "text": "🐃"},
{"keyword": ":wc:", "name": "water_closet", "text": "🚾"},
{"keyword": ":water_closet:", "name": "water_closet_1", "text": "🚾"},
{"keyword": ":gun:", "name": "water_pistol", "text": "🔫"},
{"keyword": ":water_pistol:", "name": "water_pistol_1", "text": "🔫"},
{"keyword": ":ocean:", "name": "water_wave", "text": "🌊"},
{"keyword": ":water_wave:", "name": "water_wave_1", "text": "🌊"},
{"keyword": ":watermelon:", "name": "watermelon", "text": "🍉"},
{"keyword": ":wave:", "name": "waving_hand", "text": "👋"},
{"keyword": ":waving_hand:", "name": "waving_hand_1", "text": "👋"},
{"keyword": ":waving_hand_dark_skin_tone:", "name": "waving_hand_dark_skin_tone", "text": "👋🏿"},
{"keyword": ":waving_hand_light_skin_tone:", "name": "waving_hand_light_skin_tone", "text": "👋🏻"},
{"keyword": ":waving_hand_medium-dark_skin_tone:", "name": "waving_hand_medium-dark_skin_tone", "text": "👋🏾"},
{"keyword": ":waving_hand_medium-light_skin_tone:", "name": "waving_hand_medium-light_skin_tone", "text": "👋🏼"},
{"keyword": ":waving_hand_medium_skin_tone:", "name": "waving_hand_medium_skin_tone", "text": "👋🏽"},
{"keyword": ":wavy_dash:", "name": "wavy_dash", "text": "〰️"},
{"keyword": ":wavy_dash:", "name": "wavy_dash", "text": "〰"},
{"keyword": ":waxing_crescent_moon:", "name": "waxing_crescent_moon", "text": "🌒"},
{"keyword": ":moon:", "name": "waxing_gibbous_moon", "text": "🌔"},
{"keyword": ":waxing_gibbous_moon:", "name": "waxing_gibbous_moon_1", "text": "🌔"},
{"keyword": ":scream_cat:", "name": "weary_cat", "text": "🙀"},
{"keyword": ":weary_cat:", "name": "weary_cat_1", "text": "🙀"},
{"keyword": ":weary_face:", "name": "weary_face", "text": "😩"},
{"keyword": ":weary:", "name": "weary_face_1", "text": "😩"},
{"keyword": ":wedding:", "name": "wedding", "text": "💒"},
{"keyword": ":whale:", "name": "whale", "text": "🐋"},
{"keyword": ":whale2:", "name": "whale_1", "text": "🐋"},
{"keyword": ":wheel:", "name": "wheel", "text": "🛞"},
{"keyword": ":wheel_of_dharma:", "name": "wheel_of_dharma", "text": "☸️"},
{"keyword": ":wheel_of_dharma:", "name": "wheel_of_dharma", "text": "☸"},
{"keyword": ":wheelchair_symbol:", "name": "wheelchair_symbol", "text": "♿"},
{"keyword": ":wheelchair:", "name": "wheelchair_symbol_1", "text": "♿"},
{"keyword": ":white_cane:", "name": "white_cane", "text": "🦯"},
{"keyword": ":probing_cane:", "name": "white_cane_1", "text": "🦯"},
{"keyword": ":white_circle:", "name": "white_circle", "text": "⚪"},
{"keyword": ":grey_exclamation:", "name": "white_exclamation_mark", "text": "❕"},
{"keyword": ":white_exclamation_mark:", "name": "white_exclamation_mark_1", "text": "❕"},
{"keyword": ":white_flag:", "name": "white_flag", "text": "🏳️"},
{"keyword": ":waving_white_flag:", "name": "white_flag_1", "text": "🏳️"},
{"keyword": ":white_flag:", "name": "white_flag", "text": "🏳"},
{"keyword": ":waving_white_flag:", "name": "white_flag_1", "text": "🏳"},
{"keyword": ":white_flower:", "name": "white_flower", "text": "💮"},
{"keyword": ":white_hair:", "name": "white_hair", "text": "🦳"},
{"keyword": ":white_heart:", "name": "white_heart", "text": "🤍"},
{"keyword": ":white_large_square:", "name": "white_large_square", "text": "⬜"},
{"keyword": ":white_medium_small_square:", "name": "white_medium-small_square", "text": "◽"},
{"keyword": ":white_medium-small_square:", "name": "white_medium-small_square_1", "text": "◽"},
{"keyword": ":white_medium_square:", "name": "white_medium_square", "text": "◻️"},
{"keyword": ":white_medium_square:", "name": "white_medium_square", "text": "◻"},
{"keyword": ":white_question_mark:", "name": "white_question_mark", "text": "❔"},
{"keyword": ":grey_question:", "name": "white_question_mark_1", "text": "❔"},
{"keyword": ":white_small_square:", "name": "white_small_square", "text": "▫️"},
{"keyword": ":white_small_square:", "name": "white_small_square", "text": "▫"},
{"keyword": ":white_square_button:", "name": "white_square_button", "text": "🔳"},
{"keyword": ":wilted_flower:", "name": "wilted_flower", "text": "🥀"},
{"keyword": ":wind_chime:", "name": "wind_chime", "text": "🎐"},
{"keyword": ":wind_face:", "name": "wind_face", "text": "🌬️"},
{"keyword": ":wind_blowing_face:", "name": "wind_face_1", "text": "🌬️"},
{"keyword": ":wind_face:", "name": "wind_face", "text": "🌬"},
{"keyword": ":wind_blowing_face:", "name": "wind_face_1", "text": "🌬"},
{"keyword": ":window:", "name": "window", "text": "🪟"},
{"keyword": ":wine_glass:", "name": "wine_glass", "text": "🍷"},
{"keyword": ":wing:", "name": "wing", "text": "🪽"},
{"keyword": ":winking_face:", "name": "winking_face", "text": "😉"},
{"keyword": ":wink:", "name": "winking_face_1", "text": "😉"},
{"keyword": ":stuck_out_tongue_winking_eye:", "name": "winking_face_with_tongue", "text": "😜"},
{"keyword": ":winking_face_with_tongue:", "name": "winking_face_with_tongue_1", "text": "😜"},
{"keyword": ":wireless:", "name": "wireless", "text": "🛜"},
{"keyword": ":wolf:", "name": "wolf", "text": "🐺"},
{"keyword": ":woman:", "name": "woman", "text": "👩"},
{"keyword": ":woman_and_man_holding_hands:", "name": "woman_and_man_holding_hands", "text": "👫"},
{"keyword": ":couple:", "name": "woman_and_man_holding_hands_1", "text": "👫"},
{"keyword": ":woman_and_man_holding_hands_dark_skin_tone:", "name": "woman_and_man_holding_hands_dark_skin_tone", "text": "👫🏿"},
{"keyword": ":woman_and_man_holding_hands_dark_skin_tone_light_skin_tone:", "name": "woman_and_man_holding_hands_dark_skin_tone_light_skin_tone", "text": "👩🏿‍🤝‍👨🏻"},
{"keyword": ":woman_and_man_holding_hands_dark_skin_tone_medium-dark_skin_tone:", "name": "woman_and_man_holding_hands_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍🤝‍👨🏾"},
{"keyword": ":woman_and_man_holding_hands_dark_skin_tone_medium-light_skin_tone:", "name": "woman_and_man_holding_hands_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍🤝‍👨🏼"},
{"keyword": ":woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone:", "name": "woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍🤝‍👨🏽"},
{"keyword": ":woman_and_man_holding_hands_light_skin_tone:", "name": "woman_and_man_holding_hands_light_skin_tone", "text": "👫🏻"},
{"keyword": ":woman_and_man_holding_hands_light_skin_tone_dark_skin_tone:", "name": "woman_and_man_holding_hands_light_skin_tone_dark_skin_tone", "text": "👩🏻‍🤝‍👨🏿"},
{"keyword": ":woman_and_man_holding_hands_light_skin_tone_medium-dark_skin_tone:", "name": "woman_and_man_holding_hands_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍🤝‍👨🏾"},
{"keyword": ":woman_and_man_holding_hands_light_skin_tone_medium-light_skin_tone:", "name": "woman_and_man_holding_hands_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍🤝‍👨🏼"},
{"keyword": ":woman_and_man_holding_hands_light_skin_tone_medium_skin_tone:", "name": "woman_and_man_holding_hands_light_skin_tone_medium_skin_tone", "text": "👩🏻‍🤝‍👨🏽"},
{"keyword": ":woman_and_man_holding_hands_medium-dark_skin_tone:", "name": "woman_and_man_holding_hands_medium-dark_skin_tone", "text": "👫🏾"},
{"keyword": ":woman_and_man_holding_hands_medium-dark_skin_tone_dark_skin_tone:", "name": "woman_and_man_holding_hands_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍🤝‍👨🏿"},
{"keyword": ":woman_and_man_holding_hands_medium-dark_skin_tone_light_skin_tone:", "name": "woman_and_man_holding_hands_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍🤝‍👨🏻"},
{"keyword": ":woman_and_man_holding_hands_medium-dark_skin_tone_medium-light_skin_tone:", "name": "woman_and_man_holding_hands_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍🤝‍👨🏼"},
{"keyword": ":woman_and_man_holding_hands_medium-dark_skin_tone_medium_skin_tone:", "name": "woman_and_man_holding_hands_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍🤝‍👨🏽"},
{"keyword": ":woman_and_man_holding_hands_medium-light_skin_tone:", "name": "woman_and_man_holding_hands_medium-light_skin_tone", "text": "👫🏼"},
{"keyword": ":woman_and_man_holding_hands_medium-light_skin_tone_dark_skin_tone:", "name": "woman_and_man_holding_hands_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍🤝‍👨🏿"},
{"keyword": ":woman_and_man_holding_hands_medium-light_skin_tone_light_skin_tone:", "name": "woman_and_man_holding_hands_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍🤝‍👨🏻"},
{"keyword": ":woman_and_man_holding_hands_medium-light_skin_tone_medium-dark_skin_tone:", "name": "woman_and_man_holding_hands_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍🤝‍👨🏾"},
{"keyword": ":woman_and_man_holding_hands_medium-light_skin_tone_medium_skin_tone:", "name": "woman_and_man_holding_hands_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍🤝‍👨🏽"},
{"keyword": ":woman_and_man_holding_hands_medium_skin_tone:", "name": "woman_and_man_holding_hands_medium_skin_tone", "text": "👫🏽"},
{"keyword": ":woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone:", "name": "woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍🤝‍👨🏿"},
{"keyword": ":woman_and_man_holding_hands_medium_skin_tone_light_skin_tone:", "name": "woman_and_man_holding_hands_medium_skin_tone_light_skin_tone", "text": "👩🏽‍🤝‍👨🏻"},
{"keyword": ":woman_and_man_holding_hands_medium_skin_tone_medium-dark_skin_tone:", "name": "woman_and_man_holding_hands_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍🤝‍👨🏾"},
{"keyword": ":woman_and_man_holding_hands_medium_skin_tone_medium-light_skin_tone:", "name": "woman_and_man_holding_hands_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍🤝‍👨🏼"},
{"keyword": ":woman_artist:", "name": "woman_artist", "text": "👩‍🎨"},
{"keyword": ":woman_artist_dark_skin_tone:", "name": "woman_artist_dark_skin_tone", "text": "👩🏿‍🎨"},
{"keyword": ":woman_artist_light_skin_tone:", "name": "woman_artist_light_skin_tone", "text": "👩🏻‍🎨"},
{"keyword": ":woman_artist_medium-dark_skin_tone:", "name": "woman_artist_medium-dark_skin_tone", "text": "👩🏾‍🎨"},
{"keyword": ":woman_artist_medium-light_skin_tone:", "name": "woman_artist_medium-light_skin_tone", "text": "👩🏼‍🎨"},
{"keyword": ":woman_artist_medium_skin_tone:", "name": "woman_artist_medium_skin_tone", "text": "👩🏽‍🎨"},
{"keyword": ":woman_astronaut:", "name": "woman_astronaut", "text": "👩‍🚀"},
{"keyword": ":woman_astronaut_dark_skin_tone:", "name": "woman_astronaut_dark_skin_tone", "text": "👩🏿‍🚀"},
{"keyword": ":woman_astronaut_light_skin_tone:", "name": "woman_astronaut_light_skin_tone", "text": "👩🏻‍🚀"},
{"keyword": ":woman_astronaut_medium-dark_skin_tone:", "name": "woman_astronaut_medium-dark_skin_tone", "text": "👩🏾‍🚀"},
{"keyword": ":woman_astronaut_medium-light_skin_tone:", "name": "woman_astronaut_medium-light_skin_tone", "text": "👩🏼‍🚀"},
{"keyword": ":woman_astronaut_medium_skin_tone:", "name": "woman_astronaut_medium_skin_tone", "text": "👩🏽‍🚀"},
{"keyword": ":woman_bald:", "name": "woman_bald", "text": "👩‍🦲"},
{"keyword": ":bald_woman:", "name": "woman_bald_1", "text": "👩‍🦲"},
{"keyword": ":woman_beard:", "name": "woman_beard", "text": "🧔‍♀️"},
{"keyword": ":woman_beard:", "name": "woman_beard", "text": "🧔‍♀"},
{"keyword": ":woman_biking:", "name": "woman_biking", "text": "🚴‍♀️"},
{"keyword": ":biking_woman:", "name": "woman_biking_1", "text": "🚴‍♀️"},
{"keyword": ":woman_biking:", "name": "woman_biking", "text": "🚴‍♀"},
{"keyword": ":biking_woman:", "name": "woman_biking_1", "text": "🚴‍♀"},
{"keyword": ":woman_biking_dark_skin_tone:", "name": "woman_biking_dark_skin_tone", "text": "🚴🏿‍♀️"},
{"keyword": ":woman_biking_dark_skin_tone:", "name": "woman_biking_dark_skin_tone", "text": "🚴🏿‍♀"},
{"keyword": ":woman_biking_light_skin_tone:", "name": "woman_biking_light_skin_tone", "text": "🚴🏻‍♀️"},
{"keyword": ":woman_biking_light_skin_tone:", "name": "woman_biking_light_skin_tone", "text": "🚴🏻‍♀"},
{"keyword": ":woman_biking_medium-dark_skin_tone:", "name": "woman_biking_medium-dark_skin_tone", "text": "🚴🏾‍♀️"},
{"keyword": ":woman_biking_medium-dark_skin_tone:", "name": "woman_biking_medium-dark_skin_tone", "text": "🚴🏾‍♀"},
{"keyword": ":woman_biking_medium-light_skin_tone:", "name": "woman_biking_medium-light_skin_tone", "text": "🚴🏼‍♀️"},
{"keyword": ":woman_biking_medium-light_skin_tone:", "name": "woman_biking_medium-light_skin_tone", "text": "🚴🏼‍♀"},
{"keyword": ":woman_biking_medium_skin_tone:", "name": "woman_biking_medium_skin_tone", "text": "🚴🏽‍♀️"},
{"keyword": ":woman_biking_medium_skin_tone:", "name": "woman_biking_medium_skin_tone", "text": "🚴🏽‍♀"},
{"keyword": ":blonde_woman:", "name": "woman_blond_hair", "text": "👱‍♀️"},
{"keyword": ":blond_haired_woman:", "name": "woman_blond_hair_1", "text": "👱‍♀️"},
{"keyword": ":woman_blond_hair:", "name": "woman_blond_hair_2", "text": "👱‍♀️"},
{"keyword": ":blonde_woman:", "name": "woman_blond_hair", "text": "👱‍♀"},
{"keyword": ":blond_haired_woman:", "name": "woman_blond_hair_1", "text": "👱‍♀"},
{"keyword": ":woman_blond_hair:", "name": "woman_blond_hair_2", "text": "👱‍♀"},
{"keyword": ":bouncing_ball_woman:", "name": "woman_bouncing_ball", "text": "⛹️‍♀️"},
{"keyword": ":basketball_woman:", "name": "woman_bouncing_ball_1", "text": "⛹️‍♀️"},
{"keyword": ":woman_bouncing_ball:", "name": "woman_bouncing_ball_2", "text": "⛹️‍♀️"},
{"keyword": ":bouncing_ball_woman:", "name": "woman_bouncing_ball", "text": "⛹‍♀️"},
{"keyword": ":basketball_woman:", "name": "woman_bouncing_ball_1", "text": "⛹‍♀️"},
{"keyword": ":woman_bouncing_ball:", "name": "woman_bouncing_ball_2", "text": "⛹‍♀️"},
{"keyword": ":bouncing_ball_woman:", "name": "woman_bouncing_ball", "text": "⛹️‍♀"},
{"keyword": ":basketball_woman:", "name": "woman_bouncing_ball_1", "text": "⛹️‍♀"},
{"keyword": ":woman_bouncing_ball:", "name": "woman_bouncing_ball_2", "text": "⛹️‍♀"},
{"keyword": ":bouncing_ball_woman:", "name": "woman_bouncing_ball", "text": "⛹‍♀"},
{"keyword": ":basketball_woman:", "name": "woman_bouncing_ball_1", "text": "⛹‍♀"},
{"keyword": ":woman_bouncing_ball:", "name": "woman_bouncing_ball_2", "text": "⛹‍♀"},
{"keyword": ":woman_bouncing_ball_dark_skin_tone:", "name": "woman_bouncing_ball_dark_skin_tone", "text": "⛹🏿‍♀️"},
{"keyword": ":woman_bouncing_ball_dark_skin_tone:", "name": "woman_bouncing_ball_dark_skin_tone", "text": "⛹🏿‍♀"},
{"keyword": ":woman_bouncing_ball_light_skin_tone:", "name": "woman_bouncing_ball_light_skin_tone", "text": "⛹🏻‍♀️"},
{"keyword": ":woman_bouncing_ball_light_skin_tone:", "name": "woman_bouncing_ball_light_skin_tone", "text": "⛹🏻‍♀"},
{"keyword": ":woman_bouncing_ball_medium-dark_skin_tone:", "name": "woman_bouncing_ball_medium-dark_skin_tone", "text": "⛹🏾‍♀️"},
{"keyword": ":woman_bouncing_ball_medium-dark_skin_tone:", "name": "woman_bouncing_ball_medium-dark_skin_tone", "text": "⛹🏾‍♀"},
{"keyword": ":woman_bouncing_ball_medium-light_skin_tone:", "name": "woman_bouncing_ball_medium-light_skin_tone", "text": "⛹🏼‍♀️"},
{"keyword": ":woman_bouncing_ball_medium-light_skin_tone:", "name": "woman_bouncing_ball_medium-light_skin_tone", "text": "⛹🏼‍♀"},
{"keyword": ":woman_bouncing_ball_medium_skin_tone:", "name": "woman_bouncing_ball_medium_skin_tone", "text": "⛹🏽‍♀️"},
{"keyword": ":woman_bouncing_ball_medium_skin_tone:", "name": "woman_bouncing_ball_medium_skin_tone", "text": "⛹🏽‍♀"},
{"keyword": ":woman_bowing:", "name": "woman_bowing", "text": "🙇‍♀️"},
{"keyword": ":bowing_woman:", "name": "woman_bowing_1", "text": "🙇‍♀️"},
{"keyword": ":woman_bowing:", "name": "woman_bowing", "text": "🙇‍♀"},
{"keyword": ":bowing_woman:", "name": "woman_bowing_1", "text": "🙇‍♀"},
{"keyword": ":woman_bowing_dark_skin_tone:", "name": "woman_bowing_dark_skin_tone", "text": "🙇🏿‍♀️"},
{"keyword": ":woman_bowing_dark_skin_tone:", "name": "woman_bowing_dark_skin_tone", "text": "🙇🏿‍♀"},
{"keyword": ":woman_bowing_light_skin_tone:", "name": "woman_bowing_light_skin_tone", "text": "🙇🏻‍♀️"},
{"keyword": ":woman_bowing_light_skin_tone:", "name": "woman_bowing_light_skin_tone", "text": "🙇🏻‍♀"},
{"keyword": ":woman_bowing_medium-dark_skin_tone:", "name": "woman_bowing_medium-dark_skin_tone", "text": "🙇🏾‍♀️"},
{"keyword": ":woman_bowing_medium-dark_skin_tone:", "name": "woman_bowing_medium-dark_skin_tone", "text": "🙇🏾‍♀"},
{"keyword": ":woman_bowing_medium-light_skin_tone:", "name": "woman_bowing_medium-light_skin_tone", "text": "🙇🏼‍♀️"},
{"keyword": ":woman_bowing_medium-light_skin_tone:", "name": "woman_bowing_medium-light_skin_tone", "text": "🙇🏼‍♀"},
{"keyword": ":woman_bowing_medium_skin_tone:", "name": "woman_bowing_medium_skin_tone", "text": "🙇🏽‍♀️"},
{"keyword": ":woman_bowing_medium_skin_tone:", "name": "woman_bowing_medium_skin_tone", "text": "🙇🏽‍♀"},
{"keyword": ":woman_cartwheeling:", "name": "woman_cartwheeling", "text": "🤸‍♀️"},
{"keyword": ":woman_cartwheeling:", "name": "woman_cartwheeling", "text": "🤸‍♀"},
{"keyword": ":woman_cartwheeling_dark_skin_tone:", "name": "woman_cartwheeling_dark_skin_tone", "text": "🤸🏿‍♀️"},
{"keyword": ":woman_cartwheeling_dark_skin_tone:", "name": "woman_cartwheeling_dark_skin_tone", "text": "🤸🏿‍♀"},
{"keyword": ":woman_cartwheeling_light_skin_tone:", "name": "woman_cartwheeling_light_skin_tone", "text": "🤸🏻‍♀️"},
{"keyword": ":woman_cartwheeling_light_skin_tone:", "name": "woman_cartwheeling_light_skin_tone", "text": "🤸🏻‍♀"},
{"keyword": ":woman_cartwheeling_medium-dark_skin_tone:", "name": "woman_cartwheeling_medium-dark_skin_tone", "text": "🤸🏾‍♀️"},
{"keyword": ":woman_cartwheeling_medium-dark_skin_tone:", "name": "woman_cartwheeling_medium-dark_skin_tone", "text": "🤸🏾‍♀"},
{"keyword": ":woman_cartwheeling_medium-light_skin_tone:", "name": "woman_cartwheeling_medium-light_skin_tone", "text": "🤸🏼‍♀️"},
{"keyword": ":woman_cartwheeling_medium-light_skin_tone:", "name": "woman_cartwheeling_medium-light_skin_tone", "text": "🤸🏼‍♀"},
{"keyword": ":woman_cartwheeling_medium_skin_tone:", "name": "woman_cartwheeling_medium_skin_tone", "text": "🤸🏽‍♀️"},
{"keyword": ":woman_cartwheeling_medium_skin_tone:", "name": "woman_cartwheeling_medium_skin_tone", "text": "🤸🏽‍♀"},
{"keyword": ":woman_climbing:", "name": "woman_climbing", "text": "🧗‍♀️"},
{"keyword": ":climbing_woman:", "name": "woman_climbing_1", "text": "🧗‍♀️"},
{"keyword": ":woman_climbing:", "name": "woman_climbing", "text": "🧗‍♀"},
{"keyword": ":climbing_woman:", "name": "woman_climbing_1", "text": "🧗‍♀"},
{"keyword": ":woman_climbing_dark_skin_tone:", "name": "woman_climbing_dark_skin_tone", "text": "🧗🏿‍♀️"},
{"keyword": ":woman_climbing_dark_skin_tone:", "name": "woman_climbing_dark_skin_tone", "text": "🧗🏿‍♀"},
{"keyword": ":woman_climbing_light_skin_tone:", "name": "woman_climbing_light_skin_tone", "text": "🧗🏻‍♀️"},
{"keyword": ":woman_climbing_light_skin_tone:", "name": "woman_climbing_light_skin_tone", "text": "🧗🏻‍♀"},
{"keyword": ":woman_climbing_medium-dark_skin_tone:", "name": "woman_climbing_medium-dark_skin_tone", "text": "🧗🏾‍♀️"},
{"keyword": ":woman_climbing_medium-dark_skin_tone:", "name": "woman_climbing_medium-dark_skin_tone", "text": "🧗🏾‍♀"},
{"keyword": ":woman_climbing_medium-light_skin_tone:", "name": "woman_climbing_medium-light_skin_tone", "text": "🧗🏼‍♀️"},
{"keyword": ":woman_climbing_medium-light_skin_tone:", "name": "woman_climbing_medium-light_skin_tone", "text": "🧗🏼‍♀"},
{"keyword": ":woman_climbing_medium_skin_tone:", "name": "woman_climbing_medium_skin_tone", "text": "🧗🏽‍♀️"},
{"keyword": ":woman_climbing_medium_skin_tone:", "name": "woman_climbing_medium_skin_tone", "text": "🧗🏽‍♀"},
{"keyword": ":woman_construction_worker:", "name": "woman_construction_worker", "text": "👷‍♀️"},
{"keyword": ":construction_worker_woman:", "name": "woman_construction_worker_1", "text": "👷‍♀️"},
{"keyword": ":woman_construction_worker:", "name": "woman_construction_worker", "text": "👷‍♀"},
{"keyword": ":construction_worker_woman:", "name": "woman_construction_worker_1", "text": "👷‍♀"},
{"keyword": ":woman_construction_worker_dark_skin_tone:", "name": "woman_construction_worker_dark_skin_tone", "text": "👷🏿‍♀️"},
{"keyword": ":woman_construction_worker_dark_skin_tone:", "name": "woman_construction_worker_dark_skin_tone", "text": "👷🏿‍♀"},
{"keyword": ":woman_construction_worker_light_skin_tone:", "name": "woman_construction_worker_light_skin_tone", "text": "👷🏻‍♀️"},
{"keyword": ":woman_construction_worker_light_skin_tone:", "name": "woman_construction_worker_light_skin_tone", "text": "👷🏻‍♀"},
{"keyword": ":woman_construction_worker_medium-dark_skin_tone:", "name": "woman_construction_worker_medium-dark_skin_tone", "text": "👷🏾‍♀️"},
{"keyword": ":woman_construction_worker_medium-dark_skin_tone:", "name": "woman_construction_worker_medium-dark_skin_tone", "text": "👷🏾‍♀"},
{"keyword": ":woman_construction_worker_medium-light_skin_tone:", "name": "woman_construction_worker_medium-light_skin_tone", "text": "👷🏼‍♀️"},
{"keyword": ":woman_construction_worker_medium-light_skin_tone:", "name": "woman_construction_worker_medium-light_skin_tone", "text": "👷🏼‍♀"},
{"keyword": ":woman_construction_worker_medium_skin_tone:", "name": "woman_construction_worker_medium_skin_tone", "text": "👷🏽‍♀️"},
{"keyword": ":woman_construction_worker_medium_skin_tone:", "name": "woman_construction_worker_medium_skin_tone", "text": "👷🏽‍♀"},
{"keyword": ":woman_cook:", "name": "woman_cook", "text": "👩‍🍳"},
{"keyword": ":woman_cook_dark_skin_tone:", "name": "woman_cook_dark_skin_tone", "text": "👩🏿‍🍳"},
{"keyword": ":woman_cook_light_skin_tone:", "name": "woman_cook_light_skin_tone", "text": "👩🏻‍🍳"},
{"keyword": ":woman_cook_medium-dark_skin_tone:", "name": "woman_cook_medium-dark_skin_tone", "text": "👩🏾‍🍳"},
{"keyword": ":woman_cook_medium-light_skin_tone:", "name": "woman_cook_medium-light_skin_tone", "text": "👩🏼‍🍳"},
{"keyword": ":woman_cook_medium_skin_tone:", "name": "woman_cook_medium_skin_tone", "text": "👩🏽‍🍳"},
{"keyword": ":woman_curly_hair:", "name": "woman_curly_hair", "text": "👩‍🦱"},
{"keyword": ":curly_haired_woman:", "name": "woman_curly_hair_1", "text": "👩‍🦱"},
{"keyword": ":woman_dancing:", "name": "woman_dancing", "text": "💃"},
{"keyword": ":dancer:", "name": "woman_dancing_1", "text": "💃"},
{"keyword": ":woman_dancing_dark_skin_tone:", "name": "woman_dancing_dark_skin_tone", "text": "💃🏿"},
{"keyword": ":woman_dancing_light_skin_tone:", "name": "woman_dancing_light_skin_tone", "text": "💃🏻"},
{"keyword": ":woman_dancing_medium-dark_skin_tone:", "name": "woman_dancing_medium-dark_skin_tone", "text": "💃🏾"},
{"keyword": ":woman_dancing_medium-light_skin_tone:", "name": "woman_dancing_medium-light_skin_tone", "text": "💃🏼"},
{"keyword": ":woman_dancing_medium_skin_tone:", "name": "woman_dancing_medium_skin_tone", "text": "💃🏽"},
{"keyword": ":woman_dark_skin_tone:", "name": "woman_dark_skin_tone", "text": "👩🏿"},
{"keyword": ":woman_dark_skin_tone_bald:", "name": "woman_dark_skin_tone_bald", "text": "👩🏿‍🦲"},
{"keyword": ":woman_dark_skin_tone_beard:", "name": "woman_dark_skin_tone_beard", "text": "🧔🏿‍♀️"},
{"keyword": ":woman_dark_skin_tone_beard:", "name": "woman_dark_skin_tone_beard", "text": "🧔🏿‍♀"},
{"keyword": ":woman_dark_skin_tone_blond_hair:", "name": "woman_dark_skin_tone_blond_hair", "text": "👱🏿‍♀️"},
{"keyword": ":woman_dark_skin_tone_blond_hair:", "name": "woman_dark_skin_tone_blond_hair", "text": "👱🏿‍♀"},
{"keyword": ":woman_dark_skin_tone_curly_hair:", "name": "woman_dark_skin_tone_curly_hair", "text": "👩🏿‍🦱"},
{"keyword": ":woman_dark_skin_tone_red_hair:", "name": "woman_dark_skin_tone_red_hair", "text": "👩🏿‍🦰"},
{"keyword": ":woman_dark_skin_tone_white_hair:", "name": "woman_dark_skin_tone_white_hair", "text": "👩🏿‍🦳"},
{"keyword": ":woman_detective:", "name": "woman_detective", "text": "🕵️‍♀️"},
{"keyword": ":female_detective:", "name": "woman_detective_1", "text": "🕵️‍♀️"},
{"keyword": ":woman_detective:", "name": "woman_detective", "text": "🕵‍♀️"},
{"keyword": ":female_detective:", "name": "woman_detective_1", "text": "🕵‍♀️"},
{"keyword": ":woman_detective:", "name": "woman_detective", "text": "🕵️‍♀"},
{"keyword": ":female_detective:", "name": "woman_detective_1", "text": "🕵️‍♀"},
{"keyword": ":woman_detective:", "name": "woman_detective", "text": "🕵‍♀"},
{"keyword": ":female_detective:", "name": "woman_detective_1", "text": "🕵‍♀"},
{"keyword": ":woman_detective_dark_skin_tone:", "name": "woman_detective_dark_skin_tone", "text": "🕵🏿‍♀️"},
{"keyword": ":woman_detective_dark_skin_tone:", "name": "woman_detective_dark_skin_tone", "text": "🕵🏿‍♀"},
{"keyword": ":woman_detective_light_skin_tone:", "name": "woman_detective_light_skin_tone", "text": "🕵🏻‍♀️"},
{"keyword": ":woman_detective_light_skin_tone:", "name": "woman_detective_light_skin_tone", "text": "🕵🏻‍♀"},
{"keyword": ":woman_detective_medium-dark_skin_tone:", "name": "woman_detective_medium-dark_skin_tone", "text": "🕵🏾‍♀️"},
{"keyword": ":woman_detective_medium-dark_skin_tone:", "name": "woman_detective_medium-dark_skin_tone", "text": "🕵🏾‍♀"},
{"keyword": ":woman_detective_medium-light_skin_tone:", "name": "woman_detective_medium-light_skin_tone", "text": "🕵🏼‍♀️"},
{"keyword": ":woman_detective_medium-light_skin_tone:", "name": "woman_detective_medium-light_skin_tone", "text": "🕵🏼‍♀"},
{"keyword": ":woman_detective_medium_skin_tone:", "name": "woman_detective_medium_skin_tone", "text": "🕵🏽‍♀️"},
{"keyword": ":woman_detective_medium_skin_tone:", "name": "woman_detective_medium_skin_tone", "text": "🕵🏽‍♀"},
{"keyword": ":woman_elf:", "name": "woman_elf", "text": "🧝‍♀️"},
{"keyword": ":elf_woman:", "name": "woman_elf_1", "text": "🧝‍♀️"},
{"keyword": ":woman_elf:", "name": "woman_elf", "text": "🧝‍♀"},
{"keyword": ":elf_woman:", "name": "woman_elf_1", "text": "🧝‍♀"},
{"keyword": ":woman_elf_dark_skin_tone:", "name": "woman_elf_dark_skin_tone", "text": "🧝🏿‍♀️"},
{"keyword": ":woman_elf_dark_skin_tone:", "name": "woman_elf_dark_skin_tone", "text": "🧝🏿‍♀"},
{"keyword": ":woman_elf_light_skin_tone:", "name": "woman_elf_light_skin_tone", "text": "🧝🏻‍♀️"},
{"keyword": ":woman_elf_light_skin_tone:", "name": "woman_elf_light_skin_tone", "text": "🧝🏻‍♀"},
{"keyword": ":woman_elf_medium-dark_skin_tone:", "name": "woman_elf_medium-dark_skin_tone", "text": "🧝🏾‍♀️"},
{"keyword": ":woman_elf_medium-dark_skin_tone:", "name": "woman_elf_medium-dark_skin_tone", "text": "🧝🏾‍♀"},
{"keyword": ":woman_elf_medium-light_skin_tone:", "name": "woman_elf_medium-light_skin_tone", "text": "🧝🏼‍♀️"},
{"keyword": ":woman_elf_medium-light_skin_tone:", "name": "woman_elf_medium-light_skin_tone", "text": "🧝🏼‍♀"},
{"keyword": ":woman_elf_medium_skin_tone:", "name": "woman_elf_medium_skin_tone", "text": "🧝🏽‍♀️"},
{"keyword": ":woman_elf_medium_skin_tone:", "name": "woman_elf_medium_skin_tone", "text": "🧝🏽‍♀"},
{"keyword": ":woman_facepalming:", "name": "woman_facepalming", "text": "🤦‍♀️"},
{"keyword": ":woman_facepalming:", "name": "woman_facepalming", "text": "🤦‍♀"},
{"keyword": ":woman_facepalming_dark_skin_tone:", "name": "woman_facepalming_dark_skin_tone", "text": "🤦🏿‍♀️"},
{"keyword": ":woman_facepalming_dark_skin_tone:", "name": "woman_facepalming_dark_skin_tone", "text": "🤦🏿‍♀"},
{"keyword": ":woman_facepalming_light_skin_tone:", "name": "woman_facepalming_light_skin_tone", "text": "🤦🏻‍♀️"},
{"keyword": ":woman_facepalming_light_skin_tone:", "name": "woman_facepalming_light_skin_tone", "text": "🤦🏻‍♀"},
{"keyword": ":woman_facepalming_medium-dark_skin_tone:", "name": "woman_facepalming_medium-dark_skin_tone", "text": "🤦🏾‍♀️"},
{"keyword": ":woman_facepalming_medium-dark_skin_tone:", "name": "woman_facepalming_medium-dark_skin_tone", "text": "🤦🏾‍♀"},
{"keyword": ":woman_facepalming_medium-light_skin_tone:", "name": "woman_facepalming_medium-light_skin_tone", "text": "🤦🏼‍♀️"},
{"keyword": ":woman_facepalming_medium-light_skin_tone:", "name": "woman_facepalming_medium-light_skin_tone", "text": "🤦🏼‍♀"},
{"keyword": ":woman_facepalming_medium_skin_tone:", "name": "woman_facepalming_medium_skin_tone", "text": "🤦🏽‍♀️"},
{"keyword": ":woman_facepalming_medium_skin_tone:", "name": "woman_facepalming_medium_skin_tone", "text": "🤦🏽‍♀"},
{"keyword": ":woman_factory_worker:", "name": "woman_factory_worker", "text": "👩‍🏭"},
{"keyword": ":woman_factory_worker_dark_skin_tone:", "name": "woman_factory_worker_dark_skin_tone", "text": "👩🏿‍🏭"},
{"keyword": ":woman_factory_worker_light_skin_tone:", "name": "woman_factory_worker_light_skin_tone", "text": "👩🏻‍🏭"},
{"keyword": ":woman_factory_worker_medium-dark_skin_tone:", "name": "woman_factory_worker_medium-dark_skin_tone", "text": "👩🏾‍🏭"},
{"keyword": ":woman_factory_worker_medium-light_skin_tone:", "name": "woman_factory_worker_medium-light_skin_tone", "text": "👩🏼‍🏭"},
{"keyword": ":woman_factory_worker_medium_skin_tone:", "name": "woman_factory_worker_medium_skin_tone", "text": "👩🏽‍🏭"},
{"keyword": ":fairy_woman:", "name": "woman_fairy", "text": "🧚‍♀️"},
{"keyword": ":woman_fairy:", "name": "woman_fairy_1", "text": "🧚‍♀️"},
{"keyword": ":fairy_woman:", "name": "woman_fairy", "text": "🧚‍♀"},
{"keyword": ":woman_fairy:", "name": "woman_fairy_1", "text": "🧚‍♀"},
{"keyword": ":woman_fairy_dark_skin_tone:", "name": "woman_fairy_dark_skin_tone", "text": "🧚🏿‍♀️"},
{"keyword": ":woman_fairy_dark_skin_tone:", "name": "woman_fairy_dark_skin_tone", "text": "🧚🏿‍♀"},
{"keyword": ":woman_fairy_light_skin_tone:", "name": "woman_fairy_light_skin_tone", "text": "🧚🏻‍♀️"},
{"keyword": ":woman_fairy_light_skin_tone:", "name": "woman_fairy_light_skin_tone", "text": "🧚🏻‍♀"},
{"keyword": ":woman_fairy_medium-dark_skin_tone:", "name": "woman_fairy_medium-dark_skin_tone", "text": "🧚🏾‍♀️"},
{"keyword": ":woman_fairy_medium-dark_skin_tone:", "name": "woman_fairy_medium-dark_skin_tone", "text": "🧚🏾‍♀"},
{"keyword": ":woman_fairy_medium-light_skin_tone:", "name": "woman_fairy_medium-light_skin_tone", "text": "🧚🏼‍♀️"},
{"keyword": ":woman_fairy_medium-light_skin_tone:", "name": "woman_fairy_medium-light_skin_tone", "text": "🧚🏼‍♀"},
{"keyword": ":woman_fairy_medium_skin_tone:", "name": "woman_fairy_medium_skin_tone", "text": "🧚🏽‍♀️"},
{"keyword": ":woman_fairy_medium_skin_tone:", "name": "woman_fairy_medium_skin_tone", "text": "🧚🏽‍♀"},
{"keyword": ":woman_farmer:", "name": "woman_farmer", "text": "👩‍🌾"},
{"keyword": ":woman_farmer_dark_skin_tone:", "name": "woman_farmer_dark_skin_tone", "text": "👩🏿‍🌾"},
{"keyword": ":woman_farmer_light_skin_tone:", "name": "woman_farmer_light_skin_tone", "text": "👩🏻‍🌾"},
{"keyword": ":woman_farmer_medium-dark_skin_tone:", "name": "woman_farmer_medium-dark_skin_tone", "text": "👩🏾‍🌾"},
{"keyword": ":woman_farmer_medium-light_skin_tone:", "name": "woman_farmer_medium-light_skin_tone", "text": "👩🏼‍🌾"},
{"keyword": ":woman_farmer_medium_skin_tone:", "name": "woman_farmer_medium_skin_tone", "text": "👩🏽‍🌾"},
{"keyword": ":woman_feeding_baby:", "name": "woman_feeding_baby", "text": "👩‍🍼"},
{"keyword": ":woman_feeding_baby_dark_skin_tone:", "name": "woman_feeding_baby_dark_skin_tone", "text": "👩🏿‍🍼"},
{"keyword": ":woman_feeding_baby_light_skin_tone:", "name": "woman_feeding_baby_light_skin_tone", "text": "👩🏻‍🍼"},
{"keyword": ":woman_feeding_baby_medium-dark_skin_tone:", "name": "woman_feeding_baby_medium-dark_skin_tone", "text": "👩🏾‍🍼"},
{"keyword": ":woman_feeding_baby_medium-light_skin_tone:", "name": "woman_feeding_baby_medium-light_skin_tone", "text": "👩🏼‍🍼"},
{"keyword": ":woman_feeding_baby_medium_skin_tone:", "name": "woman_feeding_baby_medium_skin_tone", "text": "👩🏽‍🍼"},
{"keyword": ":woman_firefighter:", "name": "woman_firefighter", "text": "👩‍🚒"},
{"keyword": ":woman_firefighter_dark_skin_tone:", "name": "woman_firefighter_dark_skin_tone", "text": "👩🏿‍🚒"},
{"keyword": ":woman_firefighter_light_skin_tone:", "name": "woman_firefighter_light_skin_tone", "text": "👩🏻‍🚒"},
{"keyword": ":woman_firefighter_medium-dark_skin_tone:", "name": "woman_firefighter_medium-dark_skin_tone", "text": "👩🏾‍🚒"},
{"keyword": ":woman_firefighter_medium-light_skin_tone:", "name": "woman_firefighter_medium-light_skin_tone", "text": "👩🏼‍🚒"},
{"keyword": ":woman_firefighter_medium_skin_tone:", "name": "woman_firefighter_medium_skin_tone", "text": "👩🏽‍🚒"},
{"keyword": ":woman_frowning:", "name": "woman_frowning", "text": "🙍‍♀️"},
{"keyword": ":frowning_woman:", "name": "woman_frowning_1", "text": "🙍‍♀️"},
{"keyword": ":woman_frowning:", "name": "woman_frowning", "text": "🙍‍♀"},
{"keyword": ":frowning_woman:", "name": "woman_frowning_1", "text": "🙍‍♀"},
{"keyword": ":woman_frowning_dark_skin_tone:", "name": "woman_frowning_dark_skin_tone", "text": "🙍🏿‍♀️"},
{"keyword": ":woman_frowning_dark_skin_tone:", "name": "woman_frowning_dark_skin_tone", "text": "🙍🏿‍♀"},
{"keyword": ":woman_frowning_light_skin_tone:", "name": "woman_frowning_light_skin_tone", "text": "🙍🏻‍♀️"},
{"keyword": ":woman_frowning_light_skin_tone:", "name": "woman_frowning_light_skin_tone", "text": "🙍🏻‍♀"},
{"keyword": ":woman_frowning_medium-dark_skin_tone:", "name": "woman_frowning_medium-dark_skin_tone", "text": "🙍🏾‍♀️"},
{"keyword": ":woman_frowning_medium-dark_skin_tone:", "name": "woman_frowning_medium-dark_skin_tone", "text": "🙍🏾‍♀"},
{"keyword": ":woman_frowning_medium-light_skin_tone:", "name": "woman_frowning_medium-light_skin_tone", "text": "🙍🏼‍♀️"},
{"keyword": ":woman_frowning_medium-light_skin_tone:", "name": "woman_frowning_medium-light_skin_tone", "text": "🙍🏼‍♀"},
{"keyword": ":woman_frowning_medium_skin_tone:", "name": "woman_frowning_medium_skin_tone", "text": "🙍🏽‍♀️"},
{"keyword": ":woman_frowning_medium_skin_tone:", "name": "woman_frowning_medium_skin_tone", "text": "🙍🏽‍♀"},
{"keyword": ":genie_woman:", "name": "woman_genie", "text": "🧞‍♀️"},
{"keyword": ":woman_genie:", "name": "woman_genie_1", "text": "🧞‍♀️"},
{"keyword": ":genie_woman:", "name": "woman_genie", "text": "🧞‍♀"},
{"keyword": ":woman_genie:", "name": "woman_genie_1", "text": "🧞‍♀"},
{"keyword": ":ng_woman:", "name": "woman_gesturing_NO", "text": "🙅‍♀️"},
{"keyword": ":woman_gesturing_no:", "name": "woman_gesturing_NO_1", "text": "🙅‍♀️"},
{"keyword": ":no_good_woman:", "name": "woman_gesturing_NO_2", "text": "🙅‍♀️"},
{"keyword": ":ng_woman:", "name": "woman_gesturing_NO", "text": "🙅‍♀"},
{"keyword": ":woman_gesturing_no:", "name": "woman_gesturing_NO_1", "text": "🙅‍♀"},
{"keyword": ":no_good_woman:", "name": "woman_gesturing_NO_2", "text": "🙅‍♀"},
{"keyword": ":woman_gesturing_no_dark_skin_tone:", "name": "woman_gesturing_NO_dark_skin_tone", "text": "🙅🏿‍♀️"},
{"keyword": ":woman_gesturing_no_dark_skin_tone:", "name": "woman_gesturing_NO_dark_skin_tone", "text": "🙅🏿‍♀"},
{"keyword": ":woman_gesturing_no_light_skin_tone:", "name": "woman_gesturing_NO_light_skin_tone", "text": "🙅🏻‍♀️"},
{"keyword": ":woman_gesturing_no_light_skin_tone:", "name": "woman_gesturing_NO_light_skin_tone", "text": "🙅🏻‍♀"},
{"keyword": ":woman_gesturing_no_medium-dark_skin_tone:", "name": "woman_gesturing_NO_medium-dark_skin_tone", "text": "🙅🏾‍♀️"},
{"keyword": ":woman_gesturing_no_medium-dark_skin_tone:", "name": "woman_gesturing_NO_medium-dark_skin_tone", "text": "🙅🏾‍♀"},
{"keyword": ":woman_gesturing_no_medium-light_skin_tone:", "name": "woman_gesturing_NO_medium-light_skin_tone", "text": "🙅🏼‍♀️"},
{"keyword": ":woman_gesturing_no_medium-light_skin_tone:", "name": "woman_gesturing_NO_medium-light_skin_tone", "text": "🙅🏼‍♀"},
{"keyword": ":woman_gesturing_no_medium_skin_tone:", "name": "woman_gesturing_NO_medium_skin_tone", "text": "🙅🏽‍♀️"},
{"keyword": ":woman_gesturing_no_medium_skin_tone:", "name": "woman_gesturing_NO_medium_skin_tone", "text": "🙅🏽‍♀"},
{"keyword": ":woman_gesturing_ok:", "name": "woman_gesturing_OK", "text": "🙆‍♀️"},
{"keyword": ":ok_woman:", "name": "woman_gesturing_OK_1", "text": "🙆‍♀️"},
{"keyword": ":woman_gesturing_ok:", "name": "woman_gesturing_OK", "text": "🙆‍♀"},
{"keyword": ":ok_woman:", "name": "woman_gesturing_OK_1", "text": "🙆‍♀"},
{"keyword": ":woman_gesturing_ok_dark_skin_tone:", "name": "woman_gesturing_OK_dark_skin_tone", "text": "🙆🏿‍♀️"},
{"keyword": ":woman_gesturing_ok_dark_skin_tone:", "name": "woman_gesturing_OK_dark_skin_tone", "text": "🙆🏿‍♀"},
{"keyword": ":woman_gesturing_ok_light_skin_tone:", "name": "woman_gesturing_OK_light_skin_tone", "text": "🙆🏻‍♀️"},
{"keyword": ":woman_gesturing_ok_light_skin_tone:", "name": "woman_gesturing_OK_light_skin_tone", "text": "🙆🏻‍♀"},
{"keyword": ":woman_gesturing_ok_medium-dark_skin_tone:", "name": "woman_gesturing_OK_medium-dark_skin_tone", "text": "🙆🏾‍♀️"},
{"keyword": ":woman_gesturing_ok_medium-dark_skin_tone:", "name": "woman_gesturing_OK_medium-dark_skin_tone", "text": "🙆🏾‍♀"},
{"keyword": ":woman_gesturing_ok_medium-light_skin_tone:", "name": "woman_gesturing_OK_medium-light_skin_tone", "text": "🙆🏼‍♀️"},
{"keyword": ":woman_gesturing_ok_medium-light_skin_tone:", "name": "woman_gesturing_OK_medium-light_skin_tone", "text": "🙆🏼‍♀"},
{"keyword": ":woman_gesturing_ok_medium_skin_tone:", "name": "woman_gesturing_OK_medium_skin_tone", "text": "🙆🏽‍♀️"},
{"keyword": ":woman_gesturing_ok_medium_skin_tone:", "name": "woman_gesturing_OK_medium_skin_tone", "text": "🙆🏽‍♀"},
{"keyword": ":haircut_woman:", "name": "woman_getting_haircut", "text": "💇‍♀️"},
{"keyword": ":woman_getting_haircut:", "name": "woman_getting_haircut_1", "text": "💇‍♀️"},
{"keyword": ":haircut_woman:", "name": "woman_getting_haircut", "text": "💇‍♀"},
{"keyword": ":woman_getting_haircut:", "name": "woman_getting_haircut_1", "text": "💇‍♀"},
{"keyword": ":woman_getting_haircut_dark_skin_tone:", "name": "woman_getting_haircut_dark_skin_tone", "text": "💇🏿‍♀️"},
{"keyword": ":woman_getting_haircut_dark_skin_tone:", "name": "woman_getting_haircut_dark_skin_tone", "text": "💇🏿‍♀"},
{"keyword": ":woman_getting_haircut_light_skin_tone:", "name": "woman_getting_haircut_light_skin_tone", "text": "💇🏻‍♀️"},
{"keyword": ":woman_getting_haircut_light_skin_tone:", "name": "woman_getting_haircut_light_skin_tone", "text": "💇🏻‍♀"},
{"keyword": ":woman_getting_haircut_medium-dark_skin_tone:", "name": "woman_getting_haircut_medium-dark_skin_tone", "text": "💇🏾‍♀️"},
{"keyword": ":woman_getting_haircut_medium-dark_skin_tone:", "name": "woman_getting_haircut_medium-dark_skin_tone", "text": "💇🏾‍♀"},
{"keyword": ":woman_getting_haircut_medium-light_skin_tone:", "name": "woman_getting_haircut_medium-light_skin_tone", "text": "💇🏼‍♀️"},
{"keyword": ":woman_getting_haircut_medium-light_skin_tone:", "name": "woman_getting_haircut_medium-light_skin_tone", "text": "💇🏼‍♀"},
{"keyword": ":woman_getting_haircut_medium_skin_tone:", "name": "woman_getting_haircut_medium_skin_tone", "text": "💇🏽‍♀️"},
{"keyword": ":woman_getting_haircut_medium_skin_tone:", "name": "woman_getting_haircut_medium_skin_tone", "text": "💇🏽‍♀"},
{"keyword": ":woman_getting_massage:", "name": "woman_getting_massage", "text": "💆‍♀️"},
{"keyword": ":massage_woman:", "name": "woman_getting_massage_1", "text": "💆‍♀️"},
{"keyword": ":woman_getting_massage:", "name": "woman_getting_massage", "text": "💆‍♀"},
{"keyword": ":massage_woman:", "name": "woman_getting_massage_1", "text": "💆‍♀"},
{"keyword": ":woman_getting_massage_dark_skin_tone:", "name": "woman_getting_massage_dark_skin_tone", "text": "💆🏿‍♀️"},
{"keyword": ":woman_getting_massage_dark_skin_tone:", "name": "woman_getting_massage_dark_skin_tone", "text": "💆🏿‍♀"},
{"keyword": ":woman_getting_massage_light_skin_tone:", "name": "woman_getting_massage_light_skin_tone", "text": "💆🏻‍♀️"},
{"keyword": ":woman_getting_massage_light_skin_tone:", "name": "woman_getting_massage_light_skin_tone", "text": "💆🏻‍♀"},
{"keyword": ":woman_getting_massage_medium-dark_skin_tone:", "name": "woman_getting_massage_medium-dark_skin_tone", "text": "💆🏾‍♀️"},
{"keyword": ":woman_getting_massage_medium-dark_skin_tone:", "name": "woman_getting_massage_medium-dark_skin_tone", "text": "💆🏾‍♀"},
{"keyword": ":woman_getting_massage_medium-light_skin_tone:", "name": "woman_getting_massage_medium-light_skin_tone", "text": "💆🏼‍♀️"},
{"keyword": ":woman_getting_massage_medium-light_skin_tone:", "name": "woman_getting_massage_medium-light_skin_tone", "text": "💆🏼‍♀"},
{"keyword": ":woman_getting_massage_medium_skin_tone:", "name": "woman_getting_massage_medium_skin_tone", "text": "💆🏽‍♀️"},
{"keyword": ":woman_getting_massage_medium_skin_tone:", "name": "woman_getting_massage_medium_skin_tone", "text": "💆🏽‍♀"},
{"keyword": ":golfing_woman:", "name": "woman_golfing", "text": "🏌️‍♀️"},
{"keyword": ":woman_golfing:", "name": "woman_golfing_1", "text": "🏌️‍♀️"},
{"keyword": ":golfing_woman:", "name": "woman_golfing", "text": "🏌‍♀️"},
{"keyword": ":woman_golfing:", "name": "woman_golfing_1", "text": "🏌‍♀️"},
{"keyword": ":golfing_woman:", "name": "woman_golfing", "text": "🏌️‍♀"},
{"keyword": ":woman_golfing:", "name": "woman_golfing_1", "text": "🏌️‍♀"},
{"keyword": ":golfing_woman:", "name": "woman_golfing", "text": "🏌‍♀"},
{"keyword": ":woman_golfing:", "name": "woman_golfing_1", "text": "🏌‍♀"},
{"keyword": ":woman_golfing_dark_skin_tone:", "name": "woman_golfing_dark_skin_tone", "text": "🏌🏿‍♀️"},
{"keyword": ":woman_golfing_dark_skin_tone:", "name": "woman_golfing_dark_skin_tone", "text": "🏌🏿‍♀"},
{"keyword": ":woman_golfing_light_skin_tone:", "name": "woman_golfing_light_skin_tone", "text": "🏌🏻‍♀️"},
{"keyword": ":woman_golfing_light_skin_tone:", "name": "woman_golfing_light_skin_tone", "text": "🏌🏻‍♀"},
{"keyword": ":woman_golfing_medium-dark_skin_tone:", "name": "woman_golfing_medium-dark_skin_tone", "text": "🏌🏾‍♀️"},
{"keyword": ":woman_golfing_medium-dark_skin_tone:", "name": "woman_golfing_medium-dark_skin_tone", "text": "🏌🏾‍♀"},
{"keyword": ":woman_golfing_medium-light_skin_tone:", "name": "woman_golfing_medium-light_skin_tone", "text": "🏌🏼‍♀️"},
{"keyword": ":woman_golfing_medium-light_skin_tone:", "name": "woman_golfing_medium-light_skin_tone", "text": "🏌🏼‍♀"},
{"keyword": ":woman_golfing_medium_skin_tone:", "name": "woman_golfing_medium_skin_tone", "text": "🏌🏽‍♀️"},
{"keyword": ":woman_golfing_medium_skin_tone:", "name": "woman_golfing_medium_skin_tone", "text": "🏌🏽‍♀"},
{"keyword": ":woman_guard:", "name": "woman_guard", "text": "💂‍♀️"},
{"keyword": ":guardswoman:", "name": "woman_guard_1", "text": "💂‍♀️"},
{"keyword": ":woman_guard:", "name": "woman_guard", "text": "💂‍♀"},
{"keyword": ":guardswoman:", "name": "woman_guard_1", "text": "💂‍♀"},
{"keyword": ":woman_guard_dark_skin_tone:", "name": "woman_guard_dark_skin_tone", "text": "💂🏿‍♀️"},
{"keyword": ":woman_guard_dark_skin_tone:", "name": "woman_guard_dark_skin_tone", "text": "💂🏿‍♀"},
{"keyword": ":woman_guard_light_skin_tone:", "name": "woman_guard_light_skin_tone", "text": "💂🏻‍♀️"},
{"keyword": ":woman_guard_light_skin_tone:", "name": "woman_guard_light_skin_tone", "text": "💂🏻‍♀"},
{"keyword": ":woman_guard_medium-dark_skin_tone:", "name": "woman_guard_medium-dark_skin_tone", "text": "💂🏾‍♀️"},
{"keyword": ":woman_guard_medium-dark_skin_tone:", "name": "woman_guard_medium-dark_skin_tone", "text": "💂🏾‍♀"},
{"keyword": ":woman_guard_medium-light_skin_tone:", "name": "woman_guard_medium-light_skin_tone", "text": "💂🏼‍♀️"},
{"keyword": ":woman_guard_medium-light_skin_tone:", "name": "woman_guard_medium-light_skin_tone", "text": "💂🏼‍♀"},
{"keyword": ":woman_guard_medium_skin_tone:", "name": "woman_guard_medium_skin_tone", "text": "💂🏽‍♀️"},
{"keyword": ":woman_guard_medium_skin_tone:", "name": "woman_guard_medium_skin_tone", "text": "💂🏽‍♀"},
{"keyword": ":woman_health_worker:", "name": "woman_health_worker", "text": "👩‍⚕️"},
{"keyword": ":woman_health_worker:", "name": "woman_health_worker", "text": "👩‍⚕"},
{"keyword": ":woman_health_worker_dark_skin_tone:", "name": "woman_health_worker_dark_skin_tone", "text": "👩🏿‍⚕️"},
{"keyword": ":woman_health_worker_dark_skin_tone:", "name": "woman_health_worker_dark_skin_tone", "text": "👩🏿‍⚕"},
{"keyword": ":woman_health_worker_light_skin_tone:", "name": "woman_health_worker_light_skin_tone", "text": "👩🏻‍⚕️"},
{"keyword": ":woman_health_worker_light_skin_tone:", "name": "woman_health_worker_light_skin_tone", "text": "👩🏻‍⚕"},
{"keyword": ":woman_health_worker_medium-dark_skin_tone:", "name": "woman_health_worker_medium-dark_skin_tone", "text": "👩🏾‍⚕️"},
{"keyword": ":woman_health_worker_medium-dark_skin_tone:", "name": "woman_health_worker_medium-dark_skin_tone", "text": "👩🏾‍⚕"},
{"keyword": ":woman_health_worker_medium-light_skin_tone:", "name": "woman_health_worker_medium-light_skin_tone", "text": "👩🏼‍⚕️"},
{"keyword": ":woman_health_worker_medium-light_skin_tone:", "name": "woman_health_worker_medium-light_skin_tone", "text": "👩🏼‍⚕"},
{"keyword": ":woman_health_worker_medium_skin_tone:", "name": "woman_health_worker_medium_skin_tone", "text": "👩🏽‍⚕️"},
{"keyword": ":woman_health_worker_medium_skin_tone:", "name": "woman_health_worker_medium_skin_tone", "text": "👩🏽‍⚕"},
{"keyword": ":lotus_position_woman:", "name": "woman_in_lotus_position", "text": "🧘‍♀️"},
{"keyword": ":woman_in_lotus_position:", "name": "woman_in_lotus_position_1", "text": "🧘‍♀️"},
{"keyword": ":lotus_position_woman:", "name": "woman_in_lotus_position", "text": "🧘‍♀"},
{"keyword": ":woman_in_lotus_position:", "name": "woman_in_lotus_position_1", "text": "🧘‍♀"},
{"keyword": ":woman_in_lotus_position_dark_skin_tone:", "name": "woman_in_lotus_position_dark_skin_tone", "text": "🧘🏿‍♀️"},
{"keyword": ":woman_in_lotus_position_dark_skin_tone:", "name": "woman_in_lotus_position_dark_skin_tone", "text": "🧘🏿‍♀"},
{"keyword": ":woman_in_lotus_position_light_skin_tone:", "name": "woman_in_lotus_position_light_skin_tone", "text": "🧘🏻‍♀️"},
{"keyword": ":woman_in_lotus_position_light_skin_tone:", "name": "woman_in_lotus_position_light_skin_tone", "text": "🧘🏻‍♀"},
{"keyword": ":woman_in_lotus_position_medium-dark_skin_tone:", "name": "woman_in_lotus_position_medium-dark_skin_tone", "text": "🧘🏾‍♀️"},
{"keyword": ":woman_in_lotus_position_medium-dark_skin_tone:", "name": "woman_in_lotus_position_medium-dark_skin_tone", "text": "🧘🏾‍♀"},
{"keyword": ":woman_in_lotus_position_medium-light_skin_tone:", "name": "woman_in_lotus_position_medium-light_skin_tone", "text": "🧘🏼‍♀️"},
{"keyword": ":woman_in_lotus_position_medium-light_skin_tone:", "name": "woman_in_lotus_position_medium-light_skin_tone", "text": "🧘🏼‍♀"},
{"keyword": ":woman_in_lotus_position_medium_skin_tone:", "name": "woman_in_lotus_position_medium_skin_tone", "text": "🧘🏽‍♀️"},
{"keyword": ":woman_in_lotus_position_medium_skin_tone:", "name": "woman_in_lotus_position_medium_skin_tone", "text": "🧘🏽‍♀"},
{"keyword": ":woman_in_manual_wheelchair:", "name": "woman_in_manual_wheelchair", "text": "👩‍🦽"},
{"keyword": ":woman_in_manual_wheelchair_dark_skin_tone:", "name": "woman_in_manual_wheelchair_dark_skin_tone", "text": "👩🏿‍🦽"},
{"keyword": ":woman_in_manual_wheelchair_facing_right:", "name": "woman_in_manual_wheelchair_facing_right", "text": "👩‍🦽‍➡️"},
{"keyword": ":woman_in_manual_wheelchair_facing_right:", "name": "woman_in_manual_wheelchair_facing_right", "text": "👩‍🦽‍➡"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_dark_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_dark_skin_tone", "text": "👩🏿‍🦽‍➡️"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_dark_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_dark_skin_tone", "text": "👩🏿‍🦽‍➡"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_light_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_light_skin_tone", "text": "👩🏻‍🦽‍➡️"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_light_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_light_skin_tone", "text": "👩🏻‍🦽‍➡"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_medium-dark_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_medium-dark_skin_tone", "text": "👩🏾‍🦽‍➡️"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_medium-dark_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_medium-dark_skin_tone", "text": "👩🏾‍🦽‍➡"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_medium-light_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_medium-light_skin_tone", "text": "👩🏼‍🦽‍➡️"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_medium-light_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_medium-light_skin_tone", "text": "👩🏼‍🦽‍➡"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_medium_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_medium_skin_tone", "text": "👩🏽‍🦽‍➡️"},
{"keyword": ":woman_in_manual_wheelchair_facing_right_medium_skin_tone:", "name": "woman_in_manual_wheelchair_facing_right_medium_skin_tone", "text": "👩🏽‍🦽‍➡"},
{"keyword": ":woman_in_manual_wheelchair_light_skin_tone:", "name": "woman_in_manual_wheelchair_light_skin_tone", "text": "👩🏻‍🦽"},
{"keyword": ":woman_in_manual_wheelchair_medium-dark_skin_tone:", "name": "woman_in_manual_wheelchair_medium-dark_skin_tone", "text": "👩🏾‍🦽"},
{"keyword": ":woman_in_manual_wheelchair_medium-light_skin_tone:", "name": "woman_in_manual_wheelchair_medium-light_skin_tone", "text": "👩🏼‍🦽"},
{"keyword": ":woman_in_manual_wheelchair_medium_skin_tone:", "name": "woman_in_manual_wheelchair_medium_skin_tone", "text": "👩🏽‍🦽"},
{"keyword": ":woman_in_motorized_wheelchair:", "name": "woman_in_motorized_wheelchair", "text": "👩‍🦼"},
{"keyword": ":woman_in_motorized_wheelchair_dark_skin_tone:", "name": "woman_in_motorized_wheelchair_dark_skin_tone", "text": "👩🏿‍🦼"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right:", "name": "woman_in_motorized_wheelchair_facing_right", "text": "👩‍🦼‍➡️"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right:", "name": "woman_in_motorized_wheelchair_facing_right", "text": "👩‍🦼‍➡"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_dark_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_dark_skin_tone", "text": "👩🏿‍🦼‍➡️"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_dark_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_dark_skin_tone", "text": "👩🏿‍🦼‍➡"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_light_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_light_skin_tone", "text": "👩🏻‍🦼‍➡️"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_light_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_light_skin_tone", "text": "👩🏻‍🦼‍➡"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_medium-dark_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_medium-dark_skin_tone", "text": "👩🏾‍🦼‍➡️"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_medium-dark_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_medium-dark_skin_tone", "text": "👩🏾‍🦼‍➡"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_medium-light_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_medium-light_skin_tone", "text": "👩🏼‍🦼‍➡️"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_medium-light_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_medium-light_skin_tone", "text": "👩🏼‍🦼‍➡"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_medium_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_medium_skin_tone", "text": "👩🏽‍🦼‍➡️"},
{"keyword": ":woman_in_motorized_wheelchair_facing_right_medium_skin_tone:", "name": "woman_in_motorized_wheelchair_facing_right_medium_skin_tone", "text": "👩🏽‍🦼‍➡"},
{"keyword": ":woman_in_motorized_wheelchair_light_skin_tone:", "name": "woman_in_motorized_wheelchair_light_skin_tone", "text": "👩🏻‍🦼"},
{"keyword": ":woman_in_motorized_wheelchair_medium-dark_skin_tone:", "name": "woman_in_motorized_wheelchair_medium-dark_skin_tone", "text": "👩🏾‍🦼"},
{"keyword": ":woman_in_motorized_wheelchair_medium-light_skin_tone:", "name": "woman_in_motorized_wheelchair_medium-light_skin_tone", "text": "👩🏼‍🦼"},
{"keyword": ":woman_in_motorized_wheelchair_medium_skin_tone:", "name": "woman_in_motorized_wheelchair_medium_skin_tone", "text": "👩🏽‍🦼"},
{"keyword": ":woman_in_steamy_room:", "name": "woman_in_steamy_room", "text": "🧖‍♀️"},
{"keyword": ":sauna_woman:", "name": "woman_in_steamy_room_1", "text": "🧖‍♀️"},
{"keyword": ":woman_in_steamy_room:", "name": "woman_in_steamy_room", "text": "🧖‍♀"},
{"keyword": ":sauna_woman:", "name": "woman_in_steamy_room_1", "text": "🧖‍♀"},
{"keyword": ":woman_in_steamy_room_dark_skin_tone:", "name": "woman_in_steamy_room_dark_skin_tone", "text": "🧖🏿‍♀️"},
{"keyword": ":woman_in_steamy_room_dark_skin_tone:", "name": "woman_in_steamy_room_dark_skin_tone", "text": "🧖🏿‍♀"},
{"keyword": ":woman_in_steamy_room_light_skin_tone:", "name": "woman_in_steamy_room_light_skin_tone", "text": "🧖🏻‍♀️"},
{"keyword": ":woman_in_steamy_room_light_skin_tone:", "name": "woman_in_steamy_room_light_skin_tone", "text": "🧖🏻‍♀"},
{"keyword": ":woman_in_steamy_room_medium-dark_skin_tone:", "name": "woman_in_steamy_room_medium-dark_skin_tone", "text": "🧖🏾‍♀️"},
{"keyword": ":woman_in_steamy_room_medium-dark_skin_tone:", "name": "woman_in_steamy_room_medium-dark_skin_tone", "text": "🧖🏾‍♀"},
{"keyword": ":woman_in_steamy_room_medium-light_skin_tone:", "name": "woman_in_steamy_room_medium-light_skin_tone", "text": "🧖🏼‍♀️"},
{"keyword": ":woman_in_steamy_room_medium-light_skin_tone:", "name": "woman_in_steamy_room_medium-light_skin_tone", "text": "🧖🏼‍♀"},
{"keyword": ":woman_in_steamy_room_medium_skin_tone:", "name": "woman_in_steamy_room_medium_skin_tone", "text": "🧖🏽‍♀️"},
{"keyword": ":woman_in_steamy_room_medium_skin_tone:", "name": "woman_in_steamy_room_medium_skin_tone", "text": "🧖🏽‍♀"},
{"keyword": ":woman_in_tuxedo:", "name": "woman_in_tuxedo", "text": "🤵‍♀️"},
{"keyword": ":woman_in_tuxedo:", "name": "woman_in_tuxedo", "text": "🤵‍♀"},
{"keyword": ":woman_in_tuxedo_dark_skin_tone:", "name": "woman_in_tuxedo_dark_skin_tone", "text": "🤵🏿‍♀️"},
{"keyword": ":woman_in_tuxedo_dark_skin_tone:", "name": "woman_in_tuxedo_dark_skin_tone", "text": "🤵🏿‍♀"},
{"keyword": ":woman_in_tuxedo_light_skin_tone:", "name": "woman_in_tuxedo_light_skin_tone", "text": "🤵🏻‍♀️"},
{"keyword": ":woman_in_tuxedo_light_skin_tone:", "name": "woman_in_tuxedo_light_skin_tone", "text": "🤵🏻‍♀"},
{"keyword": ":woman_in_tuxedo_medium-dark_skin_tone:", "name": "woman_in_tuxedo_medium-dark_skin_tone", "text": "🤵🏾‍♀️"},
{"keyword": ":woman_in_tuxedo_medium-dark_skin_tone:", "name": "woman_in_tuxedo_medium-dark_skin_tone", "text": "🤵🏾‍♀"},
{"keyword": ":woman_in_tuxedo_medium-light_skin_tone:", "name": "woman_in_tuxedo_medium-light_skin_tone", "text": "🤵🏼‍♀️"},
{"keyword": ":woman_in_tuxedo_medium-light_skin_tone:", "name": "woman_in_tuxedo_medium-light_skin_tone", "text": "🤵🏼‍♀"},
{"keyword": ":woman_in_tuxedo_medium_skin_tone:", "name": "woman_in_tuxedo_medium_skin_tone", "text": "🤵🏽‍♀️"},
{"keyword": ":woman_in_tuxedo_medium_skin_tone:", "name": "woman_in_tuxedo_medium_skin_tone", "text": "🤵🏽‍♀"},
{"keyword": ":woman_judge:", "name": "woman_judge", "text": "👩‍⚖️"},
{"keyword": ":woman_judge:", "name": "woman_judge", "text": "👩‍⚖"},
{"keyword": ":woman_judge_dark_skin_tone:", "name": "woman_judge_dark_skin_tone", "text": "👩🏿‍⚖️"},
{"keyword": ":woman_judge_dark_skin_tone:", "name": "woman_judge_dark_skin_tone", "text": "👩🏿‍⚖"},
{"keyword": ":woman_judge_light_skin_tone:", "name": "woman_judge_light_skin_tone", "text": "👩🏻‍⚖️"},
{"keyword": ":woman_judge_light_skin_tone:", "name": "woman_judge_light_skin_tone", "text": "👩🏻‍⚖"},
{"keyword": ":woman_judge_medium-dark_skin_tone:", "name": "woman_judge_medium-dark_skin_tone", "text": "👩🏾‍⚖️"},
{"keyword": ":woman_judge_medium-dark_skin_tone:", "name": "woman_judge_medium-dark_skin_tone", "text": "👩🏾‍⚖"},
{"keyword": ":woman_judge_medium-light_skin_tone:", "name": "woman_judge_medium-light_skin_tone", "text": "👩🏼‍⚖️"},
{"keyword": ":woman_judge_medium-light_skin_tone:", "name": "woman_judge_medium-light_skin_tone", "text": "👩🏼‍⚖"},
{"keyword": ":woman_judge_medium_skin_tone:", "name": "woman_judge_medium_skin_tone", "text": "👩🏽‍⚖️"},
{"keyword": ":woman_judge_medium_skin_tone:", "name": "woman_judge_medium_skin_tone", "text": "👩🏽‍⚖"},
{"keyword": ":woman_juggling:", "name": "woman_juggling", "text": "🤹‍♀️"},
{"keyword": ":woman_juggling:", "name": "woman_juggling", "text": "🤹‍♀"},
{"keyword": ":woman_juggling_dark_skin_tone:", "name": "woman_juggling_dark_skin_tone", "text": "🤹🏿‍♀️"},
{"keyword": ":woman_juggling_dark_skin_tone:", "name": "woman_juggling_dark_skin_tone", "text": "🤹🏿‍♀"},
{"keyword": ":woman_juggling_light_skin_tone:", "name": "woman_juggling_light_skin_tone", "text": "🤹🏻‍♀️"},
{"keyword": ":woman_juggling_light_skin_tone:", "name": "woman_juggling_light_skin_tone", "text": "🤹🏻‍♀"},
{"keyword": ":woman_juggling_medium-dark_skin_tone:", "name": "woman_juggling_medium-dark_skin_tone", "text": "🤹🏾‍♀️"},
{"keyword": ":woman_juggling_medium-dark_skin_tone:", "name": "woman_juggling_medium-dark_skin_tone", "text": "🤹🏾‍♀"},
{"keyword": ":woman_juggling_medium-light_skin_tone:", "name": "woman_juggling_medium-light_skin_tone", "text": "🤹🏼‍♀️"},
{"keyword": ":woman_juggling_medium-light_skin_tone:", "name": "woman_juggling_medium-light_skin_tone", "text": "🤹🏼‍♀"},
{"keyword": ":woman_juggling_medium_skin_tone:", "name": "woman_juggling_medium_skin_tone", "text": "🤹🏽‍♀️"},
{"keyword": ":woman_juggling_medium_skin_tone:", "name": "woman_juggling_medium_skin_tone", "text": "🤹🏽‍♀"},
{"keyword": ":woman_kneeling:", "name": "woman_kneeling", "text": "🧎‍♀️"},
{"keyword": ":kneeling_woman:", "name": "woman_kneeling_1", "text": "🧎‍♀️"},
{"keyword": ":woman_kneeling:", "name": "woman_kneeling", "text": "🧎‍♀"},
{"keyword": ":kneeling_woman:", "name": "woman_kneeling_1", "text": "🧎‍♀"},
{"keyword": ":woman_kneeling_dark_skin_tone:", "name": "woman_kneeling_dark_skin_tone", "text": "🧎🏿‍♀️"},
{"keyword": ":woman_kneeling_dark_skin_tone:", "name": "woman_kneeling_dark_skin_tone", "text": "🧎🏿‍♀"},
{"keyword": ":woman_kneeling_facing_right:", "name": "woman_kneeling_facing_right", "text": "🧎‍♀️‍➡️"},
{"keyword": ":woman_kneeling_facing_right:", "name": "woman_kneeling_facing_right", "text": "🧎‍♀‍➡️"},
{"keyword": ":woman_kneeling_facing_right:", "name": "woman_kneeling_facing_right", "text": "🧎‍♀️‍➡"},
{"keyword": ":woman_kneeling_facing_right:", "name": "woman_kneeling_facing_right", "text": "🧎‍♀‍➡"},
{"keyword": ":woman_kneeling_facing_right_dark_skin_tone:", "name": "woman_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♀️‍➡️"},
{"keyword": ":woman_kneeling_facing_right_dark_skin_tone:", "name": "woman_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♀‍➡️"},
{"keyword": ":woman_kneeling_facing_right_dark_skin_tone:", "name": "woman_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♀️‍➡"},
{"keyword": ":woman_kneeling_facing_right_dark_skin_tone:", "name": "woman_kneeling_facing_right_dark_skin_tone", "text": "🧎🏿‍♀‍➡"},
{"keyword": ":woman_kneeling_facing_right_light_skin_tone:", "name": "woman_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♀️‍➡️"},
{"keyword": ":woman_kneeling_facing_right_light_skin_tone:", "name": "woman_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♀‍➡️"},
{"keyword": ":woman_kneeling_facing_right_light_skin_tone:", "name": "woman_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♀️‍➡"},
{"keyword": ":woman_kneeling_facing_right_light_skin_tone:", "name": "woman_kneeling_facing_right_light_skin_tone", "text": "🧎🏻‍♀‍➡"},
{"keyword": ":woman_kneeling_facing_right_medium-dark_skin_tone:", "name": "woman_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♀️‍➡️"},
{"keyword": ":woman_kneeling_facing_right_medium-dark_skin_tone:", "name": "woman_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♀‍➡️"},
{"keyword": ":woman_kneeling_facing_right_medium-dark_skin_tone:", "name": "woman_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♀️‍➡"},
{"keyword": ":woman_kneeling_facing_right_medium-dark_skin_tone:", "name": "woman_kneeling_facing_right_medium-dark_skin_tone", "text": "🧎🏾‍♀‍➡"},
{"keyword": ":woman_kneeling_facing_right_medium-light_skin_tone:", "name": "woman_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♀️‍➡️"},
{"keyword": ":woman_kneeling_facing_right_medium-light_skin_tone:", "name": "woman_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♀‍➡️"},
{"keyword": ":woman_kneeling_facing_right_medium-light_skin_tone:", "name": "woman_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♀️‍➡"},
{"keyword": ":woman_kneeling_facing_right_medium-light_skin_tone:", "name": "woman_kneeling_facing_right_medium-light_skin_tone", "text": "🧎🏼‍♀‍➡"},
{"keyword": ":woman_kneeling_facing_right_medium_skin_tone:", "name": "woman_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♀️‍➡️"},
{"keyword": ":woman_kneeling_facing_right_medium_skin_tone:", "name": "woman_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♀‍➡️"},
{"keyword": ":woman_kneeling_facing_right_medium_skin_tone:", "name": "woman_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♀️‍➡"},
{"keyword": ":woman_kneeling_facing_right_medium_skin_tone:", "name": "woman_kneeling_facing_right_medium_skin_tone", "text": "🧎🏽‍♀‍➡"},
{"keyword": ":woman_kneeling_light_skin_tone:", "name": "woman_kneeling_light_skin_tone", "text": "🧎🏻‍♀️"},
{"keyword": ":woman_kneeling_light_skin_tone:", "name": "woman_kneeling_light_skin_tone", "text": "🧎🏻‍♀"},
{"keyword": ":woman_kneeling_medium-dark_skin_tone:", "name": "woman_kneeling_medium-dark_skin_tone", "text": "🧎🏾‍♀️"},
{"keyword": ":woman_kneeling_medium-dark_skin_tone:", "name": "woman_kneeling_medium-dark_skin_tone", "text": "🧎🏾‍♀"},
{"keyword": ":woman_kneeling_medium-light_skin_tone:", "name": "woman_kneeling_medium-light_skin_tone", "text": "🧎🏼‍♀️"},
{"keyword": ":woman_kneeling_medium-light_skin_tone:", "name": "woman_kneeling_medium-light_skin_tone", "text": "🧎🏼‍♀"},
{"keyword": ":woman_kneeling_medium_skin_tone:", "name": "woman_kneeling_medium_skin_tone", "text": "🧎🏽‍♀️"},
{"keyword": ":woman_kneeling_medium_skin_tone:", "name": "woman_kneeling_medium_skin_tone", "text": "🧎🏽‍♀"},
{"keyword": ":woman_lifting_weights:", "name": "woman_lifting_weights", "text": "🏋️‍♀️"},
{"keyword": ":weight_lifting_woman:", "name": "woman_lifting_weights_1", "text": "🏋️‍♀️"},
{"keyword": ":woman_lifting_weights:", "name": "woman_lifting_weights", "text": "🏋‍♀️"},
{"keyword": ":weight_lifting_woman:", "name": "woman_lifting_weights_1", "text": "🏋‍♀️"},
{"keyword": ":woman_lifting_weights:", "name": "woman_lifting_weights", "text": "🏋️‍♀"},
{"keyword": ":weight_lifting_woman:", "name": "woman_lifting_weights_1", "text": "🏋️‍♀"},
{"keyword": ":woman_lifting_weights:", "name": "woman_lifting_weights", "text": "🏋‍♀"},
{"keyword": ":weight_lifting_woman:", "name": "woman_lifting_weights_1", "text": "🏋‍♀"},
{"keyword": ":woman_lifting_weights_dark_skin_tone:", "name": "woman_lifting_weights_dark_skin_tone", "text": "🏋🏿‍♀️"},
{"keyword": ":woman_lifting_weights_dark_skin_tone:", "name": "woman_lifting_weights_dark_skin_tone", "text": "🏋🏿‍♀"},
{"keyword": ":woman_lifting_weights_light_skin_tone:", "name": "woman_lifting_weights_light_skin_tone", "text": "🏋🏻‍♀️"},
{"keyword": ":woman_lifting_weights_light_skin_tone:", "name": "woman_lifting_weights_light_skin_tone", "text": "🏋🏻‍♀"},
{"keyword": ":woman_lifting_weights_medium-dark_skin_tone:", "name": "woman_lifting_weights_medium-dark_skin_tone", "text": "🏋🏾‍♀️"},
{"keyword": ":woman_lifting_weights_medium-dark_skin_tone:", "name": "woman_lifting_weights_medium-dark_skin_tone", "text": "🏋🏾‍♀"},
{"keyword": ":woman_lifting_weights_medium-light_skin_tone:", "name": "woman_lifting_weights_medium-light_skin_tone", "text": "🏋🏼‍♀️"},
{"keyword": ":woman_lifting_weights_medium-light_skin_tone:", "name": "woman_lifting_weights_medium-light_skin_tone", "text": "🏋🏼‍♀"},
{"keyword": ":woman_lifting_weights_medium_skin_tone:", "name": "woman_lifting_weights_medium_skin_tone", "text": "🏋🏽‍♀️"},
{"keyword": ":woman_lifting_weights_medium_skin_tone:", "name": "woman_lifting_weights_medium_skin_tone", "text": "🏋🏽‍♀"},
{"keyword": ":woman_light_skin_tone:", "name": "woman_light_skin_tone", "text": "👩🏻"},
{"keyword": ":woman_light_skin_tone_bald:", "name": "woman_light_skin_tone_bald", "text": "👩🏻‍🦲"},
{"keyword": ":woman_light_skin_tone_beard:", "name": "woman_light_skin_tone_beard", "text": "🧔🏻‍♀️"},
{"keyword": ":woman_light_skin_tone_beard:", "name": "woman_light_skin_tone_beard", "text": "🧔🏻‍♀"},
{"keyword": ":woman_light_skin_tone_blond_hair:", "name": "woman_light_skin_tone_blond_hair", "text": "👱🏻‍♀️"},
{"keyword": ":woman_light_skin_tone_blond_hair:", "name": "woman_light_skin_tone_blond_hair", "text": "👱🏻‍♀"},
{"keyword": ":woman_light_skin_tone_curly_hair:", "name": "woman_light_skin_tone_curly_hair", "text": "👩🏻‍🦱"},
{"keyword": ":woman_light_skin_tone_red_hair:", "name": "woman_light_skin_tone_red_hair", "text": "👩🏻‍🦰"},
{"keyword": ":woman_light_skin_tone_white_hair:", "name": "woman_light_skin_tone_white_hair", "text": "👩🏻‍🦳"},
{"keyword": ":mage_woman:", "name": "woman_mage", "text": "🧙‍♀️"},
{"keyword": ":woman_mage:", "name": "woman_mage_1", "text": "🧙‍♀️"},
{"keyword": ":mage_woman:", "name": "woman_mage", "text": "🧙‍♀"},
{"keyword": ":woman_mage:", "name": "woman_mage_1", "text": "🧙‍♀"},
{"keyword": ":woman_mage_dark_skin_tone:", "name": "woman_mage_dark_skin_tone", "text": "🧙🏿‍♀️"},
{"keyword": ":woman_mage_dark_skin_tone:", "name": "woman_mage_dark_skin_tone", "text": "🧙🏿‍♀"},
{"keyword": ":woman_mage_light_skin_tone:", "name": "woman_mage_light_skin_tone", "text": "🧙🏻‍♀️"},
{"keyword": ":woman_mage_light_skin_tone:", "name": "woman_mage_light_skin_tone", "text": "🧙🏻‍♀"},
{"keyword": ":woman_mage_medium-dark_skin_tone:", "name": "woman_mage_medium-dark_skin_tone", "text": "🧙🏾‍♀️"},
{"keyword": ":woman_mage_medium-dark_skin_tone:", "name": "woman_mage_medium-dark_skin_tone", "text": "🧙🏾‍♀"},
{"keyword": ":woman_mage_medium-light_skin_tone:", "name": "woman_mage_medium-light_skin_tone", "text": "🧙🏼‍♀️"},
{"keyword": ":woman_mage_medium-light_skin_tone:", "name": "woman_mage_medium-light_skin_tone", "text": "🧙🏼‍♀"},
{"keyword": ":woman_mage_medium_skin_tone:", "name": "woman_mage_medium_skin_tone", "text": "🧙🏽‍♀️"},
{"keyword": ":woman_mage_medium_skin_tone:", "name": "woman_mage_medium_skin_tone", "text": "🧙🏽‍♀"},
{"keyword": ":woman_mechanic:", "name": "woman_mechanic", "text": "👩‍🔧"},
{"keyword": ":woman_mechanic_dark_skin_tone:", "name": "woman_mechanic_dark_skin_tone", "text": "👩🏿‍🔧"},
{"keyword": ":woman_mechanic_light_skin_tone:", "name": "woman_mechanic_light_skin_tone", "text": "👩🏻‍🔧"},
{"keyword": ":woman_mechanic_medium-dark_skin_tone:", "name": "woman_mechanic_medium-dark_skin_tone", "text": "👩🏾‍🔧"},
{"keyword": ":woman_mechanic_medium-light_skin_tone:", "name": "woman_mechanic_medium-light_skin_tone", "text": "👩🏼‍🔧"},
{"keyword": ":woman_mechanic_medium_skin_tone:", "name": "woman_mechanic_medium_skin_tone", "text": "👩🏽‍🔧"},
{"keyword": ":woman_medium-dark_skin_tone:", "name": "woman_medium-dark_skin_tone", "text": "👩🏾"},
{"keyword": ":woman_medium-dark_skin_tone_bald:", "name": "woman_medium-dark_skin_tone_bald", "text": "👩🏾‍🦲"},
{"keyword": ":woman_medium-dark_skin_tone_beard:", "name": "woman_medium-dark_skin_tone_beard", "text": "🧔🏾‍♀️"},
{"keyword": ":woman_medium-dark_skin_tone_beard:", "name": "woman_medium-dark_skin_tone_beard", "text": "🧔🏾‍♀"},
{"keyword": ":woman_medium-dark_skin_tone_blond_hair:", "name": "woman_medium-dark_skin_tone_blond_hair", "text": "👱🏾‍♀️"},
{"keyword": ":woman_medium-dark_skin_tone_blond_hair:", "name": "woman_medium-dark_skin_tone_blond_hair", "text": "👱🏾‍♀"},
{"keyword": ":woman_medium-dark_skin_tone_curly_hair:", "name": "woman_medium-dark_skin_tone_curly_hair", "text": "👩🏾‍🦱"},
{"keyword": ":woman_medium-dark_skin_tone_red_hair:", "name": "woman_medium-dark_skin_tone_red_hair", "text": "👩🏾‍🦰"},
{"keyword": ":woman_medium-dark_skin_tone_white_hair:", "name": "woman_medium-dark_skin_tone_white_hair", "text": "👩🏾‍🦳"},
{"keyword": ":woman_medium-light_skin_tone:", "name": "woman_medium-light_skin_tone", "text": "👩🏼"},
{"keyword": ":woman_medium-light_skin_tone_bald:", "name": "woman_medium-light_skin_tone_bald", "text": "👩🏼‍🦲"},
{"keyword": ":woman_medium-light_skin_tone_beard:", "name": "woman_medium-light_skin_tone_beard", "text": "🧔🏼‍♀️"},
{"keyword": ":woman_medium-light_skin_tone_beard:", "name": "woman_medium-light_skin_tone_beard", "text": "🧔🏼‍♀"},
{"keyword": ":woman_medium-light_skin_tone_blond_hair:", "name": "woman_medium-light_skin_tone_blond_hair", "text": "👱🏼‍♀️"},
{"keyword": ":woman_medium-light_skin_tone_blond_hair:", "name": "woman_medium-light_skin_tone_blond_hair", "text": "👱🏼‍♀"},
{"keyword": ":woman_medium-light_skin_tone_curly_hair:", "name": "woman_medium-light_skin_tone_curly_hair", "text": "👩🏼‍🦱"},
{"keyword": ":woman_medium-light_skin_tone_red_hair:", "name": "woman_medium-light_skin_tone_red_hair", "text": "👩🏼‍🦰"},
{"keyword": ":woman_medium-light_skin_tone_white_hair:", "name": "woman_medium-light_skin_tone_white_hair", "text": "👩🏼‍🦳"},
{"keyword": ":woman_medium_skin_tone:", "name": "woman_medium_skin_tone", "text": "👩🏽"},
{"keyword": ":woman_medium_skin_tone_bald:", "name": "woman_medium_skin_tone_bald", "text": "👩🏽‍🦲"},
{"keyword": ":woman_medium_skin_tone_beard:", "name": "woman_medium_skin_tone_beard", "text": "🧔🏽‍♀️"},
{"keyword": ":woman_medium_skin_tone_beard:", "name": "woman_medium_skin_tone_beard", "text": "🧔🏽‍♀"},
{"keyword": ":woman_medium_skin_tone_blond_hair:", "name": "woman_medium_skin_tone_blond_hair", "text": "👱🏽‍♀️"},
{"keyword": ":woman_medium_skin_tone_blond_hair:", "name": "woman_medium_skin_tone_blond_hair", "text": "👱🏽‍♀"},
{"keyword": ":woman_medium_skin_tone_curly_hair:", "name": "woman_medium_skin_tone_curly_hair", "text": "👩🏽‍🦱"},
{"keyword": ":woman_medium_skin_tone_red_hair:", "name": "woman_medium_skin_tone_red_hair", "text": "👩🏽‍🦰"},
{"keyword": ":woman_medium_skin_tone_white_hair:", "name": "woman_medium_skin_tone_white_hair", "text": "👩🏽‍🦳"},
{"keyword": ":woman_mountain_biking:", "name": "woman_mountain_biking", "text": "🚵‍♀️"},
{"keyword": ":mountain_biking_woman:", "name": "woman_mountain_biking_1", "text": "🚵‍♀️"},
{"keyword": ":woman_mountain_biking:", "name": "woman_mountain_biking", "text": "🚵‍♀"},
{"keyword": ":mountain_biking_woman:", "name": "woman_mountain_biking_1", "text": "🚵‍♀"},
{"keyword": ":woman_mountain_biking_dark_skin_tone:", "name": "woman_mountain_biking_dark_skin_tone", "text": "🚵🏿‍♀️"},
{"keyword": ":woman_mountain_biking_dark_skin_tone:", "name": "woman_mountain_biking_dark_skin_tone", "text": "🚵🏿‍♀"},
{"keyword": ":woman_mountain_biking_light_skin_tone:", "name": "woman_mountain_biking_light_skin_tone", "text": "🚵🏻‍♀️"},
{"keyword": ":woman_mountain_biking_light_skin_tone:", "name": "woman_mountain_biking_light_skin_tone", "text": "🚵🏻‍♀"},
{"keyword": ":woman_mountain_biking_medium-dark_skin_tone:", "name": "woman_mountain_biking_medium-dark_skin_tone", "text": "🚵🏾‍♀️"},
{"keyword": ":woman_mountain_biking_medium-dark_skin_tone:", "name": "woman_mountain_biking_medium-dark_skin_tone", "text": "🚵🏾‍♀"},
{"keyword": ":woman_mountain_biking_medium-light_skin_tone:", "name": "woman_mountain_biking_medium-light_skin_tone", "text": "🚵🏼‍♀️"},
{"keyword": ":woman_mountain_biking_medium-light_skin_tone:", "name": "woman_mountain_biking_medium-light_skin_tone", "text": "🚵🏼‍♀"},
{"keyword": ":woman_mountain_biking_medium_skin_tone:", "name": "woman_mountain_biking_medium_skin_tone", "text": "🚵🏽‍♀️"},
{"keyword": ":woman_mountain_biking_medium_skin_tone:", "name": "woman_mountain_biking_medium_skin_tone", "text": "🚵🏽‍♀"},
{"keyword": ":woman_office_worker:", "name": "woman_office_worker", "text": "👩‍💼"},
{"keyword": ":woman_office_worker_dark_skin_tone:", "name": "woman_office_worker_dark_skin_tone", "text": "👩🏿‍💼"},
{"keyword": ":woman_office_worker_light_skin_tone:", "name": "woman_office_worker_light_skin_tone", "text": "👩🏻‍💼"},
{"keyword": ":woman_office_worker_medium-dark_skin_tone:", "name": "woman_office_worker_medium-dark_skin_tone", "text": "👩🏾‍💼"},
{"keyword": ":woman_office_worker_medium-light_skin_tone:", "name": "woman_office_worker_medium-light_skin_tone", "text": "👩🏼‍💼"},
{"keyword": ":woman_office_worker_medium_skin_tone:", "name": "woman_office_worker_medium_skin_tone", "text": "👩🏽‍💼"},
{"keyword": ":woman_pilot:", "name": "woman_pilot", "text": "👩‍✈️"},
{"keyword": ":woman_pilot:", "name": "woman_pilot", "text": "👩‍✈"},
{"keyword": ":woman_pilot_dark_skin_tone:", "name": "woman_pilot_dark_skin_tone", "text": "👩🏿‍✈️"},
{"keyword": ":woman_pilot_dark_skin_tone:", "name": "woman_pilot_dark_skin_tone", "text": "👩🏿‍✈"},
{"keyword": ":woman_pilot_light_skin_tone:", "name": "woman_pilot_light_skin_tone", "text": "👩🏻‍✈️"},
{"keyword": ":woman_pilot_light_skin_tone:", "name": "woman_pilot_light_skin_tone", "text": "👩🏻‍✈"},
{"keyword": ":woman_pilot_medium-dark_skin_tone:", "name": "woman_pilot_medium-dark_skin_tone", "text": "👩🏾‍✈️"},
{"keyword": ":woman_pilot_medium-dark_skin_tone:", "name": "woman_pilot_medium-dark_skin_tone", "text": "👩🏾‍✈"},
{"keyword": ":woman_pilot_medium-light_skin_tone:", "name": "woman_pilot_medium-light_skin_tone", "text": "👩🏼‍✈️"},
{"keyword": ":woman_pilot_medium-light_skin_tone:", "name": "woman_pilot_medium-light_skin_tone", "text": "👩🏼‍✈"},
{"keyword": ":woman_pilot_medium_skin_tone:", "name": "woman_pilot_medium_skin_tone", "text": "👩🏽‍✈️"},
{"keyword": ":woman_pilot_medium_skin_tone:", "name": "woman_pilot_medium_skin_tone", "text": "👩🏽‍✈"},
{"keyword": ":woman_playing_handball:", "name": "woman_playing_handball", "text": "🤾‍♀️"},
{"keyword": ":woman_playing_handball:", "name": "woman_playing_handball", "text": "🤾‍♀"},
{"keyword": ":woman_playing_handball_dark_skin_tone:", "name": "woman_playing_handball_dark_skin_tone", "text": "🤾🏿‍♀️"},
{"keyword": ":woman_playing_handball_dark_skin_tone:", "name": "woman_playing_handball_dark_skin_tone", "text": "🤾🏿‍♀"},
{"keyword": ":woman_playing_handball_light_skin_tone:", "name": "woman_playing_handball_light_skin_tone", "text": "🤾🏻‍♀️"},
{"keyword": ":woman_playing_handball_light_skin_tone:", "name": "woman_playing_handball_light_skin_tone", "text": "🤾🏻‍♀"},
{"keyword": ":woman_playing_handball_medium-dark_skin_tone:", "name": "woman_playing_handball_medium-dark_skin_tone", "text": "🤾🏾‍♀️"},
{"keyword": ":woman_playing_handball_medium-dark_skin_tone:", "name": "woman_playing_handball_medium-dark_skin_tone", "text": "🤾🏾‍♀"},
{"keyword": ":woman_playing_handball_medium-light_skin_tone:", "name": "woman_playing_handball_medium-light_skin_tone", "text": "🤾🏼‍♀️"},
{"keyword": ":woman_playing_handball_medium-light_skin_tone:", "name": "woman_playing_handball_medium-light_skin_tone", "text": "🤾🏼‍♀"},
{"keyword": ":woman_playing_handball_medium_skin_tone:", "name": "woman_playing_handball_medium_skin_tone", "text": "🤾🏽‍♀️"},
{"keyword": ":woman_playing_handball_medium_skin_tone:", "name": "woman_playing_handball_medium_skin_tone", "text": "🤾🏽‍♀"},
{"keyword": ":woman_playing_water_polo:", "name": "woman_playing_water_polo", "text": "🤽‍♀️"},
{"keyword": ":woman_playing_water_polo:", "name": "woman_playing_water_polo", "text": "🤽‍♀"},
{"keyword": ":woman_playing_water_polo_dark_skin_tone:", "name": "woman_playing_water_polo_dark_skin_tone", "text": "🤽🏿‍♀️"},
{"keyword": ":woman_playing_water_polo_dark_skin_tone:", "name": "woman_playing_water_polo_dark_skin_tone", "text": "🤽🏿‍♀"},
{"keyword": ":woman_playing_water_polo_light_skin_tone:", "name": "woman_playing_water_polo_light_skin_tone", "text": "🤽🏻‍♀️"},
{"keyword": ":woman_playing_water_polo_light_skin_tone:", "name": "woman_playing_water_polo_light_skin_tone", "text": "🤽🏻‍♀"},
{"keyword": ":woman_playing_water_polo_medium-dark_skin_tone:", "name": "woman_playing_water_polo_medium-dark_skin_tone", "text": "🤽🏾‍♀️"},
{"keyword": ":woman_playing_water_polo_medium-dark_skin_tone:", "name": "woman_playing_water_polo_medium-dark_skin_tone", "text": "🤽🏾‍♀"},
{"keyword": ":woman_playing_water_polo_medium-light_skin_tone:", "name": "woman_playing_water_polo_medium-light_skin_tone", "text": "🤽🏼‍♀️"},
{"keyword": ":woman_playing_water_polo_medium-light_skin_tone:", "name": "woman_playing_water_polo_medium-light_skin_tone", "text": "🤽🏼‍♀"},
{"keyword": ":woman_playing_water_polo_medium_skin_tone:", "name": "woman_playing_water_polo_medium_skin_tone", "text": "🤽🏽‍♀️"},
{"keyword": ":woman_playing_water_polo_medium_skin_tone:", "name": "woman_playing_water_polo_medium_skin_tone", "text": "🤽🏽‍♀"},
{"keyword": ":woman_police_officer:", "name": "woman_police_officer", "text": "👮‍♀️"},
{"keyword": ":policewoman:", "name": "woman_police_officer_1", "text": "👮‍♀️"},
{"keyword": ":woman_police_officer:", "name": "woman_police_officer", "text": "👮‍♀"},
{"keyword": ":policewoman:", "name": "woman_police_officer_1", "text": "👮‍♀"},
{"keyword": ":woman_police_officer_dark_skin_tone:", "name": "woman_police_officer_dark_skin_tone", "text": "👮🏿‍♀️"},
{"keyword": ":woman_police_officer_dark_skin_tone:", "name": "woman_police_officer_dark_skin_tone", "text": "👮🏿‍♀"},
{"keyword": ":woman_police_officer_light_skin_tone:", "name": "woman_police_officer_light_skin_tone", "text": "👮🏻‍♀️"},
{"keyword": ":woman_police_officer_light_skin_tone:", "name": "woman_police_officer_light_skin_tone", "text": "👮🏻‍♀"},
{"keyword": ":woman_police_officer_medium-dark_skin_tone:", "name": "woman_police_officer_medium-dark_skin_tone", "text": "👮🏾‍♀️"},
{"keyword": ":woman_police_officer_medium-dark_skin_tone:", "name": "woman_police_officer_medium-dark_skin_tone", "text": "👮🏾‍♀"},
{"keyword": ":woman_police_officer_medium-light_skin_tone:", "name": "woman_police_officer_medium-light_skin_tone", "text": "👮🏼‍♀️"},
{"keyword": ":woman_police_officer_medium-light_skin_tone:", "name": "woman_police_officer_medium-light_skin_tone", "text": "👮🏼‍♀"},
{"keyword": ":woman_police_officer_medium_skin_tone:", "name": "woman_police_officer_medium_skin_tone", "text": "👮🏽‍♀️"},
{"keyword": ":woman_police_officer_medium_skin_tone:", "name": "woman_police_officer_medium_skin_tone", "text": "👮🏽‍♀"},
{"keyword": ":pouting_woman:", "name": "woman_pouting", "text": "🙎‍♀️"},
{"keyword": ":woman_pouting:", "name": "woman_pouting_1", "text": "🙎‍♀️"},
{"keyword": ":pouting_woman:", "name": "woman_pouting", "text": "🙎‍♀"},
{"keyword": ":woman_pouting:", "name": "woman_pouting_1", "text": "🙎‍♀"},
{"keyword": ":woman_pouting_dark_skin_tone:", "name": "woman_pouting_dark_skin_tone", "text": "🙎🏿‍♀️"},
{"keyword": ":woman_pouting_dark_skin_tone:", "name": "woman_pouting_dark_skin_tone", "text": "🙎🏿‍♀"},
{"keyword": ":woman_pouting_light_skin_tone:", "name": "woman_pouting_light_skin_tone", "text": "🙎🏻‍♀️"},
{"keyword": ":woman_pouting_light_skin_tone:", "name": "woman_pouting_light_skin_tone", "text": "🙎🏻‍♀"},
{"keyword": ":woman_pouting_medium-dark_skin_tone:", "name": "woman_pouting_medium-dark_skin_tone", "text": "🙎🏾‍♀️"},
{"keyword": ":woman_pouting_medium-dark_skin_tone:", "name": "woman_pouting_medium-dark_skin_tone", "text": "🙎🏾‍♀"},
{"keyword": ":woman_pouting_medium-light_skin_tone:", "name": "woman_pouting_medium-light_skin_tone", "text": "🙎🏼‍♀️"},
{"keyword": ":woman_pouting_medium-light_skin_tone:", "name": "woman_pouting_medium-light_skin_tone", "text": "🙎🏼‍♀"},
{"keyword": ":woman_pouting_medium_skin_tone:", "name": "woman_pouting_medium_skin_tone", "text": "🙎🏽‍♀️"},
{"keyword": ":woman_pouting_medium_skin_tone:", "name": "woman_pouting_medium_skin_tone", "text": "🙎🏽‍♀"},
{"keyword": ":woman_raising_hand:", "name": "woman_raising_hand", "text": "🙋‍♀️"},
{"keyword": ":raising_hand_woman:", "name": "woman_raising_hand_1", "text": "🙋‍♀️"},
{"keyword": ":woman_raising_hand:", "name": "woman_raising_hand", "text": "🙋‍♀"},
{"keyword": ":raising_hand_woman:", "name": "woman_raising_hand_1", "text": "🙋‍♀"},
{"keyword": ":woman_raising_hand_dark_skin_tone:", "name": "woman_raising_hand_dark_skin_tone", "text": "🙋🏿‍♀️"},
{"keyword": ":woman_raising_hand_dark_skin_tone:", "name": "woman_raising_hand_dark_skin_tone", "text": "🙋🏿‍♀"},
{"keyword": ":woman_raising_hand_light_skin_tone:", "name": "woman_raising_hand_light_skin_tone", "text": "🙋🏻‍♀️"},
{"keyword": ":woman_raising_hand_light_skin_tone:", "name": "woman_raising_hand_light_skin_tone", "text": "🙋🏻‍♀"},
{"keyword": ":woman_raising_hand_medium-dark_skin_tone:", "name": "woman_raising_hand_medium-dark_skin_tone", "text": "🙋🏾‍♀️"},
{"keyword": ":woman_raising_hand_medium-dark_skin_tone:", "name": "woman_raising_hand_medium-dark_skin_tone", "text": "🙋🏾‍♀"},
{"keyword": ":woman_raising_hand_medium-light_skin_tone:", "name": "woman_raising_hand_medium-light_skin_tone", "text": "🙋🏼‍♀️"},
{"keyword": ":woman_raising_hand_medium-light_skin_tone:", "name": "woman_raising_hand_medium-light_skin_tone", "text": "🙋🏼‍♀"},
{"keyword": ":woman_raising_hand_medium_skin_tone:", "name": "woman_raising_hand_medium_skin_tone", "text": "🙋🏽‍♀️"},
{"keyword": ":woman_raising_hand_medium_skin_tone:", "name": "woman_raising_hand_medium_skin_tone", "text": "🙋🏽‍♀"},
{"keyword": ":woman_red_hair:", "name": "woman_red_hair", "text": "👩‍🦰"},
{"keyword": ":red_haired_woman:", "name": "woman_red_hair_1", "text": "👩‍🦰"},
{"keyword": ":rowing_woman:", "name": "woman_rowing_boat", "text": "🚣‍♀️"},
{"keyword": ":woman_rowing_boat:", "name": "woman_rowing_boat_1", "text": "🚣‍♀️"},
{"keyword": ":rowing_woman:", "name": "woman_rowing_boat", "text": "🚣‍♀"},
{"keyword": ":woman_rowing_boat:", "name": "woman_rowing_boat_1", "text": "🚣‍♀"},
{"keyword": ":woman_rowing_boat_dark_skin_tone:", "name": "woman_rowing_boat_dark_skin_tone", "text": "🚣🏿‍♀️"},
{"keyword": ":woman_rowing_boat_dark_skin_tone:", "name": "woman_rowing_boat_dark_skin_tone", "text": "🚣🏿‍♀"},
{"keyword": ":woman_rowing_boat_light_skin_tone:", "name": "woman_rowing_boat_light_skin_tone", "text": "🚣🏻‍♀️"},
{"keyword": ":woman_rowing_boat_light_skin_tone:", "name": "woman_rowing_boat_light_skin_tone", "text": "🚣🏻‍♀"},
{"keyword": ":woman_rowing_boat_medium-dark_skin_tone:", "name": "woman_rowing_boat_medium-dark_skin_tone", "text": "🚣🏾‍♀️"},
{"keyword": ":woman_rowing_boat_medium-dark_skin_tone:", "name": "woman_rowing_boat_medium-dark_skin_tone", "text": "🚣🏾‍♀"},
{"keyword": ":woman_rowing_boat_medium-light_skin_tone:", "name": "woman_rowing_boat_medium-light_skin_tone", "text": "🚣🏼‍♀️"},
{"keyword": ":woman_rowing_boat_medium-light_skin_tone:", "name": "woman_rowing_boat_medium-light_skin_tone", "text": "🚣🏼‍♀"},
{"keyword": ":woman_rowing_boat_medium_skin_tone:", "name": "woman_rowing_boat_medium_skin_tone", "text": "🚣🏽‍♀️"},
{"keyword": ":woman_rowing_boat_medium_skin_tone:", "name": "woman_rowing_boat_medium_skin_tone", "text": "🚣🏽‍♀"},
{"keyword": ":woman_running:", "name": "woman_running", "text": "🏃‍♀️"},
{"keyword": ":running_woman:", "name": "woman_running_1", "text": "🏃‍♀️"},
{"keyword": ":woman_running:", "name": "woman_running", "text": "🏃‍♀"},
{"keyword": ":running_woman:", "name": "woman_running_1", "text": "🏃‍♀"},
{"keyword": ":woman_running_dark_skin_tone:", "name": "woman_running_dark_skin_tone", "text": "🏃🏿‍♀️"},
{"keyword": ":woman_running_dark_skin_tone:", "name": "woman_running_dark_skin_tone", "text": "🏃🏿‍♀"},
{"keyword": ":woman_running_facing_right:", "name": "woman_running_facing_right", "text": "🏃‍♀️‍➡️"},
{"keyword": ":woman_running_facing_right:", "name": "woman_running_facing_right", "text": "🏃‍♀‍➡️"},
{"keyword": ":woman_running_facing_right:", "name": "woman_running_facing_right", "text": "🏃‍♀️‍➡"},
{"keyword": ":woman_running_facing_right:", "name": "woman_running_facing_right", "text": "🏃‍♀‍➡"},
{"keyword": ":woman_running_facing_right_dark_skin_tone:", "name": "woman_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♀️‍➡️"},
{"keyword": ":woman_running_facing_right_dark_skin_tone:", "name": "woman_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♀‍➡️"},
{"keyword": ":woman_running_facing_right_dark_skin_tone:", "name": "woman_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♀️‍➡"},
{"keyword": ":woman_running_facing_right_dark_skin_tone:", "name": "woman_running_facing_right_dark_skin_tone", "text": "🏃🏿‍♀‍➡"},
{"keyword": ":woman_running_facing_right_light_skin_tone:", "name": "woman_running_facing_right_light_skin_tone", "text": "🏃🏻‍♀️‍➡️"},
{"keyword": ":woman_running_facing_right_light_skin_tone:", "name": "woman_running_facing_right_light_skin_tone", "text": "🏃🏻‍♀‍➡️"},
{"keyword": ":woman_running_facing_right_light_skin_tone:", "name": "woman_running_facing_right_light_skin_tone", "text": "🏃🏻‍♀️‍➡"},
{"keyword": ":woman_running_facing_right_light_skin_tone:", "name": "woman_running_facing_right_light_skin_tone", "text": "🏃🏻‍♀‍➡"},
{"keyword": ":woman_running_facing_right_medium-dark_skin_tone:", "name": "woman_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♀️‍➡️"},
{"keyword": ":woman_running_facing_right_medium-dark_skin_tone:", "name": "woman_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♀‍➡️"},
{"keyword": ":woman_running_facing_right_medium-dark_skin_tone:", "name": "woman_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♀️‍➡"},
{"keyword": ":woman_running_facing_right_medium-dark_skin_tone:", "name": "woman_running_facing_right_medium-dark_skin_tone", "text": "🏃🏾‍♀‍➡"},
{"keyword": ":woman_running_facing_right_medium-light_skin_tone:", "name": "woman_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♀️‍➡️"},
{"keyword": ":woman_running_facing_right_medium-light_skin_tone:", "name": "woman_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♀‍➡️"},
{"keyword": ":woman_running_facing_right_medium-light_skin_tone:", "name": "woman_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♀️‍➡"},
{"keyword": ":woman_running_facing_right_medium-light_skin_tone:", "name": "woman_running_facing_right_medium-light_skin_tone", "text": "🏃🏼‍♀‍➡"},
{"keyword": ":woman_running_facing_right_medium_skin_tone:", "name": "woman_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♀️‍➡️"},
{"keyword": ":woman_running_facing_right_medium_skin_tone:", "name": "woman_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♀‍➡️"},
{"keyword": ":woman_running_facing_right_medium_skin_tone:", "name": "woman_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♀️‍➡"},
{"keyword": ":woman_running_facing_right_medium_skin_tone:", "name": "woman_running_facing_right_medium_skin_tone", "text": "🏃🏽‍♀‍➡"},
{"keyword": ":woman_running_light_skin_tone:", "name": "woman_running_light_skin_tone", "text": "🏃🏻‍♀️"},
{"keyword": ":woman_running_light_skin_tone:", "name": "woman_running_light_skin_tone", "text": "🏃🏻‍♀"},
{"keyword": ":woman_running_medium-dark_skin_tone:", "name": "woman_running_medium-dark_skin_tone", "text": "🏃🏾‍♀️"},
{"keyword": ":woman_running_medium-dark_skin_tone:", "name": "woman_running_medium-dark_skin_tone", "text": "🏃🏾‍♀"},
{"keyword": ":woman_running_medium-light_skin_tone:", "name": "woman_running_medium-light_skin_tone", "text": "🏃🏼‍♀️"},
{"keyword": ":woman_running_medium-light_skin_tone:", "name": "woman_running_medium-light_skin_tone", "text": "🏃🏼‍♀"},
{"keyword": ":woman_running_medium_skin_tone:", "name": "woman_running_medium_skin_tone", "text": "🏃🏽‍♀️"},
{"keyword": ":woman_running_medium_skin_tone:", "name": "woman_running_medium_skin_tone", "text": "🏃🏽‍♀"},
{"keyword": ":woman_scientist:", "name": "woman_scientist", "text": "👩‍🔬"},
{"keyword": ":woman_scientist_dark_skin_tone:", "name": "woman_scientist_dark_skin_tone", "text": "👩🏿‍🔬"},
{"keyword": ":woman_scientist_light_skin_tone:", "name": "woman_scientist_light_skin_tone", "text": "👩🏻‍🔬"},
{"keyword": ":woman_scientist_medium-dark_skin_tone:", "name": "woman_scientist_medium-dark_skin_tone", "text": "👩🏾‍🔬"},
{"keyword": ":woman_scientist_medium-light_skin_tone:", "name": "woman_scientist_medium-light_skin_tone", "text": "👩🏼‍🔬"},
{"keyword": ":woman_scientist_medium_skin_tone:", "name": "woman_scientist_medium_skin_tone", "text": "👩🏽‍🔬"},
{"keyword": ":woman_shrugging:", "name": "woman_shrugging", "text": "🤷‍♀️"},
{"keyword": ":woman_shrugging:", "name": "woman_shrugging", "text": "🤷‍♀"},
{"keyword": ":woman_shrugging_dark_skin_tone:", "name": "woman_shrugging_dark_skin_tone", "text": "🤷🏿‍♀️"},
{"keyword": ":woman_shrugging_dark_skin_tone:", "name": "woman_shrugging_dark_skin_tone", "text": "🤷🏿‍♀"},
{"keyword": ":woman_shrugging_light_skin_tone:", "name": "woman_shrugging_light_skin_tone", "text": "🤷🏻‍♀️"},
{"keyword": ":woman_shrugging_light_skin_tone:", "name": "woman_shrugging_light_skin_tone", "text": "🤷🏻‍♀"},
{"keyword": ":woman_shrugging_medium-dark_skin_tone:", "name": "woman_shrugging_medium-dark_skin_tone", "text": "🤷🏾‍♀️"},
{"keyword": ":woman_shrugging_medium-dark_skin_tone:", "name": "woman_shrugging_medium-dark_skin_tone", "text": "🤷🏾‍♀"},
{"keyword": ":woman_shrugging_medium-light_skin_tone:", "name": "woman_shrugging_medium-light_skin_tone", "text": "🤷🏼‍♀️"},
{"keyword": ":woman_shrugging_medium-light_skin_tone:", "name": "woman_shrugging_medium-light_skin_tone", "text": "🤷🏼‍♀"},
{"keyword": ":woman_shrugging_medium_skin_tone:", "name": "woman_shrugging_medium_skin_tone", "text": "🤷🏽‍♀️"},
{"keyword": ":woman_shrugging_medium_skin_tone:", "name": "woman_shrugging_medium_skin_tone", "text": "🤷🏽‍♀"},
{"keyword": ":woman_singer:", "name": "woman_singer", "text": "👩‍🎤"},
{"keyword": ":woman_singer_dark_skin_tone:", "name": "woman_singer_dark_skin_tone", "text": "👩🏿‍🎤"},
{"keyword": ":woman_singer_light_skin_tone:", "name": "woman_singer_light_skin_tone", "text": "👩🏻‍🎤"},
{"keyword": ":woman_singer_medium-dark_skin_tone:", "name": "woman_singer_medium-dark_skin_tone", "text": "👩🏾‍🎤"},
{"keyword": ":woman_singer_medium-light_skin_tone:", "name": "woman_singer_medium-light_skin_tone", "text": "👩🏼‍🎤"},
{"keyword": ":woman_singer_medium_skin_tone:", "name": "woman_singer_medium_skin_tone", "text": "👩🏽‍🎤"},
{"keyword": ":woman_standing:", "name": "woman_standing", "text": "🧍‍♀️"},
{"keyword": ":standing_woman:", "name": "woman_standing_1", "text": "🧍‍♀️"},
{"keyword": ":woman_standing:", "name": "woman_standing", "text": "🧍‍♀"},
{"keyword": ":standing_woman:", "name": "woman_standing_1", "text": "🧍‍♀"},
{"keyword": ":woman_standing_dark_skin_tone:", "name": "woman_standing_dark_skin_tone", "text": "🧍🏿‍♀️"},
{"keyword": ":woman_standing_dark_skin_tone:", "name": "woman_standing_dark_skin_tone", "text": "🧍🏿‍♀"},
{"keyword": ":woman_standing_light_skin_tone:", "name": "woman_standing_light_skin_tone", "text": "🧍🏻‍♀️"},
{"keyword": ":woman_standing_light_skin_tone:", "name": "woman_standing_light_skin_tone", "text": "🧍🏻‍♀"},
{"keyword": ":woman_standing_medium-dark_skin_tone:", "name": "woman_standing_medium-dark_skin_tone", "text": "🧍🏾‍♀️"},
{"keyword": ":woman_standing_medium-dark_skin_tone:", "name": "woman_standing_medium-dark_skin_tone", "text": "🧍🏾‍♀"},
{"keyword": ":woman_standing_medium-light_skin_tone:", "name": "woman_standing_medium-light_skin_tone", "text": "🧍🏼‍♀️"},
{"keyword": ":woman_standing_medium-light_skin_tone:", "name": "woman_standing_medium-light_skin_tone", "text": "🧍🏼‍♀"},
{"keyword": ":woman_standing_medium_skin_tone:", "name": "woman_standing_medium_skin_tone", "text": "🧍🏽‍♀️"},
{"keyword": ":woman_standing_medium_skin_tone:", "name": "woman_standing_medium_skin_tone", "text": "🧍🏽‍♀"},
{"keyword": ":woman_student:", "name": "woman_student", "text": "👩‍🎓"},
{"keyword": ":woman_student_dark_skin_tone:", "name": "woman_student_dark_skin_tone", "text": "👩🏿‍🎓"},
{"keyword": ":woman_student_light_skin_tone:", "name": "woman_student_light_skin_tone", "text": "👩🏻‍🎓"},
{"keyword": ":woman_student_medium-dark_skin_tone:", "name": "woman_student_medium-dark_skin_tone", "text": "👩🏾‍🎓"},
{"keyword": ":woman_student_medium-light_skin_tone:", "name": "woman_student_medium-light_skin_tone", "text": "👩🏼‍🎓"},
{"keyword": ":woman_student_medium_skin_tone:", "name": "woman_student_medium_skin_tone", "text": "👩🏽‍🎓"},
{"keyword": ":woman_superhero:", "name": "woman_superhero", "text": "🦸‍♀️"},
{"keyword": ":superhero_woman:", "name": "woman_superhero_1", "text": "🦸‍♀️"},
{"keyword": ":woman_superhero:", "name": "woman_superhero", "text": "🦸‍♀"},
{"keyword": ":superhero_woman:", "name": "woman_superhero_1", "text": "🦸‍♀"},
{"keyword": ":woman_superhero_dark_skin_tone:", "name": "woman_superhero_dark_skin_tone", "text": "🦸🏿‍♀️"},
{"keyword": ":woman_superhero_dark_skin_tone:", "name": "woman_superhero_dark_skin_tone", "text": "🦸🏿‍♀"},
{"keyword": ":woman_superhero_light_skin_tone:", "name": "woman_superhero_light_skin_tone", "text": "🦸🏻‍♀️"},
{"keyword": ":woman_superhero_light_skin_tone:", "name": "woman_superhero_light_skin_tone", "text": "🦸🏻‍♀"},
{"keyword": ":woman_superhero_medium-dark_skin_tone:", "name": "woman_superhero_medium-dark_skin_tone", "text": "🦸🏾‍♀️"},
{"keyword": ":woman_superhero_medium-dark_skin_tone:", "name": "woman_superhero_medium-dark_skin_tone", "text": "🦸🏾‍♀"},
{"keyword": ":woman_superhero_medium-light_skin_tone:", "name": "woman_superhero_medium-light_skin_tone", "text": "🦸🏼‍♀️"},
{"keyword": ":woman_superhero_medium-light_skin_tone:", "name": "woman_superhero_medium-light_skin_tone", "text": "🦸🏼‍♀"},
{"keyword": ":woman_superhero_medium_skin_tone:", "name": "woman_superhero_medium_skin_tone", "text": "🦸🏽‍♀️"},
{"keyword": ":woman_superhero_medium_skin_tone:", "name": "woman_superhero_medium_skin_tone", "text": "🦸🏽‍♀"},
{"keyword": ":woman_supervillain:", "name": "woman_supervillain", "text": "🦹‍♀️"},
{"keyword": ":supervillain_woman:", "name": "woman_supervillain_1", "text": "🦹‍♀️"},
{"keyword": ":woman_supervillain:", "name": "woman_supervillain", "text": "🦹‍♀"},
{"keyword": ":supervillain_woman:", "name": "woman_supervillain_1", "text": "🦹‍♀"},
{"keyword": ":woman_supervillain_dark_skin_tone:", "name": "woman_supervillain_dark_skin_tone", "text": "🦹🏿‍♀️"},
{"keyword": ":woman_supervillain_dark_skin_tone:", "name": "woman_supervillain_dark_skin_tone", "text": "🦹🏿‍♀"},
{"keyword": ":woman_supervillain_light_skin_tone:", "name": "woman_supervillain_light_skin_tone", "text": "🦹🏻‍♀️"},
{"keyword": ":woman_supervillain_light_skin_tone:", "name": "woman_supervillain_light_skin_tone", "text": "🦹🏻‍♀"},
{"keyword": ":woman_supervillain_medium-dark_skin_tone:", "name": "woman_supervillain_medium-dark_skin_tone", "text": "🦹🏾‍♀️"},
{"keyword": ":woman_supervillain_medium-dark_skin_tone:", "name": "woman_supervillain_medium-dark_skin_tone", "text": "🦹🏾‍♀"},
{"keyword": ":woman_supervillain_medium-light_skin_tone:", "name": "woman_supervillain_medium-light_skin_tone", "text": "🦹🏼‍♀️"},
{"keyword": ":woman_supervillain_medium-light_skin_tone:", "name": "woman_supervillain_medium-light_skin_tone", "text": "🦹🏼‍♀"},
{"keyword": ":woman_supervillain_medium_skin_tone:", "name": "woman_supervillain_medium_skin_tone", "text": "🦹🏽‍♀️"},
{"keyword": ":woman_supervillain_medium_skin_tone:", "name": "woman_supervillain_medium_skin_tone", "text": "🦹🏽‍♀"},
{"keyword": ":woman_surfing:", "name": "woman_surfing", "text": "🏄‍♀️"},
{"keyword": ":surfing_woman:", "name": "woman_surfing_1", "text": "🏄‍♀️"},
{"keyword": ":woman_surfing:", "name": "woman_surfing", "text": "🏄‍♀"},
{"keyword": ":surfing_woman:", "name": "woman_surfing_1", "text": "🏄‍♀"},
{"keyword": ":woman_surfing_dark_skin_tone:", "name": "woman_surfing_dark_skin_tone", "text": "🏄🏿‍♀️"},
{"keyword": ":woman_surfing_dark_skin_tone:", "name": "woman_surfing_dark_skin_tone", "text": "🏄🏿‍♀"},
{"keyword": ":woman_surfing_light_skin_tone:", "name": "woman_surfing_light_skin_tone", "text": "🏄🏻‍♀️"},
{"keyword": ":woman_surfing_light_skin_tone:", "name": "woman_surfing_light_skin_tone", "text": "🏄🏻‍♀"},
{"keyword": ":woman_surfing_medium-dark_skin_tone:", "name": "woman_surfing_medium-dark_skin_tone", "text": "🏄🏾‍♀️"},
{"keyword": ":woman_surfing_medium-dark_skin_tone:", "name": "woman_surfing_medium-dark_skin_tone", "text": "🏄🏾‍♀"},
{"keyword": ":woman_surfing_medium-light_skin_tone:", "name": "woman_surfing_medium-light_skin_tone", "text": "🏄🏼‍♀️"},
{"keyword": ":woman_surfing_medium-light_skin_tone:", "name": "woman_surfing_medium-light_skin_tone", "text": "🏄🏼‍♀"},
{"keyword": ":woman_surfing_medium_skin_tone:", "name": "woman_surfing_medium_skin_tone", "text": "🏄🏽‍♀️"},
{"keyword": ":woman_surfing_medium_skin_tone:", "name": "woman_surfing_medium_skin_tone", "text": "🏄🏽‍♀"},
{"keyword": ":woman_swimming:", "name": "woman_swimming", "text": "🏊‍♀️"},
{"keyword": ":swimming_woman:", "name": "woman_swimming_1", "text": "🏊‍♀️"},
{"keyword": ":woman_swimming:", "name": "woman_swimming", "text": "🏊‍♀"},
{"keyword": ":swimming_woman:", "name": "woman_swimming_1", "text": "🏊‍♀"},
{"keyword": ":woman_swimming_dark_skin_tone:", "name": "woman_swimming_dark_skin_tone", "text": "🏊🏿‍♀️"},
{"keyword": ":woman_swimming_dark_skin_tone:", "name": "woman_swimming_dark_skin_tone", "text": "🏊🏿‍♀"},
{"keyword": ":woman_swimming_light_skin_tone:", "name": "woman_swimming_light_skin_tone", "text": "🏊🏻‍♀️"},
{"keyword": ":woman_swimming_light_skin_tone:", "name": "woman_swimming_light_skin_tone", "text": "🏊🏻‍♀"},
{"keyword": ":woman_swimming_medium-dark_skin_tone:", "name": "woman_swimming_medium-dark_skin_tone", "text": "🏊🏾‍♀️"},
{"keyword": ":woman_swimming_medium-dark_skin_tone:", "name": "woman_swimming_medium-dark_skin_tone", "text": "🏊🏾‍♀"},
{"keyword": ":woman_swimming_medium-light_skin_tone:", "name": "woman_swimming_medium-light_skin_tone", "text": "🏊🏼‍♀️"},
{"keyword": ":woman_swimming_medium-light_skin_tone:", "name": "woman_swimming_medium-light_skin_tone", "text": "🏊🏼‍♀"},
{"keyword": ":woman_swimming_medium_skin_tone:", "name": "woman_swimming_medium_skin_tone", "text": "🏊🏽‍♀️"},
{"keyword": ":woman_swimming_medium_skin_tone:", "name": "woman_swimming_medium_skin_tone", "text": "🏊🏽‍♀"},
{"keyword": ":woman_teacher:", "name": "woman_teacher", "text": "👩‍🏫"},
{"keyword": ":woman_teacher_dark_skin_tone:", "name": "woman_teacher_dark_skin_tone", "text": "👩🏿‍🏫"},
{"keyword": ":woman_teacher_light_skin_tone:", "name": "woman_teacher_light_skin_tone", "text": "👩🏻‍🏫"},
{"keyword": ":woman_teacher_medium-dark_skin_tone:", "name": "woman_teacher_medium-dark_skin_tone", "text": "👩🏾‍🏫"},
{"keyword": ":woman_teacher_medium-light_skin_tone:", "name": "woman_teacher_medium-light_skin_tone", "text": "👩🏼‍🏫"},
{"keyword": ":woman_teacher_medium_skin_tone:", "name": "woman_teacher_medium_skin_tone", "text": "👩🏽‍🏫"},
{"keyword": ":woman_technologist:", "name": "woman_technologist", "text": "👩‍💻"},
{"keyword": ":woman_technologist_dark_skin_tone:", "name": "woman_technologist_dark_skin_tone", "text": "👩🏿‍💻"},
{"keyword": ":woman_technologist_light_skin_tone:", "name": "woman_technologist_light_skin_tone", "text": "👩🏻‍💻"},
{"keyword": ":woman_technologist_medium-dark_skin_tone:", "name": "woman_technologist_medium-dark_skin_tone", "text": "👩🏾‍💻"},
{"keyword": ":woman_technologist_medium-light_skin_tone:", "name": "woman_technologist_medium-light_skin_tone", "text": "👩🏼‍💻"},
{"keyword": ":woman_technologist_medium_skin_tone:", "name": "woman_technologist_medium_skin_tone", "text": "👩🏽‍💻"},
{"keyword": ":woman_tipping_hand:", "name": "woman_tipping_hand", "text": "💁‍♀️"},
{"keyword": ":sassy_woman:", "name": "woman_tipping_hand_1", "text": "💁‍♀️"},
{"keyword": ":tipping_hand_woman:", "name": "woman_tipping_hand_2", "text": "💁‍♀️"},
{"keyword": ":woman_tipping_hand:", "name": "woman_tipping_hand", "text": "💁‍♀"},
{"keyword": ":sassy_woman:", "name": "woman_tipping_hand_1", "text": "💁‍♀"},
{"keyword": ":tipping_hand_woman:", "name": "woman_tipping_hand_2", "text": "💁‍♀"},
{"keyword": ":woman_tipping_hand_dark_skin_tone:", "name": "woman_tipping_hand_dark_skin_tone", "text": "💁🏿‍♀️"},
{"keyword": ":woman_tipping_hand_dark_skin_tone:", "name": "woman_tipping_hand_dark_skin_tone", "text": "💁🏿‍♀"},
{"keyword": ":woman_tipping_hand_light_skin_tone:", "name": "woman_tipping_hand_light_skin_tone", "text": "💁🏻‍♀️"},
{"keyword": ":woman_tipping_hand_light_skin_tone:", "name": "woman_tipping_hand_light_skin_tone", "text": "💁🏻‍♀"},
{"keyword": ":woman_tipping_hand_medium-dark_skin_tone:", "name": "woman_tipping_hand_medium-dark_skin_tone", "text": "💁🏾‍♀️"},
{"keyword": ":woman_tipping_hand_medium-dark_skin_tone:", "name": "woman_tipping_hand_medium-dark_skin_tone", "text": "💁🏾‍♀"},
{"keyword": ":woman_tipping_hand_medium-light_skin_tone:", "name": "woman_tipping_hand_medium-light_skin_tone", "text": "💁🏼‍♀️"},
{"keyword": ":woman_tipping_hand_medium-light_skin_tone:", "name": "woman_tipping_hand_medium-light_skin_tone", "text": "💁🏼‍♀"},
{"keyword": ":woman_tipping_hand_medium_skin_tone:", "name": "woman_tipping_hand_medium_skin_tone", "text": "💁🏽‍♀️"},
{"keyword": ":woman_tipping_hand_medium_skin_tone:", "name": "woman_tipping_hand_medium_skin_tone", "text": "💁🏽‍♀"},
{"keyword": ":vampire_woman:", "name": "woman_vampire", "text": "🧛‍♀️"},
{"keyword": ":woman_vampire:", "name": "woman_vampire_1", "text": "🧛‍♀️"},
{"keyword": ":vampire_woman:", "name": "woman_vampire", "text": "🧛‍♀"},
{"keyword": ":woman_vampire:", "name": "woman_vampire_1", "text": "🧛‍♀"},
{"keyword": ":woman_vampire_dark_skin_tone:", "name": "woman_vampire_dark_skin_tone", "text": "🧛🏿‍♀️"},
{"keyword": ":woman_vampire_dark_skin_tone:", "name": "woman_vampire_dark_skin_tone", "text": "🧛🏿‍♀"},
{"keyword": ":woman_vampire_light_skin_tone:", "name": "woman_vampire_light_skin_tone", "text": "🧛🏻‍♀️"},
{"keyword": ":woman_vampire_light_skin_tone:", "name": "woman_vampire_light_skin_tone", "text": "🧛🏻‍♀"},
{"keyword": ":woman_vampire_medium-dark_skin_tone:", "name": "woman_vampire_medium-dark_skin_tone", "text": "🧛🏾‍♀️"},
{"keyword": ":woman_vampire_medium-dark_skin_tone:", "name": "woman_vampire_medium-dark_skin_tone", "text": "🧛🏾‍♀"},
{"keyword": ":woman_vampire_medium-light_skin_tone:", "name": "woman_vampire_medium-light_skin_tone", "text": "🧛🏼‍♀️"},
{"keyword": ":woman_vampire_medium-light_skin_tone:", "name": "woman_vampire_medium-light_skin_tone", "text": "🧛🏼‍♀"},
{"keyword": ":woman_vampire_medium_skin_tone:", "name": "woman_vampire_medium_skin_tone", "text": "🧛🏽‍♀️"},
{"keyword": ":woman_vampire_medium_skin_tone:", "name": "woman_vampire_medium_skin_tone", "text": "🧛🏽‍♀"},
{"keyword": ":walking_woman:", "name": "woman_walking", "text": "🚶‍♀️"},
{"keyword": ":woman_walking:", "name": "woman_walking_1", "text": "🚶‍♀️"},
{"keyword": ":walking_woman:", "name": "woman_walking", "text": "🚶‍♀"},
{"keyword": ":woman_walking:", "name": "woman_walking_1", "text": "🚶‍♀"},
{"keyword": ":woman_walking_dark_skin_tone:", "name": "woman_walking_dark_skin_tone", "text": "🚶🏿‍♀️"},
{"keyword": ":woman_walking_dark_skin_tone:", "name": "woman_walking_dark_skin_tone", "text": "🚶🏿‍♀"},
{"keyword": ":woman_walking_facing_right:", "name": "woman_walking_facing_right", "text": "🚶‍♀️‍➡️"},
{"keyword": ":woman_walking_facing_right:", "name": "woman_walking_facing_right", "text": "🚶‍♀‍➡️"},
{"keyword": ":woman_walking_facing_right:", "name": "woman_walking_facing_right", "text": "🚶‍♀️‍➡"},
{"keyword": ":woman_walking_facing_right:", "name": "woman_walking_facing_right", "text": "🚶‍♀‍➡"},
{"keyword": ":woman_walking_facing_right_dark_skin_tone:", "name": "woman_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♀️‍➡️"},
{"keyword": ":woman_walking_facing_right_dark_skin_tone:", "name": "woman_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♀‍➡️"},
{"keyword": ":woman_walking_facing_right_dark_skin_tone:", "name": "woman_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♀️‍➡"},
{"keyword": ":woman_walking_facing_right_dark_skin_tone:", "name": "woman_walking_facing_right_dark_skin_tone", "text": "🚶🏿‍♀‍➡"},
{"keyword": ":woman_walking_facing_right_light_skin_tone:", "name": "woman_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♀️‍➡️"},
{"keyword": ":woman_walking_facing_right_light_skin_tone:", "name": "woman_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♀‍➡️"},
{"keyword": ":woman_walking_facing_right_light_skin_tone:", "name": "woman_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♀️‍➡"},
{"keyword": ":woman_walking_facing_right_light_skin_tone:", "name": "woman_walking_facing_right_light_skin_tone", "text": "🚶🏻‍♀‍➡"},
{"keyword": ":woman_walking_facing_right_medium-dark_skin_tone:", "name": "woman_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♀️‍➡️"},
{"keyword": ":woman_walking_facing_right_medium-dark_skin_tone:", "name": "woman_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♀‍➡️"},
{"keyword": ":woman_walking_facing_right_medium-dark_skin_tone:", "name": "woman_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♀️‍➡"},
{"keyword": ":woman_walking_facing_right_medium-dark_skin_tone:", "name": "woman_walking_facing_right_medium-dark_skin_tone", "text": "🚶🏾‍♀‍➡"},
{"keyword": ":woman_walking_facing_right_medium-light_skin_tone:", "name": "woman_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♀️‍➡️"},
{"keyword": ":woman_walking_facing_right_medium-light_skin_tone:", "name": "woman_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♀‍➡️"},
{"keyword": ":woman_walking_facing_right_medium-light_skin_tone:", "name": "woman_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♀️‍➡"},
{"keyword": ":woman_walking_facing_right_medium-light_skin_tone:", "name": "woman_walking_facing_right_medium-light_skin_tone", "text": "🚶🏼‍♀‍➡"},
{"keyword": ":woman_walking_facing_right_medium_skin_tone:", "name": "woman_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♀️‍➡️"},
{"keyword": ":woman_walking_facing_right_medium_skin_tone:", "name": "woman_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♀‍➡️"},
{"keyword": ":woman_walking_facing_right_medium_skin_tone:", "name": "woman_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♀️‍➡"},
{"keyword": ":woman_walking_facing_right_medium_skin_tone:", "name": "woman_walking_facing_right_medium_skin_tone", "text": "🚶🏽‍♀‍➡"},
{"keyword": ":woman_walking_light_skin_tone:", "name": "woman_walking_light_skin_tone", "text": "🚶🏻‍♀️"},
{"keyword": ":woman_walking_light_skin_tone:", "name": "woman_walking_light_skin_tone", "text": "🚶🏻‍♀"},
{"keyword": ":woman_walking_medium-dark_skin_tone:", "name": "woman_walking_medium-dark_skin_tone", "text": "🚶🏾‍♀️"},
{"keyword": ":woman_walking_medium-dark_skin_tone:", "name": "woman_walking_medium-dark_skin_tone", "text": "🚶🏾‍♀"},
{"keyword": ":woman_walking_medium-light_skin_tone:", "name": "woman_walking_medium-light_skin_tone", "text": "🚶🏼‍♀️"},
{"keyword": ":woman_walking_medium-light_skin_tone:", "name": "woman_walking_medium-light_skin_tone", "text": "🚶🏼‍♀"},
{"keyword": ":woman_walking_medium_skin_tone:", "name": "woman_walking_medium_skin_tone", "text": "🚶🏽‍♀️"},
{"keyword": ":woman_walking_medium_skin_tone:", "name": "woman_walking_medium_skin_tone", "text": "🚶🏽‍♀"},
{"keyword": ":woman_with_turban:", "name": "woman_wearing_turban", "text": "👳‍♀️"},
{"keyword": ":woman_wearing_turban:", "name": "woman_wearing_turban_1", "text": "👳‍♀️"},
{"keyword": ":woman_with_turban:", "name": "woman_wearing_turban", "text": "👳‍♀"},
{"keyword": ":woman_wearing_turban:", "name": "woman_wearing_turban_1", "text": "👳‍♀"},
{"keyword": ":woman_wearing_turban_dark_skin_tone:", "name": "woman_wearing_turban_dark_skin_tone", "text": "👳🏿‍♀️"},
{"keyword": ":woman_wearing_turban_dark_skin_tone:", "name": "woman_wearing_turban_dark_skin_tone", "text": "👳🏿‍♀"},
{"keyword": ":woman_wearing_turban_light_skin_tone:", "name": "woman_wearing_turban_light_skin_tone", "text": "👳🏻‍♀️"},
{"keyword": ":woman_wearing_turban_light_skin_tone:", "name": "woman_wearing_turban_light_skin_tone", "text": "👳🏻‍♀"},
{"keyword": ":woman_wearing_turban_medium-dark_skin_tone:", "name": "woman_wearing_turban_medium-dark_skin_tone", "text": "👳🏾‍♀️"},
{"keyword": ":woman_wearing_turban_medium-dark_skin_tone:", "name": "woman_wearing_turban_medium-dark_skin_tone", "text": "👳🏾‍♀"},
{"keyword": ":woman_wearing_turban_medium-light_skin_tone:", "name": "woman_wearing_turban_medium-light_skin_tone", "text": "👳🏼‍♀️"},
{"keyword": ":woman_wearing_turban_medium-light_skin_tone:", "name": "woman_wearing_turban_medium-light_skin_tone", "text": "👳🏼‍♀"},
{"keyword": ":woman_wearing_turban_medium_skin_tone:", "name": "woman_wearing_turban_medium_skin_tone", "text": "👳🏽‍♀️"},
{"keyword": ":woman_wearing_turban_medium_skin_tone:", "name": "woman_wearing_turban_medium_skin_tone", "text": "👳🏽‍♀"},
{"keyword": ":woman_white_hair:", "name": "woman_white_hair", "text": "👩‍🦳"},
{"keyword": ":white_haired_woman:", "name": "woman_white_hair_1", "text": "👩‍🦳"},
{"keyword": ":woman_with_headscarf:", "name": "woman_with_headscarf", "text": "🧕"},
{"keyword": ":woman_with_headscarf_dark_skin_tone:", "name": "woman_with_headscarf_dark_skin_tone", "text": "🧕🏿"},
{"keyword": ":woman_with_headscarf_light_skin_tone:", "name": "woman_with_headscarf_light_skin_tone", "text": "🧕🏻"},
{"keyword": ":woman_with_headscarf_medium-dark_skin_tone:", "name": "woman_with_headscarf_medium-dark_skin_tone", "text": "🧕🏾"},
{"keyword": ":woman_with_headscarf_medium-light_skin_tone:", "name": "woman_with_headscarf_medium-light_skin_tone", "text": "🧕🏼"},
{"keyword": ":woman_with_headscarf_medium_skin_tone:", "name": "woman_with_headscarf_medium_skin_tone", "text": "🧕🏽"},
{"keyword": ":woman_with_veil:", "name": "woman_with_veil", "text": "👰‍♀️"},
{"keyword": ":bride_with_veil:", "name": "woman_with_veil_1", "text": "👰‍♀️"},
{"keyword": ":woman_with_veil:", "name": "woman_with_veil", "text": "👰‍♀"},
{"keyword": ":bride_with_veil:", "name": "woman_with_veil_1", "text": "👰‍♀"},
{"keyword": ":woman_with_veil_dark_skin_tone:", "name": "woman_with_veil_dark_skin_tone", "text": "👰🏿‍♀️"},
{"keyword": ":woman_with_veil_dark_skin_tone:", "name": "woman_with_veil_dark_skin_tone", "text": "👰🏿‍♀"},
{"keyword": ":woman_with_veil_light_skin_tone:", "name": "woman_with_veil_light_skin_tone", "text": "👰🏻‍♀️"},
{"keyword": ":woman_with_veil_light_skin_tone:", "name": "woman_with_veil_light_skin_tone", "text": "👰🏻‍♀"},
{"keyword": ":woman_with_veil_medium-dark_skin_tone:", "name": "woman_with_veil_medium-dark_skin_tone", "text": "👰🏾‍♀️"},
{"keyword": ":woman_with_veil_medium-dark_skin_tone:", "name": "woman_with_veil_medium-dark_skin_tone", "text": "👰🏾‍♀"},
{"keyword": ":woman_with_veil_medium-light_skin_tone:", "name": "woman_with_veil_medium-light_skin_tone", "text": "👰🏼‍♀️"},
{"keyword": ":woman_with_veil_medium-light_skin_tone:", "name": "woman_with_veil_medium-light_skin_tone", "text": "👰🏼‍♀"},
{"keyword": ":woman_with_veil_medium_skin_tone:", "name": "woman_with_veil_medium_skin_tone", "text": "👰🏽‍♀️"},
{"keyword": ":woman_with_veil_medium_skin_tone:", "name": "woman_with_veil_medium_skin_tone", "text": "👰🏽‍♀"},
{"keyword": ":woman_with_white_cane:", "name": "woman_with_white_cane", "text": "👩‍🦯"},
{"keyword": ":woman_with_probing_cane:", "name": "woman_with_white_cane_1", "text": "👩‍🦯"},
{"keyword": ":woman_with_white_cane_dark_skin_tone:", "name": "woman_with_white_cane_dark_skin_tone", "text": "👩🏿‍🦯"},
{"keyword": ":woman_with_white_cane_facing_right:", "name": "woman_with_white_cane_facing_right", "text": "👩‍🦯‍➡️"},
{"keyword": ":woman_with_white_cane_facing_right:", "name": "woman_with_white_cane_facing_right", "text": "👩‍🦯‍➡"},
{"keyword": ":woman_with_white_cane_facing_right_dark_skin_tone:", "name": "woman_with_white_cane_facing_right_dark_skin_tone", "text": "👩🏿‍🦯‍➡️"},
{"keyword": ":woman_with_white_cane_facing_right_dark_skin_tone:", "name": "woman_with_white_cane_facing_right_dark_skin_tone", "text": "👩🏿‍🦯‍➡"},
{"keyword": ":woman_with_white_cane_facing_right_light_skin_tone:", "name": "woman_with_white_cane_facing_right_light_skin_tone", "text": "👩🏻‍🦯‍➡️"},
{"keyword": ":woman_with_white_cane_facing_right_light_skin_tone:", "name": "woman_with_white_cane_facing_right_light_skin_tone", "text": "👩🏻‍🦯‍➡"},
{"keyword": ":woman_with_white_cane_facing_right_medium-dark_skin_tone:", "name": "woman_with_white_cane_facing_right_medium-dark_skin_tone", "text": "👩🏾‍🦯‍➡️"},
{"keyword": ":woman_with_white_cane_facing_right_medium-dark_skin_tone:", "name": "woman_with_white_cane_facing_right_medium-dark_skin_tone", "text": "👩🏾‍🦯‍➡"},
{"keyword": ":woman_with_white_cane_facing_right_medium-light_skin_tone:", "name": "woman_with_white_cane_facing_right_medium-light_skin_tone", "text": "👩🏼‍🦯‍➡️"},
{"keyword": ":woman_with_white_cane_facing_right_medium-light_skin_tone:", "name": "woman_with_white_cane_facing_right_medium-light_skin_tone", "text": "👩🏼‍🦯‍➡"},
{"keyword": ":woman_with_white_cane_facing_right_medium_skin_tone:", "name": "woman_with_white_cane_facing_right_medium_skin_tone", "text": "👩🏽‍🦯‍➡️"},
{"keyword": ":woman_with_white_cane_facing_right_medium_skin_tone:", "name": "woman_with_white_cane_facing_right_medium_skin_tone", "text": "👩🏽‍🦯‍➡"},
{"keyword": ":woman_with_white_cane_light_skin_tone:", "name": "woman_with_white_cane_light_skin_tone", "text": "👩🏻‍🦯"},
{"keyword": ":woman_with_white_cane_medium-dark_skin_tone:", "name": "woman_with_white_cane_medium-dark_skin_tone", "text": "👩🏾‍🦯"},
{"keyword": ":woman_with_white_cane_medium-light_skin_tone:", "name": "woman_with_white_cane_medium-light_skin_tone", "text": "👩🏼‍🦯"},
{"keyword": ":woman_with_white_cane_medium_skin_tone:", "name": "woman_with_white_cane_medium_skin_tone", "text": "👩🏽‍🦯"},
{"keyword": ":zombie_woman:", "name": "woman_zombie", "text": "🧟‍♀️"},
{"keyword": ":woman_zombie:", "name": "woman_zombie_1", "text": "🧟‍♀️"},
{"keyword": ":zombie_woman:", "name": "woman_zombie", "text": "🧟‍♀"},
{"keyword": ":woman_zombie:", "name": "woman_zombie_1", "text": "🧟‍♀"},
{"keyword": ":woman’s_boot:", "name": "woman’s_boot", "text": "👢"},
{"keyword": ":boot:", "name": "woman’s_boot_1", "text": "👢"},
{"keyword": ":womans_boot:", "name": "woman’s_boot_2", "text": "👢"},
{"keyword": ":womans_clothes:", "name": "woman’s_clothes", "text": "👚"},
{"keyword": ":woman’s_clothes:", "name": "woman’s_clothes_1", "text": "👚"},
{"keyword": ":woman’s_hat:", "name": "woman’s_hat", "text": "👒"},
{"keyword": ":womans_hat:", "name": "woman’s_hat_1", "text": "👒"},
{"keyword": ":sandal:", "name": "woman’s_sandal", "text": "👡"},
{"keyword": ":woman’s_sandal:", "name": "woman’s_sandal_1", "text": "👡"},
{"keyword": ":womans_sandal:", "name": "woman’s_sandal_2", "text": "👡"},
{"keyword": ":two_women_holding_hands:", "name": "women_holding_hands", "text": "👭"},
{"keyword": ":women_holding_hands:", "name": "women_holding_hands_1", "text": "👭"},
{"keyword": ":women_holding_hands_dark_skin_tone:", "name": "women_holding_hands_dark_skin_tone", "text": "👭🏿"},
{"keyword": ":women_holding_hands_dark_skin_tone_light_skin_tone:", "name": "women_holding_hands_dark_skin_tone_light_skin_tone", "text": "👩🏿‍🤝‍👩🏻"},
{"keyword": ":women_holding_hands_dark_skin_tone_medium-dark_skin_tone:", "name": "women_holding_hands_dark_skin_tone_medium-dark_skin_tone", "text": "👩🏿‍🤝‍👩🏾"},
{"keyword": ":women_holding_hands_dark_skin_tone_medium-light_skin_tone:", "name": "women_holding_hands_dark_skin_tone_medium-light_skin_tone", "text": "👩🏿‍🤝‍👩🏼"},
{"keyword": ":women_holding_hands_dark_skin_tone_medium_skin_tone:", "name": "women_holding_hands_dark_skin_tone_medium_skin_tone", "text": "👩🏿‍🤝‍👩🏽"},
{"keyword": ":women_holding_hands_light_skin_tone:", "name": "women_holding_hands_light_skin_tone", "text": "👭🏻"},
{"keyword": ":women_holding_hands_light_skin_tone_dark_skin_tone:", "name": "women_holding_hands_light_skin_tone_dark_skin_tone", "text": "👩🏻‍🤝‍👩🏿"},
{"keyword": ":women_holding_hands_light_skin_tone_medium-dark_skin_tone:", "name": "women_holding_hands_light_skin_tone_medium-dark_skin_tone", "text": "👩🏻‍🤝‍👩🏾"},
{"keyword": ":women_holding_hands_light_skin_tone_medium-light_skin_tone:", "name": "women_holding_hands_light_skin_tone_medium-light_skin_tone", "text": "👩🏻‍🤝‍👩🏼"},
{"keyword": ":women_holding_hands_light_skin_tone_medium_skin_tone:", "name": "women_holding_hands_light_skin_tone_medium_skin_tone", "text": "👩🏻‍🤝‍👩🏽"},
{"keyword": ":women_holding_hands_medium-dark_skin_tone:", "name": "women_holding_hands_medium-dark_skin_tone", "text": "👭🏾"},
{"keyword": ":women_holding_hands_medium-dark_skin_tone_dark_skin_tone:", "name": "women_holding_hands_medium-dark_skin_tone_dark_skin_tone", "text": "👩🏾‍🤝‍👩🏿"},
{"keyword": ":women_holding_hands_medium-dark_skin_tone_light_skin_tone:", "name": "women_holding_hands_medium-dark_skin_tone_light_skin_tone", "text": "👩🏾‍🤝‍👩🏻"},
{"keyword": ":women_holding_hands_medium-dark_skin_tone_medium-light_skin_tone:", "name": "women_holding_hands_medium-dark_skin_tone_medium-light_skin_tone", "text": "👩🏾‍🤝‍👩🏼"},
{"keyword": ":women_holding_hands_medium-dark_skin_tone_medium_skin_tone:", "name": "women_holding_hands_medium-dark_skin_tone_medium_skin_tone", "text": "👩🏾‍🤝‍👩🏽"},
{"keyword": ":women_holding_hands_medium-light_skin_tone:", "name": "women_holding_hands_medium-light_skin_tone", "text": "👭🏼"},
{"keyword": ":women_holding_hands_medium-light_skin_tone_dark_skin_tone:", "name": "women_holding_hands_medium-light_skin_tone_dark_skin_tone", "text": "👩🏼‍🤝‍👩🏿"},
{"keyword": ":women_holding_hands_medium-light_skin_tone_light_skin_tone:", "name": "women_holding_hands_medium-light_skin_tone_light_skin_tone", "text": "👩🏼‍🤝‍👩🏻"},
{"keyword": ":women_holding_hands_medium-light_skin_tone_medium-dark_skin_tone:", "name": "women_holding_hands_medium-light_skin_tone_medium-dark_skin_tone", "text": "👩🏼‍🤝‍👩🏾"},
{"keyword": ":women_holding_hands_medium-light_skin_tone_medium_skin_tone:", "name": "women_holding_hands_medium-light_skin_tone_medium_skin_tone", "text": "👩🏼‍🤝‍👩🏽"},
{"keyword": ":women_holding_hands_medium_skin_tone:", "name": "women_holding_hands_medium_skin_tone", "text": "👭🏽"},
{"keyword": ":women_holding_hands_medium_skin_tone_dark_skin_tone:", "name": "women_holding_hands_medium_skin_tone_dark_skin_tone", "text": "👩🏽‍🤝‍👩🏿"},
{"keyword": ":women_holding_hands_medium_skin_tone_light_skin_tone:", "name": "women_holding_hands_medium_skin_tone_light_skin_tone", "text": "👩🏽‍🤝‍👩🏻"},
{"keyword": ":women_holding_hands_medium_skin_tone_medium-dark_skin_tone:", "name": "women_holding_hands_medium_skin_tone_medium-dark_skin_tone", "text": "👩🏽‍🤝‍👩🏾"},
{"keyword": ":women_holding_hands_medium_skin_tone_medium-light_skin_tone:", "name": "women_holding_hands_medium_skin_tone_medium-light_skin_tone", "text": "👩🏽‍🤝‍👩🏼"},
{"keyword": ":dancing_women:", "name": "women_with_bunny_ears", "text": "👯‍♀️"},
{"keyword": ":women_with_bunny_ears:", "name": "women_with_bunny_ears_1", "text": "👯‍♀️"},
{"keyword": ":dancing_women:", "name": "women_with_bunny_ears", "text": "👯‍♀"},
{"keyword": ":women_with_bunny_ears:", "name": "women_with_bunny_ears_1", "text": "👯‍♀"},
{"keyword": ":women_wrestling:", "name": "women_wrestling", "text": "🤼‍♀️"},
{"keyword": ":women_wrestling:", "name": "women_wrestling", "text": "🤼‍♀"},
{"keyword": ":womens_room:", "name": "women’s_room", "text": "🚺"},
{"keyword": ":womens:", "name": "women’s_room_1", "text": "🚺"},
{"keyword": ":women’s_room:", "name": "women’s_room_2", "text": "🚺"},
{"keyword": ":wood:", "name": "wood", "text": "🪵"},
{"keyword": ":woozy_face:", "name": "woozy_face", "text": "🥴"},
{"keyword": ":world_map:", "name": "world_map", "text": "🗺️"},
{"keyword": ":world_map:", "name": "world_map", "text": "🗺"},
{"keyword": ":worm:", "name": "worm", "text": "🪱"},
{"keyword": ":worried:", "name": "worried_face", "text": "😟"},
{"keyword": ":worried_face:", "name": "worried_face_1", "text": "😟"},
{"keyword": ":gift:", "name": "wrapped_gift", "text": "🎁"},
{"keyword": ":wrapped_gift:", "name": "wrapped_gift_1", "text": "🎁"},
{"keyword": ":wrench:", "name": "wrench", "text": "🔧"},
{"keyword": ":writing_hand:", "name": "writing_hand", "text": "✍️"},
{"keyword": ":writing_hand:", "name": "writing_hand", "text": "✍"},
{"keyword": ":writing_hand_dark_skin_tone:", "name": "writing_hand_dark_skin_tone", "text": "✍🏿"},
{"keyword": ":writing_hand_light_skin_tone:", "name": "writing_hand_light_skin_tone", "text": "✍🏻"},
{"keyword": ":writing_hand_medium-dark_skin_tone:", "name": "writing_hand_medium-dark_skin_tone", "text": "✍🏾"},
{"keyword": ":writing_hand_medium-light_skin_tone:", "name": "writing_hand_medium-light_skin_tone", "text": "✍🏼"},
{"keyword": ":writing_hand_medium_skin_tone:", "name": "writing_hand_medium_skin_tone", "text": "✍🏽"},
{"keyword": ":x-ray:", "name": "x-ray", "text": "🩻"},
{"keyword": ":x_ray:", "name": "x-ray_1", "text": "🩻"},
{"keyword": ":yarn:", "name": "yarn", "text": "🧶"},
{"keyword": ":yawning_face:", "name": "yawning_face", "text": "🥱"},
{"keyword": ":yellow_circle:", "name": "yellow_circle", "text": "🟡"},
{"keyword": ":yellow_heart:", "name": "yellow_heart", "text": "💛"},
{"keyword": ":yellow_square:", "name": "yellow_square", "text": "🟨"},
{"keyword": ":yen_banknote:", "name": "yen_banknote", "text": "💴"},
{"keyword": ":yen:", "name": "yen_banknote_1", "text": "💴"},
{"keyword": ":yin_yang:", "name": "yin_yang", "text": "☯️"},
{"keyword": ":yin_yang:", "name": "yin_yang", "text": "☯"},
{"keyword": ":yo_yo:", "name": "yo-yo", "text": "🪀"},
{"keyword": ":yo-yo:", "name": "yo-yo_1", "text": "🪀"},
{"keyword": ":zany_face:", "name": "zany_face", "text": "🤪"},
{"keyword": ":zebra:", "name": "zebra", "text": "🦓"},
{"keyword": ":zipper_mouth_face:", "name": "zipper-mouth_face", "text": "🤐"},
{"keyword": ":zipper-mouth_face:", "name": "zipper-mouth_face_1", "text": "🤐"},
{"keyword": ":zombie:", "name": "zombie", "text": "🧟"},
{"keyword": ":åland_islands:", "name": "Åland_Islands", "text": "🇦🇽"},
{"keyword": ":flag_for_Åland_Islands:", "name": "Åland_Islands_1", "text": "🇦🇽"},
{"keyword": ":aland_islands:", "name": "Åland_Islands_2", "text": "🇦🇽"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment