From 33584b5689f30d8bb209abed15566577a77917a1 Mon Sep 17 00:00:00 2001 From: tateisu Date: Tue, 26 Sep 2017 22:39:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=82=B9=E3=82=BF=E3=83=A0=E7=B5=B5?= =?UTF-8?q?=E6=96=87=E5=AD=974k=E5=80=8B=E3=81=AE=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=81=A7=E7=B5=B5=E6=96=87=E5=AD=97=E3=83=94=E3=83=83?= =?UTF-8?q?=E3=82=AB=E3=83=BC=E3=81=AE=E6=8C=99=E5=8B=95=E3=82=92=E6=9C=80?= =?UTF-8?q?=E9=81=A9=E5=8C=96=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dictionaries/tateisu.xml | 1 + _Emoji/makeJavaCode.pl | 37 +- ...shortcode-emoji-data-and-old-emojione.json | 9156 ++++++++--------- .../subwaytooter/ActAccountSetting.java | 4 +- .../java/jp/juggler/subwaytooter/App1.java | 93 +- .../subwaytooter/HeaderViewHolderProfile.java | 27 +- .../subwaytooter/dialog/EmojiPicker.java | 14 +- .../juggler/subwaytooter/util/APNGFrames.java | 1 - .../subwaytooter/util/CustomEmojiCache.java | 88 +- .../subwaytooter/util/CustomEmojiLister.java | 33 +- .../subwaytooter/util/EmojiDecoder.java | 339 +- .../juggler/subwaytooter/util/EmojiMap.java | 7272 ++++++------- .../subwaytooter/util/EmojiMap201709.java | 9050 ++++++++-------- .../subwaytooter/util/HTMLDecoder.java | 37 +- .../util/NetworkEmojiInvalidator.java | 22 + .../subwaytooter/util/NetworkEmojiSpan.java | 21 +- .../util/PopupAutoCompleteAcct.java | 10 +- .../juggler/subwaytooter/util/PostHelper.java | 30 +- .../subwaytooter/view/NetworkEmojiView.java | 4 +- 19 files changed, 13207 insertions(+), 13032 deletions(-) diff --git a/.idea/dictionaries/tateisu.xml b/.idea/dictionaries/tateisu.xml index e7389197..a35399fa 100644 --- a/.idea/dictionaries/tateisu.xml +++ b/.idea/dictionaries/tateisu.xml @@ -16,6 +16,7 @@ gifv hashtag hashtags + hohoemi idempotency kenglxn mailto diff --git a/_Emoji/makeJavaCode.pl b/_Emoji/makeJavaCode.pl index 679bc060..37c7bb63 100644 --- a/_Emoji/makeJavaCode.pl +++ b/_Emoji/makeJavaCode.pl @@ -443,16 +443,22 @@ for(@fix_name){ updateCodeMap(); updateNameMap(); +my %name_chars; my $bad_name = 0; for my $name (sort keys %name_map){ + for( split //,$name ){ + $name_chars{$_}=1; + } + my $rh = $name_map{$name}; my @res_list = values %$rh; + next if @res_list == 1; warn "name $name has multiple resource. ",join(',',map{ $_->{res_name} } @res_list),"\n"; $bad_name = 1; } $bad_name and die "please fix name=>resource duplicate.\n"; - +warn "name_chars: [",join('',sort keys %name_chars),"]\n"; sub decodeUnified($){ my($chars) = @_; @@ -552,6 +558,8 @@ my $utf8 = Encode::find_encoding("utf8"); my $utf16 = Encode::find_encoding("UTF-16BE"); my $utf16_max_length = 0; + + # 画像リソースIDとUnidoceシーケンスの関連付けを出力する for my $res_name ( sort keys %res_map ){ my $res_info = $res_map{$res_name}; @@ -576,12 +584,29 @@ for my $res_name ( sort keys %res_map ){ } } +#for my $res_name ( sort keys %res_map ){ +# my $res_info = $res_map{$res_name}; +# for my $short_name ( sort keys %{$res_info->{shortname_map}} ){ +# addCode( qq{name( R.drawable.$res_name, "$short_name" );}); +# } +#} + # 画像リソースIDとshortcodeの関連付けを出力する -for my $res_name ( sort keys %res_map ){ - my $res_info = $res_map{$res_name}; - for my $short_name ( sort keys %{$res_info->{shortname_map}} ){ - addCode( qq{name( R.drawable.$res_name, "$short_name" );}); - } +# 投稿時にshortcodeをユニコードに変換するため、shortcodeとUTF-16シーケンスの関連付けを出力する +for my $name (sort keys %name_map){ + my $rh = $name_map{$name}; + my @res_list = values %$rh; + my $res_info = $res_list[0]; + + my $chars = parseCodePoint( $res_info->{unified} ); + # コードポイントのリストからperl内部表現の文字列にする + my $str = join '',map{ chr hex $_ } @$chars; + # perl内部表現からUTF-16に変換する + my $str_utf16 = $utf16->encode( $str ); + my @utf16_chars = unpack("n*",$str_utf16); + # UTF-16の文字のリストをJavaのエスケープ表現に直す + my $java_chars = join('',map{ sprintf qq(\\u%04x),$_} @utf16_chars ); + addCode( qq{name( "$name", R.drawable.$res_info->{res_name}, "$java_chars" );}); } # カテゴリを書きだす diff --git a/_Emoji/shortcode-emoji-data-and-old-emojione.json b/_Emoji/shortcode-emoji-data-and-old-emojione.json index 31429ff6..c02299a5 100644 --- a/_Emoji/shortcode-emoji-data-and-old-emojione.json +++ b/_Emoji/shortcode-emoji-data-and-old-emojione.json @@ -1,15 +1,15 @@ [ { - "shortcode" : "+1", - "unicode" : "1F44D" + "unicode" : "1F44D", + "shortcode" : "+1" }, { "unicode" : "1F44D-1F3FF", "shortcode" : "+1_dark_skin_tone" }, { - "shortcode" : "+1_light_skin_tone", - "unicode" : "1F44D-1F3FB" + "unicode" : "1F44D-1F3FB", + "shortcode" : "+1_light_skin_tone" }, { "shortcode" : "+1_medium_dark_skin_tone", @@ -24,28 +24,28 @@ "unicode" : "1F44D-1F3FD" }, { - "unicode" : "1F44D-1F3FB", - "shortcode" : "+1_tone1" + "shortcode" : "+1_tone1", + "unicode" : "1F44D-1F3FB" }, { "shortcode" : "+1_tone2", "unicode" : "1F44D-1F3FC" }, { - "unicode" : "1F44D-1F3FD", - "shortcode" : "+1_tone3" + "shortcode" : "+1_tone3", + "unicode" : "1F44D-1F3FD" }, { - "unicode" : "1F44D-1F3FE", - "shortcode" : "+1_tone4" + "shortcode" : "+1_tone4", + "unicode" : "1F44D-1F3FE" }, { "shortcode" : "+1_tone5", "unicode" : "1F44D-1F3FF" }, { - "shortcode" : "100", - "unicode" : "1F4AF" + "unicode" : "1F4AF", + "shortcode" : "100" }, { "unicode" : "1F522", @@ -60,40 +60,40 @@ "unicode" : "1F44E" }, { - "unicode" : "1F44E-1F3FF", - "shortcode" : "_1_dark_skin_tone" + "shortcode" : "_1_dark_skin_tone", + "unicode" : "1F44E-1F3FF" }, { "unicode" : "1F44E-1F3FB", "shortcode" : "_1_light_skin_tone" }, { - "shortcode" : "_1_medium_dark_skin_tone", - "unicode" : "1F44E-1F3FE" + "unicode" : "1F44E-1F3FE", + "shortcode" : "_1_medium_dark_skin_tone" + }, + { + "shortcode" : "_1_medium_light_skin_tone", + "unicode" : "1F44E-1F3FC" + }, + { + "unicode" : "1F44E-1F3FD", + "shortcode" : "_1_medium_skin_tone" + }, + { + "shortcode" : "_1_tone1", + "unicode" : "1F44E-1F3FB" }, { "unicode" : "1F44E-1F3FC", - "shortcode" : "_1_medium_light_skin_tone" - }, - { - "shortcode" : "_1_medium_skin_tone", - "unicode" : "1F44E-1F3FD" - }, - { - "unicode" : "1F44E-1F3FB", - "shortcode" : "_1_tone1" - }, - { - "shortcode" : "_1_tone2", - "unicode" : "1F44E-1F3FC" + "shortcode" : "_1_tone2" }, { "unicode" : "1F44E-1F3FD", "shortcode" : "_1_tone3" }, { - "unicode" : "1F44E-1F3FE", - "shortcode" : "_1_tone4" + "shortcode" : "_1_tone4", + "unicode" : "1F44E-1F3FE" }, { "shortcode" : "_1_tone5", @@ -108,12 +108,12 @@ "shortcode" : "ab" }, { - "unicode" : "1F524", - "shortcode" : "abc" + "shortcode" : "abc", + "unicode" : "1F524" }, { - "unicode" : "1F521", - "shortcode" : "abcd" + "shortcode" : "abcd", + "unicode" : "1F521" }, { "unicode" : "1F1E6-1F1E8", @@ -128,24 +128,24 @@ "shortcode" : "ad" }, { - "shortcode" : "admission_tickets", - "unicode" : "1F39F" + "unicode" : "1F39F", + "shortcode" : "admission_tickets" }, { "unicode" : "1F1E6-1F1EA", "shortcode" : "ae" }, { - "unicode" : "1F6A1", - "shortcode" : "aerial_tramway" + "shortcode" : "aerial_tramway", + "unicode" : "1F6A1" }, { "shortcode" : "af", "unicode" : "1F1E6-1F1EB" }, { - "unicode" : "1F1E6-1F1EC", - "shortcode" : "ag" + "shortcode" : "ag", + "unicode" : "1F1E6-1F1EC" }, { "unicode" : "1F1E6-1F1EE", @@ -160,8 +160,8 @@ "shortcode" : "airplane_arriving" }, { - "shortcode" : "airplane_departure", - "unicode" : "1F6EB" + "unicode" : "1F6EB", + "shortcode" : "airplane_departure" }, { "unicode" : "1F6E9", @@ -180,12 +180,12 @@ "shortcode" : "alembic" }, { - "shortcode" : "alien", - "unicode" : "1F47D" + "unicode" : "1F47D", + "shortcode" : "alien" }, { - "shortcode" : "am", - "unicode" : "1F1E6-1F1F2" + "unicode" : "1F1E6-1F1F2", + "shortcode" : "am" }, { "shortcode" : "ambulance", @@ -204,8 +204,8 @@ "unicode" : "1F47C" }, { - "shortcode" : "angel_dark_skin_tone", - "unicode" : "1F47C-1F3FF" + "unicode" : "1F47C-1F3FF", + "shortcode" : "angel_dark_skin_tone" }, { "shortcode" : "angel_light_skin_tone", @@ -216,8 +216,8 @@ "shortcode" : "angel_medium_dark_skin_tone" }, { - "unicode" : "1F47C-1F3FC", - "shortcode" : "angel_medium_light_skin_tone" + "shortcode" : "angel_medium_light_skin_tone", + "unicode" : "1F47C-1F3FC" }, { "shortcode" : "angel_medium_skin_tone", @@ -236,36 +236,36 @@ "unicode" : "1F47C-1F3FD" }, { - "unicode" : "1F47C-1F3FE", - "shortcode" : "angel_tone4" + "shortcode" : "angel_tone4", + "unicode" : "1F47C-1F3FE" }, { "shortcode" : "angel_tone5", "unicode" : "1F47C-1F3FF" }, { - "shortcode" : "anger", - "unicode" : "1F4A2" + "unicode" : "1F4A2", + "shortcode" : "anger" }, { - "unicode" : "1F5EF", - "shortcode" : "anger_right" + "shortcode" : "anger_right", + "unicode" : "1F5EF" }, { - "shortcode" : "angry", - "unicode" : "1F620" + "unicode" : "1F620", + "shortcode" : "angry" }, { - "shortcode" : "anguished", - "unicode" : "1F627" + "unicode" : "1F627", + "shortcode" : "anguished" }, { "unicode" : "1F41C", "shortcode" : "ant" }, { - "unicode" : "1F1E6-1F1F4", - "shortcode" : "ao" + "shortcode" : "ao", + "unicode" : "1F1E6-1F1F4" }, { "unicode" : "1F34E", @@ -276,20 +276,20 @@ "unicode" : "1F1E6-1F1F6" }, { - "shortcode" : "aquarius", - "unicode" : "2652" + "unicode" : "2652", + "shortcode" : "aquarius" }, { - "shortcode" : "ar", - "unicode" : "1F1E6-1F1F7" + "unicode" : "1F1E6-1F1F7", + "shortcode" : "ar" }, { "shortcode" : "archery", "unicode" : "1F3F9" }, { - "unicode" : "2648", - "shortcode" : "aries" + "shortcode" : "aries", + "unicode" : "2648" }, { "unicode" : "25C0", @@ -316,32 +316,32 @@ "unicode" : "25B6" }, { - "shortcode" : "arrow_heading_down", - "unicode" : "2935" + "unicode" : "2935", + "shortcode" : "arrow_heading_down" }, { "shortcode" : "arrow_heading_up", "unicode" : "2934" }, { - "shortcode" : "arrow_left", - "unicode" : "2B05" + "unicode" : "2B05", + "shortcode" : "arrow_left" }, { - "unicode" : "2199", - "shortcode" : "arrow_lower_left" + "shortcode" : "arrow_lower_left", + "unicode" : "2199" }, { - "unicode" : "2198", - "shortcode" : "arrow_lower_right" + "shortcode" : "arrow_lower_right", + "unicode" : "2198" }, { "unicode" : "27A1", "shortcode" : "arrow_right" }, { - "shortcode" : "arrow_right_hook", - "unicode" : "21AA" + "unicode" : "21AA", + "shortcode" : "arrow_right_hook" }, { "shortcode" : "arrow_up", @@ -352,36 +352,36 @@ "unicode" : "2195" }, { - "unicode" : "1F53C", - "shortcode" : "arrow_up_small" + "shortcode" : "arrow_up_small", + "unicode" : "1F53C" }, { - "shortcode" : "arrow_upper_left", - "unicode" : "2196" + "unicode" : "2196", + "shortcode" : "arrow_upper_left" }, { - "shortcode" : "arrow_upper_right", - "unicode" : "2197" + "unicode" : "2197", + "shortcode" : "arrow_upper_right" }, { - "shortcode" : "arrows_clockwise", - "unicode" : "1F503" + "unicode" : "1F503", + "shortcode" : "arrows_clockwise" }, { "shortcode" : "arrows_counterclockwise", "unicode" : "1F504" }, { - "shortcode" : "art", - "unicode" : "1F3A8" + "unicode" : "1F3A8", + "shortcode" : "art" }, { - "unicode" : "1F69B", - "shortcode" : "articulated_lorry" + "shortcode" : "articulated_lorry", + "unicode" : "1F69B" }, { - "shortcode" : "as", - "unicode" : "1F1E6-1F1F8" + "unicode" : "1F1E6-1F1F8", + "shortcode" : "as" }, { "unicode" : "002A-20E3", @@ -396,28 +396,28 @@ "shortcode" : "astonished" }, { - "shortcode" : "at", - "unicode" : "1F1E6-1F1F9" + "unicode" : "1F1E6-1F1F9", + "shortcode" : "at" }, { "shortcode" : "athletic_shoe", "unicode" : "1F45F" }, { - "shortcode" : "atm", - "unicode" : "1F3E7" + "unicode" : "1F3E7", + "shortcode" : "atm" }, { - "unicode" : "269B", - "shortcode" : "atom" + "shortcode" : "atom", + "unicode" : "269B" }, { "unicode" : "269B", "shortcode" : "atom_symbol" }, { - "shortcode" : "au", - "unicode" : "1F1E6-1F1FA" + "unicode" : "1F1E6-1F1FA", + "shortcode" : "au" }, { "shortcode" : "avocado", @@ -436,12 +436,12 @@ "unicode" : "1F1E6-1F1FF" }, { - "shortcode" : "b", - "unicode" : "1F171" + "unicode" : "1F171", + "shortcode" : "b" }, { - "shortcode" : "ba", - "unicode" : "1F1E7-1F1E6" + "unicode" : "1F1E7-1F1E6", + "shortcode" : "ba" }, { "shortcode" : "baby", @@ -452,8 +452,8 @@ "shortcode" : "baby_bottle" }, { - "shortcode" : "baby_chick", - "unicode" : "1F424" + "unicode" : "1F424", + "shortcode" : "baby_chick" }, { "shortcode" : "baby_dark_skin_tone", @@ -464,16 +464,16 @@ "shortcode" : "baby_light_skin_tone" }, { - "shortcode" : "baby_medium_dark_skin_tone", - "unicode" : "1F476-1F3FE" + "unicode" : "1F476-1F3FE", + "shortcode" : "baby_medium_dark_skin_tone" }, { "unicode" : "1F476-1F3FC", "shortcode" : "baby_medium_light_skin_tone" }, { - "shortcode" : "baby_medium_skin_tone", - "unicode" : "1F476-1F3FD" + "unicode" : "1F476-1F3FD", + "shortcode" : "baby_medium_skin_tone" }, { "unicode" : "1F6BC", @@ -492,56 +492,56 @@ "shortcode" : "baby_tone3" }, { - "shortcode" : "baby_tone4", - "unicode" : "1F476-1F3FE" + "unicode" : "1F476-1F3FE", + "shortcode" : "baby_tone4" }, { "shortcode" : "baby_tone5", "unicode" : "1F476-1F3FF" }, { - "shortcode" : "back", - "unicode" : "1F519" + "unicode" : "1F519", + "shortcode" : "back" }, { - "shortcode" : "back_of_hand", - "unicode" : "1F91A" + "unicode" : "1F91A", + "shortcode" : "back_of_hand" }, { "shortcode" : "back_of_hand_tone1", "unicode" : "1F91A-1F3FB" }, { - "shortcode" : "back_of_hand_tone2", - "unicode" : "1F91A-1F3FC" + "unicode" : "1F91A-1F3FC", + "shortcode" : "back_of_hand_tone2" }, { - "shortcode" : "back_of_hand_tone3", - "unicode" : "1F91A-1F3FD" + "unicode" : "1F91A-1F3FD", + "shortcode" : "back_of_hand_tone3" }, { "shortcode" : "back_of_hand_tone4", "unicode" : "1F91A-1F3FE" }, { - "shortcode" : "back_of_hand_tone5", - "unicode" : "1F91A-1F3FF" + "unicode" : "1F91A-1F3FF", + "shortcode" : "back_of_hand_tone5" }, { - "unicode" : "1F953", - "shortcode" : "bacon" + "shortcode" : "bacon", + "unicode" : "1F953" }, { "shortcode" : "badminton", "unicode" : "1F3F8" }, { - "shortcode" : "badminton_racquet_and_shuttlecock", - "unicode" : "1F3F8" + "unicode" : "1F3F8", + "shortcode" : "badminton_racquet_and_shuttlecock" }, { - "unicode" : "1F6C4", - "shortcode" : "baggage_claim" + "shortcode" : "baggage_claim", + "unicode" : "1F6C4" }, { "shortcode" : "baguette_bread", @@ -556,12 +556,12 @@ "shortcode" : "ballot_box" }, { - "shortcode" : "ballot_box_with_ballot", - "unicode" : "1F5F3" + "unicode" : "1F5F3", + "shortcode" : "ballot_box_with_ballot" }, { - "unicode" : "2611", - "shortcode" : "ballot_box_with_check" + "shortcode" : "ballot_box_with_check", + "unicode" : "2611" }, { "unicode" : "1F38D", @@ -572,40 +572,40 @@ "shortcode" : "banana" }, { - "shortcode" : "bangbang", - "unicode" : "203C" + "unicode" : "203C", + "shortcode" : "bangbang" }, { "shortcode" : "bank", "unicode" : "1F3E6" }, { - "unicode" : "1F4CA", - "shortcode" : "bar_chart" + "shortcode" : "bar_chart", + "unicode" : "1F4CA" }, { - "unicode" : "1F488", - "shortcode" : "barber" + "shortcode" : "barber", + "unicode" : "1F488" }, { "unicode" : "1F325", "shortcode" : "barely_sunny" }, { - "shortcode" : "baseball", - "unicode" : "26BE" + "unicode" : "26BE", + "shortcode" : "baseball" }, { - "unicode" : "1F3C0", - "shortcode" : "basketball" + "shortcode" : "basketball", + "unicode" : "1F3C0" }, { "unicode" : "26F9", "shortcode" : "basketball_player" }, { - "shortcode" : "basketball_player_tone1", - "unicode" : "26F9-1F3FB" + "unicode" : "26F9-1F3FB", + "shortcode" : "basketball_player_tone1" }, { "unicode" : "26F9-1F3FC", @@ -624,28 +624,28 @@ "shortcode" : "basketball_player_tone5" }, { - "shortcode" : "bat", - "unicode" : "1F987" + "unicode" : "1F987", + "shortcode" : "bat" }, { "unicode" : "1F6C0", "shortcode" : "bath" }, { - "shortcode" : "bath_dark_skin_tone", - "unicode" : "1F6C0-1F3FF" + "unicode" : "1F6C0-1F3FF", + "shortcode" : "bath_dark_skin_tone" }, { - "shortcode" : "bath_light_skin_tone", - "unicode" : "1F6C0-1F3FB" + "unicode" : "1F6C0-1F3FB", + "shortcode" : "bath_light_skin_tone" }, { - "unicode" : "1F6C0-1F3FE", - "shortcode" : "bath_medium_dark_skin_tone" + "shortcode" : "bath_medium_dark_skin_tone", + "unicode" : "1F6C0-1F3FE" }, { - "shortcode" : "bath_medium_light_skin_tone", - "unicode" : "1F6C0-1F3FC" + "unicode" : "1F6C0-1F3FC", + "shortcode" : "bath_medium_light_skin_tone" }, { "shortcode" : "bath_medium_skin_tone", @@ -656,36 +656,36 @@ "shortcode" : "bath_tone1" }, { - "unicode" : "1F6C0-1F3FC", - "shortcode" : "bath_tone2" + "shortcode" : "bath_tone2", + "unicode" : "1F6C0-1F3FC" }, { "unicode" : "1F6C0-1F3FD", "shortcode" : "bath_tone3" }, { - "shortcode" : "bath_tone4", - "unicode" : "1F6C0-1F3FE" + "unicode" : "1F6C0-1F3FE", + "shortcode" : "bath_tone4" }, { - "unicode" : "1F6C0-1F3FF", - "shortcode" : "bath_tone5" + "shortcode" : "bath_tone5", + "unicode" : "1F6C0-1F3FF" }, { - "shortcode" : "bathtub", - "unicode" : "1F6C1" + "unicode" : "1F6C1", + "shortcode" : "bathtub" }, { "shortcode" : "battery", "unicode" : "1F50B" }, { - "shortcode" : "bb", - "unicode" : "1F1E7-1F1E7" + "unicode" : "1F1E7-1F1E7", + "shortcode" : "bb" }, { - "shortcode" : "bd", - "unicode" : "1F1E7-1F1E9" + "unicode" : "1F1E7-1F1E9", + "shortcode" : "bd" }, { "unicode" : "1F1E7-1F1EA", @@ -700,8 +700,8 @@ "unicode" : "26F1" }, { - "unicode" : "1F3D6", - "shortcode" : "beach_with_umbrella" + "shortcode" : "beach_with_umbrella", + "unicode" : "1F3D6" }, { "shortcode" : "bear", @@ -732,16 +732,16 @@ "shortcode" : "beginner" }, { - "unicode" : "1F514", - "shortcode" : "bell" + "shortcode" : "bell", + "unicode" : "1F514" }, { - "unicode" : "1F6CE", - "shortcode" : "bellhop" + "shortcode" : "bellhop", + "unicode" : "1F6CE" }, { - "unicode" : "1F6CE", - "shortcode" : "bellhop_bell" + "shortcode" : "bellhop_bell", + "unicode" : "1F6CE" }, { "shortcode" : "bento", @@ -752,64 +752,64 @@ "shortcode" : "bf" }, { - "unicode" : "1F1E7-1F1EC", - "shortcode" : "bg" + "shortcode" : "bg", + "unicode" : "1F1E7-1F1EC" }, { - "unicode" : "1F1E7-1F1ED", - "shortcode" : "bh" + "shortcode" : "bh", + "unicode" : "1F1E7-1F1ED" }, { - "shortcode" : "bi", - "unicode" : "1F1E7-1F1EE" + "unicode" : "1F1E7-1F1EE", + "shortcode" : "bi" }, { - "unicode" : "1F6B4", - "shortcode" : "bicyclist" + "shortcode" : "bicyclist", + "unicode" : "1F6B4" }, { - "shortcode" : "bicyclist_dark_skin_tone", - "unicode" : "1F6B4-1F3FF" + "unicode" : "1F6B4-1F3FF", + "shortcode" : "bicyclist_dark_skin_tone" }, { "shortcode" : "bicyclist_light_skin_tone", "unicode" : "1F6B4-1F3FB" }, { - "shortcode" : "bicyclist_medium_dark_skin_tone", - "unicode" : "1F6B4-1F3FE" + "unicode" : "1F6B4-1F3FE", + "shortcode" : "bicyclist_medium_dark_skin_tone" }, { - "unicode" : "1F6B4-1F3FC", - "shortcode" : "bicyclist_medium_light_skin_tone" + "shortcode" : "bicyclist_medium_light_skin_tone", + "unicode" : "1F6B4-1F3FC" }, { - "shortcode" : "bicyclist_medium_skin_tone", - "unicode" : "1F6B4-1F3FD" + "unicode" : "1F6B4-1F3FD", + "shortcode" : "bicyclist_medium_skin_tone" }, { - "shortcode" : "bicyclist_tone1", - "unicode" : "1F6B4-1F3FB" + "unicode" : "1F6B4-1F3FB", + "shortcode" : "bicyclist_tone1" }, { "unicode" : "1F6B4-1F3FC", "shortcode" : "bicyclist_tone2" }, { - "shortcode" : "bicyclist_tone3", - "unicode" : "1F6B4-1F3FD" + "unicode" : "1F6B4-1F3FD", + "shortcode" : "bicyclist_tone3" }, { "unicode" : "1F6B4-1F3FE", "shortcode" : "bicyclist_tone4" }, { - "shortcode" : "bicyclist_tone5", - "unicode" : "1F6B4-1F3FF" + "unicode" : "1F6B4-1F3FF", + "shortcode" : "bicyclist_tone5" }, { - "unicode" : "1F6B2", - "shortcode" : "bike" + "shortcode" : "bike", + "unicode" : "1F6B2" }, { "unicode" : "1F459", @@ -820,8 +820,8 @@ "shortcode" : "biohazard" }, { - "shortcode" : "biohazard_sign", - "unicode" : "2623" + "unicode" : "2623", + "shortcode" : "biohazard_sign" }, { "unicode" : "1F426", @@ -832,20 +832,20 @@ "unicode" : "1F382" }, { - "shortcode" : "bj", - "unicode" : "1F1E7-1F1EF" + "unicode" : "1F1E7-1F1EF", + "shortcode" : "bj" }, { "shortcode" : "bl", "unicode" : "1F1E7-1F1F1" }, { - "shortcode" : "black_circle", - "unicode" : "26AB" + "unicode" : "26AB", + "shortcode" : "black_circle" }, { - "unicode" : "23FA", - "shortcode" : "black_circle_for_record" + "shortcode" : "black_circle_for_record", + "unicode" : "23FA" }, { "shortcode" : "black_heart", @@ -864,12 +864,12 @@ "unicode" : "23EE" }, { - "shortcode" : "black_medium_small_square", - "unicode" : "25FE" + "unicode" : "25FE", + "shortcode" : "black_medium_small_square" }, { - "shortcode" : "black_medium_square", - "unicode" : "25FC" + "unicode" : "25FC", + "shortcode" : "black_medium_square" }, { "shortcode" : "black_nib", @@ -880,12 +880,12 @@ "shortcode" : "black_right_pointing_double_triangle_with_vertical_bar" }, { - "unicode" : "23EF", - "shortcode" : "black_right_pointing_triangle_with_double_vertical_bar" + "shortcode" : "black_right_pointing_triangle_with_double_vertical_bar", + "unicode" : "23EF" }, { - "shortcode" : "black_small_square", - "unicode" : "25AA" + "unicode" : "25AA", + "shortcode" : "black_small_square" }, { "shortcode" : "black_square_button", @@ -900,72 +900,72 @@ "shortcode" : "blond_haired_man" }, { - "unicode" : "1F471-1F3FF-200D-2642-FE0F", - "shortcode" : "blond_haired_man_dark_skin_tone" + "shortcode" : "blond_haired_man_dark_skin_tone", + "unicode" : "1F471-1F3FF-200D-2642-FE0F" }, { "unicode" : "1F471-1F3FB-200D-2642-FE0F", "shortcode" : "blond_haired_man_light_skin_tone" }, { - "shortcode" : "blond_haired_man_medium_dark_skin_tone", - "unicode" : "1F471-1F3FE-200D-2642-FE0F" + "unicode" : "1F471-1F3FE-200D-2642-FE0F", + "shortcode" : "blond_haired_man_medium_dark_skin_tone" }, { - "unicode" : "1F471-1F3FC-200D-2642-FE0F", - "shortcode" : "blond_haired_man_medium_light_skin_tone" + "shortcode" : "blond_haired_man_medium_light_skin_tone", + "unicode" : "1F471-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F471-1F3FD-200D-2642-FE0F", - "shortcode" : "blond_haired_man_medium_skin_tone" + "shortcode" : "blond_haired_man_medium_skin_tone", + "unicode" : "1F471-1F3FD-200D-2642-FE0F" }, { "unicode" : "1F471-1F3FB-200D-2642-FE0F", "shortcode" : "blond_haired_man_tone1" }, { - "unicode" : "1F471-1F3FC-200D-2642-FE0F", - "shortcode" : "blond_haired_man_tone2" + "shortcode" : "blond_haired_man_tone2", + "unicode" : "1F471-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F471-1F3FD-200D-2642-FE0F", - "shortcode" : "blond_haired_man_tone3" + "shortcode" : "blond_haired_man_tone3", + "unicode" : "1F471-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "blond_haired_man_tone4", - "unicode" : "1F471-1F3FE-200D-2642-FE0F" + "unicode" : "1F471-1F3FE-200D-2642-FE0F", + "shortcode" : "blond_haired_man_tone4" }, { - "shortcode" : "blond_haired_man_tone5", - "unicode" : "1F471-1F3FF-200D-2642-FE0F" + "unicode" : "1F471-1F3FF-200D-2642-FE0F", + "shortcode" : "blond_haired_man_tone5" }, { "shortcode" : "blond_haired_woman", "unicode" : "1F471-200D-2640-FE0F" }, { - "shortcode" : "blond_haired_woman_dark_skin_tone", - "unicode" : "1F471-1F3FF-200D-2640-FE0F" + "unicode" : "1F471-1F3FF-200D-2640-FE0F", + "shortcode" : "blond_haired_woman_dark_skin_tone" }, { "unicode" : "1F471-1F3FB-200D-2640-FE0F", "shortcode" : "blond_haired_woman_light_skin_tone" }, { - "shortcode" : "blond_haired_woman_medium_dark_skin_tone", - "unicode" : "1F471-1F3FE-200D-2640-FE0F" + "unicode" : "1F471-1F3FE-200D-2640-FE0F", + "shortcode" : "blond_haired_woman_medium_dark_skin_tone" }, { "unicode" : "1F471-1F3FC-200D-2640-FE0F", "shortcode" : "blond_haired_woman_medium_light_skin_tone" }, { - "unicode" : "1F471-1F3FD-200D-2640-FE0F", - "shortcode" : "blond_haired_woman_medium_skin_tone" + "shortcode" : "blond_haired_woman_medium_skin_tone", + "unicode" : "1F471-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "blond_haired_woman_tone1", - "unicode" : "1F471-1F3FB-200D-2640-FE0F" + "unicode" : "1F471-1F3FB-200D-2640-FE0F", + "shortcode" : "blond_haired_woman_tone1" }, { "shortcode" : "blond_haired_woman_tone2", @@ -976,32 +976,32 @@ "shortcode" : "blond_haired_woman_tone3" }, { - "shortcode" : "blond_haired_woman_tone4", - "unicode" : "1F471-1F3FE-200D-2640-FE0F" + "unicode" : "1F471-1F3FE-200D-2640-FE0F", + "shortcode" : "blond_haired_woman_tone4" }, { - "unicode" : "1F471-1F3FF-200D-2640-FE0F", - "shortcode" : "blond_haired_woman_tone5" + "shortcode" : "blond_haired_woman_tone5", + "unicode" : "1F471-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "blossom", - "unicode" : "1F33C" + "unicode" : "1F33C", + "shortcode" : "blossom" }, { "shortcode" : "blowfish", "unicode" : "1F421" }, { - "unicode" : "1F4D8", - "shortcode" : "blue_book" + "shortcode" : "blue_book", + "unicode" : "1F4D8" }, { - "unicode" : "1F699", - "shortcode" : "blue_car" + "shortcode" : "blue_car", + "unicode" : "1F699" }, { - "shortcode" : "blue_circle", - "unicode" : "1F535" + "unicode" : "1F535", + "shortcode" : "blue_circle" }, { "shortcode" : "blue_heart", @@ -1012,96 +1012,96 @@ "shortcode" : "blush" }, { - "unicode" : "1F1E7-1F1F2", - "shortcode" : "bm" + "shortcode" : "bm", + "unicode" : "1F1E7-1F1F2" }, { "unicode" : "1F1E7-1F1F3", "shortcode" : "bn" }, { - "shortcode" : "bo", - "unicode" : "1F1E7-1F1F4" + "unicode" : "1F1E7-1F1F4", + "shortcode" : "bo" }, { "shortcode" : "boar", "unicode" : "1F417" }, { - "unicode" : "26F5", - "shortcode" : "boat" + "shortcode" : "boat", + "unicode" : "26F5" }, { - "unicode" : "1F4A3", - "shortcode" : "bomb" + "shortcode" : "bomb", + "unicode" : "1F4A3" }, { "shortcode" : "book", "unicode" : "1F4D6" }, { - "unicode" : "1F516", - "shortcode" : "bookmark" + "shortcode" : "bookmark", + "unicode" : "1F516" }, { "shortcode" : "bookmark_tabs", "unicode" : "1F4D1" }, { - "shortcode" : "books", - "unicode" : "1F4DA" + "unicode" : "1F4DA", + "shortcode" : "books" }, { - "unicode" : "1F4A5", - "shortcode" : "boom" + "shortcode" : "boom", + "unicode" : "1F4A5" }, { - "unicode" : "1F462", - "shortcode" : "boot" + "shortcode" : "boot", + "unicode" : "1F462" }, { - "shortcode" : "bottle_with_popping_cork", - "unicode" : "1F37E" + "unicode" : "1F37E", + "shortcode" : "bottle_with_popping_cork" }, { - "shortcode" : "bouquet", - "unicode" : "1F490" + "unicode" : "1F490", + "shortcode" : "bouquet" }, { - "unicode" : "1F647", - "shortcode" : "bow" + "shortcode" : "bow", + "unicode" : "1F647" }, { - "shortcode" : "bow_and_arrow", - "unicode" : "1F3F9" + "unicode" : "1F3F9", + "shortcode" : "bow_and_arrow" }, { "unicode" : "1F647-1F3FF", "shortcode" : "bow_dark_skin_tone" }, { - "unicode" : "1F647-1F3FB", - "shortcode" : "bow_light_skin_tone" + "shortcode" : "bow_light_skin_tone", + "unicode" : "1F647-1F3FB" }, { - "unicode" : "1F647-1F3FE", - "shortcode" : "bow_medium_dark_skin_tone" + "shortcode" : "bow_medium_dark_skin_tone", + "unicode" : "1F647-1F3FE" }, { "unicode" : "1F647-1F3FC", "shortcode" : "bow_medium_light_skin_tone" }, { - "unicode" : "1F647-1F3FD", - "shortcode" : "bow_medium_skin_tone" + "shortcode" : "bow_medium_skin_tone", + "unicode" : "1F647-1F3FD" }, { - "unicode" : "1F647-1F3FB", - "shortcode" : "bow_tone1" + "shortcode" : "bow_tone1", + "unicode" : "1F647-1F3FB" }, { - "shortcode" : "bow_tone2", - "unicode" : "1F647-1F3FC" + "unicode" : "1F647-1F3FC", + "shortcode" : "bow_tone2" }, { "unicode" : "1F647-1F3FD", @@ -1116,12 +1116,12 @@ "unicode" : "1F647-1F3FF" }, { - "shortcode" : "bowling", - "unicode" : "1F3B3" + "unicode" : "1F3B3", + "shortcode" : "bowling" }, { - "unicode" : "1F94A", - "shortcode" : "boxing_glove" + "shortcode" : "boxing_glove", + "unicode" : "1F94A" }, { "unicode" : "1F94A", @@ -1140,68 +1140,68 @@ "unicode" : "1F466-1F3FB" }, { - "shortcode" : "boy_medium_dark_skin_tone", - "unicode" : "1F466-1F3FE" + "unicode" : "1F466-1F3FE", + "shortcode" : "boy_medium_dark_skin_tone" }, { - "unicode" : "1F466-1F3FC", - "shortcode" : "boy_medium_light_skin_tone" + "shortcode" : "boy_medium_light_skin_tone", + "unicode" : "1F466-1F3FC" }, { "shortcode" : "boy_medium_skin_tone", "unicode" : "1F466-1F3FD" }, { - "shortcode" : "boy_tone1", - "unicode" : "1F466-1F3FB" + "unicode" : "1F466-1F3FB", + "shortcode" : "boy_tone1" }, { "shortcode" : "boy_tone2", "unicode" : "1F466-1F3FC" }, { - "shortcode" : "boy_tone3", - "unicode" : "1F466-1F3FD" + "unicode" : "1F466-1F3FD", + "shortcode" : "boy_tone3" }, { - "unicode" : "1F466-1F3FE", - "shortcode" : "boy_tone4" + "shortcode" : "boy_tone4", + "unicode" : "1F466-1F3FE" }, { - "shortcode" : "boy_tone5", - "unicode" : "1F466-1F3FF" + "unicode" : "1F466-1F3FF", + "shortcode" : "boy_tone5" }, { "unicode" : "1F1E7-1F1F6", "shortcode" : "bq" }, { - "unicode" : "1F1E7-1F1F7", - "shortcode" : "br" + "shortcode" : "br", + "unicode" : "1F1E7-1F1F7" }, { - "unicode" : "1F35E", - "shortcode" : "bread" + "shortcode" : "bread", + "unicode" : "1F35E" }, { "shortcode" : "bride_with_veil", "unicode" : "1F470" }, { - "unicode" : "1F470-1F3FF", - "shortcode" : "bride_with_veil_dark_skin_tone" + "shortcode" : "bride_with_veil_dark_skin_tone", + "unicode" : "1F470-1F3FF" }, { "unicode" : "1F470-1F3FB", "shortcode" : "bride_with_veil_light_skin_tone" }, { - "unicode" : "1F470-1F3FE", - "shortcode" : "bride_with_veil_medium_dark_skin_tone" + "shortcode" : "bride_with_veil_medium_dark_skin_tone", + "unicode" : "1F470-1F3FE" }, { - "shortcode" : "bride_with_veil_medium_light_skin_tone", - "unicode" : "1F470-1F3FC" + "unicode" : "1F470-1F3FC", + "shortcode" : "bride_with_veil_medium_light_skin_tone" }, { "unicode" : "1F470-1F3FD", @@ -1212,8 +1212,8 @@ "shortcode" : "bride_with_veil_tone1" }, { - "unicode" : "1F470-1F3FC", - "shortcode" : "bride_with_veil_tone2" + "shortcode" : "bride_with_veil_tone2", + "unicode" : "1F470-1F3FC" }, { "unicode" : "1F470-1F3FD", @@ -1228,8 +1228,8 @@ "unicode" : "1F470-1F3FF" }, { - "unicode" : "1F309", - "shortcode" : "bridge_at_night" + "shortcode" : "bridge_at_night", + "unicode" : "1F309" }, { "unicode" : "1F4BC", @@ -1244,16 +1244,16 @@ "shortcode" : "bs" }, { - "shortcode" : "bt", - "unicode" : "1F1E7-1F1F9" + "unicode" : "1F1E7-1F1F9", + "shortcode" : "bt" }, { - "unicode" : "1F41B", - "shortcode" : "bug" + "shortcode" : "bug", + "unicode" : "1F41B" }, { - "unicode" : "1F3D7", - "shortcode" : "building_construction" + "shortcode" : "building_construction", + "unicode" : "1F3D7" }, { "shortcode" : "bulb", @@ -1268,92 +1268,92 @@ "unicode" : "1F684" }, { - "shortcode" : "burrito", - "unicode" : "1F32F" + "unicode" : "1F32F", + "shortcode" : "burrito" }, { "unicode" : "1F68C", "shortcode" : "bus" }, { - "unicode" : "1F68F", - "shortcode" : "busstop" + "shortcode" : "busstop", + "unicode" : "1F68F" }, { - "unicode" : "1F464", - "shortcode" : "bust_in_silhouette" + "shortcode" : "bust_in_silhouette", + "unicode" : "1F464" }, { - "shortcode" : "busts_in_silhouette", - "unicode" : "1F465" + "unicode" : "1F465", + "shortcode" : "busts_in_silhouette" }, { - "unicode" : "1F98B", - "shortcode" : "butterfly" + "shortcode" : "butterfly", + "unicode" : "1F98B" }, { - "unicode" : "1F1E7-1F1FB", - "shortcode" : "bv" + "shortcode" : "bv", + "unicode" : "1F1E7-1F1FB" }, { "shortcode" : "bw", "unicode" : "1F1E7-1F1FC" }, { - "shortcode" : "by", - "unicode" : "1F1E7-1F1FE" + "unicode" : "1F1E7-1F1FE", + "shortcode" : "by" }, { - "unicode" : "1F1E7-1F1FF", - "shortcode" : "bz" + "shortcode" : "bz", + "unicode" : "1F1E7-1F1FF" }, { - "shortcode" : "ca", - "unicode" : "1F1E8-1F1E6" + "unicode" : "1F1E8-1F1E6", + "shortcode" : "ca" }, { - "shortcode" : "cactus", - "unicode" : "1F335" + "unicode" : "1F335", + "shortcode" : "cactus" }, { - "shortcode" : "cake", - "unicode" : "1F370" + "unicode" : "1F370", + "shortcode" : "cake" }, { "unicode" : "1F4C6", "shortcode" : "calendar" }, { - "shortcode" : "calendar_spiral", - "unicode" : "1F5D3" + "unicode" : "1F5D3", + "shortcode" : "calendar_spiral" }, { "unicode" : "1F919", "shortcode" : "call_me" }, { - "shortcode" : "call_me_hand", - "unicode" : "1F919" + "unicode" : "1F919", + "shortcode" : "call_me_hand" }, { - "unicode" : "1F919-1F3FF", - "shortcode" : "call_me_hand_dark_skin_tone" + "shortcode" : "call_me_hand_dark_skin_tone", + "unicode" : "1F919-1F3FF" }, { "unicode" : "1F919-1F3FB", "shortcode" : "call_me_hand_light_skin_tone" }, { - "unicode" : "1F919-1F3FE", - "shortcode" : "call_me_hand_medium_dark_skin_tone" + "shortcode" : "call_me_hand_medium_dark_skin_tone", + "unicode" : "1F919-1F3FE" }, { "unicode" : "1F919-1F3FC", "shortcode" : "call_me_hand_medium_light_skin_tone" }, { - "unicode" : "1F919-1F3FD", - "shortcode" : "call_me_hand_medium_skin_tone" + "shortcode" : "call_me_hand_medium_skin_tone", + "unicode" : "1F919-1F3FD" }, { "unicode" : "1F919-1F3FB", @@ -1368,60 +1368,60 @@ "unicode" : "1F919-1F3FD" }, { - "shortcode" : "call_me_hand_tone4", - "unicode" : "1F919-1F3FE" + "unicode" : "1F919-1F3FE", + "shortcode" : "call_me_hand_tone4" }, { "unicode" : "1F919-1F3FF", "shortcode" : "call_me_hand_tone5" }, { - "shortcode" : "call_me_tone1", - "unicode" : "1F919-1F3FB" + "unicode" : "1F919-1F3FB", + "shortcode" : "call_me_tone1" }, { - "shortcode" : "call_me_tone2", - "unicode" : "1F919-1F3FC" + "unicode" : "1F919-1F3FC", + "shortcode" : "call_me_tone2" }, { "unicode" : "1F919-1F3FD", "shortcode" : "call_me_tone3" }, { - "shortcode" : "call_me_tone4", - "unicode" : "1F919-1F3FE" + "unicode" : "1F919-1F3FE", + "shortcode" : "call_me_tone4" }, { - "shortcode" : "call_me_tone5", - "unicode" : "1F919-1F3FF" + "unicode" : "1F919-1F3FF", + "shortcode" : "call_me_tone5" }, { "shortcode" : "calling", "unicode" : "1F4F2" }, { - "unicode" : "1F42B", - "shortcode" : "camel" + "shortcode" : "camel", + "unicode" : "1F42B" }, { - "shortcode" : "camera", - "unicode" : "1F4F7" + "unicode" : "1F4F7", + "shortcode" : "camera" }, { - "shortcode" : "camera_with_flash", - "unicode" : "1F4F8" + "unicode" : "1F4F8", + "shortcode" : "camera_with_flash" }, { "shortcode" : "camping", "unicode" : "1F3D5" }, { - "shortcode" : "cancer", - "unicode" : "264B" + "unicode" : "264B", + "shortcode" : "cancer" }, { - "shortcode" : "candle", - "unicode" : "1F56F" + "unicode" : "1F56F", + "shortcode" : "candle" }, { "shortcode" : "candy", @@ -1444,28 +1444,28 @@ "shortcode" : "car" }, { - "unicode" : "1F5C3", - "shortcode" : "card_box" - }, - { - "shortcode" : "card_file_box", + "shortcode" : "card_box", "unicode" : "1F5C3" }, { - "shortcode" : "card_index", - "unicode" : "1F4C7" + "unicode" : "1F5C3", + "shortcode" : "card_file_box" }, { - "shortcode" : "card_index_dividers", - "unicode" : "1F5C2" + "unicode" : "1F4C7", + "shortcode" : "card_index" }, { - "unicode" : "1F3A0", - "shortcode" : "carousel_horse" + "unicode" : "1F5C2", + "shortcode" : "card_index_dividers" }, { - "unicode" : "1F955", - "shortcode" : "carrot" + "shortcode" : "carousel_horse", + "unicode" : "1F3A0" + }, + { + "shortcode" : "carrot", + "unicode" : "1F955" }, { "unicode" : "1F938", @@ -1476,8 +1476,8 @@ "shortcode" : "cartwheel_tone1" }, { - "unicode" : "1F938-1F3FC", - "shortcode" : "cartwheel_tone2" + "shortcode" : "cartwheel_tone2", + "unicode" : "1F938-1F3FC" }, { "shortcode" : "cartwheel_tone3", @@ -1500,40 +1500,40 @@ "unicode" : "1F408" }, { - "shortcode" : "cc", - "unicode" : "1F1E8-1F1E8" + "unicode" : "1F1E8-1F1E8", + "shortcode" : "cc" }, { - "shortcode" : "cd", - "unicode" : "1F4BF" + "unicode" : "1F4BF", + "shortcode" : "cd" }, { - "shortcode" : "cf", - "unicode" : "1F1E8-1F1EB" + "unicode" : "1F1E8-1F1EB", + "shortcode" : "cf" }, { "shortcode" : "cg", "unicode" : "1F1E8-1F1EC" }, { - "shortcode" : "ch", - "unicode" : "1F1E8-1F1ED" + "unicode" : "1F1E8-1F1ED", + "shortcode" : "ch" }, { - "shortcode" : "chains", - "unicode" : "26D3" + "unicode" : "26D3", + "shortcode" : "chains" }, { - "shortcode" : "champagne", - "unicode" : "1F37E" + "unicode" : "1F37E", + "shortcode" : "champagne" }, { - "unicode" : "1F942", - "shortcode" : "champagne_glass" + "shortcode" : "champagne_glass", + "unicode" : "1F942" }, { - "shortcode" : "chart", - "unicode" : "1F4B9" + "unicode" : "1F4B9", + "shortcode" : "chart" }, { "shortcode" : "chart_with_downwards_trend", @@ -1548,28 +1548,28 @@ "unicode" : "1F3C1" }, { - "shortcode" : "cheese", - "unicode" : "1F9C0" + "unicode" : "1F9C0", + "shortcode" : "cheese" }, { - "shortcode" : "cheese_wedge", - "unicode" : "1F9C0" + "unicode" : "1F9C0", + "shortcode" : "cheese_wedge" }, { - "unicode" : "1F352", - "shortcode" : "cherries" + "shortcode" : "cherries", + "unicode" : "1F352" }, { "unicode" : "1F338", "shortcode" : "cherry_blossom" }, { - "shortcode" : "chestnut", - "unicode" : "1F330" + "unicode" : "1F330", + "shortcode" : "chestnut" }, { - "unicode" : "1F414", - "shortcode" : "chicken" + "shortcode" : "chicken", + "unicode" : "1F414" }, { "shortcode" : "children_crossing", @@ -1588,60 +1588,60 @@ "shortcode" : "chocolate_bar" }, { - "unicode" : "1F384", - "shortcode" : "christmas_tree" + "shortcode" : "christmas_tree", + "unicode" : "1F384" }, { "unicode" : "26EA", "shortcode" : "church" }, { - "unicode" : "1F1E8-1F1EE", - "shortcode" : "ci" + "shortcode" : "ci", + "unicode" : "1F1E8-1F1EE" }, { - "unicode" : "1F3A6", - "shortcode" : "cinema" + "shortcode" : "cinema", + "unicode" : "1F3A6" }, { - "shortcode" : "circus_tent", - "unicode" : "1F3AA" + "unicode" : "1F3AA", + "shortcode" : "circus_tent" }, { - "shortcode" : "city_dusk", - "unicode" : "1F306" + "unicode" : "1F306", + "shortcode" : "city_dusk" }, { - "unicode" : "1F307", - "shortcode" : "city_sunrise" + "shortcode" : "city_sunrise", + "unicode" : "1F307" }, { - "unicode" : "1F307", - "shortcode" : "city_sunset" + "shortcode" : "city_sunset", + "unicode" : "1F307" }, { - "shortcode" : "cityscape", - "unicode" : "1F3D9" + "unicode" : "1F3D9", + "shortcode" : "cityscape" }, { - "shortcode" : "ck", - "unicode" : "1F1E8-1F1F0" + "unicode" : "1F1E8-1F1F0", + "shortcode" : "ck" }, { - "shortcode" : "cl", - "unicode" : "1F191" + "unicode" : "1F191", + "shortcode" : "cl" }, { - "shortcode" : "clap", - "unicode" : "1F44F" + "unicode" : "1F44F", + "shortcode" : "clap" }, { - "unicode" : "1F44F-1F3FF", - "shortcode" : "clap_dark_skin_tone" + "shortcode" : "clap_dark_skin_tone", + "unicode" : "1F44F-1F3FF" }, { - "unicode" : "1F44F-1F3FB", - "shortcode" : "clap_light_skin_tone" + "shortcode" : "clap_light_skin_tone", + "unicode" : "1F44F-1F3FB" }, { "unicode" : "1F44F-1F3FE", @@ -1656,32 +1656,32 @@ "shortcode" : "clap_medium_skin_tone" }, { - "unicode" : "1F44F-1F3FB", - "shortcode" : "clap_tone1" + "shortcode" : "clap_tone1", + "unicode" : "1F44F-1F3FB" }, { - "unicode" : "1F44F-1F3FC", - "shortcode" : "clap_tone2" + "shortcode" : "clap_tone2", + "unicode" : "1F44F-1F3FC" }, { - "unicode" : "1F44F-1F3FD", - "shortcode" : "clap_tone3" + "shortcode" : "clap_tone3", + "unicode" : "1F44F-1F3FD" }, { "shortcode" : "clap_tone4", "unicode" : "1F44F-1F3FE" }, { - "shortcode" : "clap_tone5", - "unicode" : "1F44F-1F3FF" + "unicode" : "1F44F-1F3FF", + "shortcode" : "clap_tone5" }, { - "shortcode" : "clapper", - "unicode" : "1F3AC" + "unicode" : "1F3AC", + "shortcode" : "clapper" }, { - "unicode" : "1F3DB", - "shortcode" : "classical_building" + "shortcode" : "classical_building", + "unicode" : "1F3DB" }, { "shortcode" : "clinking_glass", @@ -1700,20 +1700,20 @@ "shortcode" : "clock" }, { - "shortcode" : "clock1", - "unicode" : "1F550" + "unicode" : "1F550", + "shortcode" : "clock1" }, { - "unicode" : "1F559", - "shortcode" : "clock10" + "shortcode" : "clock10", + "unicode" : "1F559" }, { "unicode" : "1F565", "shortcode" : "clock1030" }, { - "shortcode" : "clock11", - "unicode" : "1F55A" + "unicode" : "1F55A", + "shortcode" : "clock11" }, { "unicode" : "1F566", @@ -1728,28 +1728,28 @@ "unicode" : "1F567" }, { - "unicode" : "1F55C", - "shortcode" : "clock130" + "shortcode" : "clock130", + "unicode" : "1F55C" }, { "unicode" : "1F551", "shortcode" : "clock2" }, { - "unicode" : "1F55D", - "shortcode" : "clock230" + "shortcode" : "clock230", + "unicode" : "1F55D" }, { "shortcode" : "clock3", "unicode" : "1F552" }, { - "unicode" : "1F55E", - "shortcode" : "clock330" + "shortcode" : "clock330", + "unicode" : "1F55E" }, { - "unicode" : "1F553", - "shortcode" : "clock4" + "shortcode" : "clock4", + "unicode" : "1F553" }, { "unicode" : "1F55F", @@ -1760,20 +1760,20 @@ "shortcode" : "clock5" }, { - "shortcode" : "clock530", - "unicode" : "1F560" + "unicode" : "1F560", + "shortcode" : "clock530" }, { "unicode" : "1F555", "shortcode" : "clock6" }, { - "unicode" : "1F561", - "shortcode" : "clock630" + "shortcode" : "clock630", + "unicode" : "1F561" }, { - "unicode" : "1F556", - "shortcode" : "clock7" + "shortcode" : "clock7", + "unicode" : "1F556" }, { "unicode" : "1F562", @@ -1784,28 +1784,28 @@ "unicode" : "1F557" }, { - "unicode" : "1F563", - "shortcode" : "clock830" + "shortcode" : "clock830", + "unicode" : "1F563" }, { - "shortcode" : "clock9", - "unicode" : "1F558" + "unicode" : "1F558", + "shortcode" : "clock9" }, { "shortcode" : "clock930", "unicode" : "1F564" }, { - "shortcode" : "closed_book", - "unicode" : "1F4D5" + "unicode" : "1F4D5", + "shortcode" : "closed_book" }, { "unicode" : "1F510", "shortcode" : "closed_lock_with_key" }, { - "shortcode" : "closed_umbrella", - "unicode" : "1F302" + "unicode" : "1F302", + "shortcode" : "closed_umbrella" }, { "unicode" : "2601", @@ -1816,16 +1816,16 @@ "unicode" : "1F329" }, { - "unicode" : "1F327", - "shortcode" : "cloud_rain" + "shortcode" : "cloud_rain", + "unicode" : "1F327" }, { "shortcode" : "cloud_snow", "unicode" : "1F328" }, { - "shortcode" : "cloud_tornado", - "unicode" : "1F32A" + "unicode" : "1F32A", + "shortcode" : "cloud_tornado" }, { "shortcode" : "cloud_with_lightning", @@ -1848,20 +1848,20 @@ "unicode" : "1F921" }, { - "unicode" : "1F921", - "shortcode" : "clown_face" + "shortcode" : "clown_face", + "unicode" : "1F921" }, { - "shortcode" : "clubs", - "unicode" : "2663" + "unicode" : "2663", + "shortcode" : "clubs" }, { - "unicode" : "1F1E8-1F1F2", - "shortcode" : "cm" + "shortcode" : "cm", + "unicode" : "1F1E8-1F1F2" }, { - "unicode" : "1F1E8-1F1F3", - "shortcode" : "cn" + "shortcode" : "cn", + "unicode" : "1F1E8-1F1F3" }, { "shortcode" : "co", @@ -1880,40 +1880,40 @@ "unicode" : "26B0" }, { - "unicode" : "1F630", - "shortcode" : "cold_sweat" + "shortcode" : "cold_sweat", + "unicode" : "1F630" }, { - "shortcode" : "collision", - "unicode" : "1F4A5" + "unicode" : "1F4A5", + "shortcode" : "collision" }, { - "shortcode" : "comet", - "unicode" : "2604" + "unicode" : "2604", + "shortcode" : "comet" }, { "unicode" : "1F5DC", "shortcode" : "compression" }, { - "unicode" : "1F4BB", - "shortcode" : "computer" + "shortcode" : "computer", + "unicode" : "1F4BB" }, { - "shortcode" : "confetti_ball", - "unicode" : "1F38A" + "unicode" : "1F38A", + "shortcode" : "confetti_ball" }, { "shortcode" : "confounded", "unicode" : "1F616" }, { - "shortcode" : "confused", - "unicode" : "1F615" + "unicode" : "1F615", + "shortcode" : "confused" }, { - "shortcode" : "congo", - "unicode" : "1F1E8-1F1E9" + "unicode" : "1F1E8-1F1E9", + "shortcode" : "congo" }, { "unicode" : "3297", @@ -1928,12 +1928,12 @@ "shortcode" : "construction_site" }, { - "unicode" : "1F477", - "shortcode" : "construction_worker" + "shortcode" : "construction_worker", + "unicode" : "1F477" }, { - "unicode" : "1F477-1F3FF", - "shortcode" : "construction_worker_dark_skin_tone" + "shortcode" : "construction_worker_dark_skin_tone", + "unicode" : "1F477-1F3FF" }, { "unicode" : "1F477-1F3FB", @@ -1944,48 +1944,48 @@ "shortcode" : "construction_worker_medium_dark_skin_tone" }, { - "unicode" : "1F477-1F3FC", - "shortcode" : "construction_worker_medium_light_skin_tone" + "shortcode" : "construction_worker_medium_light_skin_tone", + "unicode" : "1F477-1F3FC" }, { "unicode" : "1F477-1F3FD", "shortcode" : "construction_worker_medium_skin_tone" }, { - "shortcode" : "construction_worker_tone1", - "unicode" : "1F477-1F3FB" + "unicode" : "1F477-1F3FB", + "shortcode" : "construction_worker_tone1" }, { "unicode" : "1F477-1F3FC", "shortcode" : "construction_worker_tone2" }, { - "shortcode" : "construction_worker_tone3", - "unicode" : "1F477-1F3FD" + "unicode" : "1F477-1F3FD", + "shortcode" : "construction_worker_tone3" }, { - "unicode" : "1F477-1F3FE", - "shortcode" : "construction_worker_tone4" + "shortcode" : "construction_worker_tone4", + "unicode" : "1F477-1F3FE" }, { "shortcode" : "construction_worker_tone5", "unicode" : "1F477-1F3FF" }, { - "shortcode" : "control_knobs", - "unicode" : "1F39B" + "unicode" : "1F39B", + "shortcode" : "control_knobs" }, { - "shortcode" : "convenience_store", - "unicode" : "1F3EA" + "unicode" : "1F3EA", + "shortcode" : "convenience_store" }, { "shortcode" : "cookie", "unicode" : "1F36A" }, { - "unicode" : "1F373", - "shortcode" : "cooking" + "shortcode" : "cooking", + "unicode" : "1F373" }, { "unicode" : "1F192", @@ -1996,12 +1996,12 @@ "unicode" : "1F46E" }, { - "shortcode" : "cop_dark_skin_tone", - "unicode" : "1F46E-1F3FF" + "unicode" : "1F46E-1F3FF", + "shortcode" : "cop_dark_skin_tone" }, { - "unicode" : "1F46E-1F3FB", - "shortcode" : "cop_light_skin_tone" + "shortcode" : "cop_light_skin_tone", + "unicode" : "1F46E-1F3FB" }, { "unicode" : "1F46E-1F3FE", @@ -2016,24 +2016,24 @@ "shortcode" : "cop_medium_skin_tone" }, { - "unicode" : "1F46E-1F3FB", - "shortcode" : "cop_tone1" + "shortcode" : "cop_tone1", + "unicode" : "1F46E-1F3FB" }, { - "shortcode" : "cop_tone2", - "unicode" : "1F46E-1F3FC" + "unicode" : "1F46E-1F3FC", + "shortcode" : "cop_tone2" }, { "unicode" : "1F46E-1F3FD", "shortcode" : "cop_tone3" }, { - "shortcode" : "cop_tone4", - "unicode" : "1F46E-1F3FE" + "unicode" : "1F46E-1F3FE", + "shortcode" : "cop_tone4" }, { - "unicode" : "1F46E-1F3FF", - "shortcode" : "cop_tone5" + "shortcode" : "cop_tone5", + "unicode" : "1F46E-1F3FF" }, { "shortcode" : "copyright", @@ -2056,8 +2056,8 @@ "shortcode" : "couple" }, { - "unicode" : "1F468-200D-2764-FE0F-200D-1F468", - "shortcode" : "couple_mm" + "shortcode" : "couple_mm", + "unicode" : "1F468-200D-2764-FE0F-200D-1F468" }, { "shortcode" : "couple_with_heart", @@ -2068,8 +2068,8 @@ "shortcode" : "couple_with_heart_mm" }, { - "unicode" : "1F469-200D-2764-FE0F-200D-1F468", - "shortcode" : "couple_with_heart_woman_man" + "shortcode" : "couple_with_heart_woman_man", + "unicode" : "1F469-200D-2764-FE0F-200D-1F468" }, { "shortcode" : "couple_with_heart_ww", @@ -2080,16 +2080,16 @@ "shortcode" : "couple_ww" }, { - "shortcode" : "couplekiss", - "unicode" : "1F48F" + "unicode" : "1F48F", + "shortcode" : "couplekiss" }, { "shortcode" : "couplekiss_mm", "unicode" : "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468" }, { - "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", - "shortcode" : "couplekiss_ww" + "shortcode" : "couplekiss_ww", + "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469" }, { "unicode" : "1F42E", @@ -2104,16 +2104,16 @@ "unicode" : "1F920" }, { - "unicode" : "1F1E8-1F1F5", - "shortcode" : "cp" + "shortcode" : "cp", + "unicode" : "1F1E8-1F1F5" }, { - "unicode" : "1F1E8-1F1F7", - "shortcode" : "cr" + "shortcode" : "cr", + "unicode" : "1F1E8-1F1F7" }, { - "shortcode" : "crab", - "unicode" : "1F980" + "unicode" : "1F980", + "shortcode" : "crab" }, { "unicode" : "1F58D", @@ -2124,20 +2124,20 @@ "shortcode" : "credit_card" }, { - "unicode" : "1F319", - "shortcode" : "crescent_moon" + "shortcode" : "crescent_moon", + "unicode" : "1F319" }, { - "unicode" : "1F3CF", - "shortcode" : "cricket" - }, - { - "shortcode" : "cricket_bat_and_ball", + "shortcode" : "cricket", "unicode" : "1F3CF" }, { "unicode" : "1F3CF", - "shortcode" : "cricket_bat_ball" + "shortcode" : "cricket_bat_and_ball" + }, + { + "shortcode" : "cricket_bat_ball", + "unicode" : "1F3CF" }, { "shortcode" : "crocodile", @@ -2160,20 +2160,20 @@ "unicode" : "2694" }, { - "unicode" : "1F451", - "shortcode" : "crown" + "shortcode" : "crown", + "unicode" : "1F451" }, { - "shortcode" : "cruise_ship", - "unicode" : "1F6F3" + "unicode" : "1F6F3", + "shortcode" : "cruise_ship" }, { "shortcode" : "cry", "unicode" : "1F622" }, { - "unicode" : "1F63F", - "shortcode" : "crying_cat_face" + "shortcode" : "crying_cat_face", + "unicode" : "1F63F" }, { "shortcode" : "crystal_ball", @@ -2184,40 +2184,40 @@ "shortcode" : "cu" }, { - "shortcode" : "cucumber", - "unicode" : "1F952" + "unicode" : "1F952", + "shortcode" : "cucumber" }, { "shortcode" : "cupid", "unicode" : "1F498" }, { - "unicode" : "27B0", - "shortcode" : "curly_loop" + "shortcode" : "curly_loop", + "unicode" : "27B0" }, { - "unicode" : "1F4B1", - "shortcode" : "currency_exchange" + "shortcode" : "currency_exchange", + "unicode" : "1F4B1" }, { - "shortcode" : "curry", - "unicode" : "1F35B" + "unicode" : "1F35B", + "shortcode" : "curry" }, { "unicode" : "1F36E", "shortcode" : "custard" }, { - "unicode" : "1F6C3", - "shortcode" : "customs" + "shortcode" : "customs", + "unicode" : "1F6C3" }, { - "unicode" : "1F1E8-1F1FB", - "shortcode" : "cv" + "shortcode" : "cv", + "unicode" : "1F1E8-1F1FB" }, { - "shortcode" : "cw", - "unicode" : "1F1E8-1F1FC" + "unicode" : "1F1E8-1F1FC", + "shortcode" : "cw" }, { "shortcode" : "cx", @@ -2240,60 +2240,60 @@ "unicode" : "1F5E1" }, { - "shortcode" : "dagger_knife", - "unicode" : "1F5E1" + "unicode" : "1F5E1", + "shortcode" : "dagger_knife" }, { "unicode" : "1F483", "shortcode" : "dancer" }, { - "unicode" : "1F483-1F3FF", - "shortcode" : "dancer_dark_skin_tone" + "shortcode" : "dancer_dark_skin_tone", + "unicode" : "1F483-1F3FF" }, { - "unicode" : "1F483-1F3FB", - "shortcode" : "dancer_light_skin_tone" - }, - { - "shortcode" : "dancer_medium_dark_skin_tone", - "unicode" : "1F483-1F3FE" - }, - { - "unicode" : "1F483-1F3FC", - "shortcode" : "dancer_medium_light_skin_tone" - }, - { - "shortcode" : "dancer_medium_skin_tone", - "unicode" : "1F483-1F3FD" - }, - { - "shortcode" : "dancer_tone1", + "shortcode" : "dancer_light_skin_tone", "unicode" : "1F483-1F3FB" }, { - "shortcode" : "dancer_tone2", + "unicode" : "1F483-1F3FE", + "shortcode" : "dancer_medium_dark_skin_tone" + }, + { + "shortcode" : "dancer_medium_light_skin_tone", "unicode" : "1F483-1F3FC" }, { - "shortcode" : "dancer_tone3", - "unicode" : "1F483-1F3FD" + "unicode" : "1F483-1F3FD", + "shortcode" : "dancer_medium_skin_tone" }, { - "unicode" : "1F483-1F3FE", - "shortcode" : "dancer_tone4" + "unicode" : "1F483-1F3FB", + "shortcode" : "dancer_tone1" }, { - "shortcode" : "dancer_tone5", - "unicode" : "1F483-1F3FF" + "unicode" : "1F483-1F3FC", + "shortcode" : "dancer_tone2" + }, + { + "unicode" : "1F483-1F3FD", + "shortcode" : "dancer_tone3" + }, + { + "shortcode" : "dancer_tone4", + "unicode" : "1F483-1F3FE" + }, + { + "unicode" : "1F483-1F3FF", + "shortcode" : "dancer_tone5" }, { "shortcode" : "dancers", "unicode" : "1F46F" }, { - "shortcode" : "dango", - "unicode" : "1F361" + "unicode" : "1F361", + "shortcode" : "dango" }, { "unicode" : "1F576", @@ -2304,8 +2304,8 @@ "unicode" : "1F3AF" }, { - "unicode" : "1F4A8", - "shortcode" : "dash" + "shortcode" : "dash", + "unicode" : "1F4A8" }, { "shortcode" : "date", @@ -2324,36 +2324,36 @@ "unicode" : "1F98C" }, { - "shortcode" : "department_store", - "unicode" : "1F3EC" + "unicode" : "1F3EC", + "shortcode" : "department_store" }, { "unicode" : "1F3DA", "shortcode" : "derelict_house_building" }, { - "shortcode" : "desert", - "unicode" : "1F3DC" + "unicode" : "1F3DC", + "shortcode" : "desert" }, { - "shortcode" : "desert_island", - "unicode" : "1F3DD" - }, - { - "shortcode" : "desktop", - "unicode" : "1F5A5" + "unicode" : "1F3DD", + "shortcode" : "desert_island" }, { "unicode" : "1F5A5", - "shortcode" : "desktop_computer" + "shortcode" : "desktop" + }, + { + "shortcode" : "desktop_computer", + "unicode" : "1F5A5" }, { "unicode" : "1F1E9-1F1EC", "shortcode" : "dg" }, { - "unicode" : "1F4A0", - "shortcode" : "diamond_shape_with_a_dot_inside" + "shortcode" : "diamond_shape_with_a_dot_inside", + "unicode" : "1F4A0" }, { "unicode" : "2666", @@ -2368,28 +2368,28 @@ "unicode" : "0035" }, { - "shortcode" : "digit_four", - "unicode" : "0034" + "unicode" : "0034", + "shortcode" : "digit_four" }, { "shortcode" : "digit_nine", "unicode" : "0039" }, { - "unicode" : "0031", - "shortcode" : "digit_one" + "shortcode" : "digit_one", + "unicode" : "0031" }, { - "shortcode" : "digit_seven", - "unicode" : "0037" + "unicode" : "0037", + "shortcode" : "digit_seven" }, { "unicode" : "0036", "shortcode" : "digit_six" }, { - "shortcode" : "digit_three", - "unicode" : "0033" + "unicode" : "0033", + "shortcode" : "digit_three" }, { "unicode" : "0032", @@ -2404,12 +2404,12 @@ "unicode" : "1F61E" }, { - "shortcode" : "disappointed_relieved", - "unicode" : "1F625" + "unicode" : "1F625", + "shortcode" : "disappointed_relieved" }, { - "shortcode" : "dividers", - "unicode" : "1F5C2" + "unicode" : "1F5C2", + "shortcode" : "dividers" }, { "unicode" : "1F4AB", @@ -2420,44 +2420,44 @@ "unicode" : "1F635" }, { - "unicode" : "1F1E9-1F1EF", - "shortcode" : "dj" + "shortcode" : "dj", + "unicode" : "1F1E9-1F1EF" }, { - "shortcode" : "dk", - "unicode" : "1F1E9-1F1F0" + "unicode" : "1F1E9-1F1F0", + "shortcode" : "dk" }, { - "unicode" : "1F1E9-1F1F2", - "shortcode" : "dm" + "shortcode" : "dm", + "unicode" : "1F1E9-1F1F2" }, { - "shortcode" : "do", - "unicode" : "1F1E9-1F1F4" + "unicode" : "1F1E9-1F1F4", + "shortcode" : "do" }, { "unicode" : "1F6AF", "shortcode" : "do_not_litter" }, { - "shortcode" : "dog", - "unicode" : "1F436" + "unicode" : "1F436", + "shortcode" : "dog" }, { - "shortcode" : "dog2", - "unicode" : "1F415" + "unicode" : "1F415", + "shortcode" : "dog2" }, { "shortcode" : "dollar", "unicode" : "1F4B5" }, { - "shortcode" : "dolls", - "unicode" : "1F38E" + "unicode" : "1F38E", + "shortcode" : "dolls" }, { - "shortcode" : "dolphin", - "unicode" : "1F42C" + "unicode" : "1F42C", + "shortcode" : "dolphin" }, { "shortcode" : "door", @@ -2472,12 +2472,12 @@ "unicode" : "1F369" }, { - "shortcode" : "dove", - "unicode" : "1F54A" + "unicode" : "1F54A", + "shortcode" : "dove" }, { - "shortcode" : "dove_of_peace", - "unicode" : "1F54A" + "unicode" : "1F54A", + "shortcode" : "dove_of_peace" }, { "shortcode" : "dragon", @@ -2488,8 +2488,8 @@ "shortcode" : "dragon_face" }, { - "shortcode" : "dress", - "unicode" : "1F457" + "unicode" : "1F457", + "shortcode" : "dress" }, { "shortcode" : "dromedary_camel", @@ -2500,20 +2500,20 @@ "shortcode" : "drool" }, { - "unicode" : "1F924", - "shortcode" : "drooling_face" + "shortcode" : "drooling_face", + "unicode" : "1F924" }, { - "unicode" : "1F4A7", - "shortcode" : "droplet" + "shortcode" : "droplet", + "unicode" : "1F4A7" }, { "unicode" : "1F941", "shortcode" : "drum" }, { - "unicode" : "1F941", - "shortcode" : "drum_with_drumsticks" + "shortcode" : "drum_with_drumsticks", + "unicode" : "1F941" }, { "shortcode" : "duck", @@ -2532,20 +2532,20 @@ "unicode" : "1F4E7" }, { - "unicode" : "1F1EA-1F1E6", - "shortcode" : "ea" + "shortcode" : "ea", + "unicode" : "1F1EA-1F1E6" }, { "shortcode" : "eagle", "unicode" : "1F985" }, { - "shortcode" : "ear", - "unicode" : "1F442" + "unicode" : "1F442", + "shortcode" : "ear" }, { - "shortcode" : "ear_dark_skin_tone", - "unicode" : "1F442-1F3FF" + "unicode" : "1F442-1F3FF", + "shortcode" : "ear_dark_skin_tone" }, { "unicode" : "1F442-1F3FB", @@ -2568,12 +2568,12 @@ "shortcode" : "ear_of_rice" }, { - "shortcode" : "ear_tone1", - "unicode" : "1F442-1F3FB" + "unicode" : "1F442-1F3FB", + "shortcode" : "ear_tone1" }, { - "unicode" : "1F442-1F3FC", - "shortcode" : "ear_tone2" + "shortcode" : "ear_tone2", + "unicode" : "1F442-1F3FC" }, { "shortcode" : "ear_tone3", @@ -2584,12 +2584,12 @@ "unicode" : "1F442-1F3FE" }, { - "shortcode" : "ear_tone5", - "unicode" : "1F442-1F3FF" + "unicode" : "1F442-1F3FF", + "shortcode" : "ear_tone5" }, { - "shortcode" : "earth_africa", - "unicode" : "1F30D" + "unicode" : "1F30D", + "shortcode" : "earth_africa" }, { "unicode" : "1F30E", @@ -2600,32 +2600,32 @@ "shortcode" : "earth_asia" }, { - "shortcode" : "ec", - "unicode" : "1F1EA-1F1E8" + "unicode" : "1F1EA-1F1E8", + "shortcode" : "ec" }, { - "unicode" : "1F1EA-1F1EA", - "shortcode" : "ee" + "shortcode" : "ee", + "unicode" : "1F1EA-1F1EA" }, { "unicode" : "1F1EA-1F1EC", "shortcode" : "eg" }, { - "shortcode" : "egg", - "unicode" : "1F95A" + "unicode" : "1F95A", + "shortcode" : "egg" }, { "shortcode" : "eggplant", "unicode" : "1F346" }, { - "unicode" : "1F1EA-1F1ED", - "shortcode" : "eh" + "shortcode" : "eh", + "unicode" : "1F1EA-1F1ED" }, { - "shortcode" : "eight", - "unicode" : "0038-20E3" + "unicode" : "0038-20E3", + "shortcode" : "eight" }, { "unicode" : "2734", @@ -2640,16 +2640,16 @@ "unicode" : "23CF" }, { - "unicode" : "23CF", - "shortcode" : "eject_symbol" + "shortcode" : "eject_symbol", + "unicode" : "23CF" }, { "shortcode" : "electric_plug", "unicode" : "1F50C" }, { - "unicode" : "1F418", - "shortcode" : "elephant" + "shortcode" : "elephant", + "unicode" : "1F418" }, { "shortcode" : "email", @@ -2660,8 +2660,8 @@ "unicode" : "1F51A" }, { - "unicode" : "2709", - "shortcode" : "envelope" + "shortcode" : "envelope", + "unicode" : "2709" }, { "unicode" : "1F4E9", @@ -2680,60 +2680,60 @@ "unicode" : "1F1EA-1F1F9" }, { - "shortcode" : "eu", - "unicode" : "1F1EA-1F1FA" + "unicode" : "1F1EA-1F1FA", + "shortcode" : "eu" }, { "shortcode" : "euro", "unicode" : "1F4B6" }, { - "shortcode" : "european_castle", - "unicode" : "1F3F0" + "unicode" : "1F3F0", + "shortcode" : "european_castle" }, { - "unicode" : "1F3E4", - "shortcode" : "european_post_office" + "shortcode" : "european_post_office", + "unicode" : "1F3E4" }, { - "unicode" : "1F332", - "shortcode" : "evergreen_tree" + "shortcode" : "evergreen_tree", + "unicode" : "1F332" }, { - "shortcode" : "exclamation", - "unicode" : "2757" + "unicode" : "2757", + "shortcode" : "exclamation" }, { - "unicode" : "1F930", - "shortcode" : "expecting_woman" + "shortcode" : "expecting_woman", + "unicode" : "1F930" }, { "shortcode" : "expecting_woman_tone1", "unicode" : "1F930-1F3FB" }, { - "unicode" : "1F930-1F3FC", - "shortcode" : "expecting_woman_tone2" + "shortcode" : "expecting_woman_tone2", + "unicode" : "1F930-1F3FC" }, { - "unicode" : "1F930-1F3FD", - "shortcode" : "expecting_woman_tone3" + "shortcode" : "expecting_woman_tone3", + "unicode" : "1F930-1F3FD" }, { - "shortcode" : "expecting_woman_tone4", - "unicode" : "1F930-1F3FE" + "unicode" : "1F930-1F3FE", + "shortcode" : "expecting_woman_tone4" }, { - "unicode" : "1F930-1F3FF", - "shortcode" : "expecting_woman_tone5" + "shortcode" : "expecting_woman_tone5", + "unicode" : "1F930-1F3FF" }, { "unicode" : "1F611", "shortcode" : "expressionless" }, { - "unicode" : "1F441", - "shortcode" : "eye" + "shortcode" : "eye", + "unicode" : "1F441" }, { "unicode" : "1F441-FE0F-200D-1F5E8-FE0F", @@ -2756,28 +2756,28 @@ "unicode" : "1F926-1F3FF" }, { - "shortcode" : "face_palm_light_skin_tone", + "unicode" : "1F926-1F3FB", + "shortcode" : "face_palm_light_skin_tone" + }, + { + "unicode" : "1F926-1F3FE", + "shortcode" : "face_palm_medium_dark_skin_tone" + }, + { + "shortcode" : "face_palm_medium_light_skin_tone", + "unicode" : "1F926-1F3FC" + }, + { + "unicode" : "1F926-1F3FD", + "shortcode" : "face_palm_medium_skin_tone" + }, + { + "shortcode" : "face_palm_tone1", "unicode" : "1F926-1F3FB" }, { - "shortcode" : "face_palm_medium_dark_skin_tone", - "unicode" : "1F926-1F3FE" - }, - { - "unicode" : "1F926-1F3FC", - "shortcode" : "face_palm_medium_light_skin_tone" - }, - { - "shortcode" : "face_palm_medium_skin_tone", - "unicode" : "1F926-1F3FD" - }, - { - "unicode" : "1F926-1F3FB", - "shortcode" : "face_palm_tone1" - }, - { - "unicode" : "1F926-1F3FC", - "shortcode" : "face_palm_tone2" + "shortcode" : "face_palm_tone2", + "unicode" : "1F926-1F3FC" }, { "shortcode" : "face_palm_tone3", @@ -2804,40 +2804,40 @@ "shortcode" : "face_with_rolling_eyes" }, { - "shortcode" : "face_with_thermometer", - "unicode" : "1F912" + "unicode" : "1F912", + "shortcode" : "face_with_thermometer" }, { "shortcode" : "facepalm", "unicode" : "1F926" }, { - "shortcode" : "facepalm_tone1", - "unicode" : "1F926-1F3FB" + "unicode" : "1F926-1F3FB", + "shortcode" : "facepalm_tone1" }, { "unicode" : "1F926-1F3FC", "shortcode" : "facepalm_tone2" }, { - "unicode" : "1F926-1F3FD", - "shortcode" : "facepalm_tone3" + "shortcode" : "facepalm_tone3", + "unicode" : "1F926-1F3FD" }, { - "unicode" : "1F926-1F3FE", - "shortcode" : "facepalm_tone4" + "shortcode" : "facepalm_tone4", + "unicode" : "1F926-1F3FE" }, { - "shortcode" : "facepalm_tone5", - "unicode" : "1F926-1F3FF" + "unicode" : "1F926-1F3FF", + "shortcode" : "facepalm_tone5" }, { - "shortcode" : "facepunch", - "unicode" : "1F44A" + "unicode" : "1F44A", + "shortcode" : "facepunch" }, { - "shortcode" : "facepunch_dark_skin_tone", - "unicode" : "1F44A-1F3FF" + "unicode" : "1F44A-1F3FF", + "shortcode" : "facepunch_dark_skin_tone" }, { "shortcode" : "facepunch_light_skin_tone", @@ -2852,72 +2852,72 @@ "shortcode" : "facepunch_medium_light_skin_tone" }, { - "shortcode" : "facepunch_medium_skin_tone", - "unicode" : "1F44A-1F3FD" + "unicode" : "1F44A-1F3FD", + "shortcode" : "facepunch_medium_skin_tone" }, { "unicode" : "1F44A-1F3FB", "shortcode" : "facepunch_tone1" }, { - "shortcode" : "facepunch_tone2", - "unicode" : "1F44A-1F3FC" + "unicode" : "1F44A-1F3FC", + "shortcode" : "facepunch_tone2" }, { - "unicode" : "1F44A-1F3FD", - "shortcode" : "facepunch_tone3" + "shortcode" : "facepunch_tone3", + "unicode" : "1F44A-1F3FD" }, { "unicode" : "1F44A-1F3FE", "shortcode" : "facepunch_tone4" }, { - "unicode" : "1F44A-1F3FF", - "shortcode" : "facepunch_tone5" + "shortcode" : "facepunch_tone5", + "unicode" : "1F44A-1F3FF" }, { "shortcode" : "factory", "unicode" : "1F3ED" }, { - "shortcode" : "fallen_leaf", - "unicode" : "1F342" + "unicode" : "1F342", + "shortcode" : "fallen_leaf" }, { "shortcode" : "family", "unicode" : "1F46A" }, { - "unicode" : "1F468-200D-1F466", - "shortcode" : "family_man_boy" + "shortcode" : "family_man_boy", + "unicode" : "1F468-200D-1F466" }, { - "shortcode" : "family_man_boy_boy", - "unicode" : "1F468-200D-1F466-200D-1F466" + "unicode" : "1F468-200D-1F466-200D-1F466", + "shortcode" : "family_man_boy_boy" }, { "shortcode" : "family_man_girl", "unicode" : "1F468-200D-1F467" }, { - "unicode" : "1F468-200D-1F467-200D-1F466", - "shortcode" : "family_man_girl_boy" + "shortcode" : "family_man_girl_boy", + "unicode" : "1F468-200D-1F467-200D-1F466" }, { - "unicode" : "1F468-200D-1F467-200D-1F467", - "shortcode" : "family_man_girl_girl" + "shortcode" : "family_man_girl_girl", + "unicode" : "1F468-200D-1F467-200D-1F467" }, { "unicode" : "1F468-200D-1F469-200D-1F466", "shortcode" : "family_man_woman_boy" }, { - "shortcode" : "family_mmb", - "unicode" : "1F468-200D-1F468-200D-1F466" + "unicode" : "1F468-200D-1F468-200D-1F466", + "shortcode" : "family_mmb" }, { - "unicode" : "1F468-200D-1F468-200D-1F466-200D-1F466", - "shortcode" : "family_mmbb" + "shortcode" : "family_mmbb", + "unicode" : "1F468-200D-1F468-200D-1F466-200D-1F466" }, { "unicode" : "1F468-200D-1F468-200D-1F467", @@ -2932,24 +2932,24 @@ "shortcode" : "family_mmgg" }, { - "unicode" : "1F468-200D-1F469-200D-1F466-200D-1F466", - "shortcode" : "family_mwbb" + "shortcode" : "family_mwbb", + "unicode" : "1F468-200D-1F469-200D-1F466-200D-1F466" }, { - "shortcode" : "family_mwg", - "unicode" : "1F468-200D-1F469-200D-1F467" + "unicode" : "1F468-200D-1F469-200D-1F467", + "shortcode" : "family_mwg" }, { - "shortcode" : "family_mwgb", - "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F466" + "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F466", + "shortcode" : "family_mwgb" }, { - "shortcode" : "family_mwgg", - "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F467" + "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F467", + "shortcode" : "family_mwgg" }, { - "unicode" : "1F469-200D-1F466", - "shortcode" : "family_woman_boy" + "shortcode" : "family_woman_boy", + "unicode" : "1F469-200D-1F466" }, { "unicode" : "1F469-200D-1F466-200D-1F466", @@ -2960,12 +2960,12 @@ "unicode" : "1F469-200D-1F467" }, { - "unicode" : "1F469-200D-1F467-200D-1F466", - "shortcode" : "family_woman_girl_boy" + "shortcode" : "family_woman_girl_boy", + "unicode" : "1F469-200D-1F467-200D-1F466" }, { - "shortcode" : "family_woman_girl_girl", - "unicode" : "1F469-200D-1F467-200D-1F467" + "unicode" : "1F469-200D-1F467-200D-1F467", + "shortcode" : "family_woman_girl_girl" }, { "shortcode" : "family_wwb", @@ -2980,8 +2980,8 @@ "unicode" : "1F469-200D-1F469-200D-1F467" }, { - "shortcode" : "family_wwgb", - "unicode" : "1F469-200D-1F469-200D-1F467-200D-1F466" + "unicode" : "1F469-200D-1F469-200D-1F467-200D-1F466", + "shortcode" : "family_wwgb" }, { "unicode" : "1F469-200D-1F469-200D-1F467-200D-1F467", @@ -3004,16 +3004,16 @@ "shortcode" : "feet" }, { - "unicode" : "1F469-200D-1F3A8", - "shortcode" : "female_artist" + "shortcode" : "female_artist", + "unicode" : "1F469-200D-1F3A8" }, { "shortcode" : "female_artist_dark_skin_tone", "unicode" : "1F469-1F3FF-200D-1F3A8" }, { - "unicode" : "1F469-1F3FB-200D-1F3A8", - "shortcode" : "female_artist_light_skin_tone" + "shortcode" : "female_artist_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F3A8" }, { "unicode" : "1F469-1F3FE-200D-1F3A8", @@ -3032,32 +3032,32 @@ "unicode" : "1F469-1F3FB-200D-1F3A8" }, { - "unicode" : "1F469-1F3FC-200D-1F3A8", - "shortcode" : "female_artist_tone2" + "shortcode" : "female_artist_tone2", + "unicode" : "1F469-1F3FC-200D-1F3A8" }, { - "shortcode" : "female_artist_tone3", - "unicode" : "1F469-1F3FD-200D-1F3A8" + "unicode" : "1F469-1F3FD-200D-1F3A8", + "shortcode" : "female_artist_tone3" }, { - "shortcode" : "female_artist_tone4", - "unicode" : "1F469-1F3FE-200D-1F3A8" + "unicode" : "1F469-1F3FE-200D-1F3A8", + "shortcode" : "female_artist_tone4" }, { "unicode" : "1F469-1F3FF-200D-1F3A8", "shortcode" : "female_artist_tone5" }, { - "unicode" : "1F469-200D-1F680", - "shortcode" : "female_astronaut" + "shortcode" : "female_astronaut", + "unicode" : "1F469-200D-1F680" }, { - "shortcode" : "female_astronaut_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F680" + "unicode" : "1F469-1F3FF-200D-1F680", + "shortcode" : "female_astronaut_dark_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F680", - "shortcode" : "female_astronaut_light_skin_tone" + "shortcode" : "female_astronaut_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F680" }, { "unicode" : "1F469-1F3FE-200D-1F680", @@ -3076,24 +3076,24 @@ "shortcode" : "female_astronaut_tone1" }, { - "shortcode" : "female_astronaut_tone2", - "unicode" : "1F469-1F3FC-200D-1F680" + "unicode" : "1F469-1F3FC-200D-1F680", + "shortcode" : "female_astronaut_tone2" }, { - "unicode" : "1F469-1F3FD-200D-1F680", - "shortcode" : "female_astronaut_tone3" + "shortcode" : "female_astronaut_tone3", + "unicode" : "1F469-1F3FD-200D-1F680" }, { "shortcode" : "female_astronaut_tone4", "unicode" : "1F469-1F3FE-200D-1F680" }, { - "shortcode" : "female_astronaut_tone5", - "unicode" : "1F469-1F3FF-200D-1F680" + "unicode" : "1F469-1F3FF-200D-1F680", + "shortcode" : "female_astronaut_tone5" }, { - "unicode" : "1F477-200D-2640-FE0F", - "shortcode" : "female_construction_worker" + "shortcode" : "female_construction_worker", + "unicode" : "1F477-200D-2640-FE0F" }, { "shortcode" : "female_construction_worker_dark_skin_tone", @@ -3112,8 +3112,8 @@ "unicode" : "1F477-1F3FC-200D-2640-FE0F" }, { - "unicode" : "1F477-1F3FD-200D-2640-FE0F", - "shortcode" : "female_construction_worker_medium_skin_tone" + "shortcode" : "female_construction_worker_medium_skin_tone", + "unicode" : "1F477-1F3FD-200D-2640-FE0F" }, { "unicode" : "1F477-1F3FB-200D-2640-FE0F", @@ -3124,20 +3124,20 @@ "unicode" : "1F477-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "female_construction_worker_tone3", - "unicode" : "1F477-1F3FD-200D-2640-FE0F" + "unicode" : "1F477-1F3FD-200D-2640-FE0F", + "shortcode" : "female_construction_worker_tone3" }, { - "shortcode" : "female_construction_worker_tone4", - "unicode" : "1F477-1F3FE-200D-2640-FE0F" + "unicode" : "1F477-1F3FE-200D-2640-FE0F", + "shortcode" : "female_construction_worker_tone4" }, { "unicode" : "1F477-1F3FF-200D-2640-FE0F", "shortcode" : "female_construction_worker_tone5" }, { - "unicode" : "1F469-200D-1F373", - "shortcode" : "female_cook" + "shortcode" : "female_cook", + "unicode" : "1F469-200D-1F373" }, { "unicode" : "1F469-1F3FF-200D-1F373", @@ -3152,12 +3152,12 @@ "unicode" : "1F469-1F3FE-200D-1F373" }, { - "shortcode" : "female_cook_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F373" + "unicode" : "1F469-1F3FC-200D-1F373", + "shortcode" : "female_cook_medium_light_skin_tone" }, { - "unicode" : "1F469-1F3FD-200D-1F373", - "shortcode" : "female_cook_medium_skin_tone" + "shortcode" : "female_cook_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F373" }, { "unicode" : "1F469-1F3FB-200D-1F373", @@ -3176,12 +3176,12 @@ "shortcode" : "female_cook_tone4" }, { - "unicode" : "1F469-1F3FF-200D-1F373", - "shortcode" : "female_cook_tone5" + "shortcode" : "female_cook_tone5", + "unicode" : "1F469-1F3FF-200D-1F373" }, { - "unicode" : "1F575-FE0F-200D-2640-FE0F", - "shortcode" : "female_detective" + "shortcode" : "female_detective", + "unicode" : "1F575-FE0F-200D-2640-FE0F" }, { "unicode" : "1F575-1F3FF-200D-2640-FE0F", @@ -3192,68 +3192,68 @@ "shortcode" : "female_detective_light_skin_tone" }, { - "shortcode" : "female_detective_medium_dark_skin_tone", - "unicode" : "1F575-1F3FE-200D-2640-FE0F" + "unicode" : "1F575-1F3FE-200D-2640-FE0F", + "shortcode" : "female_detective_medium_dark_skin_tone" }, { "unicode" : "1F575-1F3FC-200D-2640-FE0F", "shortcode" : "female_detective_medium_light_skin_tone" }, { - "unicode" : "1F575-1F3FD-200D-2640-FE0F", - "shortcode" : "female_detective_medium_skin_tone" + "shortcode" : "female_detective_medium_skin_tone", + "unicode" : "1F575-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "female_detective_tone1", - "unicode" : "1F575-1F3FB-200D-2640-FE0F" + "unicode" : "1F575-1F3FB-200D-2640-FE0F", + "shortcode" : "female_detective_tone1" }, { "shortcode" : "female_detective_tone2", "unicode" : "1F575-1F3FC-200D-2640-FE0F" }, { - "unicode" : "1F575-1F3FD-200D-2640-FE0F", - "shortcode" : "female_detective_tone3" + "shortcode" : "female_detective_tone3", + "unicode" : "1F575-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F575-1F3FE-200D-2640-FE0F", - "shortcode" : "female_detective_tone4" + "shortcode" : "female_detective_tone4", + "unicode" : "1F575-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "female_detective_tone5", - "unicode" : "1F575-1F3FF-200D-2640-FE0F" + "unicode" : "1F575-1F3FF-200D-2640-FE0F", + "shortcode" : "female_detective_tone5" }, { - "unicode" : "1F469-200D-2695-FE0F", - "shortcode" : "female_doctor" + "shortcode" : "female_doctor", + "unicode" : "1F469-200D-2695-FE0F" }, { - "shortcode" : "female_doctor_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-2695-FE0F" + "unicode" : "1F469-1F3FF-200D-2695-FE0F", + "shortcode" : "female_doctor_dark_skin_tone" }, { "shortcode" : "female_doctor_light_skin_tone", "unicode" : "1F469-1F3FB-200D-2695-FE0F" }, { - "shortcode" : "female_doctor_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-2695-FE0F" + "unicode" : "1F469-1F3FE-200D-2695-FE0F", + "shortcode" : "female_doctor_medium_dark_skin_tone" }, { "shortcode" : "female_doctor_medium_light_skin_tone", "unicode" : "1F469-1F3FC-200D-2695-FE0F" }, { - "shortcode" : "female_doctor_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-2695-FE0F" + "unicode" : "1F469-1F3FD-200D-2695-FE0F", + "shortcode" : "female_doctor_medium_skin_tone" }, { "unicode" : "1F469-1F3FB-200D-2695-FE0F", "shortcode" : "female_doctor_tone1" }, { - "unicode" : "1F469-1F3FC-200D-2695-FE0F", - "shortcode" : "female_doctor_tone2" + "shortcode" : "female_doctor_tone2", + "unicode" : "1F469-1F3FC-200D-2695-FE0F" }, { "shortcode" : "female_doctor_tone3", @@ -3264,20 +3264,20 @@ "unicode" : "1F469-1F3FE-200D-2695-FE0F" }, { - "unicode" : "1F469-1F3FF-200D-2695-FE0F", - "shortcode" : "female_doctor_tone5" + "shortcode" : "female_doctor_tone5", + "unicode" : "1F469-1F3FF-200D-2695-FE0F" }, { - "shortcode" : "female_factory_worker", - "unicode" : "1F469-200D-1F3ED" + "unicode" : "1F469-200D-1F3ED", + "shortcode" : "female_factory_worker" }, { - "unicode" : "1F469-1F3FF-200D-1F3ED", - "shortcode" : "female_factory_worker_dark_skin_tone" + "shortcode" : "female_factory_worker_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-1F3ED" }, { - "unicode" : "1F469-1F3FB-200D-1F3ED", - "shortcode" : "female_factory_worker_light_skin_tone" + "shortcode" : "female_factory_worker_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F3ED" }, { "unicode" : "1F469-1F3FE-200D-1F3ED", @@ -3288,120 +3288,120 @@ "unicode" : "1F469-1F3FC-200D-1F3ED" }, { - "unicode" : "1F469-1F3FD-200D-1F3ED", - "shortcode" : "female_factory_worker_medium_skin_tone" + "shortcode" : "female_factory_worker_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F3ED" }, { "shortcode" : "female_factory_worker_tone1", "unicode" : "1F469-1F3FB-200D-1F3ED" }, { - "shortcode" : "female_factory_worker_tone2", - "unicode" : "1F469-1F3FC-200D-1F3ED" + "unicode" : "1F469-1F3FC-200D-1F3ED", + "shortcode" : "female_factory_worker_tone2" }, { "shortcode" : "female_factory_worker_tone3", "unicode" : "1F469-1F3FD-200D-1F3ED" }, { - "unicode" : "1F469-1F3FE-200D-1F3ED", - "shortcode" : "female_factory_worker_tone4" + "shortcode" : "female_factory_worker_tone4", + "unicode" : "1F469-1F3FE-200D-1F3ED" }, { "shortcode" : "female_factory_worker_tone5", "unicode" : "1F469-1F3FF-200D-1F3ED" }, { - "shortcode" : "female_farmer", - "unicode" : "1F469-200D-1F33E" + "unicode" : "1F469-200D-1F33E", + "shortcode" : "female_farmer" }, { "unicode" : "1F469-1F3FF-200D-1F33E", "shortcode" : "female_farmer_dark_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F33E", - "shortcode" : "female_farmer_light_skin_tone" + "shortcode" : "female_farmer_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F33E" }, { "unicode" : "1F469-1F3FE-200D-1F33E", "shortcode" : "female_farmer_medium_dark_skin_tone" }, { - "shortcode" : "female_farmer_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F33E" + "unicode" : "1F469-1F3FC-200D-1F33E", + "shortcode" : "female_farmer_medium_light_skin_tone" }, { - "shortcode" : "female_farmer_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F33E" + "unicode" : "1F469-1F3FD-200D-1F33E", + "shortcode" : "female_farmer_medium_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F33E", - "shortcode" : "female_farmer_tone1" + "shortcode" : "female_farmer_tone1", + "unicode" : "1F469-1F3FB-200D-1F33E" }, { - "shortcode" : "female_farmer_tone2", - "unicode" : "1F469-1F3FC-200D-1F33E" + "unicode" : "1F469-1F3FC-200D-1F33E", + "shortcode" : "female_farmer_tone2" }, { - "shortcode" : "female_farmer_tone3", - "unicode" : "1F469-1F3FD-200D-1F33E" + "unicode" : "1F469-1F3FD-200D-1F33E", + "shortcode" : "female_farmer_tone3" }, { - "unicode" : "1F469-1F3FE-200D-1F33E", - "shortcode" : "female_farmer_tone4" + "shortcode" : "female_farmer_tone4", + "unicode" : "1F469-1F3FE-200D-1F33E" }, { - "shortcode" : "female_farmer_tone5", - "unicode" : "1F469-1F3FF-200D-1F33E" + "unicode" : "1F469-1F3FF-200D-1F33E", + "shortcode" : "female_farmer_tone5" }, { "shortcode" : "female_firefighter", "unicode" : "1F469-200D-1F692" }, { - "shortcode" : "female_firefighter_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F692" + "unicode" : "1F469-1F3FF-200D-1F692", + "shortcode" : "female_firefighter_dark_skin_tone" }, { - "shortcode" : "female_firefighter_light_skin_tone", - "unicode" : "1F469-1F3FB-200D-1F692" + "unicode" : "1F469-1F3FB-200D-1F692", + "shortcode" : "female_firefighter_light_skin_tone" }, { "unicode" : "1F469-1F3FE-200D-1F692", "shortcode" : "female_firefighter_medium_dark_skin_tone" }, { - "unicode" : "1F469-1F3FC-200D-1F692", - "shortcode" : "female_firefighter_medium_light_skin_tone" + "shortcode" : "female_firefighter_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-1F692" }, { - "shortcode" : "female_firefighter_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F692" + "unicode" : "1F469-1F3FD-200D-1F692", + "shortcode" : "female_firefighter_medium_skin_tone" }, { "unicode" : "1F469-1F3FB-200D-1F692", "shortcode" : "female_firefighter_tone1" }, { - "shortcode" : "female_firefighter_tone2", - "unicode" : "1F469-1F3FC-200D-1F692" + "unicode" : "1F469-1F3FC-200D-1F692", + "shortcode" : "female_firefighter_tone2" }, { - "shortcode" : "female_firefighter_tone3", - "unicode" : "1F469-1F3FD-200D-1F692" + "unicode" : "1F469-1F3FD-200D-1F692", + "shortcode" : "female_firefighter_tone3" }, { - "shortcode" : "female_firefighter_tone4", - "unicode" : "1F469-1F3FE-200D-1F692" + "unicode" : "1F469-1F3FE-200D-1F692", + "shortcode" : "female_firefighter_tone4" }, { "shortcode" : "female_firefighter_tone5", "unicode" : "1F469-1F3FF-200D-1F692" }, { - "shortcode" : "female_guard", - "unicode" : "1F482-200D-2640-FE0F" + "unicode" : "1F482-200D-2640-FE0F", + "shortcode" : "female_guard" }, { "shortcode" : "female_guard_dark_skin_tone", @@ -3412,36 +3412,36 @@ "shortcode" : "female_guard_light_skin_tone" }, { - "shortcode" : "female_guard_medium_dark_skin_tone", - "unicode" : "1F482-1F3FE-200D-2640-FE0F" + "unicode" : "1F482-1F3FE-200D-2640-FE0F", + "shortcode" : "female_guard_medium_dark_skin_tone" }, { "unicode" : "1F482-1F3FC-200D-2640-FE0F", "shortcode" : "female_guard_medium_light_skin_tone" }, { - "shortcode" : "female_guard_medium_skin_tone", - "unicode" : "1F482-1F3FD-200D-2640-FE0F" + "unicode" : "1F482-1F3FD-200D-2640-FE0F", + "shortcode" : "female_guard_medium_skin_tone" }, { - "shortcode" : "female_guard_tone1", - "unicode" : "1F482-1F3FB-200D-2640-FE0F" + "unicode" : "1F482-1F3FB-200D-2640-FE0F", + "shortcode" : "female_guard_tone1" }, { "unicode" : "1F482-1F3FC-200D-2640-FE0F", "shortcode" : "female_guard_tone2" }, { - "unicode" : "1F482-1F3FD-200D-2640-FE0F", - "shortcode" : "female_guard_tone3" + "shortcode" : "female_guard_tone3", + "unicode" : "1F482-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F482-1F3FE-200D-2640-FE0F", - "shortcode" : "female_guard_tone4" + "shortcode" : "female_guard_tone4", + "unicode" : "1F482-1F3FE-200D-2640-FE0F" }, { - "unicode" : "1F482-1F3FF-200D-2640-FE0F", - "shortcode" : "female_guard_tone5" + "shortcode" : "female_guard_tone5", + "unicode" : "1F482-1F3FF-200D-2640-FE0F" }, { "unicode" : "1F469-200D-2696-FE0F", @@ -3468,32 +3468,32 @@ "shortcode" : "female_judge_medium_skin_tone" }, { - "shortcode" : "female_judge_tone1", - "unicode" : "1F469-1F3FB-200D-2696-FE0F" + "unicode" : "1F469-1F3FB-200D-2696-FE0F", + "shortcode" : "female_judge_tone1" }, { - "shortcode" : "female_judge_tone2", - "unicode" : "1F469-1F3FC-200D-2696-FE0F" + "unicode" : "1F469-1F3FC-200D-2696-FE0F", + "shortcode" : "female_judge_tone2" }, { "unicode" : "1F469-1F3FD-200D-2696-FE0F", "shortcode" : "female_judge_tone3" }, { - "unicode" : "1F469-1F3FE-200D-2696-FE0F", - "shortcode" : "female_judge_tone4" + "shortcode" : "female_judge_tone4", + "unicode" : "1F469-1F3FE-200D-2696-FE0F" }, { "unicode" : "1F469-1F3FF-200D-2696-FE0F", "shortcode" : "female_judge_tone5" }, { - "unicode" : "1F469-200D-1F527", - "shortcode" : "female_mechanic" + "shortcode" : "female_mechanic", + "unicode" : "1F469-200D-1F527" }, { - "unicode" : "1F469-1F3FF-200D-1F527", - "shortcode" : "female_mechanic_dark_skin_tone" + "shortcode" : "female_mechanic_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-1F527" }, { "shortcode" : "female_mechanic_light_skin_tone", @@ -3504,8 +3504,8 @@ "shortcode" : "female_mechanic_medium_dark_skin_tone" }, { - "shortcode" : "female_mechanic_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F527" + "unicode" : "1F469-1F3FC-200D-1F527", + "shortcode" : "female_mechanic_medium_light_skin_tone" }, { "unicode" : "1F469-1F3FD-200D-1F527", @@ -3516,68 +3516,68 @@ "shortcode" : "female_mechanic_tone1" }, { - "shortcode" : "female_mechanic_tone2", - "unicode" : "1F469-1F3FC-200D-1F527" + "unicode" : "1F469-1F3FC-200D-1F527", + "shortcode" : "female_mechanic_tone2" }, { "unicode" : "1F469-1F3FD-200D-1F527", "shortcode" : "female_mechanic_tone3" }, { - "shortcode" : "female_mechanic_tone4", - "unicode" : "1F469-1F3FE-200D-1F527" + "unicode" : "1F469-1F3FE-200D-1F527", + "shortcode" : "female_mechanic_tone4" }, { "unicode" : "1F469-1F3FF-200D-1F527", "shortcode" : "female_mechanic_tone5" }, { - "unicode" : "1F469-200D-1F4BC", - "shortcode" : "female_office_worker" + "shortcode" : "female_office_worker", + "unicode" : "1F469-200D-1F4BC" }, { - "shortcode" : "female_office_worker_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F4BC" + "unicode" : "1F469-1F3FF-200D-1F4BC", + "shortcode" : "female_office_worker_dark_skin_tone" }, { "unicode" : "1F469-1F3FB-200D-1F4BC", "shortcode" : "female_office_worker_light_skin_tone" }, { - "shortcode" : "female_office_worker_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-1F4BC" + "unicode" : "1F469-1F3FE-200D-1F4BC", + "shortcode" : "female_office_worker_medium_dark_skin_tone" }, { "shortcode" : "female_office_worker_medium_light_skin_tone", "unicode" : "1F469-1F3FC-200D-1F4BC" }, { - "unicode" : "1F469-1F3FD-200D-1F4BC", - "shortcode" : "female_office_worker_medium_skin_tone" + "shortcode" : "female_office_worker_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F4BC" }, { - "shortcode" : "female_office_worker_tone1", - "unicode" : "1F469-1F3FB-200D-1F4BC" + "unicode" : "1F469-1F3FB-200D-1F4BC", + "shortcode" : "female_office_worker_tone1" }, { "shortcode" : "female_office_worker_tone2", "unicode" : "1F469-1F3FC-200D-1F4BC" }, { - "shortcode" : "female_office_worker_tone3", - "unicode" : "1F469-1F3FD-200D-1F4BC" + "unicode" : "1F469-1F3FD-200D-1F4BC", + "shortcode" : "female_office_worker_tone3" }, { - "shortcode" : "female_office_worker_tone4", - "unicode" : "1F469-1F3FE-200D-1F4BC" + "unicode" : "1F469-1F3FE-200D-1F4BC", + "shortcode" : "female_office_worker_tone4" }, { "unicode" : "1F469-1F3FF-200D-1F4BC", "shortcode" : "female_office_worker_tone5" }, { - "shortcode" : "female_pilot", - "unicode" : "1F469-200D-2708-FE0F" + "unicode" : "1F469-200D-2708-FE0F", + "shortcode" : "female_pilot" }, { "shortcode" : "female_pilot_dark_skin_tone", @@ -3592,8 +3592,8 @@ "shortcode" : "female_pilot_medium_dark_skin_tone" }, { - "unicode" : "1F469-1F3FC-200D-2708-FE0F", - "shortcode" : "female_pilot_medium_light_skin_tone" + "shortcode" : "female_pilot_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-2708-FE0F" }, { "unicode" : "1F469-1F3FD-200D-2708-FE0F", @@ -3636,56 +3636,56 @@ "shortcode" : "female_police_officer_medium_dark_skin_tone" }, { - "unicode" : "1F46E-1F3FC-200D-2640-FE0F", - "shortcode" : "female_police_officer_medium_light_skin_tone" + "shortcode" : "female_police_officer_medium_light_skin_tone", + "unicode" : "1F46E-1F3FC-200D-2640-FE0F" }, { "unicode" : "1F46E-1F3FD-200D-2640-FE0F", "shortcode" : "female_police_officer_medium_skin_tone" }, { - "shortcode" : "female_police_officer_tone1", - "unicode" : "1F46E-1F3FB-200D-2640-FE0F" + "unicode" : "1F46E-1F3FB-200D-2640-FE0F", + "shortcode" : "female_police_officer_tone1" }, { - "unicode" : "1F46E-1F3FC-200D-2640-FE0F", - "shortcode" : "female_police_officer_tone2" + "shortcode" : "female_police_officer_tone2", + "unicode" : "1F46E-1F3FC-200D-2640-FE0F" }, { "shortcode" : "female_police_officer_tone3", "unicode" : "1F46E-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "female_police_officer_tone4", - "unicode" : "1F46E-1F3FE-200D-2640-FE0F" + "unicode" : "1F46E-1F3FE-200D-2640-FE0F", + "shortcode" : "female_police_officer_tone4" }, { - "unicode" : "1F46E-1F3FF-200D-2640-FE0F", - "shortcode" : "female_police_officer_tone5" + "shortcode" : "female_police_officer_tone5", + "unicode" : "1F46E-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F469-200D-1F52C", - "shortcode" : "female_scientist" + "shortcode" : "female_scientist", + "unicode" : "1F469-200D-1F52C" }, { - "shortcode" : "female_scientist_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F52C" + "unicode" : "1F469-1F3FF-200D-1F52C", + "shortcode" : "female_scientist_dark_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F52C", - "shortcode" : "female_scientist_light_skin_tone" + "shortcode" : "female_scientist_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F52C" }, { - "shortcode" : "female_scientist_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-1F52C" + "unicode" : "1F469-1F3FE-200D-1F52C", + "shortcode" : "female_scientist_medium_dark_skin_tone" }, { "shortcode" : "female_scientist_medium_light_skin_tone", "unicode" : "1F469-1F3FC-200D-1F52C" }, { - "shortcode" : "female_scientist_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F52C" + "unicode" : "1F469-1F3FD-200D-1F52C", + "shortcode" : "female_scientist_medium_skin_tone" }, { "unicode" : "1F469-1F3FB-200D-1F52C", @@ -3696,8 +3696,8 @@ "unicode" : "1F469-1F3FC-200D-1F52C" }, { - "shortcode" : "female_scientist_tone3", - "unicode" : "1F469-1F3FD-200D-1F52C" + "unicode" : "1F469-1F3FD-200D-1F52C", + "shortcode" : "female_scientist_tone3" }, { "unicode" : "1F469-1F3FE-200D-1F52C", @@ -3708,20 +3708,20 @@ "shortcode" : "female_scientist_tone5" }, { - "unicode" : "2640", - "shortcode" : "female_sign" + "shortcode" : "female_sign", + "unicode" : "2640" }, { - "shortcode" : "female_singer", - "unicode" : "1F469-200D-1F3A4" + "unicode" : "1F469-200D-1F3A4", + "shortcode" : "female_singer" }, { "shortcode" : "female_singer_dark_skin_tone", "unicode" : "1F469-1F3FF-200D-1F3A4" }, { - "unicode" : "1F469-1F3FB-200D-1F3A4", - "shortcode" : "female_singer_light_skin_tone" + "shortcode" : "female_singer_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F3A4" }, { "shortcode" : "female_singer_medium_dark_skin_tone", @@ -3732,8 +3732,8 @@ "unicode" : "1F469-1F3FC-200D-1F3A4" }, { - "unicode" : "1F469-1F3FD-200D-1F3A4", - "shortcode" : "female_singer_medium_skin_tone" + "shortcode" : "female_singer_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F3A4" }, { "shortcode" : "female_singer_tone1", @@ -3748,12 +3748,12 @@ "unicode" : "1F469-1F3FD-200D-1F3A4" }, { - "unicode" : "1F469-1F3FE-200D-1F3A4", - "shortcode" : "female_singer_tone4" + "shortcode" : "female_singer_tone4", + "unicode" : "1F469-1F3FE-200D-1F3A4" }, { - "shortcode" : "female_singer_tone5", - "unicode" : "1F469-1F3FF-200D-1F3A4" + "unicode" : "1F469-1F3FF-200D-1F3A4", + "shortcode" : "female_singer_tone5" }, { "shortcode" : "female_student", @@ -3768,8 +3768,8 @@ "shortcode" : "female_student_light_skin_tone" }, { - "shortcode" : "female_student_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-1F393" + "unicode" : "1F469-1F3FE-200D-1F393", + "shortcode" : "female_student_medium_dark_skin_tone" }, { "unicode" : "1F469-1F3FC-200D-1F393", @@ -3788,32 +3788,32 @@ "unicode" : "1F469-1F3FC-200D-1F393" }, { - "shortcode" : "female_student_tone3", - "unicode" : "1F469-1F3FD-200D-1F393" + "unicode" : "1F469-1F3FD-200D-1F393", + "shortcode" : "female_student_tone3" }, { - "shortcode" : "female_student_tone4", - "unicode" : "1F469-1F3FE-200D-1F393" + "unicode" : "1F469-1F3FE-200D-1F393", + "shortcode" : "female_student_tone4" }, { - "unicode" : "1F469-1F3FF-200D-1F393", - "shortcode" : "female_student_tone5" + "shortcode" : "female_student_tone5", + "unicode" : "1F469-1F3FF-200D-1F393" }, { - "unicode" : "1F469-200D-1F3EB", - "shortcode" : "female_teacher" + "shortcode" : "female_teacher", + "unicode" : "1F469-200D-1F3EB" }, { "shortcode" : "female_teacher_dark_skin_tone", "unicode" : "1F469-1F3FF-200D-1F3EB" }, { - "unicode" : "1F469-1F3FB-200D-1F3EB", - "shortcode" : "female_teacher_light_skin_tone" + "shortcode" : "female_teacher_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F3EB" }, { - "unicode" : "1F469-1F3FE-200D-1F3EB", - "shortcode" : "female_teacher_medium_dark_skin_tone" + "shortcode" : "female_teacher_medium_dark_skin_tone", + "unicode" : "1F469-1F3FE-200D-1F3EB" }, { "unicode" : "1F469-1F3FC-200D-1F3EB", @@ -3824,24 +3824,24 @@ "shortcode" : "female_teacher_medium_skin_tone" }, { - "shortcode" : "female_teacher_tone1", - "unicode" : "1F469-1F3FB-200D-1F3EB" + "unicode" : "1F469-1F3FB-200D-1F3EB", + "shortcode" : "female_teacher_tone1" }, { - "unicode" : "1F469-1F3FC-200D-1F3EB", - "shortcode" : "female_teacher_tone2" + "shortcode" : "female_teacher_tone2", + "unicode" : "1F469-1F3FC-200D-1F3EB" }, { "shortcode" : "female_teacher_tone3", "unicode" : "1F469-1F3FD-200D-1F3EB" }, { - "unicode" : "1F469-1F3FE-200D-1F3EB", - "shortcode" : "female_teacher_tone4" + "shortcode" : "female_teacher_tone4", + "unicode" : "1F469-1F3FE-200D-1F3EB" }, { - "shortcode" : "female_teacher_tone5", - "unicode" : "1F469-1F3FF-200D-1F3EB" + "unicode" : "1F469-1F3FF-200D-1F3EB", + "shortcode" : "female_teacher_tone5" }, { "unicode" : "1F469-200D-1F4BB", @@ -3852,20 +3852,20 @@ "unicode" : "1F469-1F3FF-200D-1F4BB" }, { - "unicode" : "1F469-1F3FB-200D-1F4BB", - "shortcode" : "female_technologist_light_skin_tone" + "shortcode" : "female_technologist_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F4BB" }, { - "unicode" : "1F469-1F3FE-200D-1F4BB", - "shortcode" : "female_technologist_medium_dark_skin_tone" + "shortcode" : "female_technologist_medium_dark_skin_tone", + "unicode" : "1F469-1F3FE-200D-1F4BB" }, { "unicode" : "1F469-1F3FC-200D-1F4BB", "shortcode" : "female_technologist_medium_light_skin_tone" }, { - "unicode" : "1F469-1F3FD-200D-1F4BB", - "shortcode" : "female_technologist_medium_skin_tone" + "shortcode" : "female_technologist_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F4BB" }, { "unicode" : "1F469-1F3FB-200D-1F4BB", @@ -3876,8 +3876,8 @@ "shortcode" : "female_technologist_tone2" }, { - "unicode" : "1F469-1F3FD-200D-1F4BB", - "shortcode" : "female_technologist_tone3" + "shortcode" : "female_technologist_tone3", + "unicode" : "1F469-1F3FD-200D-1F4BB" }, { "unicode" : "1F469-1F3FE-200D-1F4BB", @@ -3892,28 +3892,28 @@ "shortcode" : "fencer" }, { - "shortcode" : "fencing", - "unicode" : "1F93A" + "unicode" : "1F93A", + "shortcode" : "fencing" }, { - "unicode" : "1F3A1", - "shortcode" : "ferris_wheel" + "shortcode" : "ferris_wheel", + "unicode" : "1F3A1" }, { - "shortcode" : "ferry", - "unicode" : "26F4" + "unicode" : "26F4", + "shortcode" : "ferry" }, { - "shortcode" : "fi", - "unicode" : "1F1EB-1F1EE" + "unicode" : "1F1EB-1F1EE", + "shortcode" : "fi" }, { "unicode" : "1F3D1", "shortcode" : "field_hockey" }, { - "shortcode" : "field_hockey_stick_and_ball", - "unicode" : "1F3D1" + "unicode" : "1F3D1", + "shortcode" : "field_hockey_stick_and_ball" }, { "unicode" : "1F5C4", @@ -3932,20 +3932,20 @@ "unicode" : "1F4FD" }, { - "unicode" : "1F91E", - "shortcode" : "fingers_crossed" + "shortcode" : "fingers_crossed", + "unicode" : "1F91E" }, { - "unicode" : "1F91E-1F3FB", - "shortcode" : "fingers_crossed_tone1" + "shortcode" : "fingers_crossed_tone1", + "unicode" : "1F91E-1F3FB" }, { "unicode" : "1F91E-1F3FC", "shortcode" : "fingers_crossed_tone2" }, { - "unicode" : "1F91E-1F3FD", - "shortcode" : "fingers_crossed_tone3" + "shortcode" : "fingers_crossed_tone3", + "unicode" : "1F91E-1F3FD" }, { "unicode" : "1F91E-1F3FE", @@ -3956,24 +3956,24 @@ "unicode" : "1F91E-1F3FF" }, { - "shortcode" : "fire", - "unicode" : "1F525" + "unicode" : "1F525", + "shortcode" : "fire" }, { - "unicode" : "1F692", - "shortcode" : "fire_engine" + "shortcode" : "fire_engine", + "unicode" : "1F692" }, { - "unicode" : "1F386", - "shortcode" : "fireworks" + "shortcode" : "fireworks", + "unicode" : "1F386" }, { - "shortcode" : "first_place", - "unicode" : "1F947" + "unicode" : "1F947", + "shortcode" : "first_place" }, { - "shortcode" : "first_place_medal", - "unicode" : "1F947" + "unicode" : "1F947", + "shortcode" : "first_place_medal" }, { "shortcode" : "first_quarter_moon", @@ -3984,40 +3984,40 @@ "shortcode" : "first_quarter_moon_with_face" }, { - "unicode" : "1F41F", - "shortcode" : "fish" + "shortcode" : "fish", + "unicode" : "1F41F" }, { "unicode" : "1F365", "shortcode" : "fish_cake" }, { - "shortcode" : "fishing_pole_and_fish", - "unicode" : "1F3A3" + "unicode" : "1F3A3", + "shortcode" : "fishing_pole_and_fish" }, { - "shortcode" : "fist", - "unicode" : "270A" + "unicode" : "270A", + "shortcode" : "fist" }, { - "unicode" : "270A-1F3FF", - "shortcode" : "fist_dark_skin_tone" + "shortcode" : "fist_dark_skin_tone", + "unicode" : "270A-1F3FF" }, { - "shortcode" : "fist_light_skin_tone", - "unicode" : "270A-1F3FB" + "unicode" : "270A-1F3FB", + "shortcode" : "fist_light_skin_tone" }, { "shortcode" : "fist_medium_dark_skin_tone", "unicode" : "270A-1F3FE" }, { - "unicode" : "270A-1F3FC", - "shortcode" : "fist_medium_light_skin_tone" + "shortcode" : "fist_medium_light_skin_tone", + "unicode" : "270A-1F3FC" }, { - "unicode" : "270A-1F3FD", - "shortcode" : "fist_medium_skin_tone" + "shortcode" : "fist_medium_skin_tone", + "unicode" : "270A-1F3FD" }, { "shortcode" : "fist_tone1", @@ -4040,28 +4040,28 @@ "unicode" : "270A-1F3FF" }, { - "unicode" : "0035-20E3", - "shortcode" : "five" + "shortcode" : "five", + "unicode" : "0035-20E3" }, { - "unicode" : "1F1EB-1F1EF", - "shortcode" : "fj" + "shortcode" : "fj", + "unicode" : "1F1EB-1F1EF" }, { "unicode" : "1F1EB-1F1F0", "shortcode" : "fk" }, { - "shortcode" : "flag_ac", - "unicode" : "1F1E6-1F1E8" + "unicode" : "1F1E6-1F1E8", + "shortcode" : "flag_ac" }, { "shortcode" : "flag_ad", "unicode" : "1F1E6-1F1E9" }, { - "unicode" : "1F1E6-1F1EA", - "shortcode" : "flag_ae" + "shortcode" : "flag_ae", + "unicode" : "1F1E6-1F1EA" }, { "shortcode" : "flag_af", @@ -4088,44 +4088,44 @@ "unicode" : "1F1E6-1F1F4" }, { - "shortcode" : "flag_aq", - "unicode" : "1F1E6-1F1F6" + "unicode" : "1F1E6-1F1F6", + "shortcode" : "flag_aq" }, { "shortcode" : "flag_ar", "unicode" : "1F1E6-1F1F7" }, { - "shortcode" : "flag_as", - "unicode" : "1F1E6-1F1F8" + "unicode" : "1F1E6-1F1F8", + "shortcode" : "flag_as" }, { "shortcode" : "flag_at", "unicode" : "1F1E6-1F1F9" }, { - "shortcode" : "flag_au", - "unicode" : "1F1E6-1F1FA" + "unicode" : "1F1E6-1F1FA", + "shortcode" : "flag_au" }, { - "unicode" : "1F1E6-1F1FC", - "shortcode" : "flag_aw" + "shortcode" : "flag_aw", + "unicode" : "1F1E6-1F1FC" }, { "shortcode" : "flag_ax", "unicode" : "1F1E6-1F1FD" }, { - "shortcode" : "flag_az", - "unicode" : "1F1E6-1F1FF" + "unicode" : "1F1E6-1F1FF", + "shortcode" : "flag_az" }, { "unicode" : "1F1E7-1F1E6", "shortcode" : "flag_ba" }, { - "shortcode" : "flag_bb", - "unicode" : "1F1E7-1F1E7" + "unicode" : "1F1E7-1F1E7", + "shortcode" : "flag_bb" }, { "shortcode" : "flag_bd", @@ -4136,16 +4136,16 @@ "shortcode" : "flag_be" }, { - "unicode" : "1F1E7-1F1EB", - "shortcode" : "flag_bf" + "shortcode" : "flag_bf", + "unicode" : "1F1E7-1F1EB" }, { "unicode" : "1F1E7-1F1EC", "shortcode" : "flag_bg" }, { - "shortcode" : "flag_bh", - "unicode" : "1F1E7-1F1ED" + "unicode" : "1F1E7-1F1ED", + "shortcode" : "flag_bh" }, { "unicode" : "1F1E7-1F1EE", @@ -4156,84 +4156,84 @@ "shortcode" : "flag_bj" }, { - "unicode" : "1F1E7-1F1F1", - "shortcode" : "flag_bl" + "shortcode" : "flag_bl", + "unicode" : "1F1E7-1F1F1" }, { - "shortcode" : "flag_black", - "unicode" : "1F3F4" + "unicode" : "1F3F4", + "shortcode" : "flag_black" }, { "shortcode" : "flag_bm", "unicode" : "1F1E7-1F1F2" }, { - "unicode" : "1F1E7-1F1F3", - "shortcode" : "flag_bn" + "shortcode" : "flag_bn", + "unicode" : "1F1E7-1F1F3" }, { "shortcode" : "flag_bo", "unicode" : "1F1E7-1F1F4" }, { - "unicode" : "1F1E7-1F1F6", - "shortcode" : "flag_bq" + "shortcode" : "flag_bq", + "unicode" : "1F1E7-1F1F6" }, { - "shortcode" : "flag_br", - "unicode" : "1F1E7-1F1F7" + "unicode" : "1F1E7-1F1F7", + "shortcode" : "flag_br" }, { "shortcode" : "flag_bs", "unicode" : "1F1E7-1F1F8" }, { - "unicode" : "1F1E7-1F1F9", - "shortcode" : "flag_bt" + "shortcode" : "flag_bt", + "unicode" : "1F1E7-1F1F9" }, { - "unicode" : "1F1E7-1F1FB", - "shortcode" : "flag_bv" + "shortcode" : "flag_bv", + "unicode" : "1F1E7-1F1FB" }, { - "unicode" : "1F1E7-1F1FC", - "shortcode" : "flag_bw" + "shortcode" : "flag_bw", + "unicode" : "1F1E7-1F1FC" }, { - "unicode" : "1F1E7-1F1FE", - "shortcode" : "flag_by" + "shortcode" : "flag_by", + "unicode" : "1F1E7-1F1FE" }, { - "shortcode" : "flag_bz", - "unicode" : "1F1E7-1F1FF" + "unicode" : "1F1E7-1F1FF", + "shortcode" : "flag_bz" }, { "unicode" : "1F1E8-1F1E6", "shortcode" : "flag_ca" }, { - "shortcode" : "flag_cc", - "unicode" : "1F1E8-1F1E8" + "unicode" : "1F1E8-1F1E8", + "shortcode" : "flag_cc" }, { - "unicode" : "1F1E8-1F1E9", - "shortcode" : "flag_cd" + "shortcode" : "flag_cd", + "unicode" : "1F1E8-1F1E9" }, { - "shortcode" : "flag_cf", - "unicode" : "1F1E8-1F1EB" + "unicode" : "1F1E8-1F1EB", + "shortcode" : "flag_cf" }, { - "unicode" : "1F1E8-1F1EC", - "shortcode" : "flag_cg" + "shortcode" : "flag_cg", + "unicode" : "1F1E8-1F1EC" }, { "shortcode" : "flag_ch", "unicode" : "1F1E8-1F1ED" }, { - "unicode" : "1F1E8-1F1EE", - "shortcode" : "flag_ci" + "shortcode" : "flag_ci", + "unicode" : "1F1E8-1F1EE" }, { "unicode" : "1F1E8-1F1F0", @@ -4248,20 +4248,20 @@ "unicode" : "1F1E8-1F1F2" }, { - "shortcode" : "flag_cn", - "unicode" : "1F1E8-1F1F3" + "unicode" : "1F1E8-1F1F3", + "shortcode" : "flag_cn" }, { - "shortcode" : "flag_co", - "unicode" : "1F1E8-1F1F4" + "unicode" : "1F1E8-1F1F4", + "shortcode" : "flag_co" }, { "unicode" : "1F1E8-1F1F5", "shortcode" : "flag_cp" }, { - "unicode" : "1F1E8-1F1F7", - "shortcode" : "flag_cr" + "shortcode" : "flag_cr", + "unicode" : "1F1E8-1F1F7" }, { "unicode" : "1F1E8-1F1FA", @@ -4276,32 +4276,32 @@ "shortcode" : "flag_cw" }, { - "unicode" : "1F1E8-1F1FD", - "shortcode" : "flag_cx" + "shortcode" : "flag_cx", + "unicode" : "1F1E8-1F1FD" }, { - "unicode" : "1F1E8-1F1FE", - "shortcode" : "flag_cy" + "shortcode" : "flag_cy", + "unicode" : "1F1E8-1F1FE" }, { "unicode" : "1F1E8-1F1FF", "shortcode" : "flag_cz" }, { - "shortcode" : "flag_de", - "unicode" : "1F1E9-1F1EA" + "unicode" : "1F1E9-1F1EA", + "shortcode" : "flag_de" }, { - "shortcode" : "flag_dg", - "unicode" : "1F1E9-1F1EC" + "unicode" : "1F1E9-1F1EC", + "shortcode" : "flag_dg" }, { "unicode" : "1F1E9-1F1EF", "shortcode" : "flag_dj" }, { - "unicode" : "1F1E9-1F1F0", - "shortcode" : "flag_dk" + "shortcode" : "flag_dk", + "unicode" : "1F1E9-1F1F0" }, { "unicode" : "1F1E9-1F1F2", @@ -4324,20 +4324,20 @@ "unicode" : "1F1EA-1F1E8" }, { - "shortcode" : "flag_ee", - "unicode" : "1F1EA-1F1EA" + "unicode" : "1F1EA-1F1EA", + "shortcode" : "flag_ee" }, { - "unicode" : "1F1EA-1F1EC", - "shortcode" : "flag_eg" + "shortcode" : "flag_eg", + "unicode" : "1F1EA-1F1EC" }, { - "shortcode" : "flag_eh", - "unicode" : "1F1EA-1F1ED" + "unicode" : "1F1EA-1F1ED", + "shortcode" : "flag_eh" }, { - "unicode" : "1F1EA-1F1F7", - "shortcode" : "flag_er" + "shortcode" : "flag_er", + "unicode" : "1F1EA-1F1F7" }, { "unicode" : "1F1EA-1F1F8", @@ -4348,8 +4348,8 @@ "shortcode" : "flag_et" }, { - "shortcode" : "flag_eu", - "unicode" : "1F1EA-1F1FA" + "unicode" : "1F1EA-1F1FA", + "shortcode" : "flag_eu" }, { "unicode" : "1F1EB-1F1EE", @@ -4360,8 +4360,8 @@ "unicode" : "1F1EB-1F1EF" }, { - "unicode" : "1F1EB-1F1F0", - "shortcode" : "flag_fk" + "shortcode" : "flag_fk", + "unicode" : "1F1EB-1F1F0" }, { "shortcode" : "flag_fm", @@ -4384,12 +4384,12 @@ "unicode" : "1F1EC-1F1E7" }, { - "shortcode" : "flag_gd", - "unicode" : "1F1EC-1F1E9" + "unicode" : "1F1EC-1F1E9", + "shortcode" : "flag_gd" }, { - "unicode" : "1F1EC-1F1EA", - "shortcode" : "flag_ge" + "shortcode" : "flag_ge", + "unicode" : "1F1EC-1F1EA" }, { "unicode" : "1F1EC-1F1EB", @@ -4416,32 +4416,32 @@ "shortcode" : "flag_gm" }, { - "unicode" : "1F1EC-1F1F3", - "shortcode" : "flag_gn" + "shortcode" : "flag_gn", + "unicode" : "1F1EC-1F1F3" }, { - "unicode" : "1F1EC-1F1F5", - "shortcode" : "flag_gp" + "shortcode" : "flag_gp", + "unicode" : "1F1EC-1F1F5" }, { "unicode" : "1F1EC-1F1F6", "shortcode" : "flag_gq" }, { - "unicode" : "1F1EC-1F1F7", - "shortcode" : "flag_gr" + "shortcode" : "flag_gr", + "unicode" : "1F1EC-1F1F7" }, { - "shortcode" : "flag_gs", - "unicode" : "1F1EC-1F1F8" + "unicode" : "1F1EC-1F1F8", + "shortcode" : "flag_gs" }, { "unicode" : "1F1EC-1F1F9", "shortcode" : "flag_gt" }, { - "unicode" : "1F1EC-1F1FA", - "shortcode" : "flag_gu" + "shortcode" : "flag_gu", + "unicode" : "1F1EC-1F1FA" }, { "unicode" : "1F1EC-1F1FC", @@ -4456,24 +4456,24 @@ "shortcode" : "flag_hk" }, { - "shortcode" : "flag_hm", - "unicode" : "1F1ED-1F1F2" + "unicode" : "1F1ED-1F1F2", + "shortcode" : "flag_hm" }, { "shortcode" : "flag_hn", "unicode" : "1F1ED-1F1F3" }, { - "shortcode" : "flag_hr", - "unicode" : "1F1ED-1F1F7" + "unicode" : "1F1ED-1F1F7", + "shortcode" : "flag_hr" }, { "shortcode" : "flag_ht", "unicode" : "1F1ED-1F1F9" }, { - "shortcode" : "flag_hu", - "unicode" : "1F1ED-1F1FA" + "unicode" : "1F1ED-1F1FA", + "shortcode" : "flag_hu" }, { "unicode" : "1F1EE-1F1E8", @@ -4484,8 +4484,8 @@ "unicode" : "1F1EE-1F1E9" }, { - "unicode" : "1F1EE-1F1EA", - "shortcode" : "flag_ie" + "shortcode" : "flag_ie", + "unicode" : "1F1EE-1F1EA" }, { "shortcode" : "flag_il", @@ -4500,32 +4500,32 @@ "shortcode" : "flag_in" }, { - "shortcode" : "flag_io", - "unicode" : "1F1EE-1F1F4" + "unicode" : "1F1EE-1F1F4", + "shortcode" : "flag_io" }, { - "unicode" : "1F1EE-1F1F6", - "shortcode" : "flag_iq" + "shortcode" : "flag_iq", + "unicode" : "1F1EE-1F1F6" }, { - "shortcode" : "flag_ir", - "unicode" : "1F1EE-1F1F7" + "unicode" : "1F1EE-1F1F7", + "shortcode" : "flag_ir" }, { "unicode" : "1F1EE-1F1F8", "shortcode" : "flag_is" }, { - "shortcode" : "flag_it", - "unicode" : "1F1EE-1F1F9" + "unicode" : "1F1EE-1F1F9", + "shortcode" : "flag_it" }, { - "shortcode" : "flag_je", - "unicode" : "1F1EF-1F1EA" + "unicode" : "1F1EF-1F1EA", + "shortcode" : "flag_je" }, { - "unicode" : "1F1EF-1F1F2", - "shortcode" : "flag_jm" + "shortcode" : "flag_jm", + "unicode" : "1F1EF-1F1F2" }, { "shortcode" : "flag_jo", @@ -4540,32 +4540,32 @@ "unicode" : "1F1F0-1F1EA" }, { - "unicode" : "1F1F0-1F1EC", - "shortcode" : "flag_kg" + "shortcode" : "flag_kg", + "unicode" : "1F1F0-1F1EC" }, { "unicode" : "1F1F0-1F1ED", "shortcode" : "flag_kh" }, { - "shortcode" : "flag_ki", - "unicode" : "1F1F0-1F1EE" + "unicode" : "1F1F0-1F1EE", + "shortcode" : "flag_ki" }, { - "shortcode" : "flag_km", - "unicode" : "1F1F0-1F1F2" + "unicode" : "1F1F0-1F1F2", + "shortcode" : "flag_km" }, { - "unicode" : "1F1F0-1F1F3", - "shortcode" : "flag_kn" + "shortcode" : "flag_kn", + "unicode" : "1F1F0-1F1F3" }, { - "unicode" : "1F1F0-1F1F5", - "shortcode" : "flag_kp" + "shortcode" : "flag_kp", + "unicode" : "1F1F0-1F1F5" }, { - "unicode" : "1F1F0-1F1F7", - "shortcode" : "flag_kr" + "shortcode" : "flag_kr", + "unicode" : "1F1F0-1F1F7" }, { "unicode" : "1F1F0-1F1FC", @@ -4588,16 +4588,16 @@ "shortcode" : "flag_lb" }, { - "unicode" : "1F1F1-1F1E8", - "shortcode" : "flag_lc" + "shortcode" : "flag_lc", + "unicode" : "1F1F1-1F1E8" }, { - "unicode" : "1F1F1-1F1EE", - "shortcode" : "flag_li" + "shortcode" : "flag_li", + "unicode" : "1F1F1-1F1EE" }, { - "shortcode" : "flag_lk", - "unicode" : "1F1F1-1F1F0" + "unicode" : "1F1F1-1F1F0", + "shortcode" : "flag_lk" }, { "unicode" : "1F1F1-1F1F7", @@ -4608,8 +4608,8 @@ "unicode" : "1F1F1-1F1F8" }, { - "unicode" : "1F1F1-1F1F9", - "shortcode" : "flag_lt" + "shortcode" : "flag_lt", + "unicode" : "1F1F1-1F1F9" }, { "unicode" : "1F1F1-1F1FA", @@ -4620,52 +4620,52 @@ "shortcode" : "flag_lv" }, { - "unicode" : "1F1F1-1F1FE", - "shortcode" : "flag_ly" + "shortcode" : "flag_ly", + "unicode" : "1F1F1-1F1FE" }, { - "unicode" : "1F1F2-1F1E6", - "shortcode" : "flag_ma" + "shortcode" : "flag_ma", + "unicode" : "1F1F2-1F1E6" }, { - "shortcode" : "flag_mc", - "unicode" : "1F1F2-1F1E8" + "unicode" : "1F1F2-1F1E8", + "shortcode" : "flag_mc" }, { "unicode" : "1F1F2-1F1E9", "shortcode" : "flag_md" }, { - "unicode" : "1F1F2-1F1EA", - "shortcode" : "flag_me" + "shortcode" : "flag_me", + "unicode" : "1F1F2-1F1EA" }, { "unicode" : "1F1F2-1F1EB", "shortcode" : "flag_mf" }, { - "unicode" : "1F1F2-1F1EC", - "shortcode" : "flag_mg" + "shortcode" : "flag_mg", + "unicode" : "1F1F2-1F1EC" }, { - "unicode" : "1F1F2-1F1ED", - "shortcode" : "flag_mh" + "shortcode" : "flag_mh", + "unicode" : "1F1F2-1F1ED" }, { "shortcode" : "flag_mk", "unicode" : "1F1F2-1F1F0" }, { - "shortcode" : "flag_ml", - "unicode" : "1F1F2-1F1F1" + "unicode" : "1F1F2-1F1F1", + "shortcode" : "flag_ml" }, { "shortcode" : "flag_mm", "unicode" : "1F1F2-1F1F2" }, { - "shortcode" : "flag_mn", - "unicode" : "1F1F2-1F1F3" + "unicode" : "1F1F2-1F1F3", + "shortcode" : "flag_mn" }, { "shortcode" : "flag_mo", @@ -4676,8 +4676,8 @@ "unicode" : "1F1F2-1F1F5" }, { - "unicode" : "1F1F2-1F1F6", - "shortcode" : "flag_mq" + "shortcode" : "flag_mq", + "unicode" : "1F1F2-1F1F6" }, { "unicode" : "1F1F2-1F1F7", @@ -4688,52 +4688,52 @@ "unicode" : "1F1F2-1F1F8" }, { - "shortcode" : "flag_mt", - "unicode" : "1F1F2-1F1F9" + "unicode" : "1F1F2-1F1F9", + "shortcode" : "flag_mt" }, { - "shortcode" : "flag_mu", - "unicode" : "1F1F2-1F1FA" + "unicode" : "1F1F2-1F1FA", + "shortcode" : "flag_mu" }, { - "unicode" : "1F1F2-1F1FB", - "shortcode" : "flag_mv" + "shortcode" : "flag_mv", + "unicode" : "1F1F2-1F1FB" }, { - "shortcode" : "flag_mw", - "unicode" : "1F1F2-1F1FC" + "unicode" : "1F1F2-1F1FC", + "shortcode" : "flag_mw" }, { - "unicode" : "1F1F2-1F1FD", - "shortcode" : "flag_mx" + "shortcode" : "flag_mx", + "unicode" : "1F1F2-1F1FD" }, { - "unicode" : "1F1F2-1F1FE", - "shortcode" : "flag_my" + "shortcode" : "flag_my", + "unicode" : "1F1F2-1F1FE" }, { "shortcode" : "flag_mz", "unicode" : "1F1F2-1F1FF" }, { - "unicode" : "1F1F3-1F1E6", - "shortcode" : "flag_na" + "shortcode" : "flag_na", + "unicode" : "1F1F3-1F1E6" }, { "shortcode" : "flag_nc", "unicode" : "1F1F3-1F1E8" }, { - "unicode" : "1F1F3-1F1EA", - "shortcode" : "flag_ne" + "shortcode" : "flag_ne", + "unicode" : "1F1F3-1F1EA" }, { - "unicode" : "1F1F3-1F1EB", - "shortcode" : "flag_nf" + "shortcode" : "flag_nf", + "unicode" : "1F1F3-1F1EB" }, { - "unicode" : "1F1F3-1F1EC", - "shortcode" : "flag_ng" + "shortcode" : "flag_ng", + "unicode" : "1F1F3-1F1EC" }, { "unicode" : "1F1F3-1F1EE", @@ -4744,8 +4744,8 @@ "unicode" : "1F1F3-1F1F1" }, { - "unicode" : "1F1F3-1F1F4", - "shortcode" : "flag_no" + "shortcode" : "flag_no", + "unicode" : "1F1F3-1F1F4" }, { "unicode" : "1F1F3-1F1F5", @@ -4756,32 +4756,32 @@ "shortcode" : "flag_nr" }, { - "unicode" : "1F1F3-1F1FA", - "shortcode" : "flag_nu" + "shortcode" : "flag_nu", + "unicode" : "1F1F3-1F1FA" }, { - "shortcode" : "flag_nz", - "unicode" : "1F1F3-1F1FF" + "unicode" : "1F1F3-1F1FF", + "shortcode" : "flag_nz" }, { - "shortcode" : "flag_om", - "unicode" : "1F1F4-1F1F2" + "unicode" : "1F1F4-1F1F2", + "shortcode" : "flag_om" }, { - "shortcode" : "flag_pa", - "unicode" : "1F1F5-1F1E6" + "unicode" : "1F1F5-1F1E6", + "shortcode" : "flag_pa" }, { - "unicode" : "1F1F5-1F1EA", - "shortcode" : "flag_pe" + "shortcode" : "flag_pe", + "unicode" : "1F1F5-1F1EA" }, { - "unicode" : "1F1F5-1F1EB", - "shortcode" : "flag_pf" + "shortcode" : "flag_pf", + "unicode" : "1F1F5-1F1EB" }, { - "unicode" : "1F1F5-1F1EC", - "shortcode" : "flag_pg" + "shortcode" : "flag_pg", + "unicode" : "1F1F5-1F1EC" }, { "unicode" : "1F1F5-1F1ED", @@ -4796,44 +4796,44 @@ "unicode" : "1F1F5-1F1F1" }, { - "unicode" : "1F1F5-1F1F2", - "shortcode" : "flag_pm" + "shortcode" : "flag_pm", + "unicode" : "1F1F5-1F1F2" }, { "unicode" : "1F1F5-1F1F3", "shortcode" : "flag_pn" }, { - "shortcode" : "flag_pr", - "unicode" : "1F1F5-1F1F7" + "unicode" : "1F1F5-1F1F7", + "shortcode" : "flag_pr" }, { "unicode" : "1F1F5-1F1F8", "shortcode" : "flag_ps" }, { - "shortcode" : "flag_pt", - "unicode" : "1F1F5-1F1F9" + "unicode" : "1F1F5-1F1F9", + "shortcode" : "flag_pt" }, { "unicode" : "1F1F5-1F1FC", "shortcode" : "flag_pw" }, { - "unicode" : "1F1F5-1F1FE", - "shortcode" : "flag_py" + "shortcode" : "flag_py", + "unicode" : "1F1F5-1F1FE" }, { - "unicode" : "1F1F6-1F1E6", - "shortcode" : "flag_qa" + "shortcode" : "flag_qa", + "unicode" : "1F1F6-1F1E6" }, { "shortcode" : "flag_re", "unicode" : "1F1F7-1F1EA" }, { - "unicode" : "1F1F7-1F1F4", - "shortcode" : "flag_ro" + "shortcode" : "flag_ro", + "unicode" : "1F1F7-1F1F4" }, { "unicode" : "1F1F7-1F1F8", @@ -4852,48 +4852,48 @@ "unicode" : "1F1F8-1F1E6" }, { - "shortcode" : "flag_sb", - "unicode" : "1F1F8-1F1E7" + "unicode" : "1F1F8-1F1E7", + "shortcode" : "flag_sb" }, { "shortcode" : "flag_sc", "unicode" : "1F1F8-1F1E8" }, { - "shortcode" : "flag_sd", - "unicode" : "1F1F8-1F1E9" + "unicode" : "1F1F8-1F1E9", + "shortcode" : "flag_sd" }, { "shortcode" : "flag_se", "unicode" : "1F1F8-1F1EA" }, { - "shortcode" : "flag_sg", - "unicode" : "1F1F8-1F1EC" + "unicode" : "1F1F8-1F1EC", + "shortcode" : "flag_sg" }, { - "shortcode" : "flag_sh", - "unicode" : "1F1F8-1F1ED" + "unicode" : "1F1F8-1F1ED", + "shortcode" : "flag_sh" }, { - "shortcode" : "flag_si", - "unicode" : "1F1F8-1F1EE" + "unicode" : "1F1F8-1F1EE", + "shortcode" : "flag_si" }, { - "shortcode" : "flag_sj", - "unicode" : "1F1F8-1F1EF" + "unicode" : "1F1F8-1F1EF", + "shortcode" : "flag_sj" }, { - "unicode" : "1F1F8-1F1F0", - "shortcode" : "flag_sk" + "shortcode" : "flag_sk", + "unicode" : "1F1F8-1F1F0" }, { - "unicode" : "1F1F8-1F1F1", - "shortcode" : "flag_sl" + "shortcode" : "flag_sl", + "unicode" : "1F1F8-1F1F1" }, { - "unicode" : "1F1F8-1F1F2", - "shortcode" : "flag_sm" + "shortcode" : "flag_sm", + "unicode" : "1F1F8-1F1F2" }, { "shortcode" : "flag_sn", @@ -4904,24 +4904,24 @@ "unicode" : "1F1F8-1F1F4" }, { - "shortcode" : "flag_sr", - "unicode" : "1F1F8-1F1F7" + "unicode" : "1F1F8-1F1F7", + "shortcode" : "flag_sr" }, { - "shortcode" : "flag_ss", - "unicode" : "1F1F8-1F1F8" + "unicode" : "1F1F8-1F1F8", + "shortcode" : "flag_ss" }, { - "shortcode" : "flag_st", - "unicode" : "1F1F8-1F1F9" + "unicode" : "1F1F8-1F1F9", + "shortcode" : "flag_st" }, { "unicode" : "1F1F8-1F1FB", "shortcode" : "flag_sv" }, { - "unicode" : "1F1F8-1F1FD", - "shortcode" : "flag_sx" + "shortcode" : "flag_sx", + "unicode" : "1F1F8-1F1FD" }, { "shortcode" : "flag_sy", @@ -4932,8 +4932,8 @@ "shortcode" : "flag_sz" }, { - "unicode" : "1F1F9-1F1E6", - "shortcode" : "flag_ta" + "shortcode" : "flag_ta", + "unicode" : "1F1F9-1F1E6" }, { "unicode" : "1F1F9-1F1E8", @@ -4944,56 +4944,56 @@ "shortcode" : "flag_td" }, { - "shortcode" : "flag_tf", - "unicode" : "1F1F9-1F1EB" + "unicode" : "1F1F9-1F1EB", + "shortcode" : "flag_tf" }, { "unicode" : "1F1F9-1F1EC", "shortcode" : "flag_tg" }, { - "shortcode" : "flag_th", - "unicode" : "1F1F9-1F1ED" + "unicode" : "1F1F9-1F1ED", + "shortcode" : "flag_th" }, { "unicode" : "1F1F9-1F1EF", "shortcode" : "flag_tj" }, { - "unicode" : "1F1F9-1F1F0", - "shortcode" : "flag_tk" + "shortcode" : "flag_tk", + "unicode" : "1F1F9-1F1F0" }, { "shortcode" : "flag_tl", "unicode" : "1F1F9-1F1F1" }, { - "unicode" : "1F1F9-1F1F2", - "shortcode" : "flag_tm" + "shortcode" : "flag_tm", + "unicode" : "1F1F9-1F1F2" }, { - "unicode" : "1F1F9-1F1F3", - "shortcode" : "flag_tn" + "shortcode" : "flag_tn", + "unicode" : "1F1F9-1F1F3" }, { - "shortcode" : "flag_to", - "unicode" : "1F1F9-1F1F4" + "unicode" : "1F1F9-1F1F4", + "shortcode" : "flag_to" }, { - "shortcode" : "flag_tr", - "unicode" : "1F1F9-1F1F7" + "unicode" : "1F1F9-1F1F7", + "shortcode" : "flag_tr" }, { - "unicode" : "1F1F9-1F1F9", - "shortcode" : "flag_tt" + "shortcode" : "flag_tt", + "unicode" : "1F1F9-1F1F9" }, { - "shortcode" : "flag_tv", - "unicode" : "1F1F9-1F1FB" + "unicode" : "1F1F9-1F1FB", + "shortcode" : "flag_tv" }, { - "shortcode" : "flag_tw", - "unicode" : "1F1F9-1F1FC" + "unicode" : "1F1F9-1F1FC", + "shortcode" : "flag_tw" }, { "unicode" : "1F1F9-1F1FF", @@ -5012,24 +5012,24 @@ "shortcode" : "flag_um" }, { - "shortcode" : "flag_un", - "unicode" : "1F1FA-1F1F3" + "unicode" : "1F1FA-1F1F3", + "shortcode" : "flag_un" }, { "shortcode" : "flag_us", "unicode" : "1F1FA-1F1F8" }, { - "unicode" : "1F1FA-1F1FE", - "shortcode" : "flag_uy" + "shortcode" : "flag_uy", + "unicode" : "1F1FA-1F1FE" }, { - "unicode" : "1F1FA-1F1FF", - "shortcode" : "flag_uz" + "shortcode" : "flag_uz", + "unicode" : "1F1FA-1F1FF" }, { - "unicode" : "1F1FB-1F1E6", - "shortcode" : "flag_va" + "shortcode" : "flag_va", + "unicode" : "1F1FB-1F1E6" }, { "unicode" : "1F1FB-1F1E8", @@ -5048,28 +5048,28 @@ "unicode" : "1F1FB-1F1EE" }, { - "shortcode" : "flag_vn", - "unicode" : "1F1FB-1F1F3" + "unicode" : "1F1FB-1F1F3", + "shortcode" : "flag_vn" }, { "unicode" : "1F1FB-1F1FA", "shortcode" : "flag_vu" }, { - "shortcode" : "flag_wf", - "unicode" : "1F1FC-1F1EB" + "unicode" : "1F1FC-1F1EB", + "shortcode" : "flag_wf" }, { "unicode" : "1F3F3", "shortcode" : "flag_white" }, { - "unicode" : "1F1FC-1F1F8", - "shortcode" : "flag_ws" + "shortcode" : "flag_ws", + "unicode" : "1F1FC-1F1F8" }, { - "shortcode" : "flag_xk", - "unicode" : "1F1FD-1F1F0" + "unicode" : "1F1FD-1F1F0", + "shortcode" : "flag_xk" }, { "unicode" : "1F1FE-1F1EA", @@ -5080,12 +5080,12 @@ "unicode" : "1F1FE-1F1F9" }, { - "unicode" : "1F1FF-1F1E6", - "shortcode" : "flag_za" + "shortcode" : "flag_za", + "unicode" : "1F1FF-1F1E6" }, { - "shortcode" : "flag_zm", - "unicode" : "1F1FF-1F1F2" + "unicode" : "1F1FF-1F1F2", + "shortcode" : "flag_zm" }, { "unicode" : "1F1FF-1F1FC", @@ -5100,8 +5100,8 @@ "shortcode" : "flame" }, { - "unicode" : "1F36E", - "shortcode" : "flan" + "shortcode" : "flan", + "unicode" : "1F36E" }, { "shortcode" : "flashlight", @@ -5112,32 +5112,32 @@ "shortcode" : "fleur_de_lis" }, { - "unicode" : "1F42C", - "shortcode" : "flipper" + "shortcode" : "flipper", + "unicode" : "1F42C" }, { - "unicode" : "1F4BE", - "shortcode" : "floppy_disk" + "shortcode" : "floppy_disk", + "unicode" : "1F4BE" }, { - "shortcode" : "flower_playing_cards", - "unicode" : "1F3B4" + "unicode" : "1F3B4", + "shortcode" : "flower_playing_cards" }, { "shortcode" : "flushed", "unicode" : "1F633" }, { - "shortcode" : "fm", - "unicode" : "1F1EB-1F1F2" + "unicode" : "1F1EB-1F1F2", + "shortcode" : "fm" }, { - "unicode" : "1F1EB-1F1F4", - "shortcode" : "fo" + "shortcode" : "fo", + "unicode" : "1F1EB-1F1F4" }, { - "unicode" : "1F32B", - "shortcode" : "fog" + "shortcode" : "fog", + "unicode" : "1F32B" }, { "unicode" : "1F301", @@ -5152,24 +5152,24 @@ "shortcode" : "footprints" }, { - "unicode" : "1F374", - "shortcode" : "fork_and_knife" + "shortcode" : "fork_and_knife", + "unicode" : "1F374" }, { - "unicode" : "1F37D", - "shortcode" : "fork_and_knife_with_plate" + "shortcode" : "fork_and_knife_with_plate", + "unicode" : "1F37D" }, { "shortcode" : "fork_knife_plate", "unicode" : "1F37D" }, { - "unicode" : "26F2", - "shortcode" : "fountain" + "shortcode" : "fountain", + "unicode" : "26F2" }, { - "shortcode" : "four", - "unicode" : "0034-20E3" + "unicode" : "0034-20E3", + "shortcode" : "four" }, { "unicode" : "1F340", @@ -5188,28 +5188,28 @@ "unicode" : "1F1EB-1F1F7" }, { - "shortcode" : "frame_photo", - "unicode" : "1F5BC" + "unicode" : "1F5BC", + "shortcode" : "frame_photo" }, { - "shortcode" : "frame_with_picture", - "unicode" : "1F5BC" + "unicode" : "1F5BC", + "shortcode" : "frame_with_picture" }, { "unicode" : "1F193", "shortcode" : "free" }, { - "unicode" : "1F956", - "shortcode" : "french_bread" + "shortcode" : "french_bread", + "unicode" : "1F956" }, { - "unicode" : "1F373", - "shortcode" : "fried_egg" + "shortcode" : "fried_egg", + "unicode" : "1F373" }, { - "unicode" : "1F364", - "shortcode" : "fried_shrimp" + "shortcode" : "fried_shrimp", + "unicode" : "1F364" }, { "unicode" : "1F35F", @@ -5228,8 +5228,8 @@ "shortcode" : "frowning2" }, { - "unicode" : "26FD", - "shortcode" : "fuelpump" + "shortcode" : "fuelpump", + "unicode" : "26FD" }, { "unicode" : "1F315", @@ -5240,16 +5240,16 @@ "unicode" : "1F31D" }, { - "shortcode" : "funeral_urn", - "unicode" : "26B1" + "unicode" : "26B1", + "shortcode" : "funeral_urn" }, { - "unicode" : "1F1EC-1F1E6", - "shortcode" : "ga" + "shortcode" : "ga", + "unicode" : "1F1EC-1F1E6" }, { - "shortcode" : "game_die", - "unicode" : "1F3B2" + "unicode" : "1F3B2", + "shortcode" : "game_die" }, { "shortcode" : "gay_pride_flag", @@ -5264,16 +5264,16 @@ "shortcode" : "gd" }, { - "shortcode" : "ge", - "unicode" : "1F1EC-1F1EA" + "unicode" : "1F1EC-1F1EA", + "shortcode" : "ge" }, { - "unicode" : "2699", - "shortcode" : "gear" + "shortcode" : "gear", + "unicode" : "2699" }, { - "unicode" : "1F48E", - "shortcode" : "gem" + "shortcode" : "gem", + "unicode" : "1F48E" }, { "shortcode" : "gemini", @@ -5284,36 +5284,36 @@ "shortcode" : "gf" }, { - "unicode" : "1F1EC-1F1EC", - "shortcode" : "gg" + "shortcode" : "gg", + "unicode" : "1F1EC-1F1EC" }, { - "shortcode" : "gh", - "unicode" : "1F1EC-1F1ED" + "unicode" : "1F1EC-1F1ED", + "shortcode" : "gh" }, { - "unicode" : "1F47B", - "shortcode" : "ghost" + "shortcode" : "ghost", + "unicode" : "1F47B" }, { - "shortcode" : "gi", - "unicode" : "1F1EC-1F1EE" + "unicode" : "1F1EC-1F1EE", + "shortcode" : "gi" }, { - "shortcode" : "gift", - "unicode" : "1F381" + "unicode" : "1F381", + "shortcode" : "gift" }, { - "shortcode" : "gift_heart", - "unicode" : "1F49D" + "unicode" : "1F49D", + "shortcode" : "gift_heart" }, { - "unicode" : "1F467", - "shortcode" : "girl" + "shortcode" : "girl", + "unicode" : "1F467" }, { - "unicode" : "1F467-1F3FF", - "shortcode" : "girl_dark_skin_tone" + "shortcode" : "girl_dark_skin_tone", + "unicode" : "1F467-1F3FF" }, { "shortcode" : "girl_light_skin_tone", @@ -5324,8 +5324,8 @@ "unicode" : "1F467-1F3FE" }, { - "unicode" : "1F467-1F3FC", - "shortcode" : "girl_medium_light_skin_tone" + "shortcode" : "girl_medium_light_skin_tone", + "unicode" : "1F467-1F3FC" }, { "shortcode" : "girl_medium_skin_tone", @@ -5336,12 +5336,12 @@ "shortcode" : "girl_tone1" }, { - "unicode" : "1F467-1F3FC", - "shortcode" : "girl_tone2" + "shortcode" : "girl_tone2", + "unicode" : "1F467-1F3FC" }, { - "shortcode" : "girl_tone3", - "unicode" : "1F467-1F3FD" + "unicode" : "1F467-1F3FD", + "shortcode" : "girl_tone3" }, { "shortcode" : "girl_tone4", @@ -5352,8 +5352,8 @@ "shortcode" : "girl_tone5" }, { - "shortcode" : "gl", - "unicode" : "1F1EC-1F1F1" + "unicode" : "1F1EC-1F1F1", + "shortcode" : "gl" }, { "shortcode" : "glass_of_milk", @@ -5372,64 +5372,64 @@ "shortcode" : "gn" }, { - "shortcode" : "goal", - "unicode" : "1F945" + "unicode" : "1F945", + "shortcode" : "goal" }, { - "shortcode" : "goal_net", - "unicode" : "1F945" + "unicode" : "1F945", + "shortcode" : "goal_net" }, { - "shortcode" : "goat", - "unicode" : "1F410" + "unicode" : "1F410", + "shortcode" : "goat" }, { "shortcode" : "golf", "unicode" : "26F3" }, { - "shortcode" : "golfer", - "unicode" : "1F3CC" + "unicode" : "1F3CC", + "shortcode" : "golfer" }, { "shortcode" : "golfer_dark_skin_tone", "unicode" : "1F3CC-1F3FF" }, { - "unicode" : "1F3CC-1F3FB", - "shortcode" : "golfer_light_skin_tone" + "shortcode" : "golfer_light_skin_tone", + "unicode" : "1F3CC-1F3FB" }, { - "unicode" : "1F3CC-1F3FE", - "shortcode" : "golfer_medium_dark_skin_tone" + "shortcode" : "golfer_medium_dark_skin_tone", + "unicode" : "1F3CC-1F3FE" }, { "shortcode" : "golfer_medium_light_skin_tone", "unicode" : "1F3CC-1F3FC" }, { - "shortcode" : "golfer_medium_skin_tone", - "unicode" : "1F3CC-1F3FD" + "unicode" : "1F3CC-1F3FD", + "shortcode" : "golfer_medium_skin_tone" }, { - "unicode" : "1F3CC-1F3FB", - "shortcode" : "golfer_tone1" + "shortcode" : "golfer_tone1", + "unicode" : "1F3CC-1F3FB" }, { "unicode" : "1F3CC-1F3FC", "shortcode" : "golfer_tone2" }, { - "shortcode" : "golfer_tone3", - "unicode" : "1F3CC-1F3FD" + "unicode" : "1F3CC-1F3FD", + "shortcode" : "golfer_tone3" }, { - "unicode" : "1F3CC-1F3FE", - "shortcode" : "golfer_tone4" + "shortcode" : "golfer_tone4", + "unicode" : "1F3CC-1F3FE" }, { - "shortcode" : "golfer_tone5", - "unicode" : "1F3CC-1F3FF" + "unicode" : "1F3CC-1F3FF", + "shortcode" : "golfer_tone5" }, { "unicode" : "1F98D", @@ -5444,52 +5444,52 @@ "shortcode" : "gq" }, { - "shortcode" : "gr", - "unicode" : "1F1EC-1F1F7" + "unicode" : "1F1EC-1F1F7", + "shortcode" : "gr" }, { "unicode" : "1F475", "shortcode" : "grandma" }, { - "shortcode" : "grandma_tone1", - "unicode" : "1F475-1F3FB" + "unicode" : "1F475-1F3FB", + "shortcode" : "grandma_tone1" }, { "unicode" : "1F475-1F3FC", "shortcode" : "grandma_tone2" }, { - "unicode" : "1F475-1F3FD", - "shortcode" : "grandma_tone3" + "shortcode" : "grandma_tone3", + "unicode" : "1F475-1F3FD" }, { "shortcode" : "grandma_tone4", "unicode" : "1F475-1F3FE" }, { - "unicode" : "1F475-1F3FF", - "shortcode" : "grandma_tone5" + "shortcode" : "grandma_tone5", + "unicode" : "1F475-1F3FF" }, { - "unicode" : "1F347", - "shortcode" : "grapes" + "shortcode" : "grapes", + "unicode" : "1F347" }, { - "unicode" : "1F34F", - "shortcode" : "green_apple" + "shortcode" : "green_apple", + "unicode" : "1F34F" }, { - "unicode" : "1F4D7", - "shortcode" : "green_book" + "shortcode" : "green_book", + "unicode" : "1F4D7" }, { - "unicode" : "1F49A", - "shortcode" : "green_heart" + "shortcode" : "green_heart", + "unicode" : "1F49A" }, { - "shortcode" : "green_salad", - "unicode" : "1F957" + "unicode" : "1F957", + "shortcode" : "green_salad" }, { "shortcode" : "grey_exclamation", @@ -5504,48 +5504,48 @@ "unicode" : "1F62C" }, { - "shortcode" : "grin", - "unicode" : "1F601" + "unicode" : "1F601", + "shortcode" : "grin" }, { "shortcode" : "grinning", "unicode" : "1F600" }, { - "unicode" : "1F1EC-1F1F8", - "shortcode" : "gs" + "shortcode" : "gs", + "unicode" : "1F1EC-1F1F8" }, { - "unicode" : "1F1EC-1F1F9", - "shortcode" : "gt" + "shortcode" : "gt", + "unicode" : "1F1EC-1F1F9" }, { - "unicode" : "1F1EC-1F1FA", - "shortcode" : "gu" + "shortcode" : "gu", + "unicode" : "1F1EC-1F1FA" }, { "unicode" : "1F482", "shortcode" : "guardsman" }, { - "unicode" : "1F482-1F3FF", - "shortcode" : "guardsman_dark_skin_tone" + "shortcode" : "guardsman_dark_skin_tone", + "unicode" : "1F482-1F3FF" }, { - "unicode" : "1F482-1F3FB", - "shortcode" : "guardsman_light_skin_tone" + "shortcode" : "guardsman_light_skin_tone", + "unicode" : "1F482-1F3FB" }, { - "shortcode" : "guardsman_medium_dark_skin_tone", - "unicode" : "1F482-1F3FE" + "unicode" : "1F482-1F3FE", + "shortcode" : "guardsman_medium_dark_skin_tone" }, { - "unicode" : "1F482-1F3FC", - "shortcode" : "guardsman_medium_light_skin_tone" + "shortcode" : "guardsman_medium_light_skin_tone", + "unicode" : "1F482-1F3FC" }, { - "shortcode" : "guardsman_medium_skin_tone", - "unicode" : "1F482-1F3FD" + "unicode" : "1F482-1F3FD", + "shortcode" : "guardsman_medium_skin_tone" }, { "shortcode" : "guardsman_tone1", @@ -5560,8 +5560,8 @@ "unicode" : "1F482-1F3FD" }, { - "unicode" : "1F482-1F3FE", - "shortcode" : "guardsman_tone4" + "shortcode" : "guardsman_tone4", + "unicode" : "1F482-1F3FE" }, { "shortcode" : "guardsman_tone5", @@ -5572,16 +5572,16 @@ "shortcode" : "guitar" }, { - "shortcode" : "gun", - "unicode" : "1F52B" + "unicode" : "1F52B", + "shortcode" : "gun" }, { "unicode" : "1F1EC-1F1FC", "shortcode" : "gw" }, { - "shortcode" : "gy", - "unicode" : "1F1EC-1F1FE" + "unicode" : "1F1EC-1F1FE", + "shortcode" : "gy" }, { "shortcode" : "haircut", @@ -5596,8 +5596,8 @@ "unicode" : "1F487-1F3FB" }, { - "shortcode" : "haircut_medium_dark_skin_tone", - "unicode" : "1F487-1F3FE" + "unicode" : "1F487-1F3FE", + "shortcode" : "haircut_medium_dark_skin_tone" }, { "unicode" : "1F487-1F3FC", @@ -5612,44 +5612,44 @@ "unicode" : "1F487-1F3FB" }, { - "shortcode" : "haircut_tone2", - "unicode" : "1F487-1F3FC" + "unicode" : "1F487-1F3FC", + "shortcode" : "haircut_tone2" }, { "unicode" : "1F487-1F3FD", "shortcode" : "haircut_tone3" }, { - "unicode" : "1F487-1F3FE", - "shortcode" : "haircut_tone4" + "shortcode" : "haircut_tone4", + "unicode" : "1F487-1F3FE" }, { "unicode" : "1F487-1F3FF", "shortcode" : "haircut_tone5" }, { - "shortcode" : "hamburger", - "unicode" : "1F354" + "unicode" : "1F354", + "shortcode" : "hamburger" }, { "shortcode" : "hammer", "unicode" : "1F528" }, { - "unicode" : "2692", - "shortcode" : "hammer_and_pick" + "shortcode" : "hammer_and_pick", + "unicode" : "2692" }, { - "unicode" : "1F6E0", - "shortcode" : "hammer_and_wrench" + "shortcode" : "hammer_and_wrench", + "unicode" : "1F6E0" }, { - "unicode" : "2692", - "shortcode" : "hammer_pick" + "shortcode" : "hammer_pick", + "unicode" : "2692" }, { - "shortcode" : "hamster", - "unicode" : "1F439" + "unicode" : "1F439", + "shortcode" : "hamster" }, { "unicode" : "270B", @@ -5664,8 +5664,8 @@ "unicode" : "270B-1F3FB" }, { - "shortcode" : "hand_medium_dark_skin_tone", - "unicode" : "270B-1F3FE" + "unicode" : "270B-1F3FE", + "shortcode" : "hand_medium_dark_skin_tone" }, { "unicode" : "270B-1F3FC", @@ -5676,16 +5676,16 @@ "shortcode" : "hand_medium_skin_tone" }, { - "shortcode" : "hand_splayed", - "unicode" : "1F590" + "unicode" : "1F590", + "shortcode" : "hand_splayed" }, { "unicode" : "1F590-1F3FB", "shortcode" : "hand_splayed_tone1" }, { - "shortcode" : "hand_splayed_tone2", - "unicode" : "1F590-1F3FC" + "unicode" : "1F590-1F3FC", + "shortcode" : "hand_splayed_tone2" }, { "shortcode" : "hand_splayed_tone3", @@ -5700,52 +5700,52 @@ "shortcode" : "hand_splayed_tone5" }, { - "unicode" : "270B-1F3FB", - "shortcode" : "hand_tone1" + "shortcode" : "hand_tone1", + "unicode" : "270B-1F3FB" }, { "shortcode" : "hand_tone2", "unicode" : "270B-1F3FC" }, { - "shortcode" : "hand_tone3", - "unicode" : "270B-1F3FD" + "unicode" : "270B-1F3FD", + "shortcode" : "hand_tone3" }, { "unicode" : "270B-1F3FE", "shortcode" : "hand_tone4" }, { - "unicode" : "270B-1F3FF", - "shortcode" : "hand_tone5" + "shortcode" : "hand_tone5", + "unicode" : "270B-1F3FF" }, { - "unicode" : "1F91E", - "shortcode" : "hand_with_index_and_middle_finger_crossed" + "shortcode" : "hand_with_index_and_middle_finger_crossed", + "unicode" : "1F91E" }, { - "unicode" : "1F91E", - "shortcode" : "hand_with_index_and_middle_fingers_crossed" + "shortcode" : "hand_with_index_and_middle_fingers_crossed", + "unicode" : "1F91E" }, { - "unicode" : "1F91E-1F3FF", - "shortcode" : "hand_with_index_and_middle_fingers_crossed_dark_skin_tone" + "shortcode" : "hand_with_index_and_middle_fingers_crossed_dark_skin_tone", + "unicode" : "1F91E-1F3FF" }, { "shortcode" : "hand_with_index_and_middle_fingers_crossed_light_skin_tone", "unicode" : "1F91E-1F3FB" }, { - "unicode" : "1F91E-1F3FE", - "shortcode" : "hand_with_index_and_middle_fingers_crossed_medium_dark_skin_tone" + "shortcode" : "hand_with_index_and_middle_fingers_crossed_medium_dark_skin_tone", + "unicode" : "1F91E-1F3FE" }, { - "shortcode" : "hand_with_index_and_middle_fingers_crossed_medium_light_skin_tone", - "unicode" : "1F91E-1F3FC" + "unicode" : "1F91E-1F3FC", + "shortcode" : "hand_with_index_and_middle_fingers_crossed_medium_light_skin_tone" }, { - "unicode" : "1F91E-1F3FD", - "shortcode" : "hand_with_index_and_middle_fingers_crossed_medium_skin_tone" + "shortcode" : "hand_with_index_and_middle_fingers_crossed_medium_skin_tone", + "unicode" : "1F91E-1F3FD" }, { "shortcode" : "hand_with_index_and_middle_fingers_crossed_tone1", @@ -5764,64 +5764,64 @@ "unicode" : "1F91E-1F3FE" }, { - "shortcode" : "hand_with_index_and_middle_fingers_crossed_tone5", - "unicode" : "1F91E-1F3FF" + "unicode" : "1F91E-1F3FF", + "shortcode" : "hand_with_index_and_middle_fingers_crossed_tone5" }, { - "unicode" : "1F45C", - "shortcode" : "handbag" + "shortcode" : "handbag", + "unicode" : "1F45C" }, { - "shortcode" : "handball", - "unicode" : "1F93E" + "unicode" : "1F93E", + "shortcode" : "handball" }, { - "shortcode" : "handball_dark_skin_tone", - "unicode" : "1F93E-1F3FF" + "unicode" : "1F93E-1F3FF", + "shortcode" : "handball_dark_skin_tone" }, { "unicode" : "1F93E-1F3FB", "shortcode" : "handball_light_skin_tone" }, { - "unicode" : "1F93E-1F3FE", - "shortcode" : "handball_medium_dark_skin_tone" + "shortcode" : "handball_medium_dark_skin_tone", + "unicode" : "1F93E-1F3FE" }, { "unicode" : "1F93E-1F3FC", "shortcode" : "handball_medium_light_skin_tone" }, { - "unicode" : "1F93E-1F3FD", - "shortcode" : "handball_medium_skin_tone" + "shortcode" : "handball_medium_skin_tone", + "unicode" : "1F93E-1F3FD" }, { "shortcode" : "handball_tone1", "unicode" : "1F93E-1F3FB" }, { - "shortcode" : "handball_tone2", - "unicode" : "1F93E-1F3FC" + "unicode" : "1F93E-1F3FC", + "shortcode" : "handball_tone2" }, { - "unicode" : "1F93E-1F3FD", - "shortcode" : "handball_tone3" + "shortcode" : "handball_tone3", + "unicode" : "1F93E-1F3FD" }, { - "shortcode" : "handball_tone4", - "unicode" : "1F93E-1F3FE" + "unicode" : "1F93E-1F3FE", + "shortcode" : "handball_tone4" }, { "unicode" : "1F93E-1F3FF", "shortcode" : "handball_tone5" }, { - "shortcode" : "handshake", - "unicode" : "1F91D" + "unicode" : "1F91D", + "shortcode" : "handshake" }, { - "shortcode" : "hankey", - "unicode" : "1F4A9" + "unicode" : "1F4A9", + "shortcode" : "hankey" }, { "unicode" : "0023-20E3", @@ -5836,8 +5836,8 @@ "unicode" : "1F423" }, { - "shortcode" : "head_bandage", - "unicode" : "1F915" + "unicode" : "1F915", + "shortcode" : "head_bandage" }, { "unicode" : "1F3A7", @@ -5856,68 +5856,68 @@ "shortcode" : "heart_decoration" }, { - "shortcode" : "heart_exclamation", - "unicode" : "2763" + "unicode" : "2763", + "shortcode" : "heart_exclamation" }, { - "unicode" : "1F60D", - "shortcode" : "heart_eyes" + "shortcode" : "heart_eyes", + "unicode" : "1F60D" }, { - "shortcode" : "heart_eyes_cat", - "unicode" : "1F63B" + "unicode" : "1F63B", + "shortcode" : "heart_eyes_cat" }, { - "unicode" : "1F493", - "shortcode" : "heartbeat" + "shortcode" : "heartbeat", + "unicode" : "1F493" }, { "unicode" : "1F497", "shortcode" : "heartpulse" }, { - "shortcode" : "hearts", - "unicode" : "2665" + "unicode" : "2665", + "shortcode" : "hearts" }, { - "unicode" : "2714", - "shortcode" : "heavy_check_mark" + "shortcode" : "heavy_check_mark", + "unicode" : "2714" }, { - "unicode" : "2797", - "shortcode" : "heavy_division_sign" + "shortcode" : "heavy_division_sign", + "unicode" : "2797" }, { - "shortcode" : "heavy_dollar_sign", - "unicode" : "1F4B2" + "unicode" : "1F4B2", + "shortcode" : "heavy_dollar_sign" }, { "shortcode" : "heavy_exclamation_mark", "unicode" : "2757" }, { - "shortcode" : "heavy_heart_exclamation_mark_ornament", - "unicode" : "2763" + "unicode" : "2763", + "shortcode" : "heavy_heart_exclamation_mark_ornament" }, { "unicode" : "2796", "shortcode" : "heavy_minus_sign" }, { - "unicode" : "2716", - "shortcode" : "heavy_multiplication_x" + "shortcode" : "heavy_multiplication_x", + "unicode" : "2716" }, { - "unicode" : "2795", - "shortcode" : "heavy_plus_sign" + "shortcode" : "heavy_plus_sign", + "unicode" : "2795" }, { "shortcode" : "helicopter", "unicode" : "1F681" }, { - "shortcode" : "helmet_with_cross", - "unicode" : "26D1" + "unicode" : "26D1", + "shortcode" : "helmet_with_cross" }, { "unicode" : "26D1", @@ -5932,8 +5932,8 @@ "shortcode" : "hibiscus" }, { - "unicode" : "1F506", - "shortcode" : "high_brightness" + "shortcode" : "high_brightness", + "unicode" : "1F506" }, { "shortcode" : "high_heel", @@ -5948,12 +5948,12 @@ "shortcode" : "hm" }, { - "shortcode" : "hn", - "unicode" : "1F1ED-1F1F3" + "unicode" : "1F1ED-1F1F3", + "shortcode" : "hn" }, { - "unicode" : "1F52A", - "shortcode" : "hocho" + "shortcode" : "hocho", + "unicode" : "1F52A" }, { "shortcode" : "hockey", @@ -5972,16 +5972,16 @@ "unicode" : "1F36F" }, { - "shortcode" : "honeybee", - "unicode" : "1F41D" + "unicode" : "1F41D", + "shortcode" : "honeybee" }, { "unicode" : "1F434", "shortcode" : "horse" }, { - "unicode" : "1F3C7", - "shortcode" : "horse_racing" + "shortcode" : "horse_racing", + "unicode" : "1F3C7" }, { "shortcode" : "horse_racing_dark_skin_tone", @@ -5992,24 +5992,24 @@ "unicode" : "1F3C7-1F3FB" }, { - "unicode" : "1F3C7-1F3FE", - "shortcode" : "horse_racing_medium_dark_skin_tone" + "shortcode" : "horse_racing_medium_dark_skin_tone", + "unicode" : "1F3C7-1F3FE" }, { - "shortcode" : "horse_racing_medium_light_skin_tone", - "unicode" : "1F3C7-1F3FC" + "unicode" : "1F3C7-1F3FC", + "shortcode" : "horse_racing_medium_light_skin_tone" }, { - "unicode" : "1F3C7-1F3FD", - "shortcode" : "horse_racing_medium_skin_tone" + "shortcode" : "horse_racing_medium_skin_tone", + "unicode" : "1F3C7-1F3FD" }, { "unicode" : "1F3C7-1F3FB", "shortcode" : "horse_racing_tone1" }, { - "unicode" : "1F3C7-1F3FC", - "shortcode" : "horse_racing_tone2" + "shortcode" : "horse_racing_tone2", + "unicode" : "1F3C7-1F3FC" }, { "shortcode" : "horse_racing_tone3", @@ -6020,12 +6020,12 @@ "unicode" : "1F3C7-1F3FE" }, { - "shortcode" : "horse_racing_tone5", - "unicode" : "1F3C7-1F3FF" + "unicode" : "1F3C7-1F3FF", + "shortcode" : "horse_racing_tone5" }, { - "unicode" : "1F3E5", - "shortcode" : "hospital" + "shortcode" : "hospital", + "unicode" : "1F3E5" }, { "shortcode" : "hot_dog", @@ -6036,12 +6036,12 @@ "unicode" : "1F336" }, { - "unicode" : "1F32D", - "shortcode" : "hotdog" + "shortcode" : "hotdog", + "unicode" : "1F32D" }, { - "unicode" : "1F3E8", - "shortcode" : "hotel" + "shortcode" : "hotel", + "unicode" : "1F3E8" }, { "shortcode" : "hotsprings", @@ -6060,8 +6060,8 @@ "unicode" : "1F3E0" }, { - "unicode" : "1F3DA", - "shortcode" : "house_abandoned" + "shortcode" : "house_abandoned", + "unicode" : "1F3DA" }, { "shortcode" : "house_buildings", @@ -6080,8 +6080,8 @@ "unicode" : "1F1ED-1F1F9" }, { - "unicode" : "1F1ED-1F1FA", - "shortcode" : "hu" + "shortcode" : "hu", + "unicode" : "1F1ED-1F1FA" }, { "unicode" : "1F917", @@ -6092,56 +6092,56 @@ "shortcode" : "hugging_face" }, { - "shortcode" : "hushed", - "unicode" : "1F62F" + "unicode" : "1F62F", + "shortcode" : "hushed" }, { - "unicode" : "1F1EE-1F1E8", - "shortcode" : "ic" + "shortcode" : "ic", + "unicode" : "1F1EE-1F1E8" }, { - "shortcode" : "ice_cream", - "unicode" : "1F368" + "unicode" : "1F368", + "shortcode" : "ice_cream" }, { - "unicode" : "1F3D2", - "shortcode" : "ice_hockey_stick_and_puck" + "shortcode" : "ice_hockey_stick_and_puck", + "unicode" : "1F3D2" }, { - "unicode" : "26F8", - "shortcode" : "ice_skate" + "shortcode" : "ice_skate", + "unicode" : "26F8" }, { - "unicode" : "1F366", - "shortcode" : "icecream" + "shortcode" : "icecream", + "unicode" : "1F366" }, { "unicode" : "1F194", "shortcode" : "id" }, { - "unicode" : "1F250", - "shortcode" : "ideograph_advantage" + "shortcode" : "ideograph_advantage", + "unicode" : "1F250" }, { - "shortcode" : "ie", - "unicode" : "1F1EE-1F1EA" + "unicode" : "1F1EE-1F1EA", + "shortcode" : "ie" }, { "shortcode" : "il", "unicode" : "1F1EE-1F1F1" }, { - "unicode" : "1F1EE-1F1F2", - "shortcode" : "im" + "shortcode" : "im", + "unicode" : "1F1EE-1F1F2" }, { - "shortcode" : "imp", - "unicode" : "1F47F" + "unicode" : "1F47F", + "shortcode" : "imp" }, { - "shortcode" : "in", - "unicode" : "1F1EE-1F1F3" + "unicode" : "1F1EE-1F1F3", + "shortcode" : "in" }, { "shortcode" : "inbox_tray", @@ -6152,32 +6152,32 @@ "unicode" : "1F4E8" }, { - "shortcode" : "indonesia", - "unicode" : "1F1EE-1F1E9" + "unicode" : "1F1EE-1F1E9", + "shortcode" : "indonesia" }, { "unicode" : "1F481", "shortcode" : "information_desk_person" }, { - "shortcode" : "information_desk_person_dark_skin_tone", - "unicode" : "1F481-1F3FF" + "unicode" : "1F481-1F3FF", + "shortcode" : "information_desk_person_dark_skin_tone" }, { "shortcode" : "information_desk_person_light_skin_tone", "unicode" : "1F481-1F3FB" }, { - "unicode" : "1F481-1F3FE", - "shortcode" : "information_desk_person_medium_dark_skin_tone" + "shortcode" : "information_desk_person_medium_dark_skin_tone", + "unicode" : "1F481-1F3FE" }, { - "shortcode" : "information_desk_person_medium_light_skin_tone", - "unicode" : "1F481-1F3FC" + "unicode" : "1F481-1F3FC", + "shortcode" : "information_desk_person_medium_light_skin_tone" }, { - "shortcode" : "information_desk_person_medium_skin_tone", - "unicode" : "1F481-1F3FD" + "unicode" : "1F481-1F3FD", + "shortcode" : "information_desk_person_medium_skin_tone" }, { "shortcode" : "information_desk_person_tone1", @@ -6188,8 +6188,8 @@ "shortcode" : "information_desk_person_tone2" }, { - "unicode" : "1F481-1F3FD", - "shortcode" : "information_desk_person_tone3" + "shortcode" : "information_desk_person_tone3", + "unicode" : "1F481-1F3FD" }, { "shortcode" : "information_desk_person_tone4", @@ -6204,36 +6204,36 @@ "shortcode" : "information_source" }, { - "shortcode" : "innocent", - "unicode" : "1F607" + "unicode" : "1F607", + "shortcode" : "innocent" }, { "shortcode" : "interrobang", "unicode" : "2049" }, { - "unicode" : "1F1EE-1F1F4", - "shortcode" : "io" + "shortcode" : "io", + "unicode" : "1F1EE-1F1F4" }, { - "unicode" : "1F4F1", - "shortcode" : "iphone" + "shortcode" : "iphone", + "unicode" : "1F4F1" }, { "unicode" : "1F1EE-1F1F6", "shortcode" : "iq" }, { - "unicode" : "1F1EE-1F1F7", - "shortcode" : "ir" + "shortcode" : "ir", + "unicode" : "1F1EE-1F1F7" }, { "shortcode" : "is", "unicode" : "1F1EE-1F1F8" }, { - "shortcode" : "island", - "unicode" : "1F3DD" + "unicode" : "1F3DD", + "shortcode" : "island" }, { "unicode" : "1F1EE-1F1F9", @@ -6244,48 +6244,48 @@ "unicode" : "1F3EE" }, { - "unicode" : "1F383", - "shortcode" : "jack_o_lantern" + "shortcode" : "jack_o_lantern", + "unicode" : "1F383" }, { - "shortcode" : "japan", - "unicode" : "1F5FE" + "unicode" : "1F5FE", + "shortcode" : "japan" }, { "unicode" : "1F3EF", "shortcode" : "japanese_castle" }, { - "shortcode" : "japanese_goblin", - "unicode" : "1F47A" + "unicode" : "1F47A", + "shortcode" : "japanese_goblin" }, { - "shortcode" : "japanese_ogre", - "unicode" : "1F479" + "unicode" : "1F479", + "shortcode" : "japanese_ogre" }, { "shortcode" : "je", "unicode" : "1F1EF-1F1EA" }, { - "shortcode" : "jeans", - "unicode" : "1F456" + "unicode" : "1F456", + "shortcode" : "jeans" }, { "unicode" : "1F1EF-1F1F2", "shortcode" : "jm" }, { - "unicode" : "1F1EF-1F1F4", - "shortcode" : "jo" + "shortcode" : "jo", + "unicode" : "1F1EF-1F1F4" }, { - "unicode" : "1F602", - "shortcode" : "joy" + "shortcode" : "joy", + "unicode" : "1F602" }, { - "unicode" : "1F639", - "shortcode" : "joy_cat" + "shortcode" : "joy_cat", + "unicode" : "1F639" }, { "shortcode" : "joystick", @@ -6308,40 +6308,40 @@ "unicode" : "1F939-1F3FC" }, { - "shortcode" : "juggler_tone3", - "unicode" : "1F939-1F3FD" + "unicode" : "1F939-1F3FD", + "shortcode" : "juggler_tone3" }, { - "unicode" : "1F939-1F3FE", - "shortcode" : "juggler_tone4" + "shortcode" : "juggler_tone4", + "unicode" : "1F939-1F3FE" }, { "shortcode" : "juggler_tone5", "unicode" : "1F939-1F3FF" }, { - "unicode" : "1F939", - "shortcode" : "juggling" + "shortcode" : "juggling", + "unicode" : "1F939" }, { - "shortcode" : "juggling_dark_skin_tone", - "unicode" : "1F939-1F3FF" + "unicode" : "1F939-1F3FF", + "shortcode" : "juggling_dark_skin_tone" }, { "shortcode" : "juggling_light_skin_tone", "unicode" : "1F939-1F3FB" }, { - "shortcode" : "juggling_medium_dark_skin_tone", - "unicode" : "1F939-1F3FE" + "unicode" : "1F939-1F3FE", + "shortcode" : "juggling_medium_dark_skin_tone" }, { "shortcode" : "juggling_medium_light_skin_tone", "unicode" : "1F939-1F3FC" }, { - "unicode" : "1F939-1F3FD", - "shortcode" : "juggling_medium_skin_tone" + "shortcode" : "juggling_medium_skin_tone", + "unicode" : "1F939-1F3FD" }, { "shortcode" : "juggling_tone1", @@ -6356,12 +6356,12 @@ "unicode" : "1F939-1F3FD" }, { - "shortcode" : "juggling_tone4", - "unicode" : "1F939-1F3FE" + "unicode" : "1F939-1F3FE", + "shortcode" : "juggling_tone4" }, { - "shortcode" : "juggling_tone5", - "unicode" : "1F939-1F3FF" + "unicode" : "1F939-1F3FF", + "shortcode" : "juggling_tone5" }, { "shortcode" : "kaaba", @@ -6372,8 +6372,8 @@ "unicode" : "1F94B" }, { - "shortcode" : "kayak", - "unicode" : "1F6F6" + "unicode" : "1F6F6", + "shortcode" : "kayak" }, { "unicode" : "1F1F0-1F1EA", @@ -6384,28 +6384,28 @@ "shortcode" : "key" }, { - "shortcode" : "key2", - "unicode" : "1F5DD" + "unicode" : "1F5DD", + "shortcode" : "key2" }, { "unicode" : "2328", "shortcode" : "keyboard" }, { - "shortcode" : "keycap_asterisk", - "unicode" : "002A-20E3" + "unicode" : "002A-20E3", + "shortcode" : "keycap_asterisk" }, { - "unicode" : "002A-20E3", - "shortcode" : "keycap_star" + "shortcode" : "keycap_star", + "unicode" : "002A-20E3" }, { "shortcode" : "keycap_ten", "unicode" : "1F51F" }, { - "shortcode" : "kg", - "unicode" : "1F1F0-1F1EC" + "unicode" : "1F1F0-1F1EC", + "shortcode" : "kg" }, { "unicode" : "1F1F0-1F1ED", @@ -6416,36 +6416,36 @@ "unicode" : "1F1F0-1F1EE" }, { - "shortcode" : "kimono", - "unicode" : "1F458" + "unicode" : "1F458", + "shortcode" : "kimono" }, { - "shortcode" : "kiss", - "unicode" : "1F48B" + "unicode" : "1F48B", + "shortcode" : "kiss" }, { "shortcode" : "kiss_mm", "unicode" : "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468" }, { - "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468", - "shortcode" : "kiss_woman_man" + "shortcode" : "kiss_woman_man", + "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468" }, { - "shortcode" : "kiss_ww", - "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469" + "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "shortcode" : "kiss_ww" }, { "unicode" : "1F617", "shortcode" : "kissing" }, { - "unicode" : "1F63D", - "shortcode" : "kissing_cat" + "shortcode" : "kissing_cat", + "unicode" : "1F63D" }, { - "shortcode" : "kissing_closed_eyes", - "unicode" : "1F61A" + "unicode" : "1F61A", + "shortcode" : "kissing_closed_eyes" }, { "shortcode" : "kissing_heart", @@ -6456,20 +6456,20 @@ "shortcode" : "kissing_smiling_eyes" }, { - "unicode" : "1F95D", - "shortcode" : "kiwi" - }, - { - "shortcode" : "kiwifruit", + "shortcode" : "kiwi", "unicode" : "1F95D" }, { - "shortcode" : "km", - "unicode" : "1F1F0-1F1F2" + "unicode" : "1F95D", + "shortcode" : "kiwifruit" }, { - "shortcode" : "kn", - "unicode" : "1F1F0-1F1F3" + "unicode" : "1F1F0-1F1F2", + "shortcode" : "km" + }, + { + "unicode" : "1F1F0-1F1F3", + "shortcode" : "kn" }, { "unicode" : "1F52A", @@ -6488,8 +6488,8 @@ "unicode" : "1F201" }, { - "shortcode" : "kp", - "unicode" : "1F1F0-1F1F5" + "unicode" : "1F1F0-1F1F5", + "shortcode" : "kp" }, { "unicode" : "1F1F0-1F1F7", @@ -6504,8 +6504,8 @@ "unicode" : "1F1F0-1F1FE" }, { - "unicode" : "1F1F0-1F1FF", - "shortcode" : "kz" + "shortcode" : "kz", + "unicode" : "1F1F0-1F1FF" }, { "unicode" : "1F1F1-1F1E6", @@ -6516,40 +6516,40 @@ "shortcode" : "label" }, { - "unicode" : "1F3EE", - "shortcode" : "lantern" + "shortcode" : "lantern", + "unicode" : "1F3EE" }, { "shortcode" : "large_blue_circle", "unicode" : "1F535" }, { - "shortcode" : "large_blue_diamond", - "unicode" : "1F537" + "unicode" : "1F537", + "shortcode" : "large_blue_diamond" }, { - "unicode" : "1F536", - "shortcode" : "large_orange_diamond" + "shortcode" : "large_orange_diamond", + "unicode" : "1F536" }, { "unicode" : "1F317", "shortcode" : "last_quarter_moon" }, { - "shortcode" : "last_quarter_moon_with_face", - "unicode" : "1F31C" + "unicode" : "1F31C", + "shortcode" : "last_quarter_moon_with_face" }, { "unicode" : "271D", "shortcode" : "latin_cross" }, { - "unicode" : "1F606", - "shortcode" : "laughing" + "shortcode" : "laughing", + "unicode" : "1F606" }, { - "shortcode" : "lb", - "unicode" : "1F1F1-1F1E7" + "unicode" : "1F1F1-1F1E7", + "shortcode" : "lb" }, { "unicode" : "1F1F1-1F1E8", @@ -6576,12 +6576,12 @@ "shortcode" : "left_facing_fist_light_skin_tone" }, { - "shortcode" : "left_facing_fist_medium_dark_skin_tone", - "unicode" : "1F91B-1F3FE" + "unicode" : "1F91B-1F3FE", + "shortcode" : "left_facing_fist_medium_dark_skin_tone" }, { - "unicode" : "1F91B-1F3FC", - "shortcode" : "left_facing_fist_medium_light_skin_tone" + "shortcode" : "left_facing_fist_medium_light_skin_tone", + "unicode" : "1F91B-1F3FC" }, { "shortcode" : "left_facing_fist_medium_skin_tone", @@ -6592,20 +6592,20 @@ "unicode" : "1F91B-1F3FB" }, { - "unicode" : "1F91B-1F3FC", - "shortcode" : "left_facing_fist_tone2" + "shortcode" : "left_facing_fist_tone2", + "unicode" : "1F91B-1F3FC" }, { - "unicode" : "1F91B-1F3FD", - "shortcode" : "left_facing_fist_tone3" + "shortcode" : "left_facing_fist_tone3", + "unicode" : "1F91B-1F3FD" }, { "shortcode" : "left_facing_fist_tone4", "unicode" : "1F91B-1F3FE" }, { - "unicode" : "1F91B-1F3FF", - "shortcode" : "left_facing_fist_tone5" + "shortcode" : "left_facing_fist_tone5", + "unicode" : "1F91B-1F3FF" }, { "unicode" : "1F91B", @@ -6616,12 +6616,12 @@ "shortcode" : "left_fist_tone1" }, { - "shortcode" : "left_fist_tone2", - "unicode" : "1F91B-1F3FC" + "unicode" : "1F91B-1F3FC", + "shortcode" : "left_fist_tone2" }, { - "shortcode" : "left_fist_tone3", - "unicode" : "1F91B-1F3FD" + "unicode" : "1F91B-1F3FD", + "shortcode" : "left_fist_tone3" }, { "shortcode" : "left_fist_tone4", @@ -6632,16 +6632,16 @@ "shortcode" : "left_fist_tone5" }, { - "shortcode" : "left_luggage", - "unicode" : "1F6C5" + "unicode" : "1F6C5", + "shortcode" : "left_luggage" }, { - "shortcode" : "left_right_arrow", - "unicode" : "2194" + "unicode" : "2194", + "shortcode" : "left_right_arrow" }, { - "shortcode" : "left_speech_bubble", - "unicode" : "1F5E8" + "unicode" : "1F5E8", + "shortcode" : "left_speech_bubble" }, { "unicode" : "21A9", @@ -6656,20 +6656,20 @@ "unicode" : "264C" }, { - "unicode" : "1F406", - "shortcode" : "leopard" + "shortcode" : "leopard", + "unicode" : "1F406" }, { "shortcode" : "level_slider", "unicode" : "1F39A" }, { - "unicode" : "1F574", - "shortcode" : "levitate" + "shortcode" : "levitate", + "unicode" : "1F574" }, { - "unicode" : "1F1F1-1F1EE", - "shortcode" : "li" + "shortcode" : "li", + "unicode" : "1F1F1-1F1EE" }, { "unicode" : "1F925", @@ -6680,16 +6680,16 @@ "shortcode" : "libra" }, { - "shortcode" : "lifter", - "unicode" : "1F3CB" + "unicode" : "1F3CB", + "shortcode" : "lifter" }, { - "shortcode" : "lifter_tone1", - "unicode" : "1F3CB-1F3FB" + "unicode" : "1F3CB-1F3FB", + "shortcode" : "lifter_tone1" }, { - "shortcode" : "lifter_tone2", - "unicode" : "1F3CB-1F3FC" + "unicode" : "1F3CB-1F3FC", + "shortcode" : "lifter_tone2" }, { "shortcode" : "lifter_tone3", @@ -6716,96 +6716,96 @@ "unicode" : "1F329" }, { - "shortcode" : "link", - "unicode" : "1F517" + "unicode" : "1F517", + "shortcode" : "link" }, { - "unicode" : "1F587", - "shortcode" : "linked_paperclips" - }, - { - "shortcode" : "lion", - "unicode" : "1F981" + "shortcode" : "linked_paperclips", + "unicode" : "1F587" }, { "unicode" : "1F981", - "shortcode" : "lion_face" + "shortcode" : "lion" }, { - "shortcode" : "lips", - "unicode" : "1F444" + "shortcode" : "lion_face", + "unicode" : "1F981" + }, + { + "unicode" : "1F444", + "shortcode" : "lips" }, { "shortcode" : "lipstick", "unicode" : "1F484" }, { - "unicode" : "1F98E", - "shortcode" : "lizard" + "shortcode" : "lizard", + "unicode" : "1F98E" }, { - "shortcode" : "lk", - "unicode" : "1F1F1-1F1F0" + "unicode" : "1F1F1-1F1F0", + "shortcode" : "lk" }, { "shortcode" : "lock", "unicode" : "1F512" }, { - "unicode" : "1F50F", - "shortcode" : "lock_with_ink_pen" + "shortcode" : "lock_with_ink_pen", + "unicode" : "1F50F" }, { - "unicode" : "1F36D", - "shortcode" : "lollipop" + "shortcode" : "lollipop", + "unicode" : "1F36D" }, { "unicode" : "27BF", "shortcode" : "loop" }, { - "unicode" : "1F50A", - "shortcode" : "loud_sound" + "shortcode" : "loud_sound", + "unicode" : "1F50A" }, { "shortcode" : "loudspeaker", "unicode" : "1F4E2" }, { - "shortcode" : "love_hotel", - "unicode" : "1F3E9" + "unicode" : "1F3E9", + "shortcode" : "love_hotel" }, { - "shortcode" : "love_letter", - "unicode" : "1F48C" + "unicode" : "1F48C", + "shortcode" : "love_letter" }, { - "shortcode" : "low_brightness", - "unicode" : "1F505" + "unicode" : "1F505", + "shortcode" : "low_brightness" }, { "shortcode" : "lower_left_ballpoint_pen", "unicode" : "1F58A" }, { - "shortcode" : "lower_left_crayon", - "unicode" : "1F58D" + "unicode" : "1F58D", + "shortcode" : "lower_left_crayon" }, { "shortcode" : "lower_left_fountain_pen", "unicode" : "1F58B" }, { - "shortcode" : "lower_left_paintbrush", - "unicode" : "1F58C" + "unicode" : "1F58C", + "shortcode" : "lower_left_paintbrush" }, { - "unicode" : "1F1F1-1F1F7", - "shortcode" : "lr" + "shortcode" : "lr", + "unicode" : "1F1F1-1F1F7" }, { - "shortcode" : "ls", - "unicode" : "1F1F1-1F1F8" + "unicode" : "1F1F1-1F1F8", + "shortcode" : "ls" }, { "shortcode" : "lt", @@ -6824,8 +6824,8 @@ "unicode" : "1F1F1-1F1FE" }, { - "shortcode" : "lying_face", - "unicode" : "1F925" + "unicode" : "1F925", + "shortcode" : "lying_face" }, { "shortcode" : "m", @@ -6844,24 +6844,24 @@ "shortcode" : "mag_right" }, { - "shortcode" : "mahjong", - "unicode" : "1F004" + "unicode" : "1F004", + "shortcode" : "mahjong" }, { "shortcode" : "mailbox", "unicode" : "1F4EB" }, { - "unicode" : "1F4EA", - "shortcode" : "mailbox_closed" + "shortcode" : "mailbox_closed", + "unicode" : "1F4EA" }, { "shortcode" : "mailbox_with_mail", "unicode" : "1F4EC" }, { - "unicode" : "1F4ED", - "shortcode" : "mailbox_with_no_mail" + "shortcode" : "mailbox_with_no_mail", + "unicode" : "1F4ED" }, { "shortcode" : "male_artist", @@ -6880,8 +6880,8 @@ "shortcode" : "male_artist_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F3A8", - "shortcode" : "male_artist_medium_light_skin_tone" + "shortcode" : "male_artist_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3A8" }, { "shortcode" : "male_artist_medium_skin_tone", @@ -6912,8 +6912,8 @@ "shortcode" : "male_astronaut" }, { - "shortcode" : "male_astronaut_dark_skin_tone", - "unicode" : "1F468-1F3FF-200D-1F680" + "unicode" : "1F468-1F3FF-200D-1F680", + "shortcode" : "male_astronaut_dark_skin_tone" }, { "unicode" : "1F468-1F3FB-200D-1F680", @@ -6932,8 +6932,8 @@ "unicode" : "1F468-1F3FD-200D-1F680" }, { - "shortcode" : "male_astronaut_tone1", - "unicode" : "1F468-1F3FB-200D-1F680" + "unicode" : "1F468-1F3FB-200D-1F680", + "shortcode" : "male_astronaut_tone1" }, { "shortcode" : "male_astronaut_tone2", @@ -6960,32 +6960,32 @@ "shortcode" : "male_construction_worker_dark_skin_tone" }, { - "unicode" : "1F477-1F3FB-200D-2642-FE0F", - "shortcode" : "male_construction_worker_light_skin_tone" + "shortcode" : "male_construction_worker_light_skin_tone", + "unicode" : "1F477-1F3FB-200D-2642-FE0F" }, { "unicode" : "1F477-1F3FE-200D-2642-FE0F", "shortcode" : "male_construction_worker_medium_dark_skin_tone" }, { - "shortcode" : "male_construction_worker_medium_light_skin_tone", - "unicode" : "1F477-1F3FC-200D-2642-FE0F" + "unicode" : "1F477-1F3FC-200D-2642-FE0F", + "shortcode" : "male_construction_worker_medium_light_skin_tone" }, { - "unicode" : "1F477-1F3FD-200D-2642-FE0F", - "shortcode" : "male_construction_worker_medium_skin_tone" + "shortcode" : "male_construction_worker_medium_skin_tone", + "unicode" : "1F477-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F477-1F3FB-200D-2642-FE0F", - "shortcode" : "male_construction_worker_tone1" + "shortcode" : "male_construction_worker_tone1", + "unicode" : "1F477-1F3FB-200D-2642-FE0F" }, { "shortcode" : "male_construction_worker_tone2", "unicode" : "1F477-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F477-1F3FD-200D-2642-FE0F", - "shortcode" : "male_construction_worker_tone3" + "shortcode" : "male_construction_worker_tone3", + "unicode" : "1F477-1F3FD-200D-2642-FE0F" }, { "unicode" : "1F477-1F3FE-200D-2642-FE0F", @@ -7000,8 +7000,8 @@ "unicode" : "1F468-200D-1F373" }, { - "unicode" : "1F468-1F3FF-200D-1F373", - "shortcode" : "male_cook_dark_skin_tone" + "shortcode" : "male_cook_dark_skin_tone", + "unicode" : "1F468-1F3FF-200D-1F373" }, { "unicode" : "1F468-1F3FB-200D-1F373", @@ -7012,24 +7012,24 @@ "unicode" : "1F468-1F3FE-200D-1F373" }, { - "shortcode" : "male_cook_medium_light_skin_tone", - "unicode" : "1F468-1F3FC-200D-1F373" + "unicode" : "1F468-1F3FC-200D-1F373", + "shortcode" : "male_cook_medium_light_skin_tone" }, { - "shortcode" : "male_cook_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F373" + "unicode" : "1F468-1F3FD-200D-1F373", + "shortcode" : "male_cook_medium_skin_tone" }, { "unicode" : "1F468-1F3FB-200D-1F373", "shortcode" : "male_cook_tone1" }, { - "shortcode" : "male_cook_tone2", - "unicode" : "1F468-1F3FC-200D-1F373" + "unicode" : "1F468-1F3FC-200D-1F373", + "shortcode" : "male_cook_tone2" }, { - "shortcode" : "male_cook_tone3", - "unicode" : "1F468-1F3FD-200D-1F373" + "unicode" : "1F468-1F3FD-200D-1F373", + "shortcode" : "male_cook_tone3" }, { "unicode" : "1F468-1F3FE-200D-1F373", @@ -7048,8 +7048,8 @@ "shortcode" : "male_dancer_tone1" }, { - "unicode" : "1F57A-1F3FC", - "shortcode" : "male_dancer_tone2" + "shortcode" : "male_dancer_tone2", + "unicode" : "1F57A-1F3FC" }, { "unicode" : "1F57A-1F3FD", @@ -7076,8 +7076,8 @@ "unicode" : "1F575-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "male_detective_medium_dark_skin_tone", - "unicode" : "1F575-1F3FE-200D-2642-FE0F" + "unicode" : "1F575-1F3FE-200D-2642-FE0F", + "shortcode" : "male_detective_medium_dark_skin_tone" }, { "unicode" : "1F575-1F3FC-200D-2642-FE0F", @@ -7100,12 +7100,12 @@ "shortcode" : "male_detective_tone3" }, { - "shortcode" : "male_detective_tone4", - "unicode" : "1F575-1F3FE-200D-2642-FE0F" + "unicode" : "1F575-1F3FE-200D-2642-FE0F", + "shortcode" : "male_detective_tone4" }, { - "unicode" : "1F575-1F3FF-200D-2642-FE0F", - "shortcode" : "male_detective_tone5" + "shortcode" : "male_detective_tone5", + "unicode" : "1F575-1F3FF-200D-2642-FE0F" }, { "shortcode" : "male_doctor", @@ -7116,8 +7116,8 @@ "shortcode" : "male_doctor_dark_skin_tone" }, { - "shortcode" : "male_doctor_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-2695-FE0F" + "unicode" : "1F468-1F3FB-200D-2695-FE0F", + "shortcode" : "male_doctor_light_skin_tone" }, { "shortcode" : "male_doctor_medium_dark_skin_tone", @@ -7128,20 +7128,20 @@ "shortcode" : "male_doctor_medium_light_skin_tone" }, { - "unicode" : "1F468-1F3FD-200D-2695-FE0F", - "shortcode" : "male_doctor_medium_skin_tone" + "shortcode" : "male_doctor_medium_skin_tone", + "unicode" : "1F468-1F3FD-200D-2695-FE0F" }, { "unicode" : "1F468-1F3FB-200D-2695-FE0F", "shortcode" : "male_doctor_tone1" }, { - "shortcode" : "male_doctor_tone2", - "unicode" : "1F468-1F3FC-200D-2695-FE0F" + "unicode" : "1F468-1F3FC-200D-2695-FE0F", + "shortcode" : "male_doctor_tone2" }, { - "shortcode" : "male_doctor_tone3", - "unicode" : "1F468-1F3FD-200D-2695-FE0F" + "unicode" : "1F468-1F3FD-200D-2695-FE0F", + "shortcode" : "male_doctor_tone3" }, { "unicode" : "1F468-1F3FE-200D-2695-FE0F", @@ -7160,16 +7160,16 @@ "unicode" : "1F468-1F3FF-200D-1F3ED" }, { - "unicode" : "1F468-1F3FB-200D-1F3ED", - "shortcode" : "male_factory_worker_light_skin_tone" + "shortcode" : "male_factory_worker_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-1F3ED" }, { "unicode" : "1F468-1F3FE-200D-1F3ED", "shortcode" : "male_factory_worker_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F3ED", - "shortcode" : "male_factory_worker_medium_light_skin_tone" + "shortcode" : "male_factory_worker_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3ED" }, { "shortcode" : "male_factory_worker_medium_skin_tone", @@ -7180,24 +7180,24 @@ "shortcode" : "male_factory_worker_tone1" }, { - "unicode" : "1F468-1F3FC-200D-1F3ED", - "shortcode" : "male_factory_worker_tone2" + "shortcode" : "male_factory_worker_tone2", + "unicode" : "1F468-1F3FC-200D-1F3ED" }, { "unicode" : "1F468-1F3FD-200D-1F3ED", "shortcode" : "male_factory_worker_tone3" }, { - "shortcode" : "male_factory_worker_tone4", - "unicode" : "1F468-1F3FE-200D-1F3ED" + "unicode" : "1F468-1F3FE-200D-1F3ED", + "shortcode" : "male_factory_worker_tone4" }, { - "unicode" : "1F468-1F3FF-200D-1F3ED", - "shortcode" : "male_factory_worker_tone5" + "shortcode" : "male_factory_worker_tone5", + "unicode" : "1F468-1F3FF-200D-1F3ED" }, { - "unicode" : "1F468-200D-1F33E", - "shortcode" : "male_farmer" + "shortcode" : "male_farmer", + "unicode" : "1F468-200D-1F33E" }, { "shortcode" : "male_farmer_dark_skin_tone", @@ -7212,36 +7212,36 @@ "shortcode" : "male_farmer_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F33E", - "shortcode" : "male_farmer_medium_light_skin_tone" + "shortcode" : "male_farmer_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F33E" }, { - "shortcode" : "male_farmer_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F33E" + "unicode" : "1F468-1F3FD-200D-1F33E", + "shortcode" : "male_farmer_medium_skin_tone" }, { "unicode" : "1F468-1F3FB-200D-1F33E", "shortcode" : "male_farmer_tone1" }, { - "shortcode" : "male_farmer_tone2", - "unicode" : "1F468-1F3FC-200D-1F33E" + "unicode" : "1F468-1F3FC-200D-1F33E", + "shortcode" : "male_farmer_tone2" }, { - "unicode" : "1F468-1F3FD-200D-1F33E", - "shortcode" : "male_farmer_tone3" + "shortcode" : "male_farmer_tone3", + "unicode" : "1F468-1F3FD-200D-1F33E" }, { - "unicode" : "1F468-1F3FE-200D-1F33E", - "shortcode" : "male_farmer_tone4" + "shortcode" : "male_farmer_tone4", + "unicode" : "1F468-1F3FE-200D-1F33E" }, { "shortcode" : "male_farmer_tone5", "unicode" : "1F468-1F3FF-200D-1F33E" }, { - "shortcode" : "male_firefighter", - "unicode" : "1F468-200D-1F692" + "unicode" : "1F468-200D-1F692", + "shortcode" : "male_firefighter" }, { "unicode" : "1F468-1F3FF-200D-1F692", @@ -7252,24 +7252,24 @@ "shortcode" : "male_firefighter_light_skin_tone" }, { - "unicode" : "1F468-1F3FE-200D-1F692", - "shortcode" : "male_firefighter_medium_dark_skin_tone" + "shortcode" : "male_firefighter_medium_dark_skin_tone", + "unicode" : "1F468-1F3FE-200D-1F692" }, { "unicode" : "1F468-1F3FC-200D-1F692", "shortcode" : "male_firefighter_medium_light_skin_tone" }, { - "shortcode" : "male_firefighter_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F692" + "unicode" : "1F468-1F3FD-200D-1F692", + "shortcode" : "male_firefighter_medium_skin_tone" }, { "shortcode" : "male_firefighter_tone1", "unicode" : "1F468-1F3FB-200D-1F692" }, { - "unicode" : "1F468-1F3FC-200D-1F692", - "shortcode" : "male_firefighter_tone2" + "shortcode" : "male_firefighter_tone2", + "unicode" : "1F468-1F3FC-200D-1F692" }, { "unicode" : "1F468-1F3FD-200D-1F692", @@ -7296,12 +7296,12 @@ "unicode" : "1F482-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F482-1F3FE-200D-2642-FE0F", - "shortcode" : "male_guard_medium_dark_skin_tone" + "shortcode" : "male_guard_medium_dark_skin_tone", + "unicode" : "1F482-1F3FE-200D-2642-FE0F" }, { - "shortcode" : "male_guard_medium_light_skin_tone", - "unicode" : "1F482-1F3FC-200D-2642-FE0F" + "unicode" : "1F482-1F3FC-200D-2642-FE0F", + "shortcode" : "male_guard_medium_light_skin_tone" }, { "unicode" : "1F482-1F3FD-200D-2642-FE0F", @@ -7312,8 +7312,8 @@ "unicode" : "1F482-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "male_guard_tone2", - "unicode" : "1F482-1F3FC-200D-2642-FE0F" + "unicode" : "1F482-1F3FC-200D-2642-FE0F", + "shortcode" : "male_guard_tone2" }, { "shortcode" : "male_guard_tone3", @@ -7324,24 +7324,24 @@ "unicode" : "1F482-1F3FE-200D-2642-FE0F" }, { - "shortcode" : "male_guard_tone5", - "unicode" : "1F482-1F3FF-200D-2642-FE0F" + "unicode" : "1F482-1F3FF-200D-2642-FE0F", + "shortcode" : "male_guard_tone5" }, { - "unicode" : "1F468-200D-2696-FE0F", - "shortcode" : "male_judge" + "shortcode" : "male_judge", + "unicode" : "1F468-200D-2696-FE0F" }, { - "shortcode" : "male_judge_dark_skin_tone", - "unicode" : "1F468-1F3FF-200D-2696-FE0F" + "unicode" : "1F468-1F3FF-200D-2696-FE0F", + "shortcode" : "male_judge_dark_skin_tone" }, { - "unicode" : "1F468-1F3FB-200D-2696-FE0F", - "shortcode" : "male_judge_light_skin_tone" + "shortcode" : "male_judge_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-2696-FE0F" }, { - "shortcode" : "male_judge_medium_dark_skin_tone", - "unicode" : "1F468-1F3FE-200D-2696-FE0F" + "unicode" : "1F468-1F3FE-200D-2696-FE0F", + "shortcode" : "male_judge_medium_dark_skin_tone" }, { "shortcode" : "male_judge_medium_light_skin_tone", @@ -7356,8 +7356,8 @@ "unicode" : "1F468-1F3FB-200D-2696-FE0F" }, { - "unicode" : "1F468-1F3FC-200D-2696-FE0F", - "shortcode" : "male_judge_tone2" + "shortcode" : "male_judge_tone2", + "unicode" : "1F468-1F3FC-200D-2696-FE0F" }, { "shortcode" : "male_judge_tone3", @@ -7372,8 +7372,8 @@ "unicode" : "1F468-1F3FF-200D-2696-FE0F" }, { - "unicode" : "1F468-200D-1F527", - "shortcode" : "male_mechanic" + "shortcode" : "male_mechanic", + "unicode" : "1F468-200D-1F527" }, { "shortcode" : "male_mechanic_dark_skin_tone", @@ -7388,16 +7388,16 @@ "unicode" : "1F468-1F3FE-200D-1F527" }, { - "shortcode" : "male_mechanic_medium_light_skin_tone", - "unicode" : "1F468-1F3FC-200D-1F527" + "unicode" : "1F468-1F3FC-200D-1F527", + "shortcode" : "male_mechanic_medium_light_skin_tone" }, { - "shortcode" : "male_mechanic_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F527" + "unicode" : "1F468-1F3FD-200D-1F527", + "shortcode" : "male_mechanic_medium_skin_tone" }, { - "shortcode" : "male_mechanic_tone1", - "unicode" : "1F468-1F3FB-200D-1F527" + "unicode" : "1F468-1F3FB-200D-1F527", + "shortcode" : "male_mechanic_tone1" }, { "unicode" : "1F468-1F3FC-200D-1F527", @@ -7416,8 +7416,8 @@ "shortcode" : "male_mechanic_tone5" }, { - "unicode" : "1F468-200D-1F4BC", - "shortcode" : "male_office_worker" + "shortcode" : "male_office_worker", + "unicode" : "1F468-200D-1F4BC" }, { "shortcode" : "male_office_worker_dark_skin_tone", @@ -7428,24 +7428,24 @@ "unicode" : "1F468-1F3FB-200D-1F4BC" }, { - "shortcode" : "male_office_worker_medium_dark_skin_tone", - "unicode" : "1F468-1F3FE-200D-1F4BC" + "unicode" : "1F468-1F3FE-200D-1F4BC", + "shortcode" : "male_office_worker_medium_dark_skin_tone" }, { "unicode" : "1F468-1F3FC-200D-1F4BC", "shortcode" : "male_office_worker_medium_light_skin_tone" }, { - "unicode" : "1F468-1F3FD-200D-1F4BC", - "shortcode" : "male_office_worker_medium_skin_tone" + "shortcode" : "male_office_worker_medium_skin_tone", + "unicode" : "1F468-1F3FD-200D-1F4BC" }, { - "shortcode" : "male_office_worker_tone1", - "unicode" : "1F468-1F3FB-200D-1F4BC" + "unicode" : "1F468-1F3FB-200D-1F4BC", + "shortcode" : "male_office_worker_tone1" }, { - "unicode" : "1F468-1F3FC-200D-1F4BC", - "shortcode" : "male_office_worker_tone2" + "shortcode" : "male_office_worker_tone2", + "unicode" : "1F468-1F3FC-200D-1F4BC" }, { "unicode" : "1F468-1F3FD-200D-1F4BC", @@ -7456,8 +7456,8 @@ "shortcode" : "male_office_worker_tone4" }, { - "unicode" : "1F468-1F3FF-200D-1F4BC", - "shortcode" : "male_office_worker_tone5" + "shortcode" : "male_office_worker_tone5", + "unicode" : "1F468-1F3FF-200D-1F4BC" }, { "shortcode" : "male_pilot", @@ -7468,24 +7468,24 @@ "shortcode" : "male_pilot_dark_skin_tone" }, { - "unicode" : "1F468-1F3FB-200D-2708-FE0F", - "shortcode" : "male_pilot_light_skin_tone" + "shortcode" : "male_pilot_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-2708-FE0F" }, { "shortcode" : "male_pilot_medium_dark_skin_tone", "unicode" : "1F468-1F3FE-200D-2708-FE0F" }, { - "unicode" : "1F468-1F3FC-200D-2708-FE0F", - "shortcode" : "male_pilot_medium_light_skin_tone" + "shortcode" : "male_pilot_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-2708-FE0F" }, { "unicode" : "1F468-1F3FD-200D-2708-FE0F", "shortcode" : "male_pilot_medium_skin_tone" }, { - "shortcode" : "male_pilot_tone1", - "unicode" : "1F468-1F3FB-200D-2708-FE0F" + "unicode" : "1F468-1F3FB-200D-2708-FE0F", + "shortcode" : "male_pilot_tone1" }, { "shortcode" : "male_pilot_tone2", @@ -7496,8 +7496,8 @@ "unicode" : "1F468-1F3FD-200D-2708-FE0F" }, { - "unicode" : "1F468-1F3FE-200D-2708-FE0F", - "shortcode" : "male_pilot_tone4" + "shortcode" : "male_pilot_tone4", + "unicode" : "1F468-1F3FE-200D-2708-FE0F" }, { "shortcode" : "male_pilot_tone5", @@ -7508,80 +7508,80 @@ "unicode" : "1F46E-200D-2642-FE0F" }, { - "unicode" : "1F46E-1F3FF-200D-2642-FE0F", - "shortcode" : "male_police_officer_dark_skin_tone" + "shortcode" : "male_police_officer_dark_skin_tone", + "unicode" : "1F46E-1F3FF-200D-2642-FE0F" }, { - "shortcode" : "male_police_officer_light_skin_tone", - "unicode" : "1F46E-1F3FB-200D-2642-FE0F" + "unicode" : "1F46E-1F3FB-200D-2642-FE0F", + "shortcode" : "male_police_officer_light_skin_tone" }, { - "shortcode" : "male_police_officer_medium_dark_skin_tone", - "unicode" : "1F46E-1F3FE-200D-2642-FE0F" + "unicode" : "1F46E-1F3FE-200D-2642-FE0F", + "shortcode" : "male_police_officer_medium_dark_skin_tone" }, { "shortcode" : "male_police_officer_medium_light_skin_tone", "unicode" : "1F46E-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F46E-1F3FD-200D-2642-FE0F", - "shortcode" : "male_police_officer_medium_skin_tone" + "shortcode" : "male_police_officer_medium_skin_tone", + "unicode" : "1F46E-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "male_police_officer_tone1", - "unicode" : "1F46E-1F3FB-200D-2642-FE0F" + "unicode" : "1F46E-1F3FB-200D-2642-FE0F", + "shortcode" : "male_police_officer_tone1" }, { "unicode" : "1F46E-1F3FC-200D-2642-FE0F", "shortcode" : "male_police_officer_tone2" }, { - "shortcode" : "male_police_officer_tone3", - "unicode" : "1F46E-1F3FD-200D-2642-FE0F" + "unicode" : "1F46E-1F3FD-200D-2642-FE0F", + "shortcode" : "male_police_officer_tone3" }, { - "unicode" : "1F46E-1F3FE-200D-2642-FE0F", - "shortcode" : "male_police_officer_tone4" + "shortcode" : "male_police_officer_tone4", + "unicode" : "1F46E-1F3FE-200D-2642-FE0F" }, { - "shortcode" : "male_police_officer_tone5", - "unicode" : "1F46E-1F3FF-200D-2642-FE0F" + "unicode" : "1F46E-1F3FF-200D-2642-FE0F", + "shortcode" : "male_police_officer_tone5" }, { - "unicode" : "1F468-200D-1F52C", - "shortcode" : "male_scientist" + "shortcode" : "male_scientist", + "unicode" : "1F468-200D-1F52C" }, { "unicode" : "1F468-1F3FF-200D-1F52C", "shortcode" : "male_scientist_dark_skin_tone" }, { - "unicode" : "1F468-1F3FB-200D-1F52C", - "shortcode" : "male_scientist_light_skin_tone" + "shortcode" : "male_scientist_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-1F52C" }, { "unicode" : "1F468-1F3FE-200D-1F52C", "shortcode" : "male_scientist_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F52C", - "shortcode" : "male_scientist_medium_light_skin_tone" + "shortcode" : "male_scientist_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F52C" }, { "shortcode" : "male_scientist_medium_skin_tone", "unicode" : "1F468-1F3FD-200D-1F52C" }, { - "unicode" : "1F468-1F3FB-200D-1F52C", - "shortcode" : "male_scientist_tone1" + "shortcode" : "male_scientist_tone1", + "unicode" : "1F468-1F3FB-200D-1F52C" }, { - "unicode" : "1F468-1F3FC-200D-1F52C", - "shortcode" : "male_scientist_tone2" + "shortcode" : "male_scientist_tone2", + "unicode" : "1F468-1F3FC-200D-1F52C" }, { - "unicode" : "1F468-1F3FD-200D-1F52C", - "shortcode" : "male_scientist_tone3" + "shortcode" : "male_scientist_tone3", + "unicode" : "1F468-1F3FD-200D-1F52C" }, { "unicode" : "1F468-1F3FE-200D-1F52C", @@ -7596,8 +7596,8 @@ "shortcode" : "male_sign" }, { - "shortcode" : "male_singer", - "unicode" : "1F468-200D-1F3A4" + "unicode" : "1F468-200D-1F3A4", + "shortcode" : "male_singer" }, { "shortcode" : "male_singer_dark_skin_tone", @@ -7608,12 +7608,12 @@ "unicode" : "1F468-1F3FB-200D-1F3A4" }, { - "shortcode" : "male_singer_medium_dark_skin_tone", - "unicode" : "1F468-1F3FE-200D-1F3A4" + "unicode" : "1F468-1F3FE-200D-1F3A4", + "shortcode" : "male_singer_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F3A4", - "shortcode" : "male_singer_medium_light_skin_tone" + "shortcode" : "male_singer_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3A4" }, { "unicode" : "1F468-1F3FD-200D-1F3A4", @@ -7624,16 +7624,16 @@ "shortcode" : "male_singer_tone1" }, { - "unicode" : "1F468-1F3FC-200D-1F3A4", - "shortcode" : "male_singer_tone2" + "shortcode" : "male_singer_tone2", + "unicode" : "1F468-1F3FC-200D-1F3A4" }, { - "shortcode" : "male_singer_tone3", - "unicode" : "1F468-1F3FD-200D-1F3A4" + "unicode" : "1F468-1F3FD-200D-1F3A4", + "shortcode" : "male_singer_tone3" }, { - "unicode" : "1F468-1F3FE-200D-1F3A4", - "shortcode" : "male_singer_tone4" + "shortcode" : "male_singer_tone4", + "unicode" : "1F468-1F3FE-200D-1F3A4" }, { "shortcode" : "male_singer_tone5", @@ -7644,8 +7644,8 @@ "unicode" : "1F468-200D-1F393" }, { - "unicode" : "1F468-1F3FF-200D-1F393", - "shortcode" : "male_student_dark_skin_tone" + "shortcode" : "male_student_dark_skin_tone", + "unicode" : "1F468-1F3FF-200D-1F393" }, { "unicode" : "1F468-1F3FB-200D-1F393", @@ -7656,32 +7656,32 @@ "unicode" : "1F468-1F3FE-200D-1F393" }, { - "shortcode" : "male_student_medium_light_skin_tone", - "unicode" : "1F468-1F3FC-200D-1F393" - }, - { - "shortcode" : "male_student_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F393" - }, - { - "unicode" : "1F468-1F3FB-200D-1F393", - "shortcode" : "male_student_tone1" - }, - { - "shortcode" : "male_student_tone2", - "unicode" : "1F468-1F3FC-200D-1F393" + "unicode" : "1F468-1F3FC-200D-1F393", + "shortcode" : "male_student_medium_light_skin_tone" }, { "unicode" : "1F468-1F3FD-200D-1F393", - "shortcode" : "male_student_tone3" + "shortcode" : "male_student_medium_skin_tone" + }, + { + "shortcode" : "male_student_tone1", + "unicode" : "1F468-1F3FB-200D-1F393" + }, + { + "unicode" : "1F468-1F3FC-200D-1F393", + "shortcode" : "male_student_tone2" + }, + { + "shortcode" : "male_student_tone3", + "unicode" : "1F468-1F3FD-200D-1F393" }, { "unicode" : "1F468-1F3FE-200D-1F393", "shortcode" : "male_student_tone4" }, { - "unicode" : "1F468-1F3FF-200D-1F393", - "shortcode" : "male_student_tone5" + "shortcode" : "male_student_tone5", + "unicode" : "1F468-1F3FF-200D-1F393" }, { "shortcode" : "male_teacher", @@ -7692,28 +7692,28 @@ "unicode" : "1F468-1F3FF-200D-1F3EB" }, { - "unicode" : "1F468-1F3FB-200D-1F3EB", - "shortcode" : "male_teacher_light_skin_tone" + "shortcode" : "male_teacher_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-1F3EB" }, { - "unicode" : "1F468-1F3FE-200D-1F3EB", - "shortcode" : "male_teacher_medium_dark_skin_tone" + "shortcode" : "male_teacher_medium_dark_skin_tone", + "unicode" : "1F468-1F3FE-200D-1F3EB" }, { - "unicode" : "1F468-1F3FC-200D-1F3EB", - "shortcode" : "male_teacher_medium_light_skin_tone" + "shortcode" : "male_teacher_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3EB" }, { - "shortcode" : "male_teacher_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F3EB" + "unicode" : "1F468-1F3FD-200D-1F3EB", + "shortcode" : "male_teacher_medium_skin_tone" }, { - "unicode" : "1F468-1F3FB-200D-1F3EB", - "shortcode" : "male_teacher_tone1" + "shortcode" : "male_teacher_tone1", + "unicode" : "1F468-1F3FB-200D-1F3EB" }, { - "unicode" : "1F468-1F3FC-200D-1F3EB", - "shortcode" : "male_teacher_tone2" + "shortcode" : "male_teacher_tone2", + "unicode" : "1F468-1F3FC-200D-1F3EB" }, { "shortcode" : "male_teacher_tone3", @@ -7724,16 +7724,16 @@ "unicode" : "1F468-1F3FE-200D-1F3EB" }, { - "unicode" : "1F468-1F3FF-200D-1F3EB", - "shortcode" : "male_teacher_tone5" + "shortcode" : "male_teacher_tone5", + "unicode" : "1F468-1F3FF-200D-1F3EB" }, { - "shortcode" : "male_technologist", - "unicode" : "1F468-200D-1F4BB" + "unicode" : "1F468-200D-1F4BB", + "shortcode" : "male_technologist" }, { - "shortcode" : "male_technologist_dark_skin_tone", - "unicode" : "1F468-1F3FF-200D-1F4BB" + "unicode" : "1F468-1F3FF-200D-1F4BB", + "shortcode" : "male_technologist_dark_skin_tone" }, { "shortcode" : "male_technologist_light_skin_tone", @@ -7744,12 +7744,12 @@ "shortcode" : "male_technologist_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F4BB", - "shortcode" : "male_technologist_medium_light_skin_tone" + "shortcode" : "male_technologist_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F4BB" }, { - "unicode" : "1F468-1F3FD-200D-1F4BB", - "shortcode" : "male_technologist_medium_skin_tone" + "shortcode" : "male_technologist_medium_skin_tone", + "unicode" : "1F468-1F3FD-200D-1F4BB" }, { "shortcode" : "male_technologist_tone1", @@ -7760,44 +7760,44 @@ "unicode" : "1F468-1F3FC-200D-1F4BB" }, { - "shortcode" : "male_technologist_tone3", - "unicode" : "1F468-1F3FD-200D-1F4BB" + "unicode" : "1F468-1F3FD-200D-1F4BB", + "shortcode" : "male_technologist_tone3" }, { - "shortcode" : "male_technologist_tone4", - "unicode" : "1F468-1F3FE-200D-1F4BB" + "unicode" : "1F468-1F3FE-200D-1F4BB", + "shortcode" : "male_technologist_tone4" }, { - "shortcode" : "male_technologist_tone5", - "unicode" : "1F468-1F3FF-200D-1F4BB" + "unicode" : "1F468-1F3FF-200D-1F4BB", + "shortcode" : "male_technologist_tone5" }, { - "unicode" : "1F468", - "shortcode" : "man" + "shortcode" : "man", + "unicode" : "1F468" }, { - "shortcode" : "man_and_woman_holding_hands", - "unicode" : "1F46B" + "unicode" : "1F46B", + "shortcode" : "man_and_woman_holding_hands" }, { "shortcode" : "man_artist", "unicode" : "1F468-200D-1F3A8" }, { - "shortcode" : "man_artist_dark_skin_tone", - "unicode" : "1F468-1F3FF-200D-1F3A8" + "unicode" : "1F468-1F3FF-200D-1F3A8", + "shortcode" : "man_artist_dark_skin_tone" }, { - "shortcode" : "man_artist_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-1F3A8" + "unicode" : "1F468-1F3FB-200D-1F3A8", + "shortcode" : "man_artist_light_skin_tone" }, { "unicode" : "1F468-1F3FE-200D-1F3A8", "shortcode" : "man_artist_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F3A8", - "shortcode" : "man_artist_medium_light_skin_tone" + "shortcode" : "man_artist_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3A8" }, { "unicode" : "1F468-1F3FD-200D-1F3A8", @@ -7808,8 +7808,8 @@ "shortcode" : "man_artist_tone1" }, { - "shortcode" : "man_artist_tone2", - "unicode" : "1F468-1F3FC-200D-1F3A8" + "unicode" : "1F468-1F3FC-200D-1F3A8", + "shortcode" : "man_artist_tone2" }, { "shortcode" : "man_artist_tone3", @@ -7820,28 +7820,28 @@ "shortcode" : "man_artist_tone4" }, { - "shortcode" : "man_artist_tone5", - "unicode" : "1F468-1F3FF-200D-1F3A8" + "unicode" : "1F468-1F3FF-200D-1F3A8", + "shortcode" : "man_artist_tone5" }, { - "shortcode" : "man_astronaut", - "unicode" : "1F468-200D-1F680" + "unicode" : "1F468-200D-1F680", + "shortcode" : "man_astronaut" }, { - "unicode" : "1F468-1F3FF-200D-1F680", - "shortcode" : "man_astronaut_dark_skin_tone" + "shortcode" : "man_astronaut_dark_skin_tone", + "unicode" : "1F468-1F3FF-200D-1F680" }, { - "shortcode" : "man_astronaut_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-1F680" + "unicode" : "1F468-1F3FB-200D-1F680", + "shortcode" : "man_astronaut_light_skin_tone" }, { "unicode" : "1F468-1F3FE-200D-1F680", "shortcode" : "man_astronaut_medium_dark_skin_tone" }, { - "shortcode" : "man_astronaut_medium_light_skin_tone", - "unicode" : "1F468-1F3FC-200D-1F680" + "unicode" : "1F468-1F3FC-200D-1F680", + "shortcode" : "man_astronaut_medium_light_skin_tone" }, { "unicode" : "1F468-1F3FD-200D-1F680", @@ -7860,12 +7860,12 @@ "unicode" : "1F468-1F3FD-200D-1F680" }, { - "unicode" : "1F468-1F3FE-200D-1F680", - "shortcode" : "man_astronaut_tone4" + "shortcode" : "man_astronaut_tone4", + "unicode" : "1F468-1F3FE-200D-1F680" }, { - "unicode" : "1F468-1F3FF-200D-1F680", - "shortcode" : "man_astronaut_tone5" + "shortcode" : "man_astronaut_tone5", + "unicode" : "1F468-1F3FF-200D-1F680" }, { "shortcode" : "man_biking", @@ -7884,20 +7884,20 @@ "shortcode" : "man_biking_medium_dark_skin_tone" }, { - "unicode" : "1F6B4-1F3FC-200D-2642-FE0F", - "shortcode" : "man_biking_medium_light_skin_tone" + "shortcode" : "man_biking_medium_light_skin_tone", + "unicode" : "1F6B4-1F3FC-200D-2642-FE0F" }, { "unicode" : "1F6B4-1F3FD-200D-2642-FE0F", "shortcode" : "man_biking_medium_skin_tone" }, { - "shortcode" : "man_biking_tone1", - "unicode" : "1F6B4-1F3FB-200D-2642-FE0F" + "unicode" : "1F6B4-1F3FB-200D-2642-FE0F", + "shortcode" : "man_biking_tone1" }, { - "shortcode" : "man_biking_tone2", - "unicode" : "1F6B4-1F3FC-200D-2642-FE0F" + "unicode" : "1F6B4-1F3FC-200D-2642-FE0F", + "shortcode" : "man_biking_tone2" }, { "unicode" : "1F6B4-1F3FD-200D-2642-FE0F", @@ -7908,20 +7908,20 @@ "shortcode" : "man_biking_tone4" }, { - "shortcode" : "man_biking_tone5", - "unicode" : "1F6B4-1F3FF-200D-2642-FE0F" + "unicode" : "1F6B4-1F3FF-200D-2642-FE0F", + "shortcode" : "man_biking_tone5" }, { - "unicode" : "26F9-FE0F-200D-2642-FE0F", - "shortcode" : "man_bouncing_ball" + "shortcode" : "man_bouncing_ball", + "unicode" : "26F9-FE0F-200D-2642-FE0F" }, { - "shortcode" : "man_bouncing_ball_dark_skin_tone", - "unicode" : "26F9-1F3FF-200D-2642-FE0F" + "unicode" : "26F9-1F3FF-200D-2642-FE0F", + "shortcode" : "man_bouncing_ball_dark_skin_tone" }, { - "unicode" : "26F9-1F3FB-200D-2642-FE0F", - "shortcode" : "man_bouncing_ball_light_skin_tone" + "shortcode" : "man_bouncing_ball_light_skin_tone", + "unicode" : "26F9-1F3FB-200D-2642-FE0F" }, { "unicode" : "26F9-1F3FE-200D-2642-FE0F", @@ -7932,12 +7932,12 @@ "unicode" : "26F9-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_bouncing_ball_medium_skin_tone", - "unicode" : "26F9-1F3FD-200D-2642-FE0F" + "unicode" : "26F9-1F3FD-200D-2642-FE0F", + "shortcode" : "man_bouncing_ball_medium_skin_tone" }, { - "shortcode" : "man_bouncing_ball_tone1", - "unicode" : "26F9-1F3FB-200D-2642-FE0F" + "unicode" : "26F9-1F3FB-200D-2642-FE0F", + "shortcode" : "man_bouncing_ball_tone1" }, { "shortcode" : "man_bouncing_ball_tone2", @@ -7976,48 +7976,48 @@ "unicode" : "1F647-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_bowing_medium_skin_tone", - "unicode" : "1F647-1F3FD-200D-2642-FE0F" + "unicode" : "1F647-1F3FD-200D-2642-FE0F", + "shortcode" : "man_bowing_medium_skin_tone" }, { "shortcode" : "man_bowing_tone1", "unicode" : "1F647-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F647-1F3FC-200D-2642-FE0F", - "shortcode" : "man_bowing_tone2" + "shortcode" : "man_bowing_tone2", + "unicode" : "1F647-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F647-1F3FD-200D-2642-FE0F", - "shortcode" : "man_bowing_tone3" + "shortcode" : "man_bowing_tone3", + "unicode" : "1F647-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F647-1F3FE-200D-2642-FE0F", - "shortcode" : "man_bowing_tone4" + "shortcode" : "man_bowing_tone4", + "unicode" : "1F647-1F3FE-200D-2642-FE0F" }, { "shortcode" : "man_bowing_tone5", "unicode" : "1F647-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F468-200D-1F466", - "shortcode" : "man_boy" + "shortcode" : "man_boy", + "unicode" : "1F468-200D-1F466" }, { - "unicode" : "1F468-200D-1F466-200D-1F466", - "shortcode" : "man_boy_boy" + "shortcode" : "man_boy_boy", + "unicode" : "1F468-200D-1F466-200D-1F466" }, { - "shortcode" : "man_cartwheeling", - "unicode" : "1F938-200D-2642-FE0F" + "unicode" : "1F938-200D-2642-FE0F", + "shortcode" : "man_cartwheeling" }, { "shortcode" : "man_cartwheeling_dark_skin_tone", "unicode" : "1F938-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F938-1F3FB-200D-2642-FE0F", - "shortcode" : "man_cartwheeling_light_skin_tone" + "shortcode" : "man_cartwheeling_light_skin_tone", + "unicode" : "1F938-1F3FB-200D-2642-FE0F" }, { "unicode" : "1F938-1F3FE-200D-2642-FE0F", @@ -8032,44 +8032,44 @@ "shortcode" : "man_cartwheeling_medium_skin_tone" }, { - "shortcode" : "man_cartwheeling_tone1", - "unicode" : "1F938-1F3FB-200D-2642-FE0F" + "unicode" : "1F938-1F3FB-200D-2642-FE0F", + "shortcode" : "man_cartwheeling_tone1" }, { "unicode" : "1F938-1F3FC-200D-2642-FE0F", "shortcode" : "man_cartwheeling_tone2" }, { - "shortcode" : "man_cartwheeling_tone3", - "unicode" : "1F938-1F3FD-200D-2642-FE0F" + "unicode" : "1F938-1F3FD-200D-2642-FE0F", + "shortcode" : "man_cartwheeling_tone3" }, { "unicode" : "1F938-1F3FE-200D-2642-FE0F", "shortcode" : "man_cartwheeling_tone4" }, { - "shortcode" : "man_cartwheeling_tone5", - "unicode" : "1F938-1F3FF-200D-2642-FE0F" + "unicode" : "1F938-1F3FF-200D-2642-FE0F", + "shortcode" : "man_cartwheeling_tone5" }, { "unicode" : "1F477-200D-2642-FE0F", "shortcode" : "man_construction_worker" }, { - "shortcode" : "man_construction_worker_dark_skin_tone", - "unicode" : "1F477-1F3FF-200D-2642-FE0F" + "unicode" : "1F477-1F3FF-200D-2642-FE0F", + "shortcode" : "man_construction_worker_dark_skin_tone" }, { - "shortcode" : "man_construction_worker_light_skin_tone", - "unicode" : "1F477-1F3FB-200D-2642-FE0F" + "unicode" : "1F477-1F3FB-200D-2642-FE0F", + "shortcode" : "man_construction_worker_light_skin_tone" }, { "shortcode" : "man_construction_worker_medium_dark_skin_tone", "unicode" : "1F477-1F3FE-200D-2642-FE0F" }, { - "shortcode" : "man_construction_worker_medium_light_skin_tone", - "unicode" : "1F477-1F3FC-200D-2642-FE0F" + "unicode" : "1F477-1F3FC-200D-2642-FE0F", + "shortcode" : "man_construction_worker_medium_light_skin_tone" }, { "shortcode" : "man_construction_worker_medium_skin_tone", @@ -8080,16 +8080,16 @@ "unicode" : "1F477-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_construction_worker_tone2", - "unicode" : "1F477-1F3FC-200D-2642-FE0F" + "unicode" : "1F477-1F3FC-200D-2642-FE0F", + "shortcode" : "man_construction_worker_tone2" }, { - "shortcode" : "man_construction_worker_tone3", - "unicode" : "1F477-1F3FD-200D-2642-FE0F" + "unicode" : "1F477-1F3FD-200D-2642-FE0F", + "shortcode" : "man_construction_worker_tone3" }, { - "unicode" : "1F477-1F3FE-200D-2642-FE0F", - "shortcode" : "man_construction_worker_tone4" + "shortcode" : "man_construction_worker_tone4", + "unicode" : "1F477-1F3FE-200D-2642-FE0F" }, { "shortcode" : "man_construction_worker_tone5", @@ -8104,20 +8104,20 @@ "unicode" : "1F468-1F3FF-200D-1F373" }, { - "unicode" : "1F468-1F3FB-200D-1F373", - "shortcode" : "man_cook_light_skin_tone" + "shortcode" : "man_cook_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-1F373" }, { - "shortcode" : "man_cook_medium_dark_skin_tone", - "unicode" : "1F468-1F3FE-200D-1F373" + "unicode" : "1F468-1F3FE-200D-1F373", + "shortcode" : "man_cook_medium_dark_skin_tone" }, { "unicode" : "1F468-1F3FC-200D-1F373", "shortcode" : "man_cook_medium_light_skin_tone" }, { - "shortcode" : "man_cook_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F373" + "unicode" : "1F468-1F3FD-200D-1F373", + "shortcode" : "man_cook_medium_skin_tone" }, { "unicode" : "1F468-1F3FB-200D-1F373", @@ -8128,60 +8128,60 @@ "unicode" : "1F468-1F3FC-200D-1F373" }, { - "unicode" : "1F468-1F3FD-200D-1F373", - "shortcode" : "man_cook_tone3" + "shortcode" : "man_cook_tone3", + "unicode" : "1F468-1F3FD-200D-1F373" }, { "unicode" : "1F468-1F3FE-200D-1F373", "shortcode" : "man_cook_tone4" }, { - "unicode" : "1F468-1F3FF-200D-1F373", - "shortcode" : "man_cook_tone5" + "shortcode" : "man_cook_tone5", + "unicode" : "1F468-1F3FF-200D-1F373" }, { "unicode" : "1F57A", "shortcode" : "man_dancing" }, { - "unicode" : "1F57A-1F3FF", - "shortcode" : "man_dancing_dark_skin_tone" + "shortcode" : "man_dancing_dark_skin_tone", + "unicode" : "1F57A-1F3FF" }, { - "unicode" : "1F57A-1F3FB", - "shortcode" : "man_dancing_light_skin_tone" + "shortcode" : "man_dancing_light_skin_tone", + "unicode" : "1F57A-1F3FB" }, { "unicode" : "1F57A-1F3FE", "shortcode" : "man_dancing_medium_dark_skin_tone" }, { - "shortcode" : "man_dancing_medium_light_skin_tone", - "unicode" : "1F57A-1F3FC" + "unicode" : "1F57A-1F3FC", + "shortcode" : "man_dancing_medium_light_skin_tone" }, { "shortcode" : "man_dancing_medium_skin_tone", "unicode" : "1F57A-1F3FD" }, { - "unicode" : "1F57A-1F3FB", - "shortcode" : "man_dancing_tone1" + "shortcode" : "man_dancing_tone1", + "unicode" : "1F57A-1F3FB" }, { - "shortcode" : "man_dancing_tone2", - "unicode" : "1F57A-1F3FC" + "unicode" : "1F57A-1F3FC", + "shortcode" : "man_dancing_tone2" }, { "shortcode" : "man_dancing_tone3", "unicode" : "1F57A-1F3FD" }, { - "unicode" : "1F57A-1F3FE", - "shortcode" : "man_dancing_tone4" + "shortcode" : "man_dancing_tone4", + "unicode" : "1F57A-1F3FE" }, { - "unicode" : "1F57A-1F3FF", - "shortcode" : "man_dancing_tone5" + "shortcode" : "man_dancing_tone5", + "unicode" : "1F57A-1F3FF" }, { "shortcode" : "man_dark_skin_tone", @@ -8192,40 +8192,40 @@ "unicode" : "1F575-FE0F-200D-2642-FE0F" }, { - "shortcode" : "man_detective_dark_skin_tone", - "unicode" : "1F575-1F3FF-200D-2642-FE0F" + "unicode" : "1F575-1F3FF-200D-2642-FE0F", + "shortcode" : "man_detective_dark_skin_tone" }, { - "unicode" : "1F575-1F3FB-200D-2642-FE0F", - "shortcode" : "man_detective_light_skin_tone" + "shortcode" : "man_detective_light_skin_tone", + "unicode" : "1F575-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_detective_medium_dark_skin_tone", - "unicode" : "1F575-1F3FE-200D-2642-FE0F" + "unicode" : "1F575-1F3FE-200D-2642-FE0F", + "shortcode" : "man_detective_medium_dark_skin_tone" }, { - "shortcode" : "man_detective_medium_light_skin_tone", - "unicode" : "1F575-1F3FC-200D-2642-FE0F" + "unicode" : "1F575-1F3FC-200D-2642-FE0F", + "shortcode" : "man_detective_medium_light_skin_tone" }, { "shortcode" : "man_detective_medium_skin_tone", "unicode" : "1F575-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_detective_tone1", - "unicode" : "1F575-1F3FB-200D-2642-FE0F" + "unicode" : "1F575-1F3FB-200D-2642-FE0F", + "shortcode" : "man_detective_tone1" }, { "shortcode" : "man_detective_tone2", "unicode" : "1F575-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_detective_tone3", - "unicode" : "1F575-1F3FD-200D-2642-FE0F" + "unicode" : "1F575-1F3FD-200D-2642-FE0F", + "shortcode" : "man_detective_tone3" }, { - "shortcode" : "man_detective_tone4", - "unicode" : "1F575-1F3FE-200D-2642-FE0F" + "unicode" : "1F575-1F3FE-200D-2642-FE0F", + "shortcode" : "man_detective_tone4" }, { "unicode" : "1F575-1F3FF-200D-2642-FE0F", @@ -8256,8 +8256,8 @@ "unicode" : "1F926-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_facepalming_tone1", - "unicode" : "1F926-1F3FB-200D-2642-FE0F" + "unicode" : "1F926-1F3FB-200D-2642-FE0F", + "shortcode" : "man_facepalming_tone1" }, { "unicode" : "1F926-1F3FC-200D-2642-FE0F", @@ -8268,16 +8268,16 @@ "shortcode" : "man_facepalming_tone3" }, { - "unicode" : "1F926-1F3FE-200D-2642-FE0F", - "shortcode" : "man_facepalming_tone4" + "shortcode" : "man_facepalming_tone4", + "unicode" : "1F926-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F926-1F3FF-200D-2642-FE0F", - "shortcode" : "man_facepalming_tone5" + "shortcode" : "man_facepalming_tone5", + "unicode" : "1F926-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F468-200D-1F3ED", - "shortcode" : "man_factory_worker" + "shortcode" : "man_factory_worker", + "unicode" : "1F468-200D-1F3ED" }, { "unicode" : "1F468-1F3FF-200D-1F3ED", @@ -8288,40 +8288,40 @@ "unicode" : "1F468-1F3FB-200D-1F3ED" }, { - "unicode" : "1F468-1F3FE-200D-1F3ED", - "shortcode" : "man_factory_worker_medium_dark_skin_tone" + "shortcode" : "man_factory_worker_medium_dark_skin_tone", + "unicode" : "1F468-1F3FE-200D-1F3ED" }, { - "unicode" : "1F468-1F3FC-200D-1F3ED", - "shortcode" : "man_factory_worker_medium_light_skin_tone" + "shortcode" : "man_factory_worker_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3ED" }, { "unicode" : "1F468-1F3FD-200D-1F3ED", "shortcode" : "man_factory_worker_medium_skin_tone" }, { - "shortcode" : "man_factory_worker_tone1", - "unicode" : "1F468-1F3FB-200D-1F3ED" + "unicode" : "1F468-1F3FB-200D-1F3ED", + "shortcode" : "man_factory_worker_tone1" }, { - "shortcode" : "man_factory_worker_tone2", - "unicode" : "1F468-1F3FC-200D-1F3ED" + "unicode" : "1F468-1F3FC-200D-1F3ED", + "shortcode" : "man_factory_worker_tone2" }, { - "shortcode" : "man_factory_worker_tone3", - "unicode" : "1F468-1F3FD-200D-1F3ED" + "unicode" : "1F468-1F3FD-200D-1F3ED", + "shortcode" : "man_factory_worker_tone3" }, { - "unicode" : "1F468-1F3FE-200D-1F3ED", - "shortcode" : "man_factory_worker_tone4" + "shortcode" : "man_factory_worker_tone4", + "unicode" : "1F468-1F3FE-200D-1F3ED" }, { "shortcode" : "man_factory_worker_tone5", "unicode" : "1F468-1F3FF-200D-1F3ED" }, { - "unicode" : "1F468-200D-1F33E", - "shortcode" : "man_farmer" + "shortcode" : "man_farmer", + "unicode" : "1F468-200D-1F33E" }, { "shortcode" : "man_farmer_dark_skin_tone", @@ -8356,12 +8356,12 @@ "unicode" : "1F468-1F3FD-200D-1F33E" }, { - "shortcode" : "man_farmer_tone4", - "unicode" : "1F468-1F3FE-200D-1F33E" + "unicode" : "1F468-1F3FE-200D-1F33E", + "shortcode" : "man_farmer_tone4" }, { - "shortcode" : "man_farmer_tone5", - "unicode" : "1F468-1F3FF-200D-1F33E" + "unicode" : "1F468-1F3FF-200D-1F33E", + "shortcode" : "man_farmer_tone5" }, { "shortcode" : "man_firefighter", @@ -8376,8 +8376,8 @@ "shortcode" : "man_firefighter_light_skin_tone" }, { - "shortcode" : "man_firefighter_medium_dark_skin_tone", - "unicode" : "1F468-1F3FE-200D-1F692" + "unicode" : "1F468-1F3FE-200D-1F692", + "shortcode" : "man_firefighter_medium_dark_skin_tone" }, { "shortcode" : "man_firefighter_medium_light_skin_tone", @@ -8392,8 +8392,8 @@ "unicode" : "1F468-1F3FB-200D-1F692" }, { - "shortcode" : "man_firefighter_tone2", - "unicode" : "1F468-1F3FC-200D-1F692" + "unicode" : "1F468-1F3FC-200D-1F692", + "shortcode" : "man_firefighter_tone2" }, { "shortcode" : "man_firefighter_tone3", @@ -8412,16 +8412,16 @@ "shortcode" : "man_frowning" }, { - "shortcode" : "man_frowning_dark_skin_tone", - "unicode" : "1F64D-1F3FF-200D-2642-FE0F" + "unicode" : "1F64D-1F3FF-200D-2642-FE0F", + "shortcode" : "man_frowning_dark_skin_tone" }, { "shortcode" : "man_frowning_light_skin_tone", "unicode" : "1F64D-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_frowning_medium_dark_skin_tone", - "unicode" : "1F64D-1F3FE-200D-2642-FE0F" + "unicode" : "1F64D-1F3FE-200D-2642-FE0F", + "shortcode" : "man_frowning_medium_dark_skin_tone" }, { "shortcode" : "man_frowning_medium_light_skin_tone", @@ -8436,16 +8436,16 @@ "shortcode" : "man_frowning_tone1" }, { - "unicode" : "1F64D-1F3FC-200D-2642-FE0F", - "shortcode" : "man_frowning_tone2" + "shortcode" : "man_frowning_tone2", + "unicode" : "1F64D-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_frowning_tone3", - "unicode" : "1F64D-1F3FD-200D-2642-FE0F" + "unicode" : "1F64D-1F3FD-200D-2642-FE0F", + "shortcode" : "man_frowning_tone3" }, { - "shortcode" : "man_frowning_tone4", - "unicode" : "1F64D-1F3FE-200D-2642-FE0F" + "unicode" : "1F64D-1F3FE-200D-2642-FE0F", + "shortcode" : "man_frowning_tone4" }, { "shortcode" : "man_frowning_tone5", @@ -8456,8 +8456,8 @@ "shortcode" : "man_gesturing_no" }, { - "shortcode" : "man_gesturing_no_dark_skin_tone", - "unicode" : "1F645-1F3FF-200D-2642-FE0F" + "unicode" : "1F645-1F3FF-200D-2642-FE0F", + "shortcode" : "man_gesturing_no_dark_skin_tone" }, { "shortcode" : "man_gesturing_no_light_skin_tone", @@ -8476,20 +8476,20 @@ "unicode" : "1F645-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_gesturing_no_tone1", - "unicode" : "1F645-1F3FB-200D-2642-FE0F" + "unicode" : "1F645-1F3FB-200D-2642-FE0F", + "shortcode" : "man_gesturing_no_tone1" }, { - "unicode" : "1F645-1F3FC-200D-2642-FE0F", - "shortcode" : "man_gesturing_no_tone2" + "shortcode" : "man_gesturing_no_tone2", + "unicode" : "1F645-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F645-1F3FD-200D-2642-FE0F", - "shortcode" : "man_gesturing_no_tone3" + "shortcode" : "man_gesturing_no_tone3", + "unicode" : "1F645-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F645-1F3FE-200D-2642-FE0F", - "shortcode" : "man_gesturing_no_tone4" + "shortcode" : "man_gesturing_no_tone4", + "unicode" : "1F645-1F3FE-200D-2642-FE0F" }, { "shortcode" : "man_gesturing_no_tone5", @@ -8500,12 +8500,12 @@ "shortcode" : "man_gesturing_ok" }, { - "shortcode" : "man_gesturing_ok_dark_skin_tone", - "unicode" : "1F646-1F3FF-200D-2642-FE0F" + "unicode" : "1F646-1F3FF-200D-2642-FE0F", + "shortcode" : "man_gesturing_ok_dark_skin_tone" }, { - "unicode" : "1F646-1F3FB-200D-2642-FE0F", - "shortcode" : "man_gesturing_ok_light_skin_tone" + "shortcode" : "man_gesturing_ok_light_skin_tone", + "unicode" : "1F646-1F3FB-200D-2642-FE0F" }, { "shortcode" : "man_gesturing_ok_medium_dark_skin_tone", @@ -8516,8 +8516,8 @@ "unicode" : "1F646-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_gesturing_ok_medium_skin_tone", - "unicode" : "1F646-1F3FD-200D-2642-FE0F" + "unicode" : "1F646-1F3FD-200D-2642-FE0F", + "shortcode" : "man_gesturing_ok_medium_skin_tone" }, { "unicode" : "1F646-1F3FB-200D-2642-FE0F", @@ -8536,8 +8536,8 @@ "unicode" : "1F646-1F3FE-200D-2642-FE0F" }, { - "shortcode" : "man_gesturing_ok_tone5", - "unicode" : "1F646-1F3FF-200D-2642-FE0F" + "unicode" : "1F646-1F3FF-200D-2642-FE0F", + "shortcode" : "man_gesturing_ok_tone5" }, { "shortcode" : "man_getting_face_massage", @@ -8556,8 +8556,8 @@ "unicode" : "1F486-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F486-1F3FC-200D-2642-FE0F", - "shortcode" : "man_getting_face_massage_medium_light_skin_tone" + "shortcode" : "man_getting_face_massage_medium_light_skin_tone", + "unicode" : "1F486-1F3FC-200D-2642-FE0F" }, { "shortcode" : "man_getting_face_massage_medium_skin_tone", @@ -8568,8 +8568,8 @@ "shortcode" : "man_getting_face_massage_tone1" }, { - "shortcode" : "man_getting_face_massage_tone2", - "unicode" : "1F486-1F3FC-200D-2642-FE0F" + "unicode" : "1F486-1F3FC-200D-2642-FE0F", + "shortcode" : "man_getting_face_massage_tone2" }, { "shortcode" : "man_getting_face_massage_tone3", @@ -8580,44 +8580,44 @@ "shortcode" : "man_getting_face_massage_tone4" }, { - "unicode" : "1F486-1F3FF-200D-2642-FE0F", - "shortcode" : "man_getting_face_massage_tone5" + "shortcode" : "man_getting_face_massage_tone5", + "unicode" : "1F486-1F3FF-200D-2642-FE0F" }, { "shortcode" : "man_getting_haircut", "unicode" : "1F487-200D-2642-FE0F" }, { - "unicode" : "1F487-1F3FF-200D-2642-FE0F", - "shortcode" : "man_getting_haircut_dark_skin_tone" + "shortcode" : "man_getting_haircut_dark_skin_tone", + "unicode" : "1F487-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F487-1F3FB-200D-2642-FE0F", - "shortcode" : "man_getting_haircut_light_skin_tone" + "shortcode" : "man_getting_haircut_light_skin_tone", + "unicode" : "1F487-1F3FB-200D-2642-FE0F" }, { "unicode" : "1F487-1F3FE-200D-2642-FE0F", "shortcode" : "man_getting_haircut_medium_dark_skin_tone" }, { - "shortcode" : "man_getting_haircut_medium_light_skin_tone", - "unicode" : "1F487-1F3FC-200D-2642-FE0F" + "unicode" : "1F487-1F3FC-200D-2642-FE0F", + "shortcode" : "man_getting_haircut_medium_light_skin_tone" }, { "unicode" : "1F487-1F3FD-200D-2642-FE0F", "shortcode" : "man_getting_haircut_medium_skin_tone" }, { - "shortcode" : "man_getting_haircut_tone1", - "unicode" : "1F487-1F3FB-200D-2642-FE0F" + "unicode" : "1F487-1F3FB-200D-2642-FE0F", + "shortcode" : "man_getting_haircut_tone1" }, { "shortcode" : "man_getting_haircut_tone2", "unicode" : "1F487-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_getting_haircut_tone3", - "unicode" : "1F487-1F3FD-200D-2642-FE0F" + "unicode" : "1F487-1F3FD-200D-2642-FE0F", + "shortcode" : "man_getting_haircut_tone3" }, { "shortcode" : "man_getting_haircut_tone4", @@ -8628,28 +8628,28 @@ "unicode" : "1F487-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F486-200D-2642-FE0F", - "shortcode" : "man_getting_massage" + "shortcode" : "man_getting_massage", + "unicode" : "1F486-200D-2642-FE0F" }, { - "unicode" : "1F486-1F3FF-200D-2642-FE0F", - "shortcode" : "man_getting_massage_dark_skin_tone" + "shortcode" : "man_getting_massage_dark_skin_tone", + "unicode" : "1F486-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F486-1F3FB-200D-2642-FE0F", - "shortcode" : "man_getting_massage_light_skin_tone" + "shortcode" : "man_getting_massage_light_skin_tone", + "unicode" : "1F486-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F486-1F3FE-200D-2642-FE0F", - "shortcode" : "man_getting_massage_medium_dark_skin_tone" + "shortcode" : "man_getting_massage_medium_dark_skin_tone", + "unicode" : "1F486-1F3FE-200D-2642-FE0F" }, { "unicode" : "1F486-1F3FC-200D-2642-FE0F", "shortcode" : "man_getting_massage_medium_light_skin_tone" }, { - "unicode" : "1F486-1F3FD-200D-2642-FE0F", - "shortcode" : "man_getting_massage_medium_skin_tone" + "shortcode" : "man_getting_massage_medium_skin_tone", + "unicode" : "1F486-1F3FD-200D-2642-FE0F" }, { "unicode" : "1F486-1F3FB-200D-2642-FE0F", @@ -8660,12 +8660,12 @@ "shortcode" : "man_getting_massage_tone2" }, { - "unicode" : "1F486-1F3FD-200D-2642-FE0F", - "shortcode" : "man_getting_massage_tone3" + "shortcode" : "man_getting_massage_tone3", + "unicode" : "1F486-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_getting_massage_tone4", - "unicode" : "1F486-1F3FE-200D-2642-FE0F" + "unicode" : "1F486-1F3FE-200D-2642-FE0F", + "shortcode" : "man_getting_massage_tone4" }, { "shortcode" : "man_getting_massage_tone5", @@ -8680,24 +8680,24 @@ "shortcode" : "man_girl_boy" }, { - "unicode" : "1F468-200D-1F467-200D-1F467", - "shortcode" : "man_girl_girl" + "shortcode" : "man_girl_girl", + "unicode" : "1F468-200D-1F467-200D-1F467" }, { "shortcode" : "man_golfing", "unicode" : "1F3CC-FE0F-200D-2642-FE0F" }, { - "shortcode" : "man_golfing_dark_skin_tone", - "unicode" : "1F3CC-1F3FF-200D-2642-FE0F" + "unicode" : "1F3CC-1F3FF-200D-2642-FE0F", + "shortcode" : "man_golfing_dark_skin_tone" }, { - "shortcode" : "man_golfing_light_skin_tone", - "unicode" : "1F3CC-1F3FB-200D-2642-FE0F" + "unicode" : "1F3CC-1F3FB-200D-2642-FE0F", + "shortcode" : "man_golfing_light_skin_tone" }, { - "unicode" : "1F3CC-1F3FE-200D-2642-FE0F", - "shortcode" : "man_golfing_medium_dark_skin_tone" + "shortcode" : "man_golfing_medium_dark_skin_tone", + "unicode" : "1F3CC-1F3FE-200D-2642-FE0F" }, { "shortcode" : "man_golfing_medium_light_skin_tone", @@ -8708,32 +8708,32 @@ "unicode" : "1F3CC-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F3CC-1F3FB-200D-2642-FE0F", - "shortcode" : "man_golfing_tone1" + "shortcode" : "man_golfing_tone1", + "unicode" : "1F3CC-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_golfing_tone2", - "unicode" : "1F3CC-1F3FC-200D-2642-FE0F" + "unicode" : "1F3CC-1F3FC-200D-2642-FE0F", + "shortcode" : "man_golfing_tone2" }, { - "shortcode" : "man_golfing_tone3", - "unicode" : "1F3CC-1F3FD-200D-2642-FE0F" + "unicode" : "1F3CC-1F3FD-200D-2642-FE0F", + "shortcode" : "man_golfing_tone3" }, { "unicode" : "1F3CC-1F3FE-200D-2642-FE0F", "shortcode" : "man_golfing_tone4" }, { - "shortcode" : "man_golfing_tone5", - "unicode" : "1F3CC-1F3FF-200D-2642-FE0F" + "unicode" : "1F3CC-1F3FF-200D-2642-FE0F", + "shortcode" : "man_golfing_tone5" }, { "unicode" : "1F482-200D-2642-FE0F", "shortcode" : "man_guard" }, { - "unicode" : "1F482-1F3FF-200D-2642-FE0F", - "shortcode" : "man_guard_dark_skin_tone" + "shortcode" : "man_guard_dark_skin_tone", + "unicode" : "1F482-1F3FF-200D-2642-FE0F" }, { "shortcode" : "man_guard_light_skin_tone", @@ -8744,32 +8744,32 @@ "shortcode" : "man_guard_medium_dark_skin_tone" }, { - "shortcode" : "man_guard_medium_light_skin_tone", - "unicode" : "1F482-1F3FC-200D-2642-FE0F" + "unicode" : "1F482-1F3FC-200D-2642-FE0F", + "shortcode" : "man_guard_medium_light_skin_tone" }, { - "unicode" : "1F482-1F3FD-200D-2642-FE0F", - "shortcode" : "man_guard_medium_skin_tone" + "shortcode" : "man_guard_medium_skin_tone", + "unicode" : "1F482-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F482-1F3FB-200D-2642-FE0F", - "shortcode" : "man_guard_tone1" + "shortcode" : "man_guard_tone1", + "unicode" : "1F482-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_guard_tone2", - "unicode" : "1F482-1F3FC-200D-2642-FE0F" + "unicode" : "1F482-1F3FC-200D-2642-FE0F", + "shortcode" : "man_guard_tone2" }, { "shortcode" : "man_guard_tone3", "unicode" : "1F482-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_guard_tone4", - "unicode" : "1F482-1F3FE-200D-2642-FE0F" + "unicode" : "1F482-1F3FE-200D-2642-FE0F", + "shortcode" : "man_guard_tone4" }, { - "unicode" : "1F482-1F3FF-200D-2642-FE0F", - "shortcode" : "man_guard_tone5" + "shortcode" : "man_guard_tone5", + "unicode" : "1F482-1F3FF-200D-2642-FE0F" }, { "shortcode" : "man_health_worker", @@ -8792,60 +8792,60 @@ "unicode" : "1F468-1F3FC-200D-2695-FE0F" }, { - "shortcode" : "man_health_worker_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-2695-FE0F" + "unicode" : "1F468-1F3FD-200D-2695-FE0F", + "shortcode" : "man_health_worker_medium_skin_tone" }, { "unicode" : "1F468-1F3FB-200D-2695-FE0F", "shortcode" : "man_health_worker_tone1" }, { - "shortcode" : "man_health_worker_tone2", - "unicode" : "1F468-1F3FC-200D-2695-FE0F" + "unicode" : "1F468-1F3FC-200D-2695-FE0F", + "shortcode" : "man_health_worker_tone2" }, { - "shortcode" : "man_health_worker_tone3", - "unicode" : "1F468-1F3FD-200D-2695-FE0F" + "unicode" : "1F468-1F3FD-200D-2695-FE0F", + "shortcode" : "man_health_worker_tone3" }, { "unicode" : "1F468-1F3FE-200D-2695-FE0F", "shortcode" : "man_health_worker_tone4" }, { - "shortcode" : "man_health_worker_tone5", - "unicode" : "1F468-1F3FF-200D-2695-FE0F" + "unicode" : "1F468-1F3FF-200D-2695-FE0F", + "shortcode" : "man_health_worker_tone5" }, { "shortcode" : "man_heart_man", "unicode" : "1F468-200D-2764-FE0F-200D-1F468" }, { - "unicode" : "1F574", - "shortcode" : "man_in_business_suit_levitating" + "shortcode" : "man_in_business_suit_levitating", + "unicode" : "1F574" }, { "shortcode" : "man_in_business_suit_levitating_dark_skin_tone", "unicode" : "1F574-1F3FF" }, { - "unicode" : "1F574-1F3FB", - "shortcode" : "man_in_business_suit_levitating_light_skin_tone" + "shortcode" : "man_in_business_suit_levitating_light_skin_tone", + "unicode" : "1F574-1F3FB" }, { - "shortcode" : "man_in_business_suit_levitating_medium_dark_skin_tone", - "unicode" : "1F574-1F3FE" + "unicode" : "1F574-1F3FE", + "shortcode" : "man_in_business_suit_levitating_medium_dark_skin_tone" }, { - "shortcode" : "man_in_business_suit_levitating_medium_light_skin_tone", - "unicode" : "1F574-1F3FC" + "unicode" : "1F574-1F3FC", + "shortcode" : "man_in_business_suit_levitating_medium_light_skin_tone" }, { "unicode" : "1F574-1F3FD", "shortcode" : "man_in_business_suit_levitating_medium_skin_tone" }, { - "shortcode" : "man_in_business_suit_levitating_tone1", - "unicode" : "1F574-1F3FB" + "unicode" : "1F574-1F3FB", + "shortcode" : "man_in_business_suit_levitating_tone1" }, { "unicode" : "1F574-1F3FC", @@ -8860,12 +8860,12 @@ "shortcode" : "man_in_business_suit_levitating_tone4" }, { - "unicode" : "1F574-1F3FF", - "shortcode" : "man_in_business_suit_levitating_tone5" + "shortcode" : "man_in_business_suit_levitating_tone5", + "unicode" : "1F574-1F3FF" }, { - "unicode" : "1F935", - "shortcode" : "man_in_tuxedo" + "shortcode" : "man_in_tuxedo", + "unicode" : "1F935" }, { "unicode" : "1F935-1F3FF", @@ -8876,16 +8876,16 @@ "unicode" : "1F935-1F3FB" }, { - "shortcode" : "man_in_tuxedo_medium_dark_skin_tone", - "unicode" : "1F935-1F3FE" + "unicode" : "1F935-1F3FE", + "shortcode" : "man_in_tuxedo_medium_dark_skin_tone" }, { "unicode" : "1F935-1F3FC", "shortcode" : "man_in_tuxedo_medium_light_skin_tone" }, { - "unicode" : "1F935-1F3FD", - "shortcode" : "man_in_tuxedo_medium_skin_tone" + "shortcode" : "man_in_tuxedo_medium_skin_tone", + "unicode" : "1F935-1F3FD" }, { "unicode" : "1F935-1F3FB", @@ -8896,20 +8896,20 @@ "shortcode" : "man_in_tuxedo_tone2" }, { - "unicode" : "1F935-1F3FD", - "shortcode" : "man_in_tuxedo_tone3" + "shortcode" : "man_in_tuxedo_tone3", + "unicode" : "1F935-1F3FD" }, { - "shortcode" : "man_in_tuxedo_tone4", - "unicode" : "1F935-1F3FE" + "unicode" : "1F935-1F3FE", + "shortcode" : "man_in_tuxedo_tone4" }, { "unicode" : "1F935-1F3FF", "shortcode" : "man_in_tuxedo_tone5" }, { - "shortcode" : "man_judge", - "unicode" : "1F468-200D-2696-FE0F" + "unicode" : "1F468-200D-2696-FE0F", + "shortcode" : "man_judge" }, { "shortcode" : "man_judge_dark_skin_tone", @@ -8924,8 +8924,8 @@ "shortcode" : "man_judge_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-2696-FE0F", - "shortcode" : "man_judge_medium_light_skin_tone" + "shortcode" : "man_judge_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-2696-FE0F" }, { "shortcode" : "man_judge_medium_skin_tone", @@ -8960,20 +8960,20 @@ "shortcode" : "man_juggling_dark_skin_tone" }, { - "shortcode" : "man_juggling_light_skin_tone", - "unicode" : "1F939-1F3FB-200D-2642-FE0F" + "unicode" : "1F939-1F3FB-200D-2642-FE0F", + "shortcode" : "man_juggling_light_skin_tone" }, { - "shortcode" : "man_juggling_medium_dark_skin_tone", - "unicode" : "1F939-1F3FE-200D-2642-FE0F" + "unicode" : "1F939-1F3FE-200D-2642-FE0F", + "shortcode" : "man_juggling_medium_dark_skin_tone" }, { "unicode" : "1F939-1F3FC-200D-2642-FE0F", "shortcode" : "man_juggling_medium_light_skin_tone" }, { - "shortcode" : "man_juggling_medium_skin_tone", - "unicode" : "1F939-1F3FD-200D-2642-FE0F" + "unicode" : "1F939-1F3FD-200D-2642-FE0F", + "shortcode" : "man_juggling_medium_skin_tone" }, { "shortcode" : "man_juggling_tone1", @@ -8996,28 +8996,28 @@ "unicode" : "1F939-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", - "shortcode" : "man_kiss_man" + "shortcode" : "man_kiss_man", + "unicode" : "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468" }, { - "unicode" : "1F3CB-FE0F-200D-2642-FE0F", - "shortcode" : "man_lifting_weights" + "shortcode" : "man_lifting_weights", + "unicode" : "1F3CB-FE0F-200D-2642-FE0F" }, { "unicode" : "1F3CB-1F3FF-200D-2642-FE0F", "shortcode" : "man_lifting_weights_dark_skin_tone" }, { - "unicode" : "1F3CB-1F3FB-200D-2642-FE0F", - "shortcode" : "man_lifting_weights_light_skin_tone" + "shortcode" : "man_lifting_weights_light_skin_tone", + "unicode" : "1F3CB-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_lifting_weights_medium_dark_skin_tone", - "unicode" : "1F3CB-1F3FE-200D-2642-FE0F" + "unicode" : "1F3CB-1F3FE-200D-2642-FE0F", + "shortcode" : "man_lifting_weights_medium_dark_skin_tone" }, { - "shortcode" : "man_lifting_weights_medium_light_skin_tone", - "unicode" : "1F3CB-1F3FC-200D-2642-FE0F" + "unicode" : "1F3CB-1F3FC-200D-2642-FE0F", + "shortcode" : "man_lifting_weights_medium_light_skin_tone" }, { "unicode" : "1F3CB-1F3FD-200D-2642-FE0F", @@ -9028,28 +9028,28 @@ "unicode" : "1F3CB-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F3CB-1F3FC-200D-2642-FE0F", - "shortcode" : "man_lifting_weights_tone2" + "shortcode" : "man_lifting_weights_tone2", + "unicode" : "1F3CB-1F3FC-200D-2642-FE0F" }, { "unicode" : "1F3CB-1F3FD-200D-2642-FE0F", "shortcode" : "man_lifting_weights_tone3" }, { - "unicode" : "1F3CB-1F3FE-200D-2642-FE0F", - "shortcode" : "man_lifting_weights_tone4" + "shortcode" : "man_lifting_weights_tone4", + "unicode" : "1F3CB-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F3CB-1F3FF-200D-2642-FE0F", - "shortcode" : "man_lifting_weights_tone5" + "shortcode" : "man_lifting_weights_tone5", + "unicode" : "1F3CB-1F3FF-200D-2642-FE0F" }, { - "shortcode" : "man_light_skin_tone", - "unicode" : "1F468-1F3FB" + "unicode" : "1F468-1F3FB", + "shortcode" : "man_light_skin_tone" }, { - "unicode" : "1F468-200D-1F468-200D-1F466", - "shortcode" : "man_man_boy" + "shortcode" : "man_man_boy", + "unicode" : "1F468-200D-1F468-200D-1F466" }, { "shortcode" : "man_man_boy_boy", @@ -9064,64 +9064,64 @@ "shortcode" : "man_man_girl_boy" }, { - "unicode" : "1F468-200D-1F468-200D-1F467-200D-1F467", - "shortcode" : "man_man_girl_girl" + "shortcode" : "man_man_girl_girl", + "unicode" : "1F468-200D-1F468-200D-1F467-200D-1F467" }, { - "unicode" : "1F468-200D-1F527", - "shortcode" : "man_mechanic" + "shortcode" : "man_mechanic", + "unicode" : "1F468-200D-1F527" }, { "shortcode" : "man_mechanic_dark_skin_tone", "unicode" : "1F468-1F3FF-200D-1F527" }, { - "unicode" : "1F468-1F3FB-200D-1F527", - "shortcode" : "man_mechanic_light_skin_tone" + "shortcode" : "man_mechanic_light_skin_tone", + "unicode" : "1F468-1F3FB-200D-1F527" }, { - "unicode" : "1F468-1F3FE-200D-1F527", - "shortcode" : "man_mechanic_medium_dark_skin_tone" + "shortcode" : "man_mechanic_medium_dark_skin_tone", + "unicode" : "1F468-1F3FE-200D-1F527" }, { "shortcode" : "man_mechanic_medium_light_skin_tone", "unicode" : "1F468-1F3FC-200D-1F527" }, { - "unicode" : "1F468-1F3FD-200D-1F527", - "shortcode" : "man_mechanic_medium_skin_tone" + "shortcode" : "man_mechanic_medium_skin_tone", + "unicode" : "1F468-1F3FD-200D-1F527" }, { - "unicode" : "1F468-1F3FB-200D-1F527", - "shortcode" : "man_mechanic_tone1" + "shortcode" : "man_mechanic_tone1", + "unicode" : "1F468-1F3FB-200D-1F527" }, { "shortcode" : "man_mechanic_tone2", "unicode" : "1F468-1F3FC-200D-1F527" }, { - "unicode" : "1F468-1F3FD-200D-1F527", - "shortcode" : "man_mechanic_tone3" + "shortcode" : "man_mechanic_tone3", + "unicode" : "1F468-1F3FD-200D-1F527" }, { - "unicode" : "1F468-1F3FE-200D-1F527", - "shortcode" : "man_mechanic_tone4" + "shortcode" : "man_mechanic_tone4", + "unicode" : "1F468-1F3FE-200D-1F527" }, { "unicode" : "1F468-1F3FF-200D-1F527", "shortcode" : "man_mechanic_tone5" }, { - "unicode" : "1F468-1F3FE", - "shortcode" : "man_medium_dark_skin_tone" + "shortcode" : "man_medium_dark_skin_tone", + "unicode" : "1F468-1F3FE" }, { - "shortcode" : "man_medium_light_skin_tone", - "unicode" : "1F468-1F3FC" + "unicode" : "1F468-1F3FC", + "shortcode" : "man_medium_light_skin_tone" }, { - "shortcode" : "man_medium_skin_tone", - "unicode" : "1F468-1F3FD" + "unicode" : "1F468-1F3FD", + "shortcode" : "man_medium_skin_tone" }, { "unicode" : "1F6B5-200D-2642-FE0F", @@ -9144,12 +9144,12 @@ "unicode" : "1F6B5-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F6B5-1F3FD-200D-2642-FE0F", - "shortcode" : "man_mountain_biking_medium_skin_tone" + "shortcode" : "man_mountain_biking_medium_skin_tone", + "unicode" : "1F6B5-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F6B5-1F3FB-200D-2642-FE0F", - "shortcode" : "man_mountain_biking_tone1" + "shortcode" : "man_mountain_biking_tone1", + "unicode" : "1F6B5-1F3FB-200D-2642-FE0F" }, { "unicode" : "1F6B5-1F3FC-200D-2642-FE0F", @@ -9168,8 +9168,8 @@ "unicode" : "1F6B5-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F468-200D-1F4BC", - "shortcode" : "man_office_worker" + "shortcode" : "man_office_worker", + "unicode" : "1F468-200D-1F4BC" }, { "unicode" : "1F468-1F3FF-200D-1F4BC", @@ -9184,20 +9184,20 @@ "unicode" : "1F468-1F3FE-200D-1F4BC" }, { - "shortcode" : "man_office_worker_medium_light_skin_tone", - "unicode" : "1F468-1F3FC-200D-1F4BC" + "unicode" : "1F468-1F3FC-200D-1F4BC", + "shortcode" : "man_office_worker_medium_light_skin_tone" }, { "unicode" : "1F468-1F3FD-200D-1F4BC", "shortcode" : "man_office_worker_medium_skin_tone" }, { - "unicode" : "1F468-1F3FB-200D-1F4BC", - "shortcode" : "man_office_worker_tone1" + "shortcode" : "man_office_worker_tone1", + "unicode" : "1F468-1F3FB-200D-1F4BC" }, { - "shortcode" : "man_office_worker_tone2", - "unicode" : "1F468-1F3FC-200D-1F4BC" + "unicode" : "1F468-1F3FC-200D-1F4BC", + "shortcode" : "man_office_worker_tone2" }, { "shortcode" : "man_office_worker_tone3", @@ -9208,28 +9208,28 @@ "shortcode" : "man_office_worker_tone4" }, { - "shortcode" : "man_office_worker_tone5", - "unicode" : "1F468-1F3FF-200D-1F4BC" + "unicode" : "1F468-1F3FF-200D-1F4BC", + "shortcode" : "man_office_worker_tone5" }, { - "unicode" : "1F468-200D-2708-FE0F", - "shortcode" : "man_pilot" + "shortcode" : "man_pilot", + "unicode" : "1F468-200D-2708-FE0F" }, { "unicode" : "1F468-1F3FF-200D-2708-FE0F", "shortcode" : "man_pilot_dark_skin_tone" }, { - "shortcode" : "man_pilot_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-2708-FE0F" + "unicode" : "1F468-1F3FB-200D-2708-FE0F", + "shortcode" : "man_pilot_light_skin_tone" }, { "unicode" : "1F468-1F3FE-200D-2708-FE0F", "shortcode" : "man_pilot_medium_dark_skin_tone" }, { - "shortcode" : "man_pilot_medium_light_skin_tone", - "unicode" : "1F468-1F3FC-200D-2708-FE0F" + "unicode" : "1F468-1F3FC-200D-2708-FE0F", + "shortcode" : "man_pilot_medium_light_skin_tone" }, { "unicode" : "1F468-1F3FD-200D-2708-FE0F", @@ -9240,68 +9240,68 @@ "unicode" : "1F468-1F3FB-200D-2708-FE0F" }, { - "unicode" : "1F468-1F3FC-200D-2708-FE0F", - "shortcode" : "man_pilot_tone2" + "shortcode" : "man_pilot_tone2", + "unicode" : "1F468-1F3FC-200D-2708-FE0F" }, { - "unicode" : "1F468-1F3FD-200D-2708-FE0F", - "shortcode" : "man_pilot_tone3" + "shortcode" : "man_pilot_tone3", + "unicode" : "1F468-1F3FD-200D-2708-FE0F" }, { "shortcode" : "man_pilot_tone4", "unicode" : "1F468-1F3FE-200D-2708-FE0F" }, { - "shortcode" : "man_pilot_tone5", - "unicode" : "1F468-1F3FF-200D-2708-FE0F" + "unicode" : "1F468-1F3FF-200D-2708-FE0F", + "shortcode" : "man_pilot_tone5" }, { - "unicode" : "1F93E-200D-2642-FE0F", - "shortcode" : "man_playing_handball" + "shortcode" : "man_playing_handball", + "unicode" : "1F93E-200D-2642-FE0F" }, { - "shortcode" : "man_playing_handball_dark_skin_tone", - "unicode" : "1F93E-1F3FF-200D-2642-FE0F" + "unicode" : "1F93E-1F3FF-200D-2642-FE0F", + "shortcode" : "man_playing_handball_dark_skin_tone" }, { "unicode" : "1F93E-1F3FB-200D-2642-FE0F", "shortcode" : "man_playing_handball_light_skin_tone" }, { - "unicode" : "1F93E-1F3FE-200D-2642-FE0F", - "shortcode" : "man_playing_handball_medium_dark_skin_tone" + "shortcode" : "man_playing_handball_medium_dark_skin_tone", + "unicode" : "1F93E-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F93E-1F3FC-200D-2642-FE0F", - "shortcode" : "man_playing_handball_medium_light_skin_tone" + "shortcode" : "man_playing_handball_medium_light_skin_tone", + "unicode" : "1F93E-1F3FC-200D-2642-FE0F" }, { "unicode" : "1F93E-1F3FD-200D-2642-FE0F", "shortcode" : "man_playing_handball_medium_skin_tone" }, { - "unicode" : "1F93E-1F3FB-200D-2642-FE0F", - "shortcode" : "man_playing_handball_tone1" + "shortcode" : "man_playing_handball_tone1", + "unicode" : "1F93E-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F93E-1F3FC-200D-2642-FE0F", - "shortcode" : "man_playing_handball_tone2" + "shortcode" : "man_playing_handball_tone2", + "unicode" : "1F93E-1F3FC-200D-2642-FE0F" }, { "shortcode" : "man_playing_handball_tone3", "unicode" : "1F93E-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_playing_handball_tone4", - "unicode" : "1F93E-1F3FE-200D-2642-FE0F" + "unicode" : "1F93E-1F3FE-200D-2642-FE0F", + "shortcode" : "man_playing_handball_tone4" }, { "shortcode" : "man_playing_handball_tone5", "unicode" : "1F93E-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F93D-200D-2642-FE0F", - "shortcode" : "man_playing_water_polo" + "shortcode" : "man_playing_water_polo", + "unicode" : "1F93D-200D-2642-FE0F" }, { "unicode" : "1F93D-1F3FF-200D-2642-FE0F", @@ -9312,32 +9312,32 @@ "unicode" : "1F93D-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_playing_water_polo_medium_dark_skin_tone", - "unicode" : "1F93D-1F3FE-200D-2642-FE0F" + "unicode" : "1F93D-1F3FE-200D-2642-FE0F", + "shortcode" : "man_playing_water_polo_medium_dark_skin_tone" }, { - "shortcode" : "man_playing_water_polo_medium_light_skin_tone", - "unicode" : "1F93D-1F3FC-200D-2642-FE0F" + "unicode" : "1F93D-1F3FC-200D-2642-FE0F", + "shortcode" : "man_playing_water_polo_medium_light_skin_tone" }, { - "unicode" : "1F93D-1F3FD-200D-2642-FE0F", - "shortcode" : "man_playing_water_polo_medium_skin_tone" + "shortcode" : "man_playing_water_polo_medium_skin_tone", + "unicode" : "1F93D-1F3FD-200D-2642-FE0F" }, { "unicode" : "1F93D-1F3FB-200D-2642-FE0F", "shortcode" : "man_playing_water_polo_tone1" }, { - "shortcode" : "man_playing_water_polo_tone2", - "unicode" : "1F93D-1F3FC-200D-2642-FE0F" + "unicode" : "1F93D-1F3FC-200D-2642-FE0F", + "shortcode" : "man_playing_water_polo_tone2" }, { "unicode" : "1F93D-1F3FD-200D-2642-FE0F", "shortcode" : "man_playing_water_polo_tone3" }, { - "shortcode" : "man_playing_water_polo_tone4", - "unicode" : "1F93D-1F3FE-200D-2642-FE0F" + "unicode" : "1F93D-1F3FE-200D-2642-FE0F", + "shortcode" : "man_playing_water_polo_tone4" }, { "unicode" : "1F93D-1F3FF-200D-2642-FE0F", @@ -9348,32 +9348,32 @@ "unicode" : "1F46E-200D-2642-FE0F" }, { - "shortcode" : "man_police_officer_dark_skin_tone", - "unicode" : "1F46E-1F3FF-200D-2642-FE0F" + "unicode" : "1F46E-1F3FF-200D-2642-FE0F", + "shortcode" : "man_police_officer_dark_skin_tone" }, { "unicode" : "1F46E-1F3FB-200D-2642-FE0F", "shortcode" : "man_police_officer_light_skin_tone" }, { - "unicode" : "1F46E-1F3FE-200D-2642-FE0F", - "shortcode" : "man_police_officer_medium_dark_skin_tone" - }, - { - "shortcode" : "man_police_officer_medium_light_skin_tone", - "unicode" : "1F46E-1F3FC-200D-2642-FE0F" - }, - { - "unicode" : "1F46E-1F3FD-200D-2642-FE0F", - "shortcode" : "man_police_officer_medium_skin_tone" - }, - { - "unicode" : "1F46E-1F3FB-200D-2642-FE0F", - "shortcode" : "man_police_officer_tone1" + "shortcode" : "man_police_officer_medium_dark_skin_tone", + "unicode" : "1F46E-1F3FE-200D-2642-FE0F" }, { "unicode" : "1F46E-1F3FC-200D-2642-FE0F", - "shortcode" : "man_police_officer_tone2" + "shortcode" : "man_police_officer_medium_light_skin_tone" + }, + { + "shortcode" : "man_police_officer_medium_skin_tone", + "unicode" : "1F46E-1F3FD-200D-2642-FE0F" + }, + { + "shortcode" : "man_police_officer_tone1", + "unicode" : "1F46E-1F3FB-200D-2642-FE0F" + }, + { + "shortcode" : "man_police_officer_tone2", + "unicode" : "1F46E-1F3FC-200D-2642-FE0F" }, { "unicode" : "1F46E-1F3FD-200D-2642-FE0F", @@ -9388,32 +9388,32 @@ "unicode" : "1F46E-1F3FF-200D-2642-FE0F" }, { - "shortcode" : "man_pouting", - "unicode" : "1F64E-200D-2642-FE0F" + "unicode" : "1F64E-200D-2642-FE0F", + "shortcode" : "man_pouting" }, { "unicode" : "1F64E-1F3FF-200D-2642-FE0F", "shortcode" : "man_pouting_dark_skin_tone" }, { - "unicode" : "1F64E-1F3FB-200D-2642-FE0F", - "shortcode" : "man_pouting_light_skin_tone" + "shortcode" : "man_pouting_light_skin_tone", + "unicode" : "1F64E-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_pouting_medium_dark_skin_tone", - "unicode" : "1F64E-1F3FE-200D-2642-FE0F" + "unicode" : "1F64E-1F3FE-200D-2642-FE0F", + "shortcode" : "man_pouting_medium_dark_skin_tone" }, { "unicode" : "1F64E-1F3FC-200D-2642-FE0F", "shortcode" : "man_pouting_medium_light_skin_tone" }, { - "unicode" : "1F64E-1F3FD-200D-2642-FE0F", - "shortcode" : "man_pouting_medium_skin_tone" + "shortcode" : "man_pouting_medium_skin_tone", + "unicode" : "1F64E-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_pouting_tone1", - "unicode" : "1F64E-1F3FB-200D-2642-FE0F" + "unicode" : "1F64E-1F3FB-200D-2642-FE0F", + "shortcode" : "man_pouting_tone1" }, { "shortcode" : "man_pouting_tone2", @@ -9424,24 +9424,24 @@ "shortcode" : "man_pouting_tone3" }, { - "shortcode" : "man_pouting_tone4", - "unicode" : "1F64E-1F3FE-200D-2642-FE0F" + "unicode" : "1F64E-1F3FE-200D-2642-FE0F", + "shortcode" : "man_pouting_tone4" }, { "unicode" : "1F64E-1F3FF-200D-2642-FE0F", "shortcode" : "man_pouting_tone5" }, { - "unicode" : "1F64B-200D-2642-FE0F", - "shortcode" : "man_raising_hand" + "shortcode" : "man_raising_hand", + "unicode" : "1F64B-200D-2642-FE0F" }, { - "unicode" : "1F64B-1F3FF-200D-2642-FE0F", - "shortcode" : "man_raising_hand_dark_skin_tone" + "shortcode" : "man_raising_hand_dark_skin_tone", + "unicode" : "1F64B-1F3FF-200D-2642-FE0F" }, { - "shortcode" : "man_raising_hand_light_skin_tone", - "unicode" : "1F64B-1F3FB-200D-2642-FE0F" + "unicode" : "1F64B-1F3FB-200D-2642-FE0F", + "shortcode" : "man_raising_hand_light_skin_tone" }, { "shortcode" : "man_raising_hand_medium_dark_skin_tone", @@ -9460,8 +9460,8 @@ "shortcode" : "man_raising_hand_tone1" }, { - "shortcode" : "man_raising_hand_tone2", - "unicode" : "1F64B-1F3FC-200D-2642-FE0F" + "unicode" : "1F64B-1F3FC-200D-2642-FE0F", + "shortcode" : "man_raising_hand_tone2" }, { "unicode" : "1F64B-1F3FD-200D-2642-FE0F", @@ -9476,12 +9476,12 @@ "shortcode" : "man_raising_hand_tone5" }, { - "unicode" : "1F6A3-200D-2642-FE0F", - "shortcode" : "man_rowing_boat" + "shortcode" : "man_rowing_boat", + "unicode" : "1F6A3-200D-2642-FE0F" }, { - "unicode" : "1F6A3-1F3FF-200D-2642-FE0F", - "shortcode" : "man_rowing_boat_dark_skin_tone" + "shortcode" : "man_rowing_boat_dark_skin_tone", + "unicode" : "1F6A3-1F3FF-200D-2642-FE0F" }, { "unicode" : "1F6A3-1F3FB-200D-2642-FE0F", @@ -9492,28 +9492,28 @@ "shortcode" : "man_rowing_boat_medium_dark_skin_tone" }, { - "unicode" : "1F6A3-1F3FC-200D-2642-FE0F", - "shortcode" : "man_rowing_boat_medium_light_skin_tone" + "shortcode" : "man_rowing_boat_medium_light_skin_tone", + "unicode" : "1F6A3-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F6A3-1F3FD-200D-2642-FE0F", - "shortcode" : "man_rowing_boat_medium_skin_tone" + "shortcode" : "man_rowing_boat_medium_skin_tone", + "unicode" : "1F6A3-1F3FD-200D-2642-FE0F" }, { "shortcode" : "man_rowing_boat_tone1", "unicode" : "1F6A3-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F6A3-1F3FC-200D-2642-FE0F", - "shortcode" : "man_rowing_boat_tone2" + "shortcode" : "man_rowing_boat_tone2", + "unicode" : "1F6A3-1F3FC-200D-2642-FE0F" }, { - "unicode" : "1F6A3-1F3FD-200D-2642-FE0F", - "shortcode" : "man_rowing_boat_tone3" + "shortcode" : "man_rowing_boat_tone3", + "unicode" : "1F6A3-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_rowing_boat_tone4", - "unicode" : "1F6A3-1F3FE-200D-2642-FE0F" + "unicode" : "1F6A3-1F3FE-200D-2642-FE0F", + "shortcode" : "man_rowing_boat_tone4" }, { "unicode" : "1F6A3-1F3FF-200D-2642-FE0F", @@ -9524,28 +9524,28 @@ "unicode" : "1F3C3-200D-2642-FE0F" }, { - "unicode" : "1F3C3-1F3FF-200D-2642-FE0F", - "shortcode" : "man_running_dark_skin_tone" + "shortcode" : "man_running_dark_skin_tone", + "unicode" : "1F3C3-1F3FF-200D-2642-FE0F" }, { "unicode" : "1F3C3-1F3FB-200D-2642-FE0F", "shortcode" : "man_running_light_skin_tone" }, { - "unicode" : "1F3C3-1F3FE-200D-2642-FE0F", - "shortcode" : "man_running_medium_dark_skin_tone" + "shortcode" : "man_running_medium_dark_skin_tone", + "unicode" : "1F3C3-1F3FE-200D-2642-FE0F" }, { "unicode" : "1F3C3-1F3FC-200D-2642-FE0F", "shortcode" : "man_running_medium_light_skin_tone" }, { - "shortcode" : "man_running_medium_skin_tone", - "unicode" : "1F3C3-1F3FD-200D-2642-FE0F" + "unicode" : "1F3C3-1F3FD-200D-2642-FE0F", + "shortcode" : "man_running_medium_skin_tone" }, { - "unicode" : "1F3C3-1F3FB-200D-2642-FE0F", - "shortcode" : "man_running_tone1" + "shortcode" : "man_running_tone1", + "unicode" : "1F3C3-1F3FB-200D-2642-FE0F" }, { "unicode" : "1F3C3-1F3FC-200D-2642-FE0F", @@ -9556,12 +9556,12 @@ "shortcode" : "man_running_tone3" }, { - "shortcode" : "man_running_tone4", - "unicode" : "1F3C3-1F3FE-200D-2642-FE0F" + "unicode" : "1F3C3-1F3FE-200D-2642-FE0F", + "shortcode" : "man_running_tone4" }, { - "unicode" : "1F3C3-1F3FF-200D-2642-FE0F", - "shortcode" : "man_running_tone5" + "shortcode" : "man_running_tone5", + "unicode" : "1F3C3-1F3FF-200D-2642-FE0F" }, { "unicode" : "1F468-200D-1F52C", @@ -9572,12 +9572,12 @@ "shortcode" : "man_scientist_dark_skin_tone" }, { - "shortcode" : "man_scientist_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-1F52C" + "unicode" : "1F468-1F3FB-200D-1F52C", + "shortcode" : "man_scientist_light_skin_tone" }, { - "shortcode" : "man_scientist_medium_dark_skin_tone", - "unicode" : "1F468-1F3FE-200D-1F52C" + "unicode" : "1F468-1F3FE-200D-1F52C", + "shortcode" : "man_scientist_medium_dark_skin_tone" }, { "shortcode" : "man_scientist_medium_light_skin_tone", @@ -9588,12 +9588,12 @@ "shortcode" : "man_scientist_medium_skin_tone" }, { - "shortcode" : "man_scientist_tone1", - "unicode" : "1F468-1F3FB-200D-1F52C" + "unicode" : "1F468-1F3FB-200D-1F52C", + "shortcode" : "man_scientist_tone1" }, { - "unicode" : "1F468-1F3FC-200D-1F52C", - "shortcode" : "man_scientist_tone2" + "shortcode" : "man_scientist_tone2", + "unicode" : "1F468-1F3FC-200D-1F52C" }, { "unicode" : "1F468-1F3FD-200D-1F52C", @@ -9604,8 +9604,8 @@ "shortcode" : "man_scientist_tone4" }, { - "shortcode" : "man_scientist_tone5", - "unicode" : "1F468-1F3FF-200D-1F52C" + "unicode" : "1F468-1F3FF-200D-1F52C", + "shortcode" : "man_scientist_tone5" }, { "unicode" : "1F937-200D-2642-FE0F", @@ -9624,8 +9624,8 @@ "shortcode" : "man_shrugging_medium_dark_skin_tone" }, { - "shortcode" : "man_shrugging_medium_light_skin_tone", - "unicode" : "1F937-1F3FC-200D-2642-FE0F" + "unicode" : "1F937-1F3FC-200D-2642-FE0F", + "shortcode" : "man_shrugging_medium_light_skin_tone" }, { "shortcode" : "man_shrugging_medium_skin_tone", @@ -9636,32 +9636,32 @@ "shortcode" : "man_shrugging_tone1" }, { - "shortcode" : "man_shrugging_tone2", - "unicode" : "1F937-1F3FC-200D-2642-FE0F" + "unicode" : "1F937-1F3FC-200D-2642-FE0F", + "shortcode" : "man_shrugging_tone2" }, { "unicode" : "1F937-1F3FD-200D-2642-FE0F", "shortcode" : "man_shrugging_tone3" }, { - "unicode" : "1F937-1F3FE-200D-2642-FE0F", - "shortcode" : "man_shrugging_tone4" + "shortcode" : "man_shrugging_tone4", + "unicode" : "1F937-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F937-1F3FF-200D-2642-FE0F", - "shortcode" : "man_shrugging_tone5" + "shortcode" : "man_shrugging_tone5", + "unicode" : "1F937-1F3FF-200D-2642-FE0F" }, { - "shortcode" : "man_singer", - "unicode" : "1F468-200D-1F3A4" + "unicode" : "1F468-200D-1F3A4", + "shortcode" : "man_singer" }, { - "unicode" : "1F468-1F3FF-200D-1F3A4", - "shortcode" : "man_singer_dark_skin_tone" + "shortcode" : "man_singer_dark_skin_tone", + "unicode" : "1F468-1F3FF-200D-1F3A4" }, { - "shortcode" : "man_singer_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-1F3A4" + "unicode" : "1F468-1F3FB-200D-1F3A4", + "shortcode" : "man_singer_light_skin_tone" }, { "unicode" : "1F468-1F3FE-200D-1F3A4", @@ -9684,12 +9684,12 @@ "unicode" : "1F468-1F3FC-200D-1F3A4" }, { - "shortcode" : "man_singer_tone3", - "unicode" : "1F468-1F3FD-200D-1F3A4" + "unicode" : "1F468-1F3FD-200D-1F3A4", + "shortcode" : "man_singer_tone3" }, { - "unicode" : "1F468-1F3FE-200D-1F3A4", - "shortcode" : "man_singer_tone4" + "shortcode" : "man_singer_tone4", + "unicode" : "1F468-1F3FE-200D-1F3A4" }, { "shortcode" : "man_singer_tone5", @@ -9712,24 +9712,24 @@ "unicode" : "1F468-1F3FE-200D-1F393" }, { - "unicode" : "1F468-1F3FC-200D-1F393", - "shortcode" : "man_student_medium_light_skin_tone" - }, - { - "shortcode" : "man_student_medium_skin_tone", - "unicode" : "1F468-1F3FD-200D-1F393" - }, - { - "unicode" : "1F468-1F3FB-200D-1F393", - "shortcode" : "man_student_tone1" - }, - { - "shortcode" : "man_student_tone2", + "shortcode" : "man_student_medium_light_skin_tone", "unicode" : "1F468-1F3FC-200D-1F393" }, { - "shortcode" : "man_student_tone3", - "unicode" : "1F468-1F3FD-200D-1F393" + "unicode" : "1F468-1F3FD-200D-1F393", + "shortcode" : "man_student_medium_skin_tone" + }, + { + "shortcode" : "man_student_tone1", + "unicode" : "1F468-1F3FB-200D-1F393" + }, + { + "unicode" : "1F468-1F3FC-200D-1F393", + "shortcode" : "man_student_tone2" + }, + { + "unicode" : "1F468-1F3FD-200D-1F393", + "shortcode" : "man_student_tone3" }, { "shortcode" : "man_student_tone4", @@ -9744,8 +9744,8 @@ "unicode" : "1F3C4-200D-2642-FE0F" }, { - "shortcode" : "man_surfing_dark_skin_tone", - "unicode" : "1F3C4-1F3FF-200D-2642-FE0F" + "unicode" : "1F3C4-1F3FF-200D-2642-FE0F", + "shortcode" : "man_surfing_dark_skin_tone" }, { "shortcode" : "man_surfing_light_skin_tone", @@ -9768,20 +9768,20 @@ "unicode" : "1F3C4-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_surfing_tone2", - "unicode" : "1F3C4-1F3FC-200D-2642-FE0F" + "unicode" : "1F3C4-1F3FC-200D-2642-FE0F", + "shortcode" : "man_surfing_tone2" }, { "shortcode" : "man_surfing_tone3", "unicode" : "1F3C4-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F3C4-1F3FE-200D-2642-FE0F", - "shortcode" : "man_surfing_tone4" + "shortcode" : "man_surfing_tone4", + "unicode" : "1F3C4-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F3C4-1F3FF-200D-2642-FE0F", - "shortcode" : "man_surfing_tone5" + "shortcode" : "man_surfing_tone5", + "unicode" : "1F3C4-1F3FF-200D-2642-FE0F" }, { "unicode" : "1F3CA-200D-2642-FE0F", @@ -9800,8 +9800,8 @@ "shortcode" : "man_swimming_medium_dark_skin_tone" }, { - "unicode" : "1F3CA-1F3FC-200D-2642-FE0F", - "shortcode" : "man_swimming_medium_light_skin_tone" + "shortcode" : "man_swimming_medium_light_skin_tone", + "unicode" : "1F3CA-1F3FC-200D-2642-FE0F" }, { "unicode" : "1F3CA-1F3FD-200D-2642-FE0F", @@ -9812,40 +9812,40 @@ "shortcode" : "man_swimming_tone1" }, { - "unicode" : "1F3CA-1F3FC-200D-2642-FE0F", - "shortcode" : "man_swimming_tone2" + "shortcode" : "man_swimming_tone2", + "unicode" : "1F3CA-1F3FC-200D-2642-FE0F" }, { "shortcode" : "man_swimming_tone3", "unicode" : "1F3CA-1F3FD-200D-2642-FE0F" }, { - "unicode" : "1F3CA-1F3FE-200D-2642-FE0F", - "shortcode" : "man_swimming_tone4" + "shortcode" : "man_swimming_tone4", + "unicode" : "1F3CA-1F3FE-200D-2642-FE0F" }, { - "unicode" : "1F3CA-1F3FF-200D-2642-FE0F", - "shortcode" : "man_swimming_tone5" + "shortcode" : "man_swimming_tone5", + "unicode" : "1F3CA-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F468-200D-1F3EB", - "shortcode" : "man_teacher" + "shortcode" : "man_teacher", + "unicode" : "1F468-200D-1F3EB" }, { - "unicode" : "1F468-1F3FF-200D-1F3EB", - "shortcode" : "man_teacher_dark_skin_tone" + "shortcode" : "man_teacher_dark_skin_tone", + "unicode" : "1F468-1F3FF-200D-1F3EB" }, { - "shortcode" : "man_teacher_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-1F3EB" + "unicode" : "1F468-1F3FB-200D-1F3EB", + "shortcode" : "man_teacher_light_skin_tone" }, { "unicode" : "1F468-1F3FE-200D-1F3EB", "shortcode" : "man_teacher_medium_dark_skin_tone" }, { - "unicode" : "1F468-1F3FC-200D-1F3EB", - "shortcode" : "man_teacher_medium_light_skin_tone" + "shortcode" : "man_teacher_medium_light_skin_tone", + "unicode" : "1F468-1F3FC-200D-1F3EB" }, { "shortcode" : "man_teacher_medium_skin_tone", @@ -9856,8 +9856,8 @@ "unicode" : "1F468-1F3FB-200D-1F3EB" }, { - "shortcode" : "man_teacher_tone2", - "unicode" : "1F468-1F3FC-200D-1F3EB" + "unicode" : "1F468-1F3FC-200D-1F3EB", + "shortcode" : "man_teacher_tone2" }, { "shortcode" : "man_teacher_tone3", @@ -9880,12 +9880,12 @@ "shortcode" : "man_technologist_dark_skin_tone" }, { - "shortcode" : "man_technologist_light_skin_tone", - "unicode" : "1F468-1F3FB-200D-1F4BB" + "unicode" : "1F468-1F3FB-200D-1F4BB", + "shortcode" : "man_technologist_light_skin_tone" }, { - "unicode" : "1F468-1F3FE-200D-1F4BB", - "shortcode" : "man_technologist_medium_dark_skin_tone" + "shortcode" : "man_technologist_medium_dark_skin_tone", + "unicode" : "1F468-1F3FE-200D-1F4BB" }, { "shortcode" : "man_technologist_medium_light_skin_tone", @@ -9900,68 +9900,68 @@ "unicode" : "1F468-1F3FB-200D-1F4BB" }, { - "shortcode" : "man_technologist_tone2", - "unicode" : "1F468-1F3FC-200D-1F4BB" + "unicode" : "1F468-1F3FC-200D-1F4BB", + "shortcode" : "man_technologist_tone2" }, { - "unicode" : "1F468-1F3FD-200D-1F4BB", - "shortcode" : "man_technologist_tone3" + "shortcode" : "man_technologist_tone3", + "unicode" : "1F468-1F3FD-200D-1F4BB" }, { - "shortcode" : "man_technologist_tone4", - "unicode" : "1F468-1F3FE-200D-1F4BB" + "unicode" : "1F468-1F3FE-200D-1F4BB", + "shortcode" : "man_technologist_tone4" }, { - "unicode" : "1F468-1F3FF-200D-1F4BB", - "shortcode" : "man_technologist_tone5" + "shortcode" : "man_technologist_tone5", + "unicode" : "1F468-1F3FF-200D-1F4BB" }, { - "unicode" : "1F481-200D-2642-FE0F", - "shortcode" : "man_tipping_hand" + "shortcode" : "man_tipping_hand", + "unicode" : "1F481-200D-2642-FE0F" }, { - "shortcode" : "man_tipping_hand_dark_skin_tone", - "unicode" : "1F481-1F3FF-200D-2642-FE0F" + "unicode" : "1F481-1F3FF-200D-2642-FE0F", + "shortcode" : "man_tipping_hand_dark_skin_tone" }, { "unicode" : "1F481-1F3FB-200D-2642-FE0F", "shortcode" : "man_tipping_hand_light_skin_tone" }, { - "shortcode" : "man_tipping_hand_medium_dark_skin_tone", - "unicode" : "1F481-1F3FE-200D-2642-FE0F" + "unicode" : "1F481-1F3FE-200D-2642-FE0F", + "shortcode" : "man_tipping_hand_medium_dark_skin_tone" }, { - "unicode" : "1F481-1F3FC-200D-2642-FE0F", - "shortcode" : "man_tipping_hand_medium_light_skin_tone" + "shortcode" : "man_tipping_hand_medium_light_skin_tone", + "unicode" : "1F481-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_tipping_hand_medium_skin_tone", - "unicode" : "1F481-1F3FD-200D-2642-FE0F" + "unicode" : "1F481-1F3FD-200D-2642-FE0F", + "shortcode" : "man_tipping_hand_medium_skin_tone" }, { "shortcode" : "man_tipping_hand_tone1", "unicode" : "1F481-1F3FB-200D-2642-FE0F" }, { - "shortcode" : "man_tipping_hand_tone2", - "unicode" : "1F481-1F3FC-200D-2642-FE0F" + "unicode" : "1F481-1F3FC-200D-2642-FE0F", + "shortcode" : "man_tipping_hand_tone2" }, { - "unicode" : "1F481-1F3FD-200D-2642-FE0F", - "shortcode" : "man_tipping_hand_tone3" + "shortcode" : "man_tipping_hand_tone3", + "unicode" : "1F481-1F3FD-200D-2642-FE0F" }, { - "shortcode" : "man_tipping_hand_tone4", - "unicode" : "1F481-1F3FE-200D-2642-FE0F" + "unicode" : "1F481-1F3FE-200D-2642-FE0F", + "shortcode" : "man_tipping_hand_tone4" }, { "shortcode" : "man_tipping_hand_tone5", "unicode" : "1F481-1F3FF-200D-2642-FE0F" }, { - "unicode" : "1F468-1F3FB", - "shortcode" : "man_tone1" + "shortcode" : "man_tone1", + "unicode" : "1F468-1F3FB" }, { "unicode" : "1F468-1F3FC", @@ -9972,16 +9972,16 @@ "unicode" : "1F468-1F3FD" }, { - "unicode" : "1F468-1F3FE", - "shortcode" : "man_tone4" + "shortcode" : "man_tone4", + "unicode" : "1F468-1F3FE" }, { "shortcode" : "man_tone5", "unicode" : "1F468-1F3FF" }, { - "shortcode" : "man_walking", - "unicode" : "1F6B6-200D-2642-FE0F" + "unicode" : "1F6B6-200D-2642-FE0F", + "shortcode" : "man_walking" }, { "unicode" : "1F6B6-1F3FF-200D-2642-FE0F", @@ -10012,8 +10012,8 @@ "shortcode" : "man_walking_tone2" }, { - "shortcode" : "man_walking_tone3", - "unicode" : "1F6B6-1F3FD-200D-2642-FE0F" + "unicode" : "1F6B6-1F3FD-200D-2642-FE0F", + "shortcode" : "man_walking_tone3" }, { "shortcode" : "man_walking_tone4", @@ -10028,16 +10028,16 @@ "shortcode" : "man_wearing_turban" }, { - "shortcode" : "man_wearing_turban_dark_skin_tone", - "unicode" : "1F473-1F3FF-200D-2642-FE0F" + "unicode" : "1F473-1F3FF-200D-2642-FE0F", + "shortcode" : "man_wearing_turban_dark_skin_tone" }, { - "unicode" : "1F473-1F3FB-200D-2642-FE0F", - "shortcode" : "man_wearing_turban_light_skin_tone" + "shortcode" : "man_wearing_turban_light_skin_tone", + "unicode" : "1F473-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F473-1F3FE-200D-2642-FE0F", - "shortcode" : "man_wearing_turban_medium_dark_skin_tone" + "shortcode" : "man_wearing_turban_medium_dark_skin_tone", + "unicode" : "1F473-1F3FE-200D-2642-FE0F" }, { "unicode" : "1F473-1F3FC-200D-2642-FE0F", @@ -10052,24 +10052,24 @@ "unicode" : "1F473-1F3FB-200D-2642-FE0F" }, { - "unicode" : "1F473-1F3FC-200D-2642-FE0F", - "shortcode" : "man_wearing_turban_tone2" + "shortcode" : "man_wearing_turban_tone2", + "unicode" : "1F473-1F3FC-200D-2642-FE0F" }, { - "shortcode" : "man_wearing_turban_tone3", - "unicode" : "1F473-1F3FD-200D-2642-FE0F" + "unicode" : "1F473-1F3FD-200D-2642-FE0F", + "shortcode" : "man_wearing_turban_tone3" }, { "unicode" : "1F473-1F3FE-200D-2642-FE0F", "shortcode" : "man_wearing_turban_tone4" }, { - "shortcode" : "man_wearing_turban_tone5", - "unicode" : "1F473-1F3FF-200D-2642-FE0F" + "unicode" : "1F473-1F3FF-200D-2642-FE0F", + "shortcode" : "man_wearing_turban_tone5" }, { - "unicode" : "1F46F-200D-2642-FE0F", - "shortcode" : "man_with_bunny_ears_partying" + "shortcode" : "man_with_bunny_ears_partying", + "unicode" : "1F46F-200D-2642-FE0F" }, { "unicode" : "1F472", @@ -10080,8 +10080,8 @@ "unicode" : "1F472-1F3FF" }, { - "shortcode" : "man_with_gua_pi_mao_light_skin_tone", - "unicode" : "1F472-1F3FB" + "unicode" : "1F472-1F3FB", + "shortcode" : "man_with_gua_pi_mao_light_skin_tone" }, { "unicode" : "1F472-1F3FE", @@ -10092,24 +10092,24 @@ "shortcode" : "man_with_gua_pi_mao_medium_light_skin_tone" }, { - "shortcode" : "man_with_gua_pi_mao_medium_skin_tone", + "unicode" : "1F472-1F3FD", + "shortcode" : "man_with_gua_pi_mao_medium_skin_tone" + }, + { + "shortcode" : "man_with_gua_pi_mao_tone1", + "unicode" : "1F472-1F3FB" + }, + { + "unicode" : "1F472-1F3FC", + "shortcode" : "man_with_gua_pi_mao_tone2" + }, + { + "shortcode" : "man_with_gua_pi_mao_tone3", "unicode" : "1F472-1F3FD" }, { - "unicode" : "1F472-1F3FB", - "shortcode" : "man_with_gua_pi_mao_tone1" - }, - { - "shortcode" : "man_with_gua_pi_mao_tone2", - "unicode" : "1F472-1F3FC" - }, - { - "unicode" : "1F472-1F3FD", - "shortcode" : "man_with_gua_pi_mao_tone3" - }, - { - "unicode" : "1F472-1F3FE", - "shortcode" : "man_with_gua_pi_mao_tone4" + "shortcode" : "man_with_gua_pi_mao_tone4", + "unicode" : "1F472-1F3FE" }, { "unicode" : "1F472-1F3FF", @@ -10132,12 +10132,12 @@ "unicode" : "1F473-1F3FE" }, { - "shortcode" : "man_with_turban_medium_light_skin_tone", - "unicode" : "1F473-1F3FC" + "unicode" : "1F473-1F3FC", + "shortcode" : "man_with_turban_medium_light_skin_tone" }, { - "unicode" : "1F473-1F3FD", - "shortcode" : "man_with_turban_medium_skin_tone" + "shortcode" : "man_with_turban_medium_skin_tone", + "unicode" : "1F473-1F3FD" }, { "shortcode" : "man_with_turban_tone1", @@ -10148,20 +10148,20 @@ "shortcode" : "man_with_turban_tone2" }, { - "shortcode" : "man_with_turban_tone3", - "unicode" : "1F473-1F3FD" + "unicode" : "1F473-1F3FD", + "shortcode" : "man_with_turban_tone3" }, { "unicode" : "1F473-1F3FE", "shortcode" : "man_with_turban_tone4" }, { - "unicode" : "1F473-1F3FF", - "shortcode" : "man_with_turban_tone5" + "shortcode" : "man_with_turban_tone5", + "unicode" : "1F473-1F3FF" }, { - "unicode" : "1F468-200D-1F469-200D-1F466", - "shortcode" : "man_woman_boy" + "shortcode" : "man_woman_boy", + "unicode" : "1F468-200D-1F469-200D-1F466" }, { "unicode" : "1F468-200D-1F469-200D-1F466-200D-1F466", @@ -10172,24 +10172,24 @@ "shortcode" : "man_woman_girl" }, { - "shortcode" : "man_woman_girl_boy", - "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F466" + "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F466", + "shortcode" : "man_woman_girl_boy" }, { "shortcode" : "man_woman_girl_girl", "unicode" : "1F468-200D-1F469-200D-1F467-200D-1F467" }, { - "shortcode" : "man_wrestling", - "unicode" : "1F93C-200D-2642-FE0F" + "unicode" : "1F93C-200D-2642-FE0F", + "shortcode" : "man_wrestling" }, { "shortcode" : "mans_shoe", "unicode" : "1F45E" }, { - "unicode" : "1F570", - "shortcode" : "mantelpiece_clock" + "shortcode" : "mantelpiece_clock", + "unicode" : "1F570" }, { "unicode" : "1F570", @@ -10200,8 +10200,8 @@ "shortcode" : "map" }, { - "shortcode" : "maple_leaf", - "unicode" : "1F341" + "unicode" : "1F341", + "shortcode" : "maple_leaf" }, { "unicode" : "1F94B", @@ -10212,8 +10212,8 @@ "shortcode" : "mask" }, { - "shortcode" : "massage", - "unicode" : "1F486" + "unicode" : "1F486", + "shortcode" : "massage" }, { "shortcode" : "massage_dark_skin_tone", @@ -10224,96 +10224,96 @@ "unicode" : "1F486-1F3FB" }, { - "shortcode" : "massage_medium_dark_skin_tone", - "unicode" : "1F486-1F3FE" + "unicode" : "1F486-1F3FE", + "shortcode" : "massage_medium_dark_skin_tone" }, { "unicode" : "1F486-1F3FC", "shortcode" : "massage_medium_light_skin_tone" }, { - "shortcode" : "massage_medium_skin_tone", - "unicode" : "1F486-1F3FD" + "unicode" : "1F486-1F3FD", + "shortcode" : "massage_medium_skin_tone" }, { - "unicode" : "1F486-1F3FB", - "shortcode" : "massage_tone1" + "shortcode" : "massage_tone1", + "unicode" : "1F486-1F3FB" }, { - "unicode" : "1F486-1F3FC", - "shortcode" : "massage_tone2" + "shortcode" : "massage_tone2", + "unicode" : "1F486-1F3FC" }, { - "shortcode" : "massage_tone3", - "unicode" : "1F486-1F3FD" + "unicode" : "1F486-1F3FD", + "shortcode" : "massage_tone3" }, { - "unicode" : "1F486-1F3FE", - "shortcode" : "massage_tone4" + "shortcode" : "massage_tone4", + "unicode" : "1F486-1F3FE" }, { - "shortcode" : "massage_tone5", - "unicode" : "1F486-1F3FF" + "unicode" : "1F486-1F3FF", + "shortcode" : "massage_tone5" }, { - "unicode" : "1F1F2-1F1E8", - "shortcode" : "mc" + "shortcode" : "mc", + "unicode" : "1F1F2-1F1E8" }, { "shortcode" : "md", "unicode" : "1F1F2-1F1E9" }, { - "shortcode" : "me", - "unicode" : "1F1F2-1F1EA" + "unicode" : "1F1F2-1F1EA", + "shortcode" : "me" }, { - "shortcode" : "meat_on_bone", - "unicode" : "1F356" + "unicode" : "1F356", + "shortcode" : "meat_on_bone" }, { - "unicode" : "1F3C5", - "shortcode" : "medal" + "shortcode" : "medal", + "unicode" : "1F3C5" }, { - "shortcode" : "medical_symbol", - "unicode" : "2695" + "unicode" : "2695", + "shortcode" : "medical_symbol" }, { - "unicode" : "1F4E3", - "shortcode" : "mega" + "shortcode" : "mega", + "unicode" : "1F4E3" }, { - "unicode" : "1F348", - "shortcode" : "melon" + "shortcode" : "melon", + "unicode" : "1F348" }, { "unicode" : "1F4DD", "shortcode" : "memo" }, { - "shortcode" : "men_with_bunny_ears_partying", - "unicode" : "1F46F-200D-2642-FE0F" + "unicode" : "1F46F-200D-2642-FE0F", + "shortcode" : "men_with_bunny_ears_partying" }, { "shortcode" : "men_wrestling", "unicode" : "1F93C-200D-2642-FE0F" }, { - "unicode" : "1F54E", - "shortcode" : "menorah" - }, - { - "shortcode" : "menorah_with_nine_branches", + "shortcode" : "menorah", "unicode" : "1F54E" }, { - "shortcode" : "mens", - "unicode" : "1F6B9" + "unicode" : "1F54E", + "shortcode" : "menorah_with_nine_branches" }, { - "unicode" : "1F918", - "shortcode" : "metal" + "unicode" : "1F6B9", + "shortcode" : "mens" + }, + { + "shortcode" : "metal", + "unicode" : "1F918" }, { "unicode" : "1F918-1F3FB", @@ -10324,12 +10324,12 @@ "unicode" : "1F918-1F3FC" }, { - "unicode" : "1F918-1F3FD", - "shortcode" : "metal_tone3" + "shortcode" : "metal_tone3", + "unicode" : "1F918-1F3FD" }, { - "shortcode" : "metal_tone4", - "unicode" : "1F918-1F3FE" + "unicode" : "1F918-1F3FE", + "shortcode" : "metal_tone4" }, { "shortcode" : "metal_tone5", @@ -10344,64 +10344,64 @@ "shortcode" : "mf" }, { - "shortcode" : "mg", - "unicode" : "1F1F2-1F1EC" + "unicode" : "1F1F2-1F1EC", + "shortcode" : "mg" }, { "unicode" : "1F1F2-1F1ED", "shortcode" : "mh" }, { - "shortcode" : "microphone", - "unicode" : "1F3A4" + "unicode" : "1F3A4", + "shortcode" : "microphone" }, { - "unicode" : "1F399", - "shortcode" : "microphone2" + "shortcode" : "microphone2", + "unicode" : "1F399" }, { - "shortcode" : "microscope", - "unicode" : "1F52C" + "unicode" : "1F52C", + "shortcode" : "microscope" }, { - "unicode" : "1F595", - "shortcode" : "middle_finger" + "shortcode" : "middle_finger", + "unicode" : "1F595" }, { "unicode" : "1F595-1F3FF", "shortcode" : "middle_finger_dark_skin_tone" }, { - "unicode" : "1F595-1F3FB", - "shortcode" : "middle_finger_light_skin_tone" + "shortcode" : "middle_finger_light_skin_tone", + "unicode" : "1F595-1F3FB" }, { - "shortcode" : "middle_finger_medium_dark_skin_tone", - "unicode" : "1F595-1F3FE" + "unicode" : "1F595-1F3FE", + "shortcode" : "middle_finger_medium_dark_skin_tone" }, { "unicode" : "1F595-1F3FC", "shortcode" : "middle_finger_medium_light_skin_tone" }, { - "unicode" : "1F595-1F3FD", - "shortcode" : "middle_finger_medium_skin_tone" + "shortcode" : "middle_finger_medium_skin_tone", + "unicode" : "1F595-1F3FD" }, { "shortcode" : "middle_finger_tone1", "unicode" : "1F595-1F3FB" }, { - "shortcode" : "middle_finger_tone2", - "unicode" : "1F595-1F3FC" + "unicode" : "1F595-1F3FC", + "shortcode" : "middle_finger_tone2" }, { - "unicode" : "1F595-1F3FD", - "shortcode" : "middle_finger_tone3" + "shortcode" : "middle_finger_tone3", + "unicode" : "1F595-1F3FD" }, { - "unicode" : "1F595-1F3FE", - "shortcode" : "middle_finger_tone4" + "shortcode" : "middle_finger_tone4", + "unicode" : "1F595-1F3FE" }, { "shortcode" : "middle_finger_tone5", @@ -10412,8 +10412,8 @@ "unicode" : "1F396" }, { - "unicode" : "1F95B", - "shortcode" : "milk" + "shortcode" : "milk", + "unicode" : "1F95B" }, { "unicode" : "1F30C", @@ -10432,20 +10432,20 @@ "unicode" : "1F1F2-1F1F0" }, { - "shortcode" : "ml", - "unicode" : "1F1F2-1F1F1" + "unicode" : "1F1F2-1F1F1", + "shortcode" : "ml" }, { "shortcode" : "mm", "unicode" : "1F1F2-1F1F2" }, { - "shortcode" : "mn", - "unicode" : "1F1F2-1F1F3" + "unicode" : "1F1F2-1F1F3", + "shortcode" : "mn" }, { - "shortcode" : "mo", - "unicode" : "1F1F2-1F1F4" + "unicode" : "1F1F2-1F1F4", + "shortcode" : "mo" }, { "shortcode" : "mobile_phone_off", @@ -10464,32 +10464,32 @@ "unicode" : "1F4B8" }, { - "unicode" : "1F4B0", - "shortcode" : "moneybag" + "shortcode" : "moneybag", + "unicode" : "1F4B0" }, { - "shortcode" : "monkey", - "unicode" : "1F412" + "unicode" : "1F412", + "shortcode" : "monkey" }, { - "shortcode" : "monkey_face", - "unicode" : "1F435" + "unicode" : "1F435", + "shortcode" : "monkey_face" }, { - "shortcode" : "monorail", - "unicode" : "1F69D" + "unicode" : "1F69D", + "shortcode" : "monorail" }, { "shortcode" : "moon", "unicode" : "1F314" }, { - "unicode" : "1F393", - "shortcode" : "mortar_board" + "shortcode" : "mortar_board", + "unicode" : "1F393" }, { - "shortcode" : "mosque", - "unicode" : "1F54C" + "unicode" : "1F54C", + "shortcode" : "mosque" }, { "shortcode" : "mostly_sunny", @@ -10500,8 +10500,8 @@ "unicode" : "1F936" }, { - "unicode" : "1F936-1F3FF", - "shortcode" : "mother_christmas_dark_skin_tone" + "shortcode" : "mother_christmas_dark_skin_tone", + "unicode" : "1F936-1F3FF" }, { "shortcode" : "mother_christmas_light_skin_tone", @@ -10516,56 +10516,56 @@ "shortcode" : "mother_christmas_medium_light_skin_tone" }, { - "unicode" : "1F936-1F3FD", - "shortcode" : "mother_christmas_medium_skin_tone" + "shortcode" : "mother_christmas_medium_skin_tone", + "unicode" : "1F936-1F3FD" }, { - "shortcode" : "mother_christmas_tone1", - "unicode" : "1F936-1F3FB" + "unicode" : "1F936-1F3FB", + "shortcode" : "mother_christmas_tone1" }, { "shortcode" : "mother_christmas_tone2", "unicode" : "1F936-1F3FC" }, { - "unicode" : "1F936-1F3FD", - "shortcode" : "mother_christmas_tone3" + "shortcode" : "mother_christmas_tone3", + "unicode" : "1F936-1F3FD" }, { - "shortcode" : "mother_christmas_tone4", - "unicode" : "1F936-1F3FE" + "unicode" : "1F936-1F3FE", + "shortcode" : "mother_christmas_tone4" }, { - "shortcode" : "mother_christmas_tone5", - "unicode" : "1F936-1F3FF" + "unicode" : "1F936-1F3FF", + "shortcode" : "mother_christmas_tone5" }, { - "unicode" : "1F6E5", - "shortcode" : "motor_boat" - }, - { - "shortcode" : "motor_scooter", - "unicode" : "1F6F5" + "shortcode" : "motor_boat", + "unicode" : "1F6E5" }, { "unicode" : "1F6F5", - "shortcode" : "motorbike" + "shortcode" : "motor_scooter" }, { - "shortcode" : "motorboat", - "unicode" : "1F6E5" + "shortcode" : "motorbike", + "unicode" : "1F6F5" + }, + { + "unicode" : "1F6E5", + "shortcode" : "motorboat" }, { "unicode" : "1F3CD", "shortcode" : "motorcycle" }, { - "shortcode" : "motorway", - "unicode" : "1F6E3" + "unicode" : "1F6E3", + "shortcode" : "motorway" }, { - "unicode" : "1F5FB", - "shortcode" : "mount_fuji" + "shortcode" : "mount_fuji", + "unicode" : "1F5FB" }, { "unicode" : "26F0", @@ -10584,56 +10584,56 @@ "shortcode" : "mountain_bicyclist_light_skin_tone" }, { - "shortcode" : "mountain_bicyclist_medium_dark_skin_tone", - "unicode" : "1F6B5-1F3FE" + "unicode" : "1F6B5-1F3FE", + "shortcode" : "mountain_bicyclist_medium_dark_skin_tone" }, { - "unicode" : "1F6B5-1F3FC", - "shortcode" : "mountain_bicyclist_medium_light_skin_tone" + "shortcode" : "mountain_bicyclist_medium_light_skin_tone", + "unicode" : "1F6B5-1F3FC" }, { - "shortcode" : "mountain_bicyclist_medium_skin_tone", - "unicode" : "1F6B5-1F3FD" + "unicode" : "1F6B5-1F3FD", + "shortcode" : "mountain_bicyclist_medium_skin_tone" }, { "shortcode" : "mountain_bicyclist_tone1", "unicode" : "1F6B5-1F3FB" }, { - "shortcode" : "mountain_bicyclist_tone2", - "unicode" : "1F6B5-1F3FC" + "unicode" : "1F6B5-1F3FC", + "shortcode" : "mountain_bicyclist_tone2" }, { - "unicode" : "1F6B5-1F3FD", - "shortcode" : "mountain_bicyclist_tone3" + "shortcode" : "mountain_bicyclist_tone3", + "unicode" : "1F6B5-1F3FD" }, { - "shortcode" : "mountain_bicyclist_tone4", - "unicode" : "1F6B5-1F3FE" + "unicode" : "1F6B5-1F3FE", + "shortcode" : "mountain_bicyclist_tone4" }, { "shortcode" : "mountain_bicyclist_tone5", "unicode" : "1F6B5-1F3FF" }, { - "unicode" : "1F6A0", - "shortcode" : "mountain_cableway" + "shortcode" : "mountain_cableway", + "unicode" : "1F6A0" }, { "shortcode" : "mountain_railway", "unicode" : "1F69E" }, { - "shortcode" : "mountain_snow", - "unicode" : "1F3D4" + "unicode" : "1F3D4", + "shortcode" : "mountain_snow" }, { - "shortcode" : "mouse", - "unicode" : "1F42D" + "unicode" : "1F42D", + "shortcode" : "mouse" }, { - "unicode" : "1F401", - "shortcode" : "mouse2" + "shortcode" : "mouse2", + "unicode" : "1F401" }, { "unicode" : "1F5B1", @@ -10676,8 +10676,8 @@ "unicode" : "1F936-1F3FD" }, { - "shortcode" : "mrs_claus_tone4", - "unicode" : "1F936-1F3FE" + "unicode" : "1F936-1F3FE", + "shortcode" : "mrs_claus_tone4" }, { "unicode" : "1F936-1F3FF", @@ -10688,24 +10688,24 @@ "unicode" : "1F1F2-1F1F8" }, { - "unicode" : "1F1F2-1F1F9", - "shortcode" : "mt" + "shortcode" : "mt", + "unicode" : "1F1F2-1F1F9" }, { - "unicode" : "1F1F2-1F1FA", - "shortcode" : "mu" + "shortcode" : "mu", + "unicode" : "1F1F2-1F1FA" }, { "shortcode" : "muscle", "unicode" : "1F4AA" }, { - "unicode" : "1F4AA-1F3FF", - "shortcode" : "muscle_dark_skin_tone" + "shortcode" : "muscle_dark_skin_tone", + "unicode" : "1F4AA-1F3FF" }, { - "shortcode" : "muscle_light_skin_tone", - "unicode" : "1F4AA-1F3FB" + "unicode" : "1F4AA-1F3FB", + "shortcode" : "muscle_light_skin_tone" }, { "shortcode" : "muscle_medium_dark_skin_tone", @@ -10716,36 +10716,36 @@ "shortcode" : "muscle_medium_light_skin_tone" }, { - "unicode" : "1F4AA-1F3FD", - "shortcode" : "muscle_medium_skin_tone" - }, - { - "unicode" : "1F4AA-1F3FB", - "shortcode" : "muscle_tone1" - }, - { - "unicode" : "1F4AA-1F3FC", - "shortcode" : "muscle_tone2" - }, - { - "shortcode" : "muscle_tone3", + "shortcode" : "muscle_medium_skin_tone", "unicode" : "1F4AA-1F3FD" }, { - "unicode" : "1F4AA-1F3FE", - "shortcode" : "muscle_tone4" + "shortcode" : "muscle_tone1", + "unicode" : "1F4AA-1F3FB" + }, + { + "shortcode" : "muscle_tone2", + "unicode" : "1F4AA-1F3FC" + }, + { + "unicode" : "1F4AA-1F3FD", + "shortcode" : "muscle_tone3" + }, + { + "shortcode" : "muscle_tone4", + "unicode" : "1F4AA-1F3FE" }, { "unicode" : "1F4AA-1F3FF", "shortcode" : "muscle_tone5" }, { - "shortcode" : "mushroom", - "unicode" : "1F344" + "unicode" : "1F344", + "shortcode" : "mushroom" }, { - "shortcode" : "musical_keyboard", - "unicode" : "1F3B9" + "unicode" : "1F3B9", + "shortcode" : "musical_keyboard" }, { "unicode" : "1F3B5", @@ -10768,8 +10768,8 @@ "unicode" : "1F1F2-1F1FC" }, { - "shortcode" : "mx", - "unicode" : "1F1F2-1F1FD" + "unicode" : "1F1F2-1F1FD", + "shortcode" : "mx" }, { "shortcode" : "my", @@ -10792,20 +10792,20 @@ "unicode" : "1F485-1F3FF" }, { - "shortcode" : "nail_care_light_skin_tone", - "unicode" : "1F485-1F3FB" + "unicode" : "1F485-1F3FB", + "shortcode" : "nail_care_light_skin_tone" }, { - "unicode" : "1F485-1F3FE", - "shortcode" : "nail_care_medium_dark_skin_tone" + "shortcode" : "nail_care_medium_dark_skin_tone", + "unicode" : "1F485-1F3FE" }, { - "unicode" : "1F485-1F3FC", - "shortcode" : "nail_care_medium_light_skin_tone" + "shortcode" : "nail_care_medium_light_skin_tone", + "unicode" : "1F485-1F3FC" }, { - "shortcode" : "nail_care_medium_skin_tone", - "unicode" : "1F485-1F3FD" + "unicode" : "1F485-1F3FD", + "shortcode" : "nail_care_medium_skin_tone" }, { "unicode" : "1F485-1F3FB", @@ -10820,8 +10820,8 @@ "unicode" : "1F485-1F3FD" }, { - "unicode" : "1F485-1F3FE", - "shortcode" : "nail_care_tone4" + "shortcode" : "nail_care_tone4", + "unicode" : "1F485-1F3FE" }, { "shortcode" : "nail_care_tone5", @@ -10844,52 +10844,52 @@ "shortcode" : "nc" }, { - "shortcode" : "ne", - "unicode" : "1F1F3-1F1EA" + "unicode" : "1F1F3-1F1EA", + "shortcode" : "ne" }, { "unicode" : "1F454", "shortcode" : "necktie" }, { - "shortcode" : "negative_squared_cross_mark", - "unicode" : "274E" + "unicode" : "274E", + "shortcode" : "negative_squared_cross_mark" }, { - "unicode" : "1F913", - "shortcode" : "nerd" + "shortcode" : "nerd", + "unicode" : "1F913" }, { - "unicode" : "1F913", - "shortcode" : "nerd_face" + "shortcode" : "nerd_face", + "unicode" : "1F913" }, { "unicode" : "1F610", "shortcode" : "neutral_face" }, { - "unicode" : "1F195", - "shortcode" : "new" + "shortcode" : "new", + "unicode" : "1F195" }, { "unicode" : "1F311", "shortcode" : "new_moon" }, { - "unicode" : "1F31A", - "shortcode" : "new_moon_with_face" + "shortcode" : "new_moon_with_face", + "unicode" : "1F31A" }, { - "unicode" : "1F4F0", - "shortcode" : "newspaper" + "shortcode" : "newspaper", + "unicode" : "1F4F0" }, { - "shortcode" : "newspaper2", - "unicode" : "1F5DE" + "unicode" : "1F5DE", + "shortcode" : "newspaper2" }, { - "unicode" : "23ED", - "shortcode" : "next_track" + "shortcode" : "next_track", + "unicode" : "23ED" }, { "shortcode" : "nf", @@ -10900,8 +10900,8 @@ "unicode" : "1F196" }, { - "shortcode" : "ni", - "unicode" : "1F1F3-1F1EE" + "unicode" : "1F1F3-1F1EE", + "shortcode" : "ni" }, { "unicode" : "1F1F3-1F1EC", @@ -10912,8 +10912,8 @@ "shortcode" : "night_with_stars" }, { - "unicode" : "0039-20E3", - "shortcode" : "nine" + "shortcode" : "nine", + "unicode" : "0039-20E3" }, { "shortcode" : "nl", @@ -10928,16 +10928,16 @@ "shortcode" : "no_bell" }, { - "unicode" : "1F6B3", - "shortcode" : "no_bicycles" + "shortcode" : "no_bicycles", + "unicode" : "1F6B3" }, { - "unicode" : "26D4", - "shortcode" : "no_entry" + "shortcode" : "no_entry", + "unicode" : "26D4" }, { - "unicode" : "1F6AB", - "shortcode" : "no_entry_sign" + "shortcode" : "no_entry_sign", + "unicode" : "1F6AB" }, { "shortcode" : "no_good", @@ -10952,32 +10952,32 @@ "unicode" : "1F645-1F3FB" }, { - "shortcode" : "no_good_medium_dark_skin_tone", - "unicode" : "1F645-1F3FE" + "unicode" : "1F645-1F3FE", + "shortcode" : "no_good_medium_dark_skin_tone" }, { - "shortcode" : "no_good_medium_light_skin_tone", - "unicode" : "1F645-1F3FC" + "unicode" : "1F645-1F3FC", + "shortcode" : "no_good_medium_light_skin_tone" }, { - "shortcode" : "no_good_medium_skin_tone", - "unicode" : "1F645-1F3FD" + "unicode" : "1F645-1F3FD", + "shortcode" : "no_good_medium_skin_tone" }, { "unicode" : "1F645-1F3FB", "shortcode" : "no_good_tone1" }, { - "unicode" : "1F645-1F3FC", - "shortcode" : "no_good_tone2" + "shortcode" : "no_good_tone2", + "unicode" : "1F645-1F3FC" }, { - "shortcode" : "no_good_tone3", - "unicode" : "1F645-1F3FD" + "unicode" : "1F645-1F3FD", + "shortcode" : "no_good_tone3" }, { - "unicode" : "1F645-1F3FE", - "shortcode" : "no_good_tone4" + "shortcode" : "no_good_tone4", + "unicode" : "1F645-1F3FE" }, { "unicode" : "1F645-1F3FF", @@ -10988,44 +10988,44 @@ "unicode" : "1F4F5" }, { - "unicode" : "1F636", - "shortcode" : "no_mouth" + "shortcode" : "no_mouth", + "unicode" : "1F636" }, { "unicode" : "1F6B7", "shortcode" : "no_pedestrians" }, { - "unicode" : "1F6AD", - "shortcode" : "no_smoking" + "shortcode" : "no_smoking", + "unicode" : "1F6AD" }, { - "unicode" : "1F6B1", - "shortcode" : "non_potable_water" + "shortcode" : "non_potable_water", + "unicode" : "1F6B1" }, { - "shortcode" : "nose", - "unicode" : "1F443" + "unicode" : "1F443", + "shortcode" : "nose" }, { - "unicode" : "1F443-1F3FF", - "shortcode" : "nose_dark_skin_tone" + "shortcode" : "nose_dark_skin_tone", + "unicode" : "1F443-1F3FF" }, { - "shortcode" : "nose_light_skin_tone", - "unicode" : "1F443-1F3FB" + "unicode" : "1F443-1F3FB", + "shortcode" : "nose_light_skin_tone" }, { - "shortcode" : "nose_medium_dark_skin_tone", - "unicode" : "1F443-1F3FE" + "unicode" : "1F443-1F3FE", + "shortcode" : "nose_medium_dark_skin_tone" }, { - "unicode" : "1F443-1F3FC", - "shortcode" : "nose_medium_light_skin_tone" + "shortcode" : "nose_medium_light_skin_tone", + "unicode" : "1F443-1F3FC" }, { - "unicode" : "1F443-1F3FD", - "shortcode" : "nose_medium_skin_tone" + "shortcode" : "nose_medium_skin_tone", + "unicode" : "1F443-1F3FD" }, { "unicode" : "1F443-1F3FB", @@ -11052,28 +11052,28 @@ "shortcode" : "notebook" }, { - "unicode" : "1F4D4", - "shortcode" : "notebook_with_decorative_cover" + "shortcode" : "notebook_with_decorative_cover", + "unicode" : "1F4D4" }, { "unicode" : "1F5D2", "shortcode" : "notepad_spiral" }, { - "unicode" : "1F3B6", - "shortcode" : "notes" + "shortcode" : "notes", + "unicode" : "1F3B6" }, { - "unicode" : "1F1F3-1F1F5", - "shortcode" : "np" + "shortcode" : "np", + "unicode" : "1F1F3-1F1F5" }, { "unicode" : "1F1F3-1F1F7", "shortcode" : "nr" }, { - "unicode" : "1F1F3-1F1FA", - "shortcode" : "nu" + "shortcode" : "nu", + "unicode" : "1F1F3-1F1FA" }, { "shortcode" : "nut_and_bolt", @@ -11084,16 +11084,16 @@ "shortcode" : "nz" }, { - "unicode" : "2B55", - "shortcode" : "o" + "shortcode" : "o", + "unicode" : "2B55" }, { - "shortcode" : "o2", - "unicode" : "1F17E" + "unicode" : "1F17E", + "shortcode" : "o2" }, { - "shortcode" : "ocean", - "unicode" : "1F30A" + "unicode" : "1F30A", + "shortcode" : "ocean" }, { "unicode" : "1F6D1", @@ -11104,32 +11104,32 @@ "shortcode" : "octopus" }, { - "shortcode" : "oden", - "unicode" : "1F362" + "unicode" : "1F362", + "shortcode" : "oden" }, { "shortcode" : "office", "unicode" : "1F3E2" }, { - "shortcode" : "oil", - "unicode" : "1F6E2" + "unicode" : "1F6E2", + "shortcode" : "oil" }, { "unicode" : "1F6E2", "shortcode" : "oil_drum" }, { - "unicode" : "1F197", - "shortcode" : "ok" + "shortcode" : "ok", + "unicode" : "1F197" }, { "unicode" : "1F44C", "shortcode" : "ok_hand" }, { - "unicode" : "1F44C-1F3FF", - "shortcode" : "ok_hand_dark_skin_tone" + "shortcode" : "ok_hand_dark_skin_tone", + "unicode" : "1F44C-1F3FF" }, { "shortcode" : "ok_hand_light_skin_tone", @@ -11144,12 +11144,12 @@ "unicode" : "1F44C-1F3FC" }, { - "unicode" : "1F44C-1F3FD", - "shortcode" : "ok_hand_medium_skin_tone" + "shortcode" : "ok_hand_medium_skin_tone", + "unicode" : "1F44C-1F3FD" }, { - "shortcode" : "ok_hand_tone1", - "unicode" : "1F44C-1F3FB" + "unicode" : "1F44C-1F3FB", + "shortcode" : "ok_hand_tone1" }, { "shortcode" : "ok_hand_tone2", @@ -11172,72 +11172,72 @@ "unicode" : "1F646" }, { - "shortcode" : "ok_woman_dark_skin_tone", - "unicode" : "1F646-1F3FF" + "unicode" : "1F646-1F3FF", + "shortcode" : "ok_woman_dark_skin_tone" }, { - "unicode" : "1F646-1F3FB", - "shortcode" : "ok_woman_light_skin_tone" + "shortcode" : "ok_woman_light_skin_tone", + "unicode" : "1F646-1F3FB" }, { - "unicode" : "1F646-1F3FE", - "shortcode" : "ok_woman_medium_dark_skin_tone" + "shortcode" : "ok_woman_medium_dark_skin_tone", + "unicode" : "1F646-1F3FE" }, { "shortcode" : "ok_woman_medium_light_skin_tone", "unicode" : "1F646-1F3FC" }, { - "shortcode" : "ok_woman_medium_skin_tone", - "unicode" : "1F646-1F3FD" + "unicode" : "1F646-1F3FD", + "shortcode" : "ok_woman_medium_skin_tone" }, { - "shortcode" : "ok_woman_tone1", - "unicode" : "1F646-1F3FB" + "unicode" : "1F646-1F3FB", + "shortcode" : "ok_woman_tone1" }, { "unicode" : "1F646-1F3FC", "shortcode" : "ok_woman_tone2" }, { - "unicode" : "1F646-1F3FD", - "shortcode" : "ok_woman_tone3" + "shortcode" : "ok_woman_tone3", + "unicode" : "1F646-1F3FD" }, { - "unicode" : "1F646-1F3FE", - "shortcode" : "ok_woman_tone4" + "shortcode" : "ok_woman_tone4", + "unicode" : "1F646-1F3FE" }, { "shortcode" : "ok_woman_tone5", "unicode" : "1F646-1F3FF" }, { - "shortcode" : "old_key", - "unicode" : "1F5DD" + "unicode" : "1F5DD", + "shortcode" : "old_key" }, { - "unicode" : "1F474", - "shortcode" : "older_man" + "shortcode" : "older_man", + "unicode" : "1F474" }, { - "unicode" : "1F474-1F3FF", - "shortcode" : "older_man_dark_skin_tone" + "shortcode" : "older_man_dark_skin_tone", + "unicode" : "1F474-1F3FF" }, { "unicode" : "1F474-1F3FB", "shortcode" : "older_man_light_skin_tone" }, { - "unicode" : "1F474-1F3FE", - "shortcode" : "older_man_medium_dark_skin_tone" + "shortcode" : "older_man_medium_dark_skin_tone", + "unicode" : "1F474-1F3FE" }, { - "shortcode" : "older_man_medium_light_skin_tone", - "unicode" : "1F474-1F3FC" + "unicode" : "1F474-1F3FC", + "shortcode" : "older_man_medium_light_skin_tone" }, { - "unicode" : "1F474-1F3FD", - "shortcode" : "older_man_medium_skin_tone" + "shortcode" : "older_man_medium_skin_tone", + "unicode" : "1F474-1F3FD" }, { "unicode" : "1F474-1F3FB", @@ -11252,40 +11252,40 @@ "unicode" : "1F474-1F3FD" }, { - "unicode" : "1F474-1F3FE", - "shortcode" : "older_man_tone4" + "shortcode" : "older_man_tone4", + "unicode" : "1F474-1F3FE" }, { "shortcode" : "older_man_tone5", "unicode" : "1F474-1F3FF" }, { - "unicode" : "1F475", - "shortcode" : "older_woman" + "shortcode" : "older_woman", + "unicode" : "1F475" }, { "unicode" : "1F475-1F3FF", "shortcode" : "older_woman_dark_skin_tone" }, { - "unicode" : "1F475-1F3FB", - "shortcode" : "older_woman_light_skin_tone" + "shortcode" : "older_woman_light_skin_tone", + "unicode" : "1F475-1F3FB" }, { - "unicode" : "1F475-1F3FE", - "shortcode" : "older_woman_medium_dark_skin_tone" + "shortcode" : "older_woman_medium_dark_skin_tone", + "unicode" : "1F475-1F3FE" }, { "unicode" : "1F475-1F3FC", "shortcode" : "older_woman_medium_light_skin_tone" }, { - "unicode" : "1F475-1F3FD", - "shortcode" : "older_woman_medium_skin_tone" + "shortcode" : "older_woman_medium_skin_tone", + "unicode" : "1F475-1F3FD" }, { - "shortcode" : "older_woman_tone1", - "unicode" : "1F475-1F3FB" + "unicode" : "1F475-1F3FB", + "shortcode" : "older_woman_tone1" }, { "shortcode" : "older_woman_tone2", @@ -11296,12 +11296,12 @@ "unicode" : "1F475-1F3FD" }, { - "unicode" : "1F475-1F3FE", - "shortcode" : "older_woman_tone4" + "shortcode" : "older_woman_tone4", + "unicode" : "1F475-1F3FE" }, { - "shortcode" : "older_woman_tone5", - "unicode" : "1F475-1F3FF" + "unicode" : "1F475-1F3FF", + "shortcode" : "older_woman_tone5" }, { "unicode" : "1F1F4-1F1F2", @@ -11320,36 +11320,36 @@ "shortcode" : "oncoming_automobile" }, { - "shortcode" : "oncoming_bus", - "unicode" : "1F68D" + "unicode" : "1F68D", + "shortcode" : "oncoming_bus" }, { "shortcode" : "oncoming_police_car", "unicode" : "1F694" }, { - "unicode" : "1F696", - "shortcode" : "oncoming_taxi" + "shortcode" : "oncoming_taxi", + "unicode" : "1F696" }, { "shortcode" : "one", "unicode" : "0031-20E3" }, { - "shortcode" : "open_book", - "unicode" : "1F4D6" + "unicode" : "1F4D6", + "shortcode" : "open_book" }, { - "shortcode" : "open_file_folder", - "unicode" : "1F4C2" + "unicode" : "1F4C2", + "shortcode" : "open_file_folder" }, { - "unicode" : "1F450", - "shortcode" : "open_hands" + "shortcode" : "open_hands", + "unicode" : "1F450" }, { - "unicode" : "1F450-1F3FF", - "shortcode" : "open_hands_dark_skin_tone" + "shortcode" : "open_hands_dark_skin_tone", + "unicode" : "1F450-1F3FF" }, { "unicode" : "1F450-1F3FB", @@ -11404,20 +11404,20 @@ "unicode" : "2626" }, { - "shortcode" : "outbox_tray", - "unicode" : "1F4E4" + "unicode" : "1F4E4", + "shortcode" : "outbox_tray" }, { - "unicode" : "1F989", - "shortcode" : "owl" + "shortcode" : "owl", + "unicode" : "1F989" }, { "shortcode" : "ox", "unicode" : "1F402" }, { - "unicode" : "1F1F5-1F1E6", - "shortcode" : "pa" + "shortcode" : "pa", + "unicode" : "1F1F5-1F1E6" }, { "unicode" : "1F4E6", @@ -11448,20 +11448,20 @@ "shortcode" : "palm_tree" }, { - "shortcode" : "pancakes", - "unicode" : "1F95E" + "unicode" : "1F95E", + "shortcode" : "pancakes" }, { "unicode" : "1F43C", "shortcode" : "panda_face" }, { - "unicode" : "1F4CE", - "shortcode" : "paperclip" + "shortcode" : "paperclip", + "unicode" : "1F4CE" }, { - "shortcode" : "paperclips", - "unicode" : "1F587" + "unicode" : "1F587", + "shortcode" : "paperclips" }, { "shortcode" : "park", @@ -11472,8 +11472,8 @@ "unicode" : "1F17F" }, { - "unicode" : "303D", - "shortcode" : "part_alternation_mark" + "shortcode" : "part_alternation_mark", + "unicode" : "303D" }, { "unicode" : "26C5", @@ -11492,12 +11492,12 @@ "unicode" : "1F6C2" }, { - "shortcode" : "pause_button", - "unicode" : "23F8" + "unicode" : "23F8", + "shortcode" : "pause_button" }, { - "unicode" : "1F43E", - "shortcode" : "paw_prints" + "shortcode" : "paw_prints", + "unicode" : "1F43E" }, { "shortcode" : "pe", @@ -11512,36 +11512,36 @@ "unicode" : "262E" }, { - "shortcode" : "peach", - "unicode" : "1F351" + "unicode" : "1F351", + "shortcode" : "peach" }, { - "unicode" : "1F95C", - "shortcode" : "peanuts" + "shortcode" : "peanuts", + "unicode" : "1F95C" }, { "shortcode" : "pear", "unicode" : "1F350" }, { - "shortcode" : "pen_ballpoint", - "unicode" : "1F58A" + "unicode" : "1F58A", + "shortcode" : "pen_ballpoint" }, { - "unicode" : "1F58B", - "shortcode" : "pen_fountain" + "shortcode" : "pen_fountain", + "unicode" : "1F58B" }, { - "unicode" : "1F4DD", - "shortcode" : "pencil" + "shortcode" : "pencil", + "unicode" : "1F4DD" }, { - "unicode" : "270F", - "shortcode" : "pencil2" + "shortcode" : "pencil2", + "unicode" : "270F" }, { - "shortcode" : "penguin", - "unicode" : "1F427" + "unicode" : "1F427", + "shortcode" : "penguin" }, { "shortcode" : "pensive", @@ -11552,64 +11552,64 @@ "shortcode" : "performing_arts" }, { - "unicode" : "1F623", - "shortcode" : "persevere" + "shortcode" : "persevere", + "unicode" : "1F623" }, { - "shortcode" : "person_doing_cartwheel", - "unicode" : "1F938" + "unicode" : "1F938", + "shortcode" : "person_doing_cartwheel" }, { "shortcode" : "person_doing_cartwheel_dark_skin_tone", "unicode" : "1F938-1F3FF" }, { - "shortcode" : "person_doing_cartwheel_light_skin_tone", - "unicode" : "1F938-1F3FB" + "unicode" : "1F938-1F3FB", + "shortcode" : "person_doing_cartwheel_light_skin_tone" }, { - "unicode" : "1F938-1F3FE", - "shortcode" : "person_doing_cartwheel_medium_dark_skin_tone" + "shortcode" : "person_doing_cartwheel_medium_dark_skin_tone", + "unicode" : "1F938-1F3FE" }, { - "unicode" : "1F938-1F3FC", - "shortcode" : "person_doing_cartwheel_medium_light_skin_tone" + "shortcode" : "person_doing_cartwheel_medium_light_skin_tone", + "unicode" : "1F938-1F3FC" }, { - "unicode" : "1F938-1F3FD", - "shortcode" : "person_doing_cartwheel_medium_skin_tone" + "shortcode" : "person_doing_cartwheel_medium_skin_tone", + "unicode" : "1F938-1F3FD" }, { "unicode" : "1F938-1F3FB", "shortcode" : "person_doing_cartwheel_tone1" }, { - "unicode" : "1F938-1F3FC", - "shortcode" : "person_doing_cartwheel_tone2" + "shortcode" : "person_doing_cartwheel_tone2", + "unicode" : "1F938-1F3FC" }, { - "shortcode" : "person_doing_cartwheel_tone3", - "unicode" : "1F938-1F3FD" + "unicode" : "1F938-1F3FD", + "shortcode" : "person_doing_cartwheel_tone3" }, { - "unicode" : "1F938-1F3FE", - "shortcode" : "person_doing_cartwheel_tone4" + "shortcode" : "person_doing_cartwheel_tone4", + "unicode" : "1F938-1F3FE" }, { "shortcode" : "person_doing_cartwheel_tone5", "unicode" : "1F938-1F3FF" }, { - "unicode" : "1F64D", - "shortcode" : "person_frowning" + "shortcode" : "person_frowning", + "unicode" : "1F64D" }, { - "unicode" : "1F64D-1F3FF", - "shortcode" : "person_frowning_dark_skin_tone" + "shortcode" : "person_frowning_dark_skin_tone", + "unicode" : "1F64D-1F3FF" }, { - "shortcode" : "person_frowning_light_skin_tone", - "unicode" : "1F64D-1F3FB" + "unicode" : "1F64D-1F3FB", + "shortcode" : "person_frowning_light_skin_tone" }, { "shortcode" : "person_frowning_medium_dark_skin_tone", @@ -11620,60 +11620,60 @@ "unicode" : "1F64D-1F3FC" }, { - "unicode" : "1F64D-1F3FD", - "shortcode" : "person_frowning_medium_skin_tone" + "shortcode" : "person_frowning_medium_skin_tone", + "unicode" : "1F64D-1F3FD" }, { "unicode" : "1F64D-1F3FB", "shortcode" : "person_frowning_tone1" }, { - "shortcode" : "person_frowning_tone2", - "unicode" : "1F64D-1F3FC" + "unicode" : "1F64D-1F3FC", + "shortcode" : "person_frowning_tone2" }, { "unicode" : "1F64D-1F3FD", "shortcode" : "person_frowning_tone3" }, { - "unicode" : "1F64D-1F3FE", - "shortcode" : "person_frowning_tone4" + "shortcode" : "person_frowning_tone4", + "unicode" : "1F64D-1F3FE" }, { "shortcode" : "person_frowning_tone5", "unicode" : "1F64D-1F3FF" }, { - "shortcode" : "person_golfing_dark_skin_tone", - "unicode" : "1F3CC-1F3FF" + "unicode" : "1F3CC-1F3FF", + "shortcode" : "person_golfing_dark_skin_tone" }, { - "shortcode" : "person_golfing_light_skin_tone", - "unicode" : "1F3CC-1F3FB" + "unicode" : "1F3CC-1F3FB", + "shortcode" : "person_golfing_light_skin_tone" }, { "shortcode" : "person_golfing_medium_dark_skin_tone", "unicode" : "1F3CC-1F3FE" }, { - "shortcode" : "person_golfing_medium_light_skin_tone", + "unicode" : "1F3CC-1F3FC", + "shortcode" : "person_golfing_medium_light_skin_tone" + }, + { + "shortcode" : "person_golfing_medium_skin_tone", + "unicode" : "1F3CC-1F3FD" + }, + { + "shortcode" : "person_golfing_tone1", + "unicode" : "1F3CC-1F3FB" + }, + { + "shortcode" : "person_golfing_tone2", "unicode" : "1F3CC-1F3FC" }, { "unicode" : "1F3CC-1F3FD", - "shortcode" : "person_golfing_medium_skin_tone" - }, - { - "unicode" : "1F3CC-1F3FB", - "shortcode" : "person_golfing_tone1" - }, - { - "unicode" : "1F3CC-1F3FC", - "shortcode" : "person_golfing_tone2" - }, - { - "shortcode" : "person_golfing_tone3", - "unicode" : "1F3CC-1F3FD" + "shortcode" : "person_golfing_tone3" }, { "shortcode" : "person_golfing_tone4", @@ -11684,40 +11684,40 @@ "unicode" : "1F3CC-1F3FF" }, { - "unicode" : "1F6CC-1F3FF", - "shortcode" : "person_in_bed_dark_skin_tone" + "shortcode" : "person_in_bed_dark_skin_tone", + "unicode" : "1F6CC-1F3FF" }, { - "shortcode" : "person_in_bed_light_skin_tone", - "unicode" : "1F6CC-1F3FB" + "unicode" : "1F6CC-1F3FB", + "shortcode" : "person_in_bed_light_skin_tone" }, { "shortcode" : "person_in_bed_medium_dark_skin_tone", "unicode" : "1F6CC-1F3FE" }, { - "shortcode" : "person_in_bed_medium_light_skin_tone", - "unicode" : "1F6CC-1F3FC" + "unicode" : "1F6CC-1F3FC", + "shortcode" : "person_in_bed_medium_light_skin_tone" }, { - "shortcode" : "person_in_bed_medium_skin_tone", - "unicode" : "1F6CC-1F3FD" + "unicode" : "1F6CC-1F3FD", + "shortcode" : "person_in_bed_medium_skin_tone" }, { - "unicode" : "1F6CC-1F3FB", - "shortcode" : "person_in_bed_tone1" + "shortcode" : "person_in_bed_tone1", + "unicode" : "1F6CC-1F3FB" }, { - "shortcode" : "person_in_bed_tone2", - "unicode" : "1F6CC-1F3FC" + "unicode" : "1F6CC-1F3FC", + "shortcode" : "person_in_bed_tone2" }, { "shortcode" : "person_in_bed_tone3", "unicode" : "1F6CC-1F3FD" }, { - "unicode" : "1F6CC-1F3FE", - "shortcode" : "person_in_bed_tone4" + "shortcode" : "person_in_bed_tone4", + "unicode" : "1F6CC-1F3FE" }, { "shortcode" : "person_in_bed_tone5", @@ -11728,8 +11728,8 @@ "shortcode" : "person_with_ball" }, { - "shortcode" : "person_with_ball_dark_skin_tone", - "unicode" : "26F9-1F3FF" + "unicode" : "26F9-1F3FF", + "shortcode" : "person_with_ball_dark_skin_tone" }, { "shortcode" : "person_with_ball_light_skin_tone", @@ -11744,44 +11744,44 @@ "unicode" : "26F9-1F3FC" }, { - "unicode" : "26F9-1F3FD", - "shortcode" : "person_with_ball_medium_skin_tone" + "shortcode" : "person_with_ball_medium_skin_tone", + "unicode" : "26F9-1F3FD" }, { "shortcode" : "person_with_ball_tone1", "unicode" : "26F9-1F3FB" }, { - "unicode" : "26F9-1F3FC", - "shortcode" : "person_with_ball_tone2" + "shortcode" : "person_with_ball_tone2", + "unicode" : "26F9-1F3FC" }, { - "shortcode" : "person_with_ball_tone3", - "unicode" : "26F9-1F3FD" + "unicode" : "26F9-1F3FD", + "shortcode" : "person_with_ball_tone3" }, { - "shortcode" : "person_with_ball_tone4", - "unicode" : "26F9-1F3FE" + "unicode" : "26F9-1F3FE", + "shortcode" : "person_with_ball_tone4" }, { - "shortcode" : "person_with_ball_tone5", - "unicode" : "26F9-1F3FF" + "unicode" : "26F9-1F3FF", + "shortcode" : "person_with_ball_tone5" }, { - "shortcode" : "person_with_blond_hair", - "unicode" : "1F471" + "unicode" : "1F471", + "shortcode" : "person_with_blond_hair" }, { "shortcode" : "person_with_blond_hair_dark_skin_tone", "unicode" : "1F471-1F3FF" }, { - "shortcode" : "person_with_blond_hair_light_skin_tone", - "unicode" : "1F471-1F3FB" + "unicode" : "1F471-1F3FB", + "shortcode" : "person_with_blond_hair_light_skin_tone" }, { - "unicode" : "1F471-1F3FE", - "shortcode" : "person_with_blond_hair_medium_dark_skin_tone" + "shortcode" : "person_with_blond_hair_medium_dark_skin_tone", + "unicode" : "1F471-1F3FE" }, { "shortcode" : "person_with_blond_hair_medium_light_skin_tone", @@ -11808,56 +11808,56 @@ "shortcode" : "person_with_blond_hair_tone4" }, { - "unicode" : "1F471-1F3FF", - "shortcode" : "person_with_blond_hair_tone5" + "shortcode" : "person_with_blond_hair_tone5", + "unicode" : "1F471-1F3FF" }, { - "unicode" : "1F64E", - "shortcode" : "person_with_pouting_face" + "shortcode" : "person_with_pouting_face", + "unicode" : "1F64E" }, { "shortcode" : "person_with_pouting_face_dark_skin_tone", "unicode" : "1F64E-1F3FF" }, { - "unicode" : "1F64E-1F3FB", - "shortcode" : "person_with_pouting_face_light_skin_tone" + "shortcode" : "person_with_pouting_face_light_skin_tone", + "unicode" : "1F64E-1F3FB" }, { "unicode" : "1F64E-1F3FE", "shortcode" : "person_with_pouting_face_medium_dark_skin_tone" }, - { - "shortcode" : "person_with_pouting_face_medium_light_skin_tone", - "unicode" : "1F64E-1F3FC" - }, - { - "unicode" : "1F64E-1F3FD", - "shortcode" : "person_with_pouting_face_medium_skin_tone" - }, - { - "shortcode" : "person_with_pouting_face_tone1", - "unicode" : "1F64E-1F3FB" - }, { "unicode" : "1F64E-1F3FC", - "shortcode" : "person_with_pouting_face_tone2" + "shortcode" : "person_with_pouting_face_medium_light_skin_tone" + }, + { + "shortcode" : "person_with_pouting_face_medium_skin_tone", + "unicode" : "1F64E-1F3FD" + }, + { + "unicode" : "1F64E-1F3FB", + "shortcode" : "person_with_pouting_face_tone1" + }, + { + "shortcode" : "person_with_pouting_face_tone2", + "unicode" : "1F64E-1F3FC" }, { "shortcode" : "person_with_pouting_face_tone3", "unicode" : "1F64E-1F3FD" }, { - "unicode" : "1F64E-1F3FE", - "shortcode" : "person_with_pouting_face_tone4" + "shortcode" : "person_with_pouting_face_tone4", + "unicode" : "1F64E-1F3FE" }, { "shortcode" : "person_with_pouting_face_tone5", "unicode" : "1F64E-1F3FF" }, { - "unicode" : "1F1F5-1F1EB", - "shortcode" : "pf" + "shortcode" : "pf", + "unicode" : "1F1F5-1F1EB" }, { "shortcode" : "pg", @@ -11868,8 +11868,8 @@ "unicode" : "1F1F5-1F1ED" }, { - "shortcode" : "phone", - "unicode" : "260E" + "unicode" : "260E", + "shortcode" : "phone" }, { "unicode" : "26CF", @@ -11884,24 +11884,24 @@ "unicode" : "1F416" }, { - "shortcode" : "pig_nose", - "unicode" : "1F43D" + "unicode" : "1F43D", + "shortcode" : "pig_nose" }, { "shortcode" : "pill", "unicode" : "1F48A" }, { - "shortcode" : "pineapple", - "unicode" : "1F34D" + "unicode" : "1F34D", + "shortcode" : "pineapple" }, { - "shortcode" : "ping_pong", - "unicode" : "1F3D3" + "unicode" : "1F3D3", + "shortcode" : "ping_pong" }, { - "shortcode" : "pisces", - "unicode" : "2653" + "unicode" : "2653", + "shortcode" : "pisces" }, { "unicode" : "1F355", @@ -11912,20 +11912,20 @@ "unicode" : "1F1F5-1F1F0" }, { - "shortcode" : "pl", - "unicode" : "1F1F5-1F1F1" + "unicode" : "1F1F5-1F1F1", + "shortcode" : "pl" }, { - "shortcode" : "place_of_worship", - "unicode" : "1F6D0" + "unicode" : "1F6D0", + "shortcode" : "place_of_worship" }, { "unicode" : "23EF", "shortcode" : "play_pause" }, { - "unicode" : "1F1F5-1F1F2", - "shortcode" : "pm" + "shortcode" : "pm", + "unicode" : "1F1F5-1F1F2" }, { "unicode" : "1F1F5-1F1F3", @@ -11936,20 +11936,20 @@ "unicode" : "1F447" }, { - "unicode" : "1F447-1F3FF", - "shortcode" : "point_down_dark_skin_tone" + "shortcode" : "point_down_dark_skin_tone", + "unicode" : "1F447-1F3FF" }, { - "shortcode" : "point_down_light_skin_tone", - "unicode" : "1F447-1F3FB" + "unicode" : "1F447-1F3FB", + "shortcode" : "point_down_light_skin_tone" }, { - "shortcode" : "point_down_medium_dark_skin_tone", - "unicode" : "1F447-1F3FE" + "unicode" : "1F447-1F3FE", + "shortcode" : "point_down_medium_dark_skin_tone" }, { - "shortcode" : "point_down_medium_light_skin_tone", - "unicode" : "1F447-1F3FC" + "unicode" : "1F447-1F3FC", + "shortcode" : "point_down_medium_light_skin_tone" }, { "unicode" : "1F447-1F3FD", @@ -11980,20 +11980,20 @@ "unicode" : "1F448" }, { - "unicode" : "1F448-1F3FF", - "shortcode" : "point_left_dark_skin_tone" + "shortcode" : "point_left_dark_skin_tone", + "unicode" : "1F448-1F3FF" }, { - "shortcode" : "point_left_light_skin_tone", - "unicode" : "1F448-1F3FB" + "unicode" : "1F448-1F3FB", + "shortcode" : "point_left_light_skin_tone" }, { - "shortcode" : "point_left_medium_dark_skin_tone", - "unicode" : "1F448-1F3FE" + "unicode" : "1F448-1F3FE", + "shortcode" : "point_left_medium_dark_skin_tone" }, { - "unicode" : "1F448-1F3FC", - "shortcode" : "point_left_medium_light_skin_tone" + "shortcode" : "point_left_medium_light_skin_tone", + "unicode" : "1F448-1F3FC" }, { "shortcode" : "point_left_medium_skin_tone", @@ -12024,88 +12024,88 @@ "unicode" : "1F449" }, { - "shortcode" : "point_right_dark_skin_tone", - "unicode" : "1F449-1F3FF" + "unicode" : "1F449-1F3FF", + "shortcode" : "point_right_dark_skin_tone" }, { - "unicode" : "1F449-1F3FB", - "shortcode" : "point_right_light_skin_tone" + "shortcode" : "point_right_light_skin_tone", + "unicode" : "1F449-1F3FB" }, { "unicode" : "1F449-1F3FE", "shortcode" : "point_right_medium_dark_skin_tone" }, { - "unicode" : "1F449-1F3FC", - "shortcode" : "point_right_medium_light_skin_tone" + "shortcode" : "point_right_medium_light_skin_tone", + "unicode" : "1F449-1F3FC" }, { "shortcode" : "point_right_medium_skin_tone", "unicode" : "1F449-1F3FD" }, { - "shortcode" : "point_right_tone1", - "unicode" : "1F449-1F3FB" + "unicode" : "1F449-1F3FB", + "shortcode" : "point_right_tone1" }, { - "unicode" : "1F449-1F3FC", - "shortcode" : "point_right_tone2" + "shortcode" : "point_right_tone2", + "unicode" : "1F449-1F3FC" }, { - "unicode" : "1F449-1F3FD", - "shortcode" : "point_right_tone3" + "shortcode" : "point_right_tone3", + "unicode" : "1F449-1F3FD" }, { "shortcode" : "point_right_tone4", "unicode" : "1F449-1F3FE" }, { - "shortcode" : "point_right_tone5", - "unicode" : "1F449-1F3FF" + "unicode" : "1F449-1F3FF", + "shortcode" : "point_right_tone5" }, { "shortcode" : "point_up", "unicode" : "261D" }, { - "shortcode" : "point_up_2", - "unicode" : "1F446" + "unicode" : "1F446", + "shortcode" : "point_up_2" }, { - "shortcode" : "point_up_2_dark_skin_tone", - "unicode" : "1F446-1F3FF" + "unicode" : "1F446-1F3FF", + "shortcode" : "point_up_2_dark_skin_tone" }, { - "shortcode" : "point_up_2_light_skin_tone", - "unicode" : "1F446-1F3FB" + "unicode" : "1F446-1F3FB", + "shortcode" : "point_up_2_light_skin_tone" }, { - "unicode" : "1F446-1F3FE", - "shortcode" : "point_up_2_medium_dark_skin_tone" + "shortcode" : "point_up_2_medium_dark_skin_tone", + "unicode" : "1F446-1F3FE" }, { - "unicode" : "1F446-1F3FC", - "shortcode" : "point_up_2_medium_light_skin_tone" - }, - { - "shortcode" : "point_up_2_medium_skin_tone", - "unicode" : "1F446-1F3FD" - }, - { - "shortcode" : "point_up_2_tone1", - "unicode" : "1F446-1F3FB" - }, - { - "unicode" : "1F446-1F3FC", - "shortcode" : "point_up_2_tone2" + "shortcode" : "point_up_2_medium_light_skin_tone", + "unicode" : "1F446-1F3FC" }, { "unicode" : "1F446-1F3FD", - "shortcode" : "point_up_2_tone3" + "shortcode" : "point_up_2_medium_skin_tone" }, { - "shortcode" : "point_up_2_tone4", - "unicode" : "1F446-1F3FE" + "unicode" : "1F446-1F3FB", + "shortcode" : "point_up_2_tone1" + }, + { + "shortcode" : "point_up_2_tone2", + "unicode" : "1F446-1F3FC" + }, + { + "shortcode" : "point_up_2_tone3", + "unicode" : "1F446-1F3FD" + }, + { + "unicode" : "1F446-1F3FE", + "shortcode" : "point_up_2_tone4" }, { "unicode" : "1F446-1F3FF", @@ -12116,8 +12116,8 @@ "unicode" : "261D-1F3FF" }, { - "unicode" : "261D-1F3FB", - "shortcode" : "point_up_light_skin_tone" + "shortcode" : "point_up_light_skin_tone", + "unicode" : "261D-1F3FB" }, { "shortcode" : "point_up_medium_dark_skin_tone", @@ -12140,12 +12140,12 @@ "unicode" : "261D-1F3FC" }, { - "unicode" : "261D-1F3FD", - "shortcode" : "point_up_tone3" + "shortcode" : "point_up_tone3", + "unicode" : "261D-1F3FD" }, { - "unicode" : "261D-1F3FE", - "shortcode" : "point_up_tone4" + "shortcode" : "point_up_tone4", + "unicode" : "261D-1F3FE" }, { "shortcode" : "point_up_tone5", @@ -12156,16 +12156,16 @@ "shortcode" : "police_car" }, { - "unicode" : "1F4A9", - "shortcode" : "poo" + "shortcode" : "poo", + "unicode" : "1F4A9" }, { "unicode" : "1F429", "shortcode" : "poodle" }, { - "shortcode" : "poop", - "unicode" : "1F4A9" + "unicode" : "1F4A9", + "shortcode" : "poop" }, { "shortcode" : "popcorn", @@ -12192,36 +12192,36 @@ "unicode" : "1F954" }, { - "shortcode" : "pouch", - "unicode" : "1F45D" + "unicode" : "1F45D", + "shortcode" : "pouch" }, { - "unicode" : "1F357", - "shortcode" : "poultry_leg" + "shortcode" : "poultry_leg", + "unicode" : "1F357" }, { - "unicode" : "1F4B7", - "shortcode" : "pound" + "shortcode" : "pound", + "unicode" : "1F4B7" }, { - "shortcode" : "pound_symbol", - "unicode" : "0023" + "unicode" : "0023", + "shortcode" : "pound_symbol" }, { - "unicode" : "1F63E", - "shortcode" : "pouting_cat" + "shortcode" : "pouting_cat", + "unicode" : "1F63E" }, { - "shortcode" : "pr", - "unicode" : "1F1F5-1F1F7" + "unicode" : "1F1F5-1F1F7", + "shortcode" : "pr" }, { "unicode" : "1F64F", "shortcode" : "pray" }, { - "unicode" : "1F64F-1F3FF", - "shortcode" : "pray_dark_skin_tone" + "shortcode" : "pray_dark_skin_tone", + "unicode" : "1F64F-1F3FF" }, { "unicode" : "1F64F-1F3FB", @@ -12244,28 +12244,28 @@ "shortcode" : "pray_tone1" }, { - "unicode" : "1F64F-1F3FC", - "shortcode" : "pray_tone2" + "shortcode" : "pray_tone2", + "unicode" : "1F64F-1F3FC" }, { - "shortcode" : "pray_tone3", - "unicode" : "1F64F-1F3FD" + "unicode" : "1F64F-1F3FD", + "shortcode" : "pray_tone3" }, { - "unicode" : "1F64F-1F3FE", - "shortcode" : "pray_tone4" + "shortcode" : "pray_tone4", + "unicode" : "1F64F-1F3FE" }, { - "unicode" : "1F64F-1F3FF", - "shortcode" : "pray_tone5" + "shortcode" : "pray_tone5", + "unicode" : "1F64F-1F3FF" }, { - "unicode" : "1F4FF", - "shortcode" : "prayer_beads" + "shortcode" : "prayer_beads", + "unicode" : "1F4FF" }, { - "shortcode" : "pregnant_woman", - "unicode" : "1F930" + "unicode" : "1F930", + "shortcode" : "pregnant_woman" }, { "shortcode" : "pregnant_woman_dark_skin_tone", @@ -12276,36 +12276,36 @@ "unicode" : "1F930-1F3FB" }, { - "unicode" : "1F930-1F3FE", - "shortcode" : "pregnant_woman_medium_dark_skin_tone" + "shortcode" : "pregnant_woman_medium_dark_skin_tone", + "unicode" : "1F930-1F3FE" }, { "shortcode" : "pregnant_woman_medium_light_skin_tone", "unicode" : "1F930-1F3FC" }, { - "unicode" : "1F930-1F3FD", - "shortcode" : "pregnant_woman_medium_skin_tone" + "shortcode" : "pregnant_woman_medium_skin_tone", + "unicode" : "1F930-1F3FD" }, { "shortcode" : "pregnant_woman_tone1", "unicode" : "1F930-1F3FB" }, { - "unicode" : "1F930-1F3FC", - "shortcode" : "pregnant_woman_tone2" + "shortcode" : "pregnant_woman_tone2", + "unicode" : "1F930-1F3FC" }, { "shortcode" : "pregnant_woman_tone3", "unicode" : "1F930-1F3FD" }, { - "shortcode" : "pregnant_woman_tone4", - "unicode" : "1F930-1F3FE" + "unicode" : "1F930-1F3FE", + "shortcode" : "pregnant_woman_tone4" }, { - "shortcode" : "pregnant_woman_tone5", - "unicode" : "1F930-1F3FF" + "unicode" : "1F930-1F3FF", + "shortcode" : "pregnant_woman_tone5" }, { "shortcode" : "previous_track", @@ -12316,40 +12316,40 @@ "unicode" : "1F934" }, { - "shortcode" : "prince_dark_skin_tone", - "unicode" : "1F934-1F3FF" + "unicode" : "1F934-1F3FF", + "shortcode" : "prince_dark_skin_tone" }, { - "unicode" : "1F934-1F3FB", - "shortcode" : "prince_light_skin_tone" + "shortcode" : "prince_light_skin_tone", + "unicode" : "1F934-1F3FB" }, { - "shortcode" : "prince_medium_dark_skin_tone", - "unicode" : "1F934-1F3FE" + "unicode" : "1F934-1F3FE", + "shortcode" : "prince_medium_dark_skin_tone" }, { - "unicode" : "1F934-1F3FC", - "shortcode" : "prince_medium_light_skin_tone" + "shortcode" : "prince_medium_light_skin_tone", + "unicode" : "1F934-1F3FC" }, { "unicode" : "1F934-1F3FD", "shortcode" : "prince_medium_skin_tone" }, { - "shortcode" : "prince_tone1", - "unicode" : "1F934-1F3FB" + "unicode" : "1F934-1F3FB", + "shortcode" : "prince_tone1" }, { - "shortcode" : "prince_tone2", - "unicode" : "1F934-1F3FC" + "unicode" : "1F934-1F3FC", + "shortcode" : "prince_tone2" }, { "shortcode" : "prince_tone3", "unicode" : "1F934-1F3FD" }, { - "unicode" : "1F934-1F3FE", - "shortcode" : "prince_tone4" + "shortcode" : "prince_tone4", + "unicode" : "1F934-1F3FE" }, { "unicode" : "1F934-1F3FF", @@ -12368,84 +12368,84 @@ "unicode" : "1F478-1F3FB" }, { - "unicode" : "1F478-1F3FE", - "shortcode" : "princess_medium_dark_skin_tone" + "shortcode" : "princess_medium_dark_skin_tone", + "unicode" : "1F478-1F3FE" }, { "unicode" : "1F478-1F3FC", "shortcode" : "princess_medium_light_skin_tone" }, { - "unicode" : "1F478-1F3FD", - "shortcode" : "princess_medium_skin_tone" + "shortcode" : "princess_medium_skin_tone", + "unicode" : "1F478-1F3FD" }, { - "unicode" : "1F478-1F3FB", - "shortcode" : "princess_tone1" + "shortcode" : "princess_tone1", + "unicode" : "1F478-1F3FB" }, { "unicode" : "1F478-1F3FC", "shortcode" : "princess_tone2" }, { - "shortcode" : "princess_tone3", - "unicode" : "1F478-1F3FD" + "unicode" : "1F478-1F3FD", + "shortcode" : "princess_tone3" }, { - "shortcode" : "princess_tone4", - "unicode" : "1F478-1F3FE" + "unicode" : "1F478-1F3FE", + "shortcode" : "princess_tone4" }, { - "shortcode" : "princess_tone5", - "unicode" : "1F478-1F3FF" + "unicode" : "1F478-1F3FF", + "shortcode" : "princess_tone5" }, { "unicode" : "1F5A8", "shortcode" : "printer" }, { - "unicode" : "1F4FD", - "shortcode" : "projector" + "shortcode" : "projector", + "unicode" : "1F4FD" }, { "unicode" : "1F1F5-1F1F8", "shortcode" : "ps" }, { - "shortcode" : "pt", - "unicode" : "1F1F5-1F1F9" + "unicode" : "1F1F5-1F1F9", + "shortcode" : "pt" }, { - "shortcode" : "pudding", - "unicode" : "1F36E" + "unicode" : "1F36E", + "shortcode" : "pudding" }, { - "unicode" : "1F44A", - "shortcode" : "punch" + "shortcode" : "punch", + "unicode" : "1F44A" }, { - "unicode" : "1F44A-1F3FF", - "shortcode" : "punch_dark_skin_tone" + "shortcode" : "punch_dark_skin_tone", + "unicode" : "1F44A-1F3FF" }, { - "shortcode" : "punch_light_skin_tone", - "unicode" : "1F44A-1F3FB" + "unicode" : "1F44A-1F3FB", + "shortcode" : "punch_light_skin_tone" }, { - "unicode" : "1F44A-1F3FE", - "shortcode" : "punch_medium_dark_skin_tone" + "shortcode" : "punch_medium_dark_skin_tone", + "unicode" : "1F44A-1F3FE" }, { "shortcode" : "punch_medium_light_skin_tone", "unicode" : "1F44A-1F3FC" }, { - "unicode" : "1F44A-1F3FD", - "shortcode" : "punch_medium_skin_tone" + "shortcode" : "punch_medium_skin_tone", + "unicode" : "1F44A-1F3FD" }, { - "shortcode" : "punch_tone1", - "unicode" : "1F44A-1F3FB" + "unicode" : "1F44A-1F3FB", + "shortcode" : "punch_tone1" }, { "shortcode" : "punch_tone2", @@ -12476,16 +12476,16 @@ "unicode" : "1F4CC" }, { - "shortcode" : "put_litter_in_its_place", - "unicode" : "1F6AE" + "unicode" : "1F6AE", + "shortcode" : "put_litter_in_its_place" }, { - "shortcode" : "pw", - "unicode" : "1F1F5-1F1FC" + "unicode" : "1F1F5-1F1FC", + "shortcode" : "pw" }, { - "unicode" : "1F1F5-1F1FE", - "shortcode" : "py" + "shortcode" : "py", + "unicode" : "1F1F5-1F1FE" }, { "shortcode" : "qa", @@ -12496,12 +12496,12 @@ "shortcode" : "question" }, { - "unicode" : "1F430", - "shortcode" : "rabbit" + "shortcode" : "rabbit", + "unicode" : "1F430" }, { - "shortcode" : "rabbit2", - "unicode" : "1F407" + "unicode" : "1F407", + "shortcode" : "rabbit2" }, { "unicode" : "1F3CE", @@ -12516,20 +12516,20 @@ "shortcode" : "racing_car" }, { - "shortcode" : "racing_motorcycle", - "unicode" : "1F3CD" + "unicode" : "1F3CD", + "shortcode" : "racing_motorcycle" }, { "unicode" : "1F4FB", "shortcode" : "radio" }, { - "unicode" : "1F518", - "shortcode" : "radio_button" + "shortcode" : "radio_button", + "unicode" : "1F518" }, { - "unicode" : "2622", - "shortcode" : "radioactive" + "shortcode" : "radioactive", + "unicode" : "2622" }, { "unicode" : "2622", @@ -12540,32 +12540,32 @@ "shortcode" : "rage" }, { - "shortcode" : "railroad_track", + "unicode" : "1F6E4", + "shortcode" : "railroad_track" + }, + { + "unicode" : "1F683", + "shortcode" : "railway_car" + }, + { + "shortcode" : "railway_track", "unicode" : "1F6E4" }, { - "shortcode" : "railway_car", - "unicode" : "1F683" + "unicode" : "1F327", + "shortcode" : "rain_cloud" }, { - "unicode" : "1F6E4", - "shortcode" : "railway_track" + "unicode" : "1F308", + "shortcode" : "rainbow" }, { - "shortcode" : "rain_cloud", - "unicode" : "1F327" + "shortcode" : "rainbow_flag", + "unicode" : "1F3F3-FE0F-200D-1F308" }, { - "shortcode" : "rainbow", - "unicode" : "1F308" - }, - { - "unicode" : "1F3F3-FE0F-200D-1F308", - "shortcode" : "rainbow_flag" - }, - { - "unicode" : "1F91A", - "shortcode" : "raised_back_of_hand" + "shortcode" : "raised_back_of_hand", + "unicode" : "1F91A" }, { "unicode" : "1F91A-1F3FF", @@ -12588,24 +12588,24 @@ "unicode" : "1F91A-1F3FD" }, { - "shortcode" : "raised_back_of_hand_tone1", - "unicode" : "1F91A-1F3FB" + "unicode" : "1F91A-1F3FB", + "shortcode" : "raised_back_of_hand_tone1" }, { "shortcode" : "raised_back_of_hand_tone2", "unicode" : "1F91A-1F3FC" }, { - "shortcode" : "raised_back_of_hand_tone3", - "unicode" : "1F91A-1F3FD" + "unicode" : "1F91A-1F3FD", + "shortcode" : "raised_back_of_hand_tone3" }, { - "shortcode" : "raised_back_of_hand_tone4", - "unicode" : "1F91A-1F3FE" + "unicode" : "1F91A-1F3FE", + "shortcode" : "raised_back_of_hand_tone4" }, { - "shortcode" : "raised_back_of_hand_tone5", - "unicode" : "1F91A-1F3FF" + "unicode" : "1F91A-1F3FF", + "shortcode" : "raised_back_of_hand_tone5" }, { "unicode" : "270B", @@ -12624,12 +12624,12 @@ "unicode" : "270B-1F3FE" }, { - "unicode" : "270B-1F3FC", - "shortcode" : "raised_hand_medium_light_skin_tone" + "shortcode" : "raised_hand_medium_light_skin_tone", + "unicode" : "270B-1F3FC" }, { - "unicode" : "270B-1F3FD", - "shortcode" : "raised_hand_medium_skin_tone" + "shortcode" : "raised_hand_medium_skin_tone", + "unicode" : "270B-1F3FD" }, { "shortcode" : "raised_hand_tone1", @@ -12640,28 +12640,28 @@ "shortcode" : "raised_hand_tone2" }, { - "shortcode" : "raised_hand_tone3", - "unicode" : "270B-1F3FD" + "unicode" : "270B-1F3FD", + "shortcode" : "raised_hand_tone3" }, { "unicode" : "270B-1F3FE", "shortcode" : "raised_hand_tone4" }, { - "unicode" : "270B-1F3FF", - "shortcode" : "raised_hand_tone5" + "shortcode" : "raised_hand_tone5", + "unicode" : "270B-1F3FF" }, { "unicode" : "1F590", "shortcode" : "raised_hand_with_fingers_splayed" }, { - "unicode" : "1F590-1F3FF", - "shortcode" : "raised_hand_with_fingers_splayed_dark_skin_tone" + "shortcode" : "raised_hand_with_fingers_splayed_dark_skin_tone", + "unicode" : "1F590-1F3FF" }, { - "shortcode" : "raised_hand_with_fingers_splayed_light_skin_tone", - "unicode" : "1F590-1F3FB" + "unicode" : "1F590-1F3FB", + "shortcode" : "raised_hand_with_fingers_splayed_light_skin_tone" }, { "unicode" : "1F590-1F3FE", @@ -12684,28 +12684,28 @@ "unicode" : "1F590-1F3FC" }, { - "shortcode" : "raised_hand_with_fingers_splayed_tone3", - "unicode" : "1F590-1F3FD" + "unicode" : "1F590-1F3FD", + "shortcode" : "raised_hand_with_fingers_splayed_tone3" }, { - "unicode" : "1F590-1F3FE", - "shortcode" : "raised_hand_with_fingers_splayed_tone4" + "shortcode" : "raised_hand_with_fingers_splayed_tone4", + "unicode" : "1F590-1F3FE" }, { "unicode" : "1F590-1F3FF", "shortcode" : "raised_hand_with_fingers_splayed_tone5" }, { - "unicode" : "1F596", - "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers" + "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers", + "unicode" : "1F596" }, { - "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers_tone1", - "unicode" : "1F596-1F3FB" + "unicode" : "1F596-1F3FB", + "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers_tone1" }, { - "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers_tone2", - "unicode" : "1F596-1F3FC" + "unicode" : "1F596-1F3FC", + "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers_tone2" }, { "unicode" : "1F596-1F3FD", @@ -12716,16 +12716,16 @@ "unicode" : "1F596-1F3FE" }, { - "unicode" : "1F596-1F3FF", - "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers_tone5" + "shortcode" : "raised_hand_with_part_between_middle_and_ring_fingers_tone5", + "unicode" : "1F596-1F3FF" }, { "shortcode" : "raised_hands", "unicode" : "1F64C" }, { - "unicode" : "1F64C-1F3FF", - "shortcode" : "raised_hands_dark_skin_tone" + "shortcode" : "raised_hands_dark_skin_tone", + "unicode" : "1F64C-1F3FF" }, { "shortcode" : "raised_hands_light_skin_tone", @@ -12736,36 +12736,36 @@ "unicode" : "1F64C-1F3FE" }, { - "unicode" : "1F64C-1F3FC", - "shortcode" : "raised_hands_medium_light_skin_tone" + "shortcode" : "raised_hands_medium_light_skin_tone", + "unicode" : "1F64C-1F3FC" }, { - "unicode" : "1F64C-1F3FD", - "shortcode" : "raised_hands_medium_skin_tone" + "shortcode" : "raised_hands_medium_skin_tone", + "unicode" : "1F64C-1F3FD" }, { "shortcode" : "raised_hands_tone1", "unicode" : "1F64C-1F3FB" }, { - "unicode" : "1F64C-1F3FC", - "shortcode" : "raised_hands_tone2" + "shortcode" : "raised_hands_tone2", + "unicode" : "1F64C-1F3FC" }, { - "shortcode" : "raised_hands_tone3", - "unicode" : "1F64C-1F3FD" + "unicode" : "1F64C-1F3FD", + "shortcode" : "raised_hands_tone3" }, { - "shortcode" : "raised_hands_tone4", - "unicode" : "1F64C-1F3FE" + "unicode" : "1F64C-1F3FE", + "shortcode" : "raised_hands_tone4" }, { - "unicode" : "1F64C-1F3FF", - "shortcode" : "raised_hands_tone5" + "shortcode" : "raised_hands_tone5", + "unicode" : "1F64C-1F3FF" }, { - "shortcode" : "raising_hand", - "unicode" : "1F64B" + "unicode" : "1F64B", + "shortcode" : "raising_hand" }, { "unicode" : "1F64B-1F3FF", @@ -12780,16 +12780,16 @@ "unicode" : "1F64B-1F3FE" }, { - "shortcode" : "raising_hand_medium_light_skin_tone", - "unicode" : "1F64B-1F3FC" + "unicode" : "1F64B-1F3FC", + "shortcode" : "raising_hand_medium_light_skin_tone" }, { - "unicode" : "1F64B-1F3FD", - "shortcode" : "raising_hand_medium_skin_tone" + "shortcode" : "raising_hand_medium_skin_tone", + "unicode" : "1F64B-1F3FD" }, { - "shortcode" : "raising_hand_tone1", - "unicode" : "1F64B-1F3FB" + "unicode" : "1F64B-1F3FB", + "shortcode" : "raising_hand_tone1" }, { "unicode" : "1F64B-1F3FC", @@ -12800,24 +12800,24 @@ "shortcode" : "raising_hand_tone3" }, { - "unicode" : "1F64B-1F3FE", - "shortcode" : "raising_hand_tone4" + "shortcode" : "raising_hand_tone4", + "unicode" : "1F64B-1F3FE" }, { - "shortcode" : "raising_hand_tone5", - "unicode" : "1F64B-1F3FF" + "unicode" : "1F64B-1F3FF", + "shortcode" : "raising_hand_tone5" }, { "unicode" : "1F40F", "shortcode" : "ram" }, { - "unicode" : "1F35C", - "shortcode" : "ramen" + "shortcode" : "ramen", + "unicode" : "1F35C" }, { - "shortcode" : "rat", - "unicode" : "1F400" + "unicode" : "1F400", + "shortcode" : "rat" }, { "unicode" : "1F1F7-1F1EA", @@ -12836,8 +12836,8 @@ "unicode" : "1F697" }, { - "shortcode" : "red_circle", - "unicode" : "1F534" + "unicode" : "1F534", + "shortcode" : "red_circle" }, { "shortcode" : "regional_indicator_a", @@ -12852,8 +12852,8 @@ "unicode" : "1f1e8" }, { - "shortcode" : "regional_indicator_d", - "unicode" : "1f1e9" + "unicode" : "1f1e9", + "shortcode" : "regional_indicator_d" }, { "unicode" : "1f1ea", @@ -12872,8 +12872,8 @@ "shortcode" : "regional_indicator_h" }, { - "shortcode" : "regional_indicator_i", - "unicode" : "1f1ee" + "unicode" : "1f1ee", + "shortcode" : "regional_indicator_i" }, { "unicode" : "1f1ef", @@ -12884,48 +12884,48 @@ "unicode" : "1f1f0" }, { - "unicode" : "1f1f1", - "shortcode" : "regional_indicator_l" + "shortcode" : "regional_indicator_l", + "unicode" : "1f1f1" }, { - "shortcode" : "regional_indicator_m", - "unicode" : "1f1f2" + "unicode" : "1f1f2", + "shortcode" : "regional_indicator_m" }, { - "shortcode" : "regional_indicator_n", - "unicode" : "1f1f3" + "unicode" : "1f1f3", + "shortcode" : "regional_indicator_n" }, { - "shortcode" : "regional_indicator_o", - "unicode" : "1f1f4" + "unicode" : "1f1f4", + "shortcode" : "regional_indicator_o" }, { - "shortcode" : "regional_indicator_p", - "unicode" : "1f1f5" + "unicode" : "1f1f5", + "shortcode" : "regional_indicator_p" }, { "unicode" : "1f1f6", "shortcode" : "regional_indicator_q" }, { - "unicode" : "1f1f7", - "shortcode" : "regional_indicator_r" + "shortcode" : "regional_indicator_r", + "unicode" : "1f1f7" }, { "unicode" : "1f1f8", "shortcode" : "regional_indicator_s" }, { - "shortcode" : "regional_indicator_t", - "unicode" : "1f1f9" + "unicode" : "1f1f9", + "shortcode" : "regional_indicator_t" }, { - "shortcode" : "regional_indicator_u", - "unicode" : "1f1fa" + "unicode" : "1f1fa", + "shortcode" : "regional_indicator_u" }, { - "shortcode" : "regional_indicator_v", - "unicode" : "1f1fb" + "unicode" : "1f1fb", + "shortcode" : "regional_indicator_v" }, { "shortcode" : "regional_indicator_w", @@ -12944,56 +12944,56 @@ "shortcode" : "regional_indicator_z" }, { - "shortcode" : "registered", - "unicode" : "00AE" + "unicode" : "00AE", + "shortcode" : "registered" }, { "shortcode" : "relaxed", "unicode" : "263A" }, { - "unicode" : "1F60C", - "shortcode" : "relieved" + "shortcode" : "relieved", + "unicode" : "1F60C" }, { "unicode" : "1F397", "shortcode" : "reminder_ribbon" }, { - "shortcode" : "repeat", - "unicode" : "1F501" + "unicode" : "1F501", + "shortcode" : "repeat" }, { - "shortcode" : "repeat_one", - "unicode" : "1F502" + "unicode" : "1F502", + "shortcode" : "repeat_one" }, { - "unicode" : "1F6BB", - "shortcode" : "restroom" + "shortcode" : "restroom", + "unicode" : "1F6BB" }, { - "shortcode" : "reversed_hand_with_middle_finger_extended", - "unicode" : "1F595" + "unicode" : "1F595", + "shortcode" : "reversed_hand_with_middle_finger_extended" }, { - "shortcode" : "reversed_hand_with_middle_finger_extended_dark_skin_tone", - "unicode" : "1F595-1F3FF" + "unicode" : "1F595-1F3FF", + "shortcode" : "reversed_hand_with_middle_finger_extended_dark_skin_tone" }, { "unicode" : "1F595-1F3FB", "shortcode" : "reversed_hand_with_middle_finger_extended_light_skin_tone" }, { - "shortcode" : "reversed_hand_with_middle_finger_extended_medium_dark_skin_tone", - "unicode" : "1F595-1F3FE" + "unicode" : "1F595-1F3FE", + "shortcode" : "reversed_hand_with_middle_finger_extended_medium_dark_skin_tone" }, { "unicode" : "1F595-1F3FC", "shortcode" : "reversed_hand_with_middle_finger_extended_medium_light_skin_tone" }, { - "shortcode" : "reversed_hand_with_middle_finger_extended_medium_skin_tone", - "unicode" : "1F595-1F3FD" + "unicode" : "1F595-1F3FD", + "shortcode" : "reversed_hand_with_middle_finger_extended_medium_skin_tone" }, { "unicode" : "1F595-1F3FB", @@ -13028,8 +13028,8 @@ "shortcode" : "rhino" }, { - "shortcode" : "rhinoceros", - "unicode" : "1F98F" + "unicode" : "1F98F", + "shortcode" : "rhinoceros" }, { "unicode" : "1F380", @@ -13044,8 +13044,8 @@ "unicode" : "1F359" }, { - "shortcode" : "rice_cracker", - "unicode" : "1F358" + "unicode" : "1F358", + "shortcode" : "rice_cracker" }, { "shortcode" : "rice_scene", @@ -13056,8 +13056,8 @@ "shortcode" : "right_anger_bubble" }, { - "shortcode" : "right_facing_fist", - "unicode" : "1F91C" + "unicode" : "1F91C", + "shortcode" : "right_facing_fist" }, { "shortcode" : "right_facing_fist_dark_skin_tone", @@ -13072,16 +13072,16 @@ "shortcode" : "right_facing_fist_medium_dark_skin_tone" }, { - "shortcode" : "right_facing_fist_medium_light_skin_tone", - "unicode" : "1F91C-1F3FC" + "unicode" : "1F91C-1F3FC", + "shortcode" : "right_facing_fist_medium_light_skin_tone" }, { "shortcode" : "right_facing_fist_medium_skin_tone", "unicode" : "1F91C-1F3FD" }, { - "shortcode" : "right_facing_fist_tone1", - "unicode" : "1F91C-1F3FB" + "unicode" : "1F91C-1F3FB", + "shortcode" : "right_facing_fist_tone1" }, { "shortcode" : "right_facing_fist_tone2", @@ -13096,24 +13096,24 @@ "unicode" : "1F91C-1F3FE" }, { - "unicode" : "1F91C-1F3FF", - "shortcode" : "right_facing_fist_tone5" + "shortcode" : "right_facing_fist_tone5", + "unicode" : "1F91C-1F3FF" }, { "shortcode" : "right_fist", "unicode" : "1F91C" }, { - "unicode" : "1F91C-1F3FB", - "shortcode" : "right_fist_tone1" + "shortcode" : "right_fist_tone1", + "unicode" : "1F91C-1F3FB" }, { "unicode" : "1F91C-1F3FC", "shortcode" : "right_fist_tone2" }, { - "unicode" : "1F91C-1F3FD", - "shortcode" : "right_fist_tone3" + "shortcode" : "right_fist_tone3", + "unicode" : "1F91C-1F3FD" }, { "unicode" : "1F91C-1F3FE", @@ -13124,20 +13124,20 @@ "unicode" : "1F91C-1F3FF" }, { - "shortcode" : "ring", - "unicode" : "1F48D" + "unicode" : "1F48D", + "shortcode" : "ring" }, { - "shortcode" : "ro", - "unicode" : "1F1F7-1F1F4" + "unicode" : "1F1F7-1F1F4", + "shortcode" : "ro" }, { "shortcode" : "robot", "unicode" : "1F916" }, { - "shortcode" : "robot_face", - "unicode" : "1F916" + "unicode" : "1F916", + "shortcode" : "robot_face" }, { "shortcode" : "rocket", @@ -13148,8 +13148,8 @@ "shortcode" : "rofl" }, { - "shortcode" : "rolled_up_newspaper", - "unicode" : "1F5DE" + "unicode" : "1F5DE", + "shortcode" : "rolled_up_newspaper" }, { "unicode" : "1F3A2", @@ -13160,68 +13160,68 @@ "unicode" : "1F644" }, { - "unicode" : "1F923", - "shortcode" : "rolling_on_the_floor_laughing" + "shortcode" : "rolling_on_the_floor_laughing", + "unicode" : "1F923" }, { "shortcode" : "rooster", "unicode" : "1F413" }, { - "unicode" : "1F339", - "shortcode" : "rose" + "shortcode" : "rose", + "unicode" : "1F339" }, { "shortcode" : "rosette", "unicode" : "1F3F5" }, { - "shortcode" : "rotating_light", - "unicode" : "1F6A8" + "unicode" : "1F6A8", + "shortcode" : "rotating_light" }, { - "shortcode" : "round_pushpin", - "unicode" : "1F4CD" + "unicode" : "1F4CD", + "shortcode" : "round_pushpin" }, { - "unicode" : "1F6A3", - "shortcode" : "rowboat" + "shortcode" : "rowboat", + "unicode" : "1F6A3" }, { - "shortcode" : "rowboat_dark_skin_tone", - "unicode" : "1F6A3-1F3FF" + "unicode" : "1F6A3-1F3FF", + "shortcode" : "rowboat_dark_skin_tone" }, { "unicode" : "1F6A3-1F3FB", "shortcode" : "rowboat_light_skin_tone" }, { - "shortcode" : "rowboat_medium_dark_skin_tone", - "unicode" : "1F6A3-1F3FE" + "unicode" : "1F6A3-1F3FE", + "shortcode" : "rowboat_medium_dark_skin_tone" }, { - "unicode" : "1F6A3-1F3FC", - "shortcode" : "rowboat_medium_light_skin_tone" + "shortcode" : "rowboat_medium_light_skin_tone", + "unicode" : "1F6A3-1F3FC" }, { "unicode" : "1F6A3-1F3FD", "shortcode" : "rowboat_medium_skin_tone" }, { - "unicode" : "1F6A3-1F3FB", - "shortcode" : "rowboat_tone1" + "shortcode" : "rowboat_tone1", + "unicode" : "1F6A3-1F3FB" }, { "unicode" : "1F6A3-1F3FC", "shortcode" : "rowboat_tone2" }, { - "shortcode" : "rowboat_tone3", - "unicode" : "1F6A3-1F3FD" + "unicode" : "1F6A3-1F3FD", + "shortcode" : "rowboat_tone3" }, { - "shortcode" : "rowboat_tone4", - "unicode" : "1F6A3-1F3FE" + "unicode" : "1F6A3-1F3FE", + "shortcode" : "rowboat_tone4" }, { "shortcode" : "rowboat_tone5", @@ -13232,8 +13232,8 @@ "unicode" : "1F1F7-1F1F8" }, { - "unicode" : "1F1F7-1F1FA", - "shortcode" : "ru" + "shortcode" : "ru", + "unicode" : "1F1F7-1F1FA" }, { "unicode" : "1F3C9", @@ -13264,16 +13264,16 @@ "shortcode" : "runner_medium_skin_tone" }, { - "shortcode" : "runner_tone1", - "unicode" : "1F3C3-1F3FB" + "unicode" : "1F3C3-1F3FB", + "shortcode" : "runner_tone1" }, { "unicode" : "1F3C3-1F3FC", "shortcode" : "runner_tone2" }, { - "shortcode" : "runner_tone3", - "unicode" : "1F3C3-1F3FD" + "unicode" : "1F3C3-1F3FD", + "shortcode" : "runner_tone3" }, { "unicode" : "1F3C3-1F3FE", @@ -13292,8 +13292,8 @@ "unicode" : "1F3C3-1F3FF" }, { - "shortcode" : "running_light_skin_tone", - "unicode" : "1F3C3-1F3FB" + "unicode" : "1F3C3-1F3FB", + "shortcode" : "running_light_skin_tone" }, { "shortcode" : "running_medium_dark_skin_tone", @@ -13304,12 +13304,12 @@ "unicode" : "1F3C3-1F3FC" }, { - "unicode" : "1F3C3-1F3FD", - "shortcode" : "running_medium_skin_tone" + "shortcode" : "running_medium_skin_tone", + "unicode" : "1F3C3-1F3FD" }, { - "shortcode" : "running_shirt_with_sash", - "unicode" : "1F3BD" + "unicode" : "1F3BD", + "shortcode" : "running_shirt_with_sash" }, { "shortcode" : "running_tone1", @@ -13320,8 +13320,8 @@ "unicode" : "1F3C3-1F3FC" }, { - "unicode" : "1F3C3-1F3FD", - "shortcode" : "running_tone3" + "shortcode" : "running_tone3", + "unicode" : "1F3C3-1F3FD" }, { "unicode" : "1F3C3-1F3FE", @@ -13332,44 +13332,44 @@ "shortcode" : "running_tone5" }, { - "unicode" : "1F1F7-1F1FC", - "shortcode" : "rw" + "shortcode" : "rw", + "unicode" : "1F1F7-1F1FC" }, { "unicode" : "1F202", "shortcode" : "sa" }, { - "shortcode" : "sagittarius", - "unicode" : "2650" + "unicode" : "2650", + "shortcode" : "sagittarius" }, { "shortcode" : "sailboat", "unicode" : "26F5" }, { - "unicode" : "1F376", - "shortcode" : "sake" + "shortcode" : "sake", + "unicode" : "1F376" }, { - "shortcode" : "salad", - "unicode" : "1F957" + "unicode" : "1F957", + "shortcode" : "salad" }, { "unicode" : "1F461", "shortcode" : "sandal" }, { - "shortcode" : "santa", - "unicode" : "1F385" + "unicode" : "1F385", + "shortcode" : "santa" }, { - "unicode" : "1F385-1F3FF", - "shortcode" : "santa_dark_skin_tone" + "shortcode" : "santa_dark_skin_tone", + "unicode" : "1F385-1F3FF" }, { - "shortcode" : "santa_light_skin_tone", - "unicode" : "1F385-1F3FB" + "unicode" : "1F385-1F3FB", + "shortcode" : "santa_light_skin_tone" }, { "unicode" : "1F385-1F3FE", @@ -13380,40 +13380,40 @@ "shortcode" : "santa_medium_light_skin_tone" }, { - "shortcode" : "santa_medium_skin_tone", - "unicode" : "1F385-1F3FD" + "unicode" : "1F385-1F3FD", + "shortcode" : "santa_medium_skin_tone" }, { - "unicode" : "1F385-1F3FB", - "shortcode" : "santa_tone1" + "shortcode" : "santa_tone1", + "unicode" : "1F385-1F3FB" }, { "unicode" : "1F385-1F3FC", "shortcode" : "santa_tone2" }, { - "shortcode" : "santa_tone3", - "unicode" : "1F385-1F3FD" + "unicode" : "1F385-1F3FD", + "shortcode" : "santa_tone3" }, { - "shortcode" : "santa_tone4", - "unicode" : "1F385-1F3FE" + "unicode" : "1F385-1F3FE", + "shortcode" : "santa_tone4" }, { "unicode" : "1F385-1F3FF", "shortcode" : "santa_tone5" }, - { - "shortcode" : "satellite", - "unicode" : "1F6F0" - }, - { - "shortcode" : "satellite_antenna", - "unicode" : "1F4E1" - }, { "unicode" : "1F6F0", - "shortcode" : "satellite_orbital" + "shortcode" : "satellite" + }, + { + "unicode" : "1F4E1", + "shortcode" : "satellite_antenna" + }, + { + "shortcode" : "satellite_orbital", + "unicode" : "1F6F0" }, { "shortcode" : "satisfied", @@ -13472,16 +13472,16 @@ "unicode" : "1F631" }, { - "unicode" : "1F640", - "shortcode" : "scream_cat" + "shortcode" : "scream_cat", + "unicode" : "1F640" }, { "unicode" : "1F4DC", "shortcode" : "scroll" }, { - "unicode" : "1F1F8-1F1E9", - "shortcode" : "sd" + "shortcode" : "sd", + "unicode" : "1F1F8-1F1E9" }, { "shortcode" : "se", @@ -13496,72 +13496,72 @@ "unicode" : "1F948" }, { - "unicode" : "1F948", - "shortcode" : "second_place_medal" + "shortcode" : "second_place_medal", + "unicode" : "1F948" }, { - "shortcode" : "secret", - "unicode" : "3299" + "unicode" : "3299", + "shortcode" : "secret" }, { - "shortcode" : "see_no_evil", - "unicode" : "1F648" + "unicode" : "1F648", + "shortcode" : "see_no_evil" }, { - "shortcode" : "seedling", - "unicode" : "1F331" + "unicode" : "1F331", + "shortcode" : "seedling" }, { - "shortcode" : "selfie", - "unicode" : "1F933" + "unicode" : "1F933", + "shortcode" : "selfie" }, { - "shortcode" : "selfie_dark_skin_tone", - "unicode" : "1F933-1F3FF" + "unicode" : "1F933-1F3FF", + "shortcode" : "selfie_dark_skin_tone" }, { - "unicode" : "1F933-1F3FB", - "shortcode" : "selfie_light_skin_tone" + "shortcode" : "selfie_light_skin_tone", + "unicode" : "1F933-1F3FB" }, { - "shortcode" : "selfie_medium_dark_skin_tone", - "unicode" : "1F933-1F3FE" + "unicode" : "1F933-1F3FE", + "shortcode" : "selfie_medium_dark_skin_tone" }, { "shortcode" : "selfie_medium_light_skin_tone", "unicode" : "1F933-1F3FC" }, { - "unicode" : "1F933-1F3FD", - "shortcode" : "selfie_medium_skin_tone" + "shortcode" : "selfie_medium_skin_tone", + "unicode" : "1F933-1F3FD" }, { "unicode" : "1F933-1F3FB", "shortcode" : "selfie_tone1" }, { - "shortcode" : "selfie_tone2", - "unicode" : "1F933-1F3FC" + "unicode" : "1F933-1F3FC", + "shortcode" : "selfie_tone2" }, { "shortcode" : "selfie_tone3", "unicode" : "1F933-1F3FD" }, { - "unicode" : "1F933-1F3FE", - "shortcode" : "selfie_tone4" + "shortcode" : "selfie_tone4", + "unicode" : "1F933-1F3FE" }, { - "shortcode" : "selfie_tone5", - "unicode" : "1F933-1F3FF" + "unicode" : "1F933-1F3FF", + "shortcode" : "selfie_tone5" }, { "unicode" : "0037-20E3", "shortcode" : "seven" }, { - "unicode" : "1F1F8-1F1EC", - "shortcode" : "sg" + "shortcode" : "sg", + "unicode" : "1F1F8-1F1EC" }, { "shortcode" : "sh", @@ -13576,24 +13576,24 @@ "shortcode" : "shallow_pan_of_food" }, { - "unicode" : "2618", - "shortcode" : "shamrock" + "shortcode" : "shamrock", + "unicode" : "2618" }, { "unicode" : "1F988", "shortcode" : "shark" }, { - "shortcode" : "shaved_ice", - "unicode" : "1F367" + "unicode" : "1F367", + "shortcode" : "shaved_ice" }, { - "unicode" : "1F411", - "shortcode" : "sheep" + "shortcode" : "sheep", + "unicode" : "1F411" }, { - "shortcode" : "shell", - "unicode" : "1F41A" + "unicode" : "1F41A", + "shortcode" : "shell" }, { "unicode" : "1F95C", @@ -13604,24 +13604,24 @@ "unicode" : "1F6E1" }, { - "shortcode" : "shinto_shrine", - "unicode" : "26E9" + "unicode" : "26E9", + "shortcode" : "shinto_shrine" }, { - "unicode" : "1F6A2", - "shortcode" : "ship" + "shortcode" : "ship", + "unicode" : "1F6A2" }, { "unicode" : "1F455", "shortcode" : "shirt" }, { - "unicode" : "1F4A9", - "shortcode" : "shit" + "shortcode" : "shit", + "unicode" : "1F4A9" }, { - "unicode" : "1F45E", - "shortcode" : "shoe" + "shortcode" : "shoe", + "unicode" : "1F45E" }, { "unicode" : "1F6CD", @@ -13636,8 +13636,8 @@ "shortcode" : "shopping_trolley" }, { - "shortcode" : "shower", - "unicode" : "1F6BF" + "unicode" : "1F6BF", + "shortcode" : "shower" }, { "unicode" : "1F990", @@ -13652,8 +13652,8 @@ "shortcode" : "shrug_dark_skin_tone" }, { - "unicode" : "1F937-1F3FB", - "shortcode" : "shrug_light_skin_tone" + "shortcode" : "shrug_light_skin_tone", + "unicode" : "1F937-1F3FB" }, { "unicode" : "1F937-1F3FE", @@ -13664,12 +13664,12 @@ "shortcode" : "shrug_medium_light_skin_tone" }, { - "unicode" : "1F937-1F3FD", - "shortcode" : "shrug_medium_skin_tone" + "shortcode" : "shrug_medium_skin_tone", + "unicode" : "1F937-1F3FD" }, { - "shortcode" : "shrug_tone1", - "unicode" : "1F937-1F3FB" + "unicode" : "1F937-1F3FB", + "shortcode" : "shrug_tone1" }, { "unicode" : "1F937-1F3FC", @@ -13680,12 +13680,12 @@ "unicode" : "1F937-1F3FD" }, { - "unicode" : "1F937-1F3FE", - "shortcode" : "shrug_tone4" + "shortcode" : "shrug_tone4", + "unicode" : "1F937-1F3FE" }, { - "shortcode" : "shrug_tone5", - "unicode" : "1F937-1F3FF" + "unicode" : "1F937-1F3FF", + "shortcode" : "shrug_tone5" }, { "unicode" : "1F1F8-1F1EE", @@ -13696,80 +13696,80 @@ "shortcode" : "sick" }, { - "shortcode" : "sign_of_the_horns", - "unicode" : "1F918" + "unicode" : "1F918", + "shortcode" : "sign_of_the_horns" }, { "shortcode" : "sign_of_the_horns_dark_skin_tone", "unicode" : "1F918-1F3FF" }, { - "shortcode" : "sign_of_the_horns_light_skin_tone", - "unicode" : "1F918-1F3FB" + "unicode" : "1F918-1F3FB", + "shortcode" : "sign_of_the_horns_light_skin_tone" }, { "unicode" : "1F918-1F3FE", "shortcode" : "sign_of_the_horns_medium_dark_skin_tone" }, { - "shortcode" : "sign_of_the_horns_medium_light_skin_tone", - "unicode" : "1F918-1F3FC" + "unicode" : "1F918-1F3FC", + "shortcode" : "sign_of_the_horns_medium_light_skin_tone" }, { "shortcode" : "sign_of_the_horns_medium_skin_tone", "unicode" : "1F918-1F3FD" }, { - "unicode" : "1F918-1F3FB", - "shortcode" : "sign_of_the_horns_tone1" + "shortcode" : "sign_of_the_horns_tone1", + "unicode" : "1F918-1F3FB" }, { "unicode" : "1F918-1F3FC", "shortcode" : "sign_of_the_horns_tone2" }, { - "shortcode" : "sign_of_the_horns_tone3", - "unicode" : "1F918-1F3FD" + "unicode" : "1F918-1F3FD", + "shortcode" : "sign_of_the_horns_tone3" }, { - "shortcode" : "sign_of_the_horns_tone4", - "unicode" : "1F918-1F3FE" + "unicode" : "1F918-1F3FE", + "shortcode" : "sign_of_the_horns_tone4" }, { "shortcode" : "sign_of_the_horns_tone5", "unicode" : "1F918-1F3FF" }, { - "unicode" : "1F4F6", - "shortcode" : "signal_strength" + "shortcode" : "signal_strength", + "unicode" : "1F4F6" }, { - "unicode" : "0036-20E3", - "shortcode" : "six" + "shortcode" : "six", + "unicode" : "0036-20E3" }, { - "shortcode" : "six_pointed_star", - "unicode" : "1F52F" + "unicode" : "1F52F", + "shortcode" : "six_pointed_star" }, { "unicode" : "1F1F8-1F1EF", "shortcode" : "sj" }, { - "unicode" : "1F1F8-1F1F0", - "shortcode" : "sk" + "shortcode" : "sk", + "unicode" : "1F1F8-1F1F0" }, { - "unicode" : "1F480", - "shortcode" : "skeleton" + "shortcode" : "skeleton", + "unicode" : "1F480" }, { - "unicode" : "1F3BF", - "shortcode" : "ski" + "shortcode" : "ski", + "unicode" : "1F3BF" }, { - "shortcode" : "skier", - "unicode" : "26F7" + "unicode" : "26F7", + "shortcode" : "skier" }, { "shortcode" : "skin_tone_2", @@ -13784,8 +13784,8 @@ "shortcode" : "skin_tone_4" }, { - "unicode" : "1F3FE", - "shortcode" : "skin_tone_5" + "shortcode" : "skin_tone_5", + "unicode" : "1F3FE" }, { "unicode" : "1F3FF", @@ -13796,24 +13796,24 @@ "shortcode" : "skull" }, { - "shortcode" : "skull_and_crossbones", - "unicode" : "2620" + "unicode" : "2620", + "shortcode" : "skull_and_crossbones" }, { - "shortcode" : "skull_crossbones", - "unicode" : "2620" + "unicode" : "2620", + "shortcode" : "skull_crossbones" }, { "unicode" : "1F1F8-1F1F1", "shortcode" : "sl" }, { - "unicode" : "1F634", - "shortcode" : "sleeping" + "shortcode" : "sleeping", + "unicode" : "1F634" }, { - "unicode" : "1F6CC", - "shortcode" : "sleeping_accommodation" + "shortcode" : "sleeping_accommodation", + "unicode" : "1F6CC" }, { "shortcode" : "sleeping_accommodation_dark_skin_tone", @@ -13836,8 +13836,8 @@ "shortcode" : "sleeping_accommodation_medium_skin_tone" }, { - "shortcode" : "sleeping_accommodation_tone1", - "unicode" : "1F6CC-1F3FB" + "unicode" : "1F6CC-1F3FB", + "shortcode" : "sleeping_accommodation_tone1" }, { "unicode" : "1F6CC-1F3FC", @@ -13848,20 +13848,20 @@ "unicode" : "1F6CC-1F3FD" }, { - "unicode" : "1F6CC-1F3FE", - "shortcode" : "sleeping_accommodation_tone4" + "shortcode" : "sleeping_accommodation_tone4", + "unicode" : "1F6CC-1F3FE" }, { - "shortcode" : "sleeping_accommodation_tone5", - "unicode" : "1F6CC-1F3FF" + "unicode" : "1F6CC-1F3FF", + "shortcode" : "sleeping_accommodation_tone5" }, { "shortcode" : "sleepy", "unicode" : "1F62A" }, { - "shortcode" : "sleuth_or_spy", - "unicode" : "1F575" + "unicode" : "1F575", + "shortcode" : "sleuth_or_spy" }, { "unicode" : "1F575-1F3FF", @@ -13880,48 +13880,48 @@ "unicode" : "1F575-1F3FC" }, { - "unicode" : "1F575-1F3FD", - "shortcode" : "sleuth_or_spy_medium_skin_tone" + "shortcode" : "sleuth_or_spy_medium_skin_tone", + "unicode" : "1F575-1F3FD" }, { - "unicode" : "1F575-1F3FB", - "shortcode" : "sleuth_or_spy_tone1" + "shortcode" : "sleuth_or_spy_tone1", + "unicode" : "1F575-1F3FB" }, { "unicode" : "1F575-1F3FC", "shortcode" : "sleuth_or_spy_tone2" }, { - "shortcode" : "sleuth_or_spy_tone3", - "unicode" : "1F575-1F3FD" + "unicode" : "1F575-1F3FD", + "shortcode" : "sleuth_or_spy_tone3" }, { - "shortcode" : "sleuth_or_spy_tone4", - "unicode" : "1F575-1F3FE" + "unicode" : "1F575-1F3FE", + "shortcode" : "sleuth_or_spy_tone4" }, { - "shortcode" : "sleuth_or_spy_tone5", - "unicode" : "1F575-1F3FF" + "unicode" : "1F575-1F3FF", + "shortcode" : "sleuth_or_spy_tone5" }, { - "unicode" : "1F641", - "shortcode" : "slight_frown" - }, - { - "shortcode" : "slight_smile", - "unicode" : "1F642" - }, - { - "shortcode" : "slightly_frowning_face", + "shortcode" : "slight_frown", "unicode" : "1F641" }, { - "shortcode" : "slightly_smiling_face", - "unicode" : "1F642" + "unicode" : "1F642", + "shortcode" : "slight_smile" }, { - "shortcode" : "slot_machine", - "unicode" : "1F3B0" + "unicode" : "1F641", + "shortcode" : "slightly_frowning_face" + }, + { + "unicode" : "1F642", + "shortcode" : "slightly_smiling_face" + }, + { + "unicode" : "1F3B0", + "shortcode" : "slot_machine" }, { "unicode" : "1F1F8-1F1F2", @@ -13936,16 +13936,16 @@ "unicode" : "1F539" }, { - "unicode" : "1F538", - "shortcode" : "small_orange_diamond" + "shortcode" : "small_orange_diamond", + "unicode" : "1F538" }, { "shortcode" : "small_red_triangle", "unicode" : "1F53A" }, { - "shortcode" : "small_red_triangle_down", - "unicode" : "1F53B" + "unicode" : "1F53B", + "shortcode" : "small_red_triangle_down" }, { "shortcode" : "smile", @@ -13980,52 +13980,52 @@ "shortcode" : "smoking" }, { - "unicode" : "1F1F8-1F1F3", - "shortcode" : "sn" + "shortcode" : "sn", + "unicode" : "1F1F8-1F1F3" }, { "unicode" : "1F40C", "shortcode" : "snail" }, { - "unicode" : "1F40D", - "shortcode" : "snake" + "shortcode" : "snake", + "unicode" : "1F40D" }, { - "shortcode" : "sneeze", - "unicode" : "1F927" + "unicode" : "1F927", + "shortcode" : "sneeze" }, { - "shortcode" : "sneezing_face", - "unicode" : "1F927" + "unicode" : "1F927", + "shortcode" : "sneezing_face" }, { "unicode" : "1F3D4", "shortcode" : "snow_capped_mountain" }, { - "shortcode" : "snow_cloud", - "unicode" : "1F328" + "unicode" : "1F328", + "shortcode" : "snow_cloud" }, { - "shortcode" : "snowboarder", - "unicode" : "1F3C2" + "unicode" : "1F3C2", + "shortcode" : "snowboarder" }, { - "unicode" : "1F3C2-1F3FF", - "shortcode" : "snowboarder_dark_skin_tone" + "shortcode" : "snowboarder_dark_skin_tone", + "unicode" : "1F3C2-1F3FF" }, { "shortcode" : "snowboarder_light_skin_tone", "unicode" : "1F3C2-1F3FB" }, { - "shortcode" : "snowboarder_medium_dark_skin_tone", - "unicode" : "1F3C2-1F3FE" + "unicode" : "1F3C2-1F3FE", + "shortcode" : "snowboarder_medium_dark_skin_tone" }, { - "shortcode" : "snowboarder_medium_light_skin_tone", - "unicode" : "1F3C2-1F3FC" + "unicode" : "1F3C2-1F3FC", + "shortcode" : "snowboarder_medium_light_skin_tone" }, { "unicode" : "1F3C2-1F3FD", @@ -14064,12 +14064,12 @@ "unicode" : "2603" }, { - "shortcode" : "snowman_without_snow", - "unicode" : "26C4" + "unicode" : "26C4", + "shortcode" : "snowman_without_snow" }, { - "shortcode" : "so", - "unicode" : "1F1F8-1F1F4" + "unicode" : "1F1F8-1F1F4", + "shortcode" : "so" }, { "shortcode" : "sob", @@ -14080,24 +14080,24 @@ "shortcode" : "soccer" }, { - "shortcode" : "soon", - "unicode" : "1F51C" + "unicode" : "1F51C", + "shortcode" : "soon" }, { - "shortcode" : "sos", - "unicode" : "1F198" + "unicode" : "1F198", + "shortcode" : "sos" }, { - "unicode" : "1F509", - "shortcode" : "sound" + "shortcode" : "sound", + "unicode" : "1F509" }, { - "shortcode" : "space_invader", - "unicode" : "1F47E" + "unicode" : "1F47E", + "shortcode" : "space_invader" }, { - "shortcode" : "spades", - "unicode" : "2660" + "unicode" : "2660", + "shortcode" : "spades" }, { "shortcode" : "spaghetti", @@ -14108,48 +14108,48 @@ "unicode" : "2747" }, { - "shortcode" : "sparkler", - "unicode" : "1F387" + "unicode" : "1F387", + "shortcode" : "sparkler" }, { "shortcode" : "sparkles", "unicode" : "2728" }, { - "shortcode" : "sparkling_heart", - "unicode" : "1F496" + "unicode" : "1F496", + "shortcode" : "sparkling_heart" }, { - "unicode" : "1F64A", - "shortcode" : "speak_no_evil" + "shortcode" : "speak_no_evil", + "unicode" : "1F64A" }, { "shortcode" : "speaker", "unicode" : "1F508" }, { - "shortcode" : "speaking_head", - "unicode" : "1F5E3" + "unicode" : "1F5E3", + "shortcode" : "speaking_head" }, { "shortcode" : "speaking_head_in_silhouette", "unicode" : "1F5E3" }, { - "unicode" : "1F4AC", - "shortcode" : "speech_balloon" + "shortcode" : "speech_balloon", + "unicode" : "1F4AC" }, { - "unicode" : "1F5E8", - "shortcode" : "speech_left" + "shortcode" : "speech_left", + "unicode" : "1F5E8" }, { "shortcode" : "speedboat", "unicode" : "1F6A4" }, { - "shortcode" : "spider", - "unicode" : "1F577" + "unicode" : "1F577", + "shortcode" : "spider" }, { "shortcode" : "spider_web", @@ -14160,16 +14160,16 @@ "unicode" : "1F5D3" }, { - "unicode" : "1F5D2", - "shortcode" : "spiral_note_pad" + "shortcode" : "spiral_note_pad", + "unicode" : "1F5D2" }, { - "unicode" : "1F596", - "shortcode" : "spock_hand" + "shortcode" : "spock_hand", + "unicode" : "1F596" }, { - "unicode" : "1F596-1F3FF", - "shortcode" : "spock_hand_dark_skin_tone" + "shortcode" : "spock_hand_dark_skin_tone", + "unicode" : "1F596-1F3FF" }, { "shortcode" : "spock_hand_light_skin_tone", @@ -14180,36 +14180,36 @@ "unicode" : "1F596-1F3FE" }, { - "unicode" : "1F596-1F3FC", - "shortcode" : "spock_hand_medium_light_skin_tone" + "shortcode" : "spock_hand_medium_light_skin_tone", + "unicode" : "1F596-1F3FC" }, { "shortcode" : "spock_hand_medium_skin_tone", "unicode" : "1F596-1F3FD" }, { - "unicode" : "1F596-1F3FB", - "shortcode" : "spock_hand_tone1" + "shortcode" : "spock_hand_tone1", + "unicode" : "1F596-1F3FB" }, { - "shortcode" : "spock_hand_tone2", - "unicode" : "1F596-1F3FC" + "unicode" : "1F596-1F3FC", + "shortcode" : "spock_hand_tone2" }, { - "unicode" : "1F596-1F3FD", - "shortcode" : "spock_hand_tone3" + "shortcode" : "spock_hand_tone3", + "unicode" : "1F596-1F3FD" }, { - "unicode" : "1F596-1F3FE", - "shortcode" : "spock_hand_tone4" + "shortcode" : "spock_hand_tone4", + "unicode" : "1F596-1F3FE" }, { - "unicode" : "1F596-1F3FF", - "shortcode" : "spock_hand_tone5" + "shortcode" : "spock_hand_tone5", + "unicode" : "1F596-1F3FF" }, { - "shortcode" : "spoon", - "unicode" : "1F944" + "unicode" : "1F944", + "shortcode" : "spoon" }, { "shortcode" : "sports_medal", @@ -14220,8 +14220,8 @@ "unicode" : "1F575" }, { - "unicode" : "1F575-1F3FB", - "shortcode" : "spy_tone1" + "shortcode" : "spy_tone1", + "unicode" : "1F575-1F3FB" }, { "unicode" : "1F575-1F3FC", @@ -14232,16 +14232,16 @@ "unicode" : "1F575-1F3FD" }, { - "shortcode" : "spy_tone4", - "unicode" : "1F575-1F3FE" + "unicode" : "1F575-1F3FE", + "shortcode" : "spy_tone4" }, { "unicode" : "1F575-1F3FF", "shortcode" : "spy_tone5" }, { - "unicode" : "1F991", - "shortcode" : "squid" + "shortcode" : "squid", + "unicode" : "1F991" }, { "shortcode" : "sr", @@ -14264,48 +14264,48 @@ "unicode" : "2695" }, { - "shortcode" : "star", - "unicode" : "2B50" + "unicode" : "2B50", + "shortcode" : "star" }, { - "shortcode" : "star2", - "unicode" : "1F31F" + "unicode" : "1F31F", + "shortcode" : "star2" }, { "unicode" : "262A", "shortcode" : "star_and_crescent" }, { - "shortcode" : "star_of_david", - "unicode" : "2721" + "unicode" : "2721", + "shortcode" : "star_of_david" }, { - "unicode" : "1F320", - "shortcode" : "stars" + "shortcode" : "stars", + "unicode" : "1F320" }, { - "shortcode" : "station", - "unicode" : "1F689" + "unicode" : "1F689", + "shortcode" : "station" }, { "shortcode" : "statue_of_liberty", "unicode" : "1F5FD" }, { - "shortcode" : "steam_locomotive", - "unicode" : "1F682" + "unicode" : "1F682", + "shortcode" : "steam_locomotive" }, { "unicode" : "1F372", "shortcode" : "stew" }, { - "shortcode" : "stop_button", - "unicode" : "23F9" + "unicode" : "23F9", + "shortcode" : "stop_button" }, { - "unicode" : "1F6D1", - "shortcode" : "stop_sign" + "shortcode" : "stop_sign", + "unicode" : "1F6D1" }, { "shortcode" : "stopwatch", @@ -14316,8 +14316,8 @@ "shortcode" : "straight_ruler" }, { - "unicode" : "1F353", - "shortcode" : "strawberry" + "shortcode" : "strawberry", + "unicode" : "1F353" }, { "unicode" : "1F61B", @@ -14328,20 +14328,20 @@ "unicode" : "1F61D" }, { - "shortcode" : "stuck_out_tongue_winking_eye", - "unicode" : "1F61C" + "unicode" : "1F61C", + "shortcode" : "stuck_out_tongue_winking_eye" }, { - "unicode" : "1F399", - "shortcode" : "studio_microphone" - }, - { - "shortcode" : "stuffed_flatbread", - "unicode" : "1F959" + "shortcode" : "studio_microphone", + "unicode" : "1F399" }, { "unicode" : "1F959", - "shortcode" : "stuffed_pita" + "shortcode" : "stuffed_flatbread" + }, + { + "shortcode" : "stuffed_pita", + "unicode" : "1F959" }, { "unicode" : "1F325", @@ -14352,32 +14352,32 @@ "shortcode" : "sun_behind_rain_cloud" }, { - "shortcode" : "sun_small_cloud", - "unicode" : "1F324" + "unicode" : "1F324", + "shortcode" : "sun_small_cloud" }, { "shortcode" : "sun_with_face", "unicode" : "1F31E" }, { - "unicode" : "1F33B", - "shortcode" : "sunflower" + "shortcode" : "sunflower", + "unicode" : "1F33B" }, { "unicode" : "1F60E", "shortcode" : "sunglasses" }, { - "shortcode" : "sunny", - "unicode" : "2600" + "unicode" : "2600", + "shortcode" : "sunny" }, { - "unicode" : "1F305", - "shortcode" : "sunrise" + "shortcode" : "sunrise", + "unicode" : "1F305" }, { - "unicode" : "1F304", - "shortcode" : "sunrise_over_mountains" + "shortcode" : "sunrise_over_mountains", + "unicode" : "1F304" }, { "shortcode" : "surfer", @@ -14396,8 +14396,8 @@ "shortcode" : "surfer_medium_dark_skin_tone" }, { - "shortcode" : "surfer_medium_light_skin_tone", - "unicode" : "1F3C4-1F3FC" + "unicode" : "1F3C4-1F3FC", + "shortcode" : "surfer_medium_light_skin_tone" }, { "unicode" : "1F3C4-1F3FD", @@ -14408,28 +14408,28 @@ "shortcode" : "surfer_tone1" }, { - "unicode" : "1F3C4-1F3FC", - "shortcode" : "surfer_tone2" + "shortcode" : "surfer_tone2", + "unicode" : "1F3C4-1F3FC" }, { "shortcode" : "surfer_tone3", "unicode" : "1F3C4-1F3FD" }, { - "shortcode" : "surfer_tone4", - "unicode" : "1F3C4-1F3FE" + "unicode" : "1F3C4-1F3FE", + "shortcode" : "surfer_tone4" }, { - "unicode" : "1F3C4-1F3FF", - "shortcode" : "surfer_tone5" + "shortcode" : "surfer_tone5", + "unicode" : "1F3C4-1F3FF" }, { - "unicode" : "1F363", - "shortcode" : "sushi" + "shortcode" : "sushi", + "unicode" : "1F363" }, { - "unicode" : "1F69F", - "shortcode" : "suspension_railway" + "shortcode" : "suspension_railway", + "unicode" : "1F69F" }, { "shortcode" : "sv", @@ -14440,16 +14440,16 @@ "shortcode" : "sweat" }, { - "unicode" : "1F4A6", - "shortcode" : "sweat_drops" + "shortcode" : "sweat_drops", + "unicode" : "1F4A6" }, { - "shortcode" : "sweat_smile", - "unicode" : "1F605" + "unicode" : "1F605", + "shortcode" : "sweat_smile" }, { - "shortcode" : "sweet_potato", - "unicode" : "1F360" + "unicode" : "1F360", + "shortcode" : "sweet_potato" }, { "shortcode" : "swimmer", @@ -14464,8 +14464,8 @@ "shortcode" : "swimmer_light_skin_tone" }, { - "shortcode" : "swimmer_medium_dark_skin_tone", - "unicode" : "1F3CA-1F3FE" + "unicode" : "1F3CA-1F3FE", + "shortcode" : "swimmer_medium_dark_skin_tone" }, { "shortcode" : "swimmer_medium_light_skin_tone", @@ -14476,32 +14476,32 @@ "shortcode" : "swimmer_medium_skin_tone" }, { - "unicode" : "1F3CA-1F3FB", - "shortcode" : "swimmer_tone1" + "shortcode" : "swimmer_tone1", + "unicode" : "1F3CA-1F3FB" }, { - "unicode" : "1F3CA-1F3FC", - "shortcode" : "swimmer_tone2" + "shortcode" : "swimmer_tone2", + "unicode" : "1F3CA-1F3FC" }, { "unicode" : "1F3CA-1F3FD", "shortcode" : "swimmer_tone3" }, { - "unicode" : "1F3CA-1F3FE", - "shortcode" : "swimmer_tone4" + "shortcode" : "swimmer_tone4", + "unicode" : "1F3CA-1F3FE" }, { - "unicode" : "1F3CA-1F3FF", - "shortcode" : "swimmer_tone5" + "shortcode" : "swimmer_tone5", + "unicode" : "1F3CA-1F3FF" }, { - "unicode" : "1F1F8-1F1FD", - "shortcode" : "sx" + "shortcode" : "sx", + "unicode" : "1F1F8-1F1FD" }, { - "unicode" : "1F1F8-1F1FE", - "shortcode" : "sy" + "shortcode" : "sy", + "unicode" : "1F1F8-1F1FE" }, { "shortcode" : "symbols", @@ -14512,8 +14512,8 @@ "shortcode" : "synagogue" }, { - "unicode" : "1F489", - "shortcode" : "syringe" + "shortcode" : "syringe", + "unicode" : "1F489" }, { "shortcode" : "sz", @@ -14524,36 +14524,36 @@ "shortcode" : "ta" }, { - "shortcode" : "table_tennis", - "unicode" : "1F3D3" + "unicode" : "1F3D3", + "shortcode" : "table_tennis" }, { "shortcode" : "table_tennis_paddle_and_ball", "unicode" : "1F3D3" }, { - "unicode" : "1F32E", - "shortcode" : "taco" + "shortcode" : "taco", + "unicode" : "1F32E" }, { - "unicode" : "1F389", - "shortcode" : "tada" + "shortcode" : "tada", + "unicode" : "1F389" }, { "shortcode" : "tanabata_tree", "unicode" : "1F38B" }, { - "unicode" : "1F34A", - "shortcode" : "tangerine" + "shortcode" : "tangerine", + "unicode" : "1F34A" }, { "unicode" : "2649", "shortcode" : "taurus" }, { - "unicode" : "1F695", - "shortcode" : "taxi" + "shortcode" : "taxi", + "unicode" : "1F695" }, { "shortcode" : "tc", @@ -14564,12 +14564,12 @@ "unicode" : "1F1F9-1F1E9" }, { - "unicode" : "1F375", - "shortcode" : "tea" + "shortcode" : "tea", + "unicode" : "1F375" }, { - "shortcode" : "telephone", - "unicode" : "260E" + "unicode" : "260E", + "shortcode" : "telephone" }, { "unicode" : "1F4DE", @@ -14580,36 +14580,36 @@ "unicode" : "1F52D" }, { - "unicode" : "1F3BE", - "shortcode" : "tennis" + "shortcode" : "tennis", + "unicode" : "1F3BE" }, { "shortcode" : "tent", "unicode" : "26FA" }, { - "shortcode" : "tf", - "unicode" : "1F1F9-1F1EB" + "unicode" : "1F1F9-1F1EB", + "shortcode" : "tf" }, { - "unicode" : "1F1F9-1F1EC", - "shortcode" : "tg" + "shortcode" : "tg", + "unicode" : "1F1F9-1F1EC" }, { - "unicode" : "1F1F9-1F1ED", - "shortcode" : "th" + "shortcode" : "th", + "unicode" : "1F1F9-1F1ED" }, { - "unicode" : "1F918", - "shortcode" : "the_horns" + "shortcode" : "the_horns", + "unicode" : "1F918" }, { "unicode" : "1F918-1F3FF", "shortcode" : "the_horns_dark_skin_tone" }, { - "shortcode" : "the_horns_light_skin_tone", - "unicode" : "1F918-1F3FB" + "unicode" : "1F918-1F3FB", + "shortcode" : "the_horns_light_skin_tone" }, { "unicode" : "1F918-1F3FE", @@ -14620,8 +14620,8 @@ "unicode" : "1F918-1F3FC" }, { - "unicode" : "1F918-1F3FD", - "shortcode" : "the_horns_medium_skin_tone" + "shortcode" : "the_horns_medium_skin_tone", + "unicode" : "1F918-1F3FD" }, { "unicode" : "1F918-1F3FB", @@ -14636,20 +14636,20 @@ "shortcode" : "the_horns_tone3" }, { - "unicode" : "1F918-1F3FE", - "shortcode" : "the_horns_tone4" + "shortcode" : "the_horns_tone4", + "unicode" : "1F918-1F3FE" }, { - "unicode" : "1F918-1F3FF", - "shortcode" : "the_horns_tone5" + "shortcode" : "the_horns_tone5", + "unicode" : "1F918-1F3FF" }, { "shortcode" : "thermometer", "unicode" : "1F321" }, { - "unicode" : "1F912", - "shortcode" : "thermometer_face" + "shortcode" : "thermometer_face", + "unicode" : "1F912" }, { "shortcode" : "thinking", @@ -14680,12 +14680,12 @@ "unicode" : "1F5B1" }, { - "shortcode" : "thumbdown", - "unicode" : "1F44E" + "unicode" : "1F44E", + "shortcode" : "thumbdown" }, { - "unicode" : "1F44E-1F3FB", - "shortcode" : "thumbdown_tone1" + "shortcode" : "thumbdown_tone1", + "unicode" : "1F44E-1F3FB" }, { "shortcode" : "thumbdown_tone2", @@ -14696,8 +14696,8 @@ "shortcode" : "thumbdown_tone3" }, { - "unicode" : "1F44E-1F3FE", - "shortcode" : "thumbdown_tone4" + "shortcode" : "thumbdown_tone4", + "unicode" : "1F44E-1F3FE" }, { "unicode" : "1F44E-1F3FF", @@ -14708,20 +14708,20 @@ "unicode" : "1F44E" }, { - "shortcode" : "thumbsdown_dark_skin_tone", - "unicode" : "1F44E-1F3FF" + "unicode" : "1F44E-1F3FF", + "shortcode" : "thumbsdown_dark_skin_tone" }, { - "unicode" : "1F44E-1F3FB", - "shortcode" : "thumbsdown_light_skin_tone" + "shortcode" : "thumbsdown_light_skin_tone", + "unicode" : "1F44E-1F3FB" }, { "shortcode" : "thumbsdown_medium_dark_skin_tone", "unicode" : "1F44E-1F3FE" }, { - "shortcode" : "thumbsdown_medium_light_skin_tone", - "unicode" : "1F44E-1F3FC" + "unicode" : "1F44E-1F3FC", + "shortcode" : "thumbsdown_medium_light_skin_tone" }, { "shortcode" : "thumbsdown_medium_skin_tone", @@ -14736,16 +14736,16 @@ "unicode" : "1F44E-1F3FC" }, { - "shortcode" : "thumbsdown_tone3", - "unicode" : "1F44E-1F3FD" + "unicode" : "1F44E-1F3FD", + "shortcode" : "thumbsdown_tone3" }, { - "shortcode" : "thumbsdown_tone4", - "unicode" : "1F44E-1F3FE" + "unicode" : "1F44E-1F3FE", + "shortcode" : "thumbsdown_tone4" }, { - "shortcode" : "thumbsdown_tone5", - "unicode" : "1F44E-1F3FF" + "unicode" : "1F44E-1F3FF", + "shortcode" : "thumbsdown_tone5" }, { "unicode" : "1F44D", @@ -14760,32 +14760,32 @@ "shortcode" : "thumbsup_light_skin_tone" }, { - "shortcode" : "thumbsup_medium_dark_skin_tone", - "unicode" : "1F44D-1F3FE" + "unicode" : "1F44D-1F3FE", + "shortcode" : "thumbsup_medium_dark_skin_tone" }, { - "shortcode" : "thumbsup_medium_light_skin_tone", - "unicode" : "1F44D-1F3FC" + "unicode" : "1F44D-1F3FC", + "shortcode" : "thumbsup_medium_light_skin_tone" }, { "shortcode" : "thumbsup_medium_skin_tone", "unicode" : "1F44D-1F3FD" }, { - "shortcode" : "thumbsup_tone1", - "unicode" : "1F44D-1F3FB" + "unicode" : "1F44D-1F3FB", + "shortcode" : "thumbsup_tone1" }, { - "unicode" : "1F44D-1F3FC", - "shortcode" : "thumbsup_tone2" + "shortcode" : "thumbsup_tone2", + "unicode" : "1F44D-1F3FC" }, { "unicode" : "1F44D-1F3FD", "shortcode" : "thumbsup_tone3" }, { - "shortcode" : "thumbsup_tone4", - "unicode" : "1F44D-1F3FE" + "unicode" : "1F44D-1F3FE", + "shortcode" : "thumbsup_tone4" }, { "shortcode" : "thumbsup_tone5", @@ -14804,32 +14804,32 @@ "shortcode" : "thumbup_tone2" }, { - "shortcode" : "thumbup_tone3", - "unicode" : "1F44D-1F3FD" + "unicode" : "1F44D-1F3FD", + "shortcode" : "thumbup_tone3" }, { - "shortcode" : "thumbup_tone4", - "unicode" : "1F44D-1F3FE" + "unicode" : "1F44D-1F3FE", + "shortcode" : "thumbup_tone4" }, { - "unicode" : "1F44D-1F3FF", - "shortcode" : "thumbup_tone5" + "shortcode" : "thumbup_tone5", + "unicode" : "1F44D-1F3FF" }, { - "unicode" : "26C8", - "shortcode" : "thunder_cloud_and_rain" - }, - { - "shortcode" : "thunder_cloud_rain", + "shortcode" : "thunder_cloud_and_rain", "unicode" : "26C8" }, { - "unicode" : "1F3AB", - "shortcode" : "ticket" + "unicode" : "26C8", + "shortcode" : "thunder_cloud_rain" }, { - "shortcode" : "tickets", - "unicode" : "1F39F" + "shortcode" : "ticket", + "unicode" : "1F3AB" + }, + { + "unicode" : "1F39F", + "shortcode" : "tickets" }, { "unicode" : "1F42F", @@ -14840,8 +14840,8 @@ "shortcode" : "tiger2" }, { - "unicode" : "23F2", - "shortcode" : "timer" + "shortcode" : "timer", + "unicode" : "23F2" }, { "shortcode" : "timer_clock", @@ -14860,8 +14860,8 @@ "shortcode" : "tk" }, { - "unicode" : "1F1F9-1F1F1", - "shortcode" : "tl" + "shortcode" : "tl", + "unicode" : "1F1F9-1F1F1" }, { "shortcode" : "tm", @@ -14876,20 +14876,20 @@ "shortcode" : "to" }, { - "shortcode" : "toilet", - "unicode" : "1F6BD" + "unicode" : "1F6BD", + "shortcode" : "toilet" }, { - "shortcode" : "tokyo_tower", - "unicode" : "1F5FC" + "unicode" : "1F5FC", + "shortcode" : "tokyo_tower" }, { - "unicode" : "1F345", - "shortcode" : "tomato" + "shortcode" : "tomato", + "unicode" : "1F345" }, { - "unicode" : "1F3FB", - "shortcode" : "tone1" + "shortcode" : "tone1", + "unicode" : "1F3FB" }, { "shortcode" : "tone2", @@ -14920,8 +14920,8 @@ "shortcode" : "top" }, { - "unicode" : "1F3A9", - "shortcode" : "tophat" + "shortcode" : "tophat", + "unicode" : "1F3A9" }, { "shortcode" : "tornado", @@ -14932,8 +14932,8 @@ "shortcode" : "tornado_cloud" }, { - "shortcode" : "tr", - "unicode" : "1F1F9-1F1F7" + "unicode" : "1F1F9-1F1F7", + "shortcode" : "tr" }, { "unicode" : "23ED", @@ -14948,24 +14948,24 @@ "unicode" : "1F5B2" }, { - "shortcode" : "tractor", - "unicode" : "1F69C" + "unicode" : "1F69C", + "shortcode" : "tractor" }, { - "shortcode" : "traffic_light", - "unicode" : "1F6A5" + "unicode" : "1F6A5", + "shortcode" : "traffic_light" }, { - "shortcode" : "train", - "unicode" : "1F68B" + "unicode" : "1F68B", + "shortcode" : "train" }, { "unicode" : "1F686", "shortcode" : "train2" }, { - "unicode" : "1F68A", - "shortcode" : "tram" + "shortcode" : "tram", + "unicode" : "1F68A" }, { "shortcode" : "triangular_flag_on_post", @@ -14976,36 +14976,36 @@ "shortcode" : "triangular_ruler" }, { - "shortcode" : "trident", - "unicode" : "1F531" + "unicode" : "1F531", + "shortcode" : "trident" }, { - "unicode" : "1F624", - "shortcode" : "triumph" + "shortcode" : "triumph", + "unicode" : "1F624" }, { - "shortcode" : "trolleybus", - "unicode" : "1F68E" + "unicode" : "1F68E", + "shortcode" : "trolleybus" }, { "shortcode" : "trophy", "unicode" : "1F3C6" }, { - "unicode" : "1F379", - "shortcode" : "tropical_drink" + "shortcode" : "tropical_drink", + "unicode" : "1F379" }, { - "shortcode" : "tropical_fish", - "unicode" : "1F420" + "unicode" : "1F420", + "shortcode" : "tropical_fish" }, { "unicode" : "1F69A", "shortcode" : "truck" }, { - "shortcode" : "trumpet", - "unicode" : "1F3BA" + "unicode" : "1F3BA", + "shortcode" : "trumpet" }, { "shortcode" : "tshirt", @@ -15016,36 +15016,36 @@ "shortcode" : "tt" }, { - "shortcode" : "tulip", - "unicode" : "1F337" + "unicode" : "1F337", + "shortcode" : "tulip" }, { - "unicode" : "1F943", - "shortcode" : "tumbler_glass" + "shortcode" : "tumbler_glass", + "unicode" : "1F943" }, { - "shortcode" : "turkey", - "unicode" : "1F983" + "unicode" : "1F983", + "shortcode" : "turkey" }, { "unicode" : "1F1F9-1F1F2", "shortcode" : "turkmenistan" }, { - "shortcode" : "turtle", - "unicode" : "1F422" + "unicode" : "1F422", + "shortcode" : "turtle" }, { "shortcode" : "tuvalu", "unicode" : "1F1F9-1F1FB" }, { - "unicode" : "1F935-1F3FB", - "shortcode" : "tuxedo_tone1" + "shortcode" : "tuxedo_tone1", + "unicode" : "1F935-1F3FB" }, { - "unicode" : "1F935-1F3FC", - "shortcode" : "tuxedo_tone2" + "shortcode" : "tuxedo_tone2", + "unicode" : "1F935-1F3FC" }, { "unicode" : "1F935-1F3FD", @@ -15060,44 +15060,44 @@ "unicode" : "1F935-1F3FF" }, { - "unicode" : "1F4FA", - "shortcode" : "tv" + "shortcode" : "tv", + "unicode" : "1F4FA" }, { - "unicode" : "1F1F9-1F1FC", - "shortcode" : "tw" + "shortcode" : "tw", + "unicode" : "1F1F9-1F1FC" }, { "unicode" : "1F500", "shortcode" : "twisted_rightwards_arrows" }, { - "shortcode" : "two", - "unicode" : "0032-20E3" + "unicode" : "0032-20E3", + "shortcode" : "two" }, { "shortcode" : "two_hearts", "unicode" : "1F495" }, { - "shortcode" : "two_men_holding_hands", - "unicode" : "1F46C" + "unicode" : "1F46C", + "shortcode" : "two_men_holding_hands" }, { - "shortcode" : "two_women_holding_hands", - "unicode" : "1F46D" + "unicode" : "1F46D", + "shortcode" : "two_women_holding_hands" }, { - "shortcode" : "tz", - "unicode" : "1F1F9-1F1FF" + "unicode" : "1F1F9-1F1FF", + "shortcode" : "tz" }, { - "shortcode" : "u5272", - "unicode" : "1F239" + "unicode" : "1F239", + "shortcode" : "u5272" }, { - "shortcode" : "u5408", - "unicode" : "1F234" + "unicode" : "1F234", + "shortcode" : "u5408" }, { "unicode" : "1F23A", @@ -15112,8 +15112,8 @@ "unicode" : "1F237" }, { - "shortcode" : "u6709", - "unicode" : "1F236" + "unicode" : "1F236", + "shortcode" : "u6709" }, { "unicode" : "1F235", @@ -15128,20 +15128,20 @@ "unicode" : "1F238" }, { - "unicode" : "1F232", - "shortcode" : "u7981" + "shortcode" : "u7981", + "unicode" : "1F232" }, { - "unicode" : "1F233", - "shortcode" : "u7a7a" + "shortcode" : "u7a7a", + "unicode" : "1F233" }, { - "shortcode" : "ua", - "unicode" : "1F1FA-1F1E6" + "unicode" : "1F1FA-1F1E6", + "shortcode" : "ua" }, { - "unicode" : "1F1FA-1F1EC", - "shortcode" : "ug" + "shortcode" : "ug", + "unicode" : "1F1FA-1F1EC" }, { "unicode" : "1F1EC-1F1E7", @@ -15152,28 +15152,28 @@ "shortcode" : "um" }, { - "shortcode" : "umbrella", - "unicode" : "2602" + "unicode" : "2602", + "shortcode" : "umbrella" }, { "shortcode" : "umbrella2", "unicode" : "2602" }, { - "shortcode" : "umbrella_on_ground", - "unicode" : "26F1" + "unicode" : "26F1", + "shortcode" : "umbrella_on_ground" }, { - "shortcode" : "umbrella_with_rain_drops", - "unicode" : "2614" + "unicode" : "2614", + "shortcode" : "umbrella_with_rain_drops" }, { - "shortcode" : "unamused", - "unicode" : "1F612" + "unicode" : "1F612", + "shortcode" : "unamused" }, { - "shortcode" : "underage", - "unicode" : "1F51E" + "unicode" : "1F51E", + "shortcode" : "underage" }, { "shortcode" : "unicorn", @@ -15184,12 +15184,12 @@ "shortcode" : "unicorn_face" }, { - "unicode" : "1F1FA-1F1F3", - "shortcode" : "united_nations" + "shortcode" : "united_nations", + "unicode" : "1F1FA-1F1F3" }, { - "shortcode" : "unlock", - "unicode" : "1F513" + "unicode" : "1F513", + "shortcode" : "unlock" }, { "unicode" : "1F199", @@ -15200,12 +15200,12 @@ "unicode" : "1F643" }, { - "shortcode" : "upside_down_face", - "unicode" : "1F643" + "unicode" : "1F643", + "shortcode" : "upside_down_face" }, { - "unicode" : "26B1", - "shortcode" : "urn" + "shortcode" : "urn", + "unicode" : "26B1" }, { "unicode" : "1F1FA-1F1F8", @@ -15216,40 +15216,40 @@ "shortcode" : "uy" }, { - "shortcode" : "uz", - "unicode" : "1F1FA-1F1FF" + "unicode" : "1F1FA-1F1FF", + "shortcode" : "uz" }, { - "unicode" : "270C", - "shortcode" : "v" + "shortcode" : "v", + "unicode" : "270C" }, { "unicode" : "270C-1F3FF", "shortcode" : "v_dark_skin_tone" }, { - "shortcode" : "v_light_skin_tone", + "unicode" : "270C-1F3FB", + "shortcode" : "v_light_skin_tone" + }, + { + "shortcode" : "v_medium_dark_skin_tone", + "unicode" : "270C-1F3FE" + }, + { + "unicode" : "270C-1F3FC", + "shortcode" : "v_medium_light_skin_tone" + }, + { + "unicode" : "270C-1F3FD", + "shortcode" : "v_medium_skin_tone" + }, + { + "shortcode" : "v_tone1", "unicode" : "270C-1F3FB" }, { - "unicode" : "270C-1F3FE", - "shortcode" : "v_medium_dark_skin_tone" - }, - { - "shortcode" : "v_medium_light_skin_tone", - "unicode" : "270C-1F3FC" - }, - { - "shortcode" : "v_medium_skin_tone", - "unicode" : "270C-1F3FD" - }, - { - "unicode" : "270C-1F3FB", - "shortcode" : "v_tone1" - }, - { - "shortcode" : "v_tone2", - "unicode" : "270C-1F3FC" + "unicode" : "270C-1F3FC", + "shortcode" : "v_tone2" }, { "shortcode" : "v_tone3", @@ -15260,12 +15260,12 @@ "shortcode" : "v_tone4" }, { - "unicode" : "270C-1F3FF", - "shortcode" : "v_tone5" + "shortcode" : "v_tone5", + "unicode" : "270C-1F3FF" }, { - "shortcode" : "va", - "unicode" : "1F1FB-1F1E6" + "unicode" : "1F1FB-1F1E6", + "shortcode" : "va" }, { "unicode" : "1F1FB-1F1E8", @@ -15276,16 +15276,16 @@ "unicode" : "1F1FB-1F1EA" }, { - "unicode" : "1F6A6", - "shortcode" : "vertical_traffic_light" + "shortcode" : "vertical_traffic_light", + "unicode" : "1F6A6" }, { "shortcode" : "vg", "unicode" : "1F1FB-1F1EC" }, { - "shortcode" : "vhs", - "unicode" : "1F4FC" + "unicode" : "1F4FC", + "shortcode" : "vhs" }, { "shortcode" : "vi", @@ -15300,16 +15300,16 @@ "shortcode" : "video_camera" }, { - "shortcode" : "video_game", - "unicode" : "1F3AE" + "unicode" : "1F3AE", + "shortcode" : "video_game" }, { - "unicode" : "1F3BB", - "shortcode" : "violin" + "shortcode" : "violin", + "unicode" : "1F3BB" }, { - "shortcode" : "virgo", - "unicode" : "264D" + "unicode" : "264D", + "shortcode" : "virgo" }, { "unicode" : "1F1FB-1F1F3", @@ -15328,8 +15328,8 @@ "shortcode" : "vs" }, { - "unicode" : "1F1FB-1F1FA", - "shortcode" : "vu" + "shortcode" : "vu", + "unicode" : "1F1FB-1F1FA" }, { "shortcode" : "vulcan", @@ -15340,8 +15340,8 @@ "unicode" : "1F596-1F3FB" }, { - "shortcode" : "vulcan_tone2", - "unicode" : "1F596-1F3FC" + "unicode" : "1F596-1F3FC", + "shortcode" : "vulcan_tone2" }, { "unicode" : "1F596-1F3FD", @@ -15352,20 +15352,20 @@ "shortcode" : "vulcan_tone4" }, { - "unicode" : "1F596-1F3FF", - "shortcode" : "vulcan_tone5" + "shortcode" : "vulcan_tone5", + "unicode" : "1F596-1F3FF" }, { - "shortcode" : "walking", - "unicode" : "1F6B6" + "unicode" : "1F6B6", + "shortcode" : "walking" }, { - "shortcode" : "walking_dark_skin_tone", - "unicode" : "1F6B6-1F3FF" + "unicode" : "1F6B6-1F3FF", + "shortcode" : "walking_dark_skin_tone" }, { - "unicode" : "1F6B6-1F3FB", - "shortcode" : "walking_light_skin_tone" + "shortcode" : "walking_light_skin_tone", + "unicode" : "1F6B6-1F3FB" }, { "unicode" : "1F6B6-1F3FE", @@ -15380,32 +15380,32 @@ "unicode" : "1F6B6-1F3FD" }, { - "unicode" : "1F6B6-1F3FB", - "shortcode" : "walking_tone1" + "shortcode" : "walking_tone1", + "unicode" : "1F6B6-1F3FB" }, { - "shortcode" : "walking_tone2", - "unicode" : "1F6B6-1F3FC" + "unicode" : "1F6B6-1F3FC", + "shortcode" : "walking_tone2" }, { - "shortcode" : "walking_tone3", - "unicode" : "1F6B6-1F3FD" + "unicode" : "1F6B6-1F3FD", + "shortcode" : "walking_tone3" }, { - "unicode" : "1F6B6-1F3FE", - "shortcode" : "walking_tone4" + "shortcode" : "walking_tone4", + "unicode" : "1F6B6-1F3FE" }, { - "unicode" : "1F6B6-1F3FF", - "shortcode" : "walking_tone5" + "shortcode" : "walking_tone5", + "unicode" : "1F6B6-1F3FF" }, { "unicode" : "1F318", "shortcode" : "waning_crescent_moon" }, { - "shortcode" : "waning_gibbous_moon", - "unicode" : "1F316" + "unicode" : "1F316", + "shortcode" : "waning_gibbous_moon" }, { "shortcode" : "warning", @@ -15420,8 +15420,8 @@ "unicode" : "231A" }, { - "shortcode" : "water_buffalo", - "unicode" : "1F403" + "unicode" : "1F403", + "shortcode" : "water_buffalo" }, { "shortcode" : "water_polo", @@ -15432,24 +15432,24 @@ "shortcode" : "water_polo_dark_skin_tone" }, { - "shortcode" : "water_polo_light_skin_tone", - "unicode" : "1F93D-1F3FB" + "unicode" : "1F93D-1F3FB", + "shortcode" : "water_polo_light_skin_tone" }, { - "shortcode" : "water_polo_medium_dark_skin_tone", - "unicode" : "1F93D-1F3FE" + "unicode" : "1F93D-1F3FE", + "shortcode" : "water_polo_medium_dark_skin_tone" }, { - "shortcode" : "water_polo_medium_light_skin_tone", - "unicode" : "1F93D-1F3FC" + "unicode" : "1F93D-1F3FC", + "shortcode" : "water_polo_medium_light_skin_tone" }, { "shortcode" : "water_polo_medium_skin_tone", "unicode" : "1F93D-1F3FD" }, { - "unicode" : "1F93D-1F3FB", - "shortcode" : "water_polo_tone1" + "shortcode" : "water_polo_tone1", + "unicode" : "1F93D-1F3FB" }, { "shortcode" : "water_polo_tone2", @@ -15468,8 +15468,8 @@ "unicode" : "1F93D-1F3FF" }, { - "unicode" : "1F349", - "shortcode" : "watermelon" + "shortcode" : "watermelon", + "unicode" : "1F349" }, { "unicode" : "1F44B", @@ -15484,8 +15484,8 @@ "unicode" : "1F44B-1F3FB" }, { - "unicode" : "1F44B-1F3FE", - "shortcode" : "wave_medium_dark_skin_tone" + "shortcode" : "wave_medium_dark_skin_tone", + "unicode" : "1F44B-1F3FE" }, { "shortcode" : "wave_medium_light_skin_tone", @@ -15496,20 +15496,20 @@ "shortcode" : "wave_medium_skin_tone" }, { - "shortcode" : "wave_tone1", - "unicode" : "1F44B-1F3FB" + "unicode" : "1F44B-1F3FB", + "shortcode" : "wave_tone1" }, { - "unicode" : "1F44B-1F3FC", - "shortcode" : "wave_tone2" + "shortcode" : "wave_tone2", + "unicode" : "1F44B-1F3FC" }, { - "shortcode" : "wave_tone3", - "unicode" : "1F44B-1F3FD" + "unicode" : "1F44B-1F3FD", + "shortcode" : "wave_tone3" }, { - "shortcode" : "wave_tone4", - "unicode" : "1F44B-1F3FE" + "unicode" : "1F44B-1F3FE", + "shortcode" : "wave_tone4" }, { "shortcode" : "wave_tone5", @@ -15520,52 +15520,52 @@ "shortcode" : "waving_black_flag" }, { - "shortcode" : "waving_white_flag", - "unicode" : "1F3F3" + "unicode" : "1F3F3", + "shortcode" : "waving_white_flag" }, { - "unicode" : "3030", - "shortcode" : "wavy_dash" + "shortcode" : "wavy_dash", + "unicode" : "3030" }, { - "unicode" : "1F312", - "shortcode" : "waxing_crescent_moon" + "shortcode" : "waxing_crescent_moon", + "unicode" : "1F312" }, { - "shortcode" : "waxing_gibbous_moon", - "unicode" : "1F314" + "unicode" : "1F314", + "shortcode" : "waxing_gibbous_moon" }, { "shortcode" : "wc", "unicode" : "1F6BE" }, { - "unicode" : "1F629", - "shortcode" : "weary" + "shortcode" : "weary", + "unicode" : "1F629" }, { - "shortcode" : "wedding", - "unicode" : "1F492" + "unicode" : "1F492", + "shortcode" : "wedding" }, { - "shortcode" : "weight_lifter", - "unicode" : "1F3CB" + "unicode" : "1F3CB", + "shortcode" : "weight_lifter" }, { - "unicode" : "1F3CB-1F3FF", - "shortcode" : "weight_lifter_dark_skin_tone" + "shortcode" : "weight_lifter_dark_skin_tone", + "unicode" : "1F3CB-1F3FF" }, { - "unicode" : "1F3CB-1F3FB", - "shortcode" : "weight_lifter_light_skin_tone" + "shortcode" : "weight_lifter_light_skin_tone", + "unicode" : "1F3CB-1F3FB" }, { "unicode" : "1F3CB-1F3FE", "shortcode" : "weight_lifter_medium_dark_skin_tone" }, { - "unicode" : "1F3CB-1F3FC", - "shortcode" : "weight_lifter_medium_light_skin_tone" + "shortcode" : "weight_lifter_medium_light_skin_tone", + "unicode" : "1F3CB-1F3FC" }, { "shortcode" : "weight_lifter_medium_skin_tone", @@ -15580,20 +15580,20 @@ "unicode" : "1F3CB-1F3FC" }, { - "shortcode" : "weight_lifter_tone3", - "unicode" : "1F3CB-1F3FD" + "unicode" : "1F3CB-1F3FD", + "shortcode" : "weight_lifter_tone3" }, { - "unicode" : "1F3CB-1F3FE", - "shortcode" : "weight_lifter_tone4" + "shortcode" : "weight_lifter_tone4", + "unicode" : "1F3CB-1F3FE" }, { "unicode" : "1F3CB-1F3FF", "shortcode" : "weight_lifter_tone5" }, { - "unicode" : "1F1FC-1F1EB", - "shortcode" : "wf" + "shortcode" : "wf", + "unicode" : "1F1FC-1F1EB" }, { "unicode" : "1F433", @@ -15604,68 +15604,68 @@ "shortcode" : "whale2" }, { - "shortcode" : "wheel_of_dharma", - "unicode" : "2638" + "unicode" : "2638", + "shortcode" : "wheel_of_dharma" }, { - "shortcode" : "wheelchair", - "unicode" : "267F" + "unicode" : "267F", + "shortcode" : "wheelchair" }, { - "unicode" : "1F943", - "shortcode" : "whisky" + "shortcode" : "whisky", + "unicode" : "1F943" }, { "shortcode" : "white_check_mark", "unicode" : "2705" }, { - "unicode" : "26AA", - "shortcode" : "white_circle" + "shortcode" : "white_circle", + "unicode" : "26AA" }, { - "shortcode" : "white_flower", - "unicode" : "1F4AE" + "unicode" : "1F4AE", + "shortcode" : "white_flower" }, { - "unicode" : "2639", - "shortcode" : "white_frowning_face" + "shortcode" : "white_frowning_face", + "unicode" : "2639" }, { "shortcode" : "white_large_square", "unicode" : "2B1C" }, { - "shortcode" : "white_medium_small_square", - "unicode" : "25FD" + "unicode" : "25FD", + "shortcode" : "white_medium_small_square" }, { "shortcode" : "white_medium_square", "unicode" : "25FB" }, { - "unicode" : "25AB", - "shortcode" : "white_small_square" + "shortcode" : "white_small_square", + "unicode" : "25AB" }, { "shortcode" : "white_square_button", "unicode" : "1F533" }, { - "unicode" : "1F325", - "shortcode" : "white_sun_behind_cloud" - }, - { - "shortcode" : "white_sun_behind_cloud_with_rain", - "unicode" : "1F326" - }, - { - "shortcode" : "white_sun_cloud", + "shortcode" : "white_sun_behind_cloud", "unicode" : "1F325" }, { "unicode" : "1F326", - "shortcode" : "white_sun_rain_cloud" + "shortcode" : "white_sun_behind_cloud_with_rain" + }, + { + "unicode" : "1F325", + "shortcode" : "white_sun_cloud" + }, + { + "shortcode" : "white_sun_rain_cloud", + "unicode" : "1F326" }, { "unicode" : "1F324", @@ -15680,52 +15680,52 @@ "shortcode" : "wilted_flower" }, { - "unicode" : "1F940", - "shortcode" : "wilted_rose" + "shortcode" : "wilted_rose", + "unicode" : "1F940" }, { - "unicode" : "1F32C", - "shortcode" : "wind_blowing_face" + "shortcode" : "wind_blowing_face", + "unicode" : "1F32C" }, { "shortcode" : "wind_chime", "unicode" : "1F390" }, { - "shortcode" : "wine_glass", - "unicode" : "1F377" + "unicode" : "1F377", + "shortcode" : "wine_glass" }, { "shortcode" : "wink", "unicode" : "1F609" }, { - "unicode" : "1F43A", - "shortcode" : "wolf" + "shortcode" : "wolf", + "unicode" : "1F43A" }, { "unicode" : "1F469", "shortcode" : "woman" }, { - "unicode" : "1F469-200D-1F3A8", - "shortcode" : "woman_artist" + "shortcode" : "woman_artist", + "unicode" : "1F469-200D-1F3A8" }, { - "shortcode" : "woman_artist_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F3A8" + "unicode" : "1F469-1F3FF-200D-1F3A8", + "shortcode" : "woman_artist_dark_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F3A8", - "shortcode" : "woman_artist_light_skin_tone" + "shortcode" : "woman_artist_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F3A8" }, { "shortcode" : "woman_artist_medium_dark_skin_tone", "unicode" : "1F469-1F3FE-200D-1F3A8" }, { - "unicode" : "1F469-1F3FC-200D-1F3A8", - "shortcode" : "woman_artist_medium_light_skin_tone" + "shortcode" : "woman_artist_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-1F3A8" }, { "shortcode" : "woman_artist_medium_skin_tone", @@ -15736,32 +15736,32 @@ "unicode" : "1F469-1F3FB-200D-1F3A8" }, { - "unicode" : "1F469-1F3FC-200D-1F3A8", - "shortcode" : "woman_artist_tone2" + "shortcode" : "woman_artist_tone2", + "unicode" : "1F469-1F3FC-200D-1F3A8" }, { - "unicode" : "1F469-1F3FD-200D-1F3A8", - "shortcode" : "woman_artist_tone3" + "shortcode" : "woman_artist_tone3", + "unicode" : "1F469-1F3FD-200D-1F3A8" }, { - "unicode" : "1F469-1F3FE-200D-1F3A8", - "shortcode" : "woman_artist_tone4" + "shortcode" : "woman_artist_tone4", + "unicode" : "1F469-1F3FE-200D-1F3A8" }, { - "shortcode" : "woman_artist_tone5", - "unicode" : "1F469-1F3FF-200D-1F3A8" + "unicode" : "1F469-1F3FF-200D-1F3A8", + "shortcode" : "woman_artist_tone5" }, { "unicode" : "1F469-200D-1F680", "shortcode" : "woman_astronaut" }, { - "shortcode" : "woman_astronaut_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F680" + "unicode" : "1F469-1F3FF-200D-1F680", + "shortcode" : "woman_astronaut_dark_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F680", - "shortcode" : "woman_astronaut_light_skin_tone" + "shortcode" : "woman_astronaut_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F680" }, { "shortcode" : "woman_astronaut_medium_dark_skin_tone", @@ -15772,16 +15772,16 @@ "unicode" : "1F469-1F3FC-200D-1F680" }, { - "shortcode" : "woman_astronaut_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F680" + "unicode" : "1F469-1F3FD-200D-1F680", + "shortcode" : "woman_astronaut_medium_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F680", - "shortcode" : "woman_astronaut_tone1" + "shortcode" : "woman_astronaut_tone1", + "unicode" : "1F469-1F3FB-200D-1F680" }, { - "unicode" : "1F469-1F3FC-200D-1F680", - "shortcode" : "woman_astronaut_tone2" + "shortcode" : "woman_astronaut_tone2", + "unicode" : "1F469-1F3FC-200D-1F680" }, { "unicode" : "1F469-1F3FD-200D-1F680", @@ -15796,68 +15796,68 @@ "shortcode" : "woman_astronaut_tone5" }, { - "unicode" : "1F6B4-200D-2640-FE0F", - "shortcode" : "woman_biking" + "shortcode" : "woman_biking", + "unicode" : "1F6B4-200D-2640-FE0F" }, { - "shortcode" : "woman_biking_dark_skin_tone", - "unicode" : "1F6B4-1F3FF-200D-2640-FE0F" + "unicode" : "1F6B4-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_biking_dark_skin_tone" }, { - "shortcode" : "woman_biking_light_skin_tone", - "unicode" : "1F6B4-1F3FB-200D-2640-FE0F" + "unicode" : "1F6B4-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_biking_light_skin_tone" }, { - "shortcode" : "woman_biking_medium_dark_skin_tone", - "unicode" : "1F6B4-1F3FE-200D-2640-FE0F" + "unicode" : "1F6B4-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_biking_medium_dark_skin_tone" }, { - "shortcode" : "woman_biking_medium_light_skin_tone", - "unicode" : "1F6B4-1F3FC-200D-2640-FE0F" + "unicode" : "1F6B4-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_biking_medium_light_skin_tone" }, { "unicode" : "1F6B4-1F3FD-200D-2640-FE0F", "shortcode" : "woman_biking_medium_skin_tone" }, { - "unicode" : "1F6B4-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_biking_tone1" + "shortcode" : "woman_biking_tone1", + "unicode" : "1F6B4-1F3FB-200D-2640-FE0F" }, { "shortcode" : "woman_biking_tone2", "unicode" : "1F6B4-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "woman_biking_tone3", - "unicode" : "1F6B4-1F3FD-200D-2640-FE0F" + "unicode" : "1F6B4-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_biking_tone3" }, { "shortcode" : "woman_biking_tone4", "unicode" : "1F6B4-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_biking_tone5", - "unicode" : "1F6B4-1F3FF-200D-2640-FE0F" + "unicode" : "1F6B4-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_biking_tone5" }, { "unicode" : "26F9-FE0F-200D-2640-FE0F", "shortcode" : "woman_bouncing_ball" }, { - "unicode" : "26F9-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_bouncing_ball_dark_skin_tone" + "shortcode" : "woman_bouncing_ball_dark_skin_tone", + "unicode" : "26F9-1F3FF-200D-2640-FE0F" }, { - "unicode" : "26F9-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_bouncing_ball_light_skin_tone" + "shortcode" : "woman_bouncing_ball_light_skin_tone", + "unicode" : "26F9-1F3FB-200D-2640-FE0F" }, { - "unicode" : "26F9-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_bouncing_ball_medium_dark_skin_tone" + "shortcode" : "woman_bouncing_ball_medium_dark_skin_tone", + "unicode" : "26F9-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_bouncing_ball_medium_light_skin_tone", - "unicode" : "26F9-1F3FC-200D-2640-FE0F" + "unicode" : "26F9-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_bouncing_ball_medium_light_skin_tone" }, { "unicode" : "26F9-1F3FD-200D-2640-FE0F", @@ -15872,12 +15872,12 @@ "unicode" : "26F9-1F3FC-200D-2640-FE0F" }, { - "unicode" : "26F9-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_bouncing_ball_tone3" + "shortcode" : "woman_bouncing_ball_tone3", + "unicode" : "26F9-1F3FD-200D-2640-FE0F" }, { - "unicode" : "26F9-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_bouncing_ball_tone4" + "shortcode" : "woman_bouncing_ball_tone4", + "unicode" : "26F9-1F3FE-200D-2640-FE0F" }, { "shortcode" : "woman_bouncing_ball_tone5", @@ -15896,36 +15896,36 @@ "unicode" : "1F647-1F3FB-200D-2640-FE0F" }, { - "shortcode" : "woman_bowing_medium_dark_skin_tone", - "unicode" : "1F647-1F3FE-200D-2640-FE0F" + "unicode" : "1F647-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_bowing_medium_dark_skin_tone" }, { "shortcode" : "woman_bowing_medium_light_skin_tone", "unicode" : "1F647-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "woman_bowing_medium_skin_tone", - "unicode" : "1F647-1F3FD-200D-2640-FE0F" + "unicode" : "1F647-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_bowing_medium_skin_tone" }, { "unicode" : "1F647-1F3FB-200D-2640-FE0F", "shortcode" : "woman_bowing_tone1" }, { - "shortcode" : "woman_bowing_tone2", - "unicode" : "1F647-1F3FC-200D-2640-FE0F" + "unicode" : "1F647-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_bowing_tone2" }, { - "unicode" : "1F647-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_bowing_tone3" + "shortcode" : "woman_bowing_tone3", + "unicode" : "1F647-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "woman_bowing_tone4", - "unicode" : "1F647-1F3FE-200D-2640-FE0F" + "unicode" : "1F647-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_bowing_tone4" }, { - "shortcode" : "woman_bowing_tone5", - "unicode" : "1F647-1F3FF-200D-2640-FE0F" + "unicode" : "1F647-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_bowing_tone5" }, { "unicode" : "1F469-200D-1F466", @@ -15948,44 +15948,44 @@ "shortcode" : "woman_cartwheeling_light_skin_tone" }, { - "shortcode" : "woman_cartwheeling_medium_dark_skin_tone", - "unicode" : "1F938-1F3FE-200D-2640-FE0F" + "unicode" : "1F938-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_cartwheeling_medium_dark_skin_tone" + }, + { + "shortcode" : "woman_cartwheeling_medium_light_skin_tone", + "unicode" : "1F938-1F3FC-200D-2640-FE0F" + }, + { + "unicode" : "1F938-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_cartwheeling_medium_skin_tone" + }, + { + "shortcode" : "woman_cartwheeling_tone1", + "unicode" : "1F938-1F3FB-200D-2640-FE0F" }, { "unicode" : "1F938-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_cartwheeling_medium_light_skin_tone" - }, - { - "shortcode" : "woman_cartwheeling_medium_skin_tone", - "unicode" : "1F938-1F3FD-200D-2640-FE0F" - }, - { - "unicode" : "1F938-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_cartwheeling_tone1" - }, - { - "shortcode" : "woman_cartwheeling_tone2", - "unicode" : "1F938-1F3FC-200D-2640-FE0F" + "shortcode" : "woman_cartwheeling_tone2" }, { "shortcode" : "woman_cartwheeling_tone3", "unicode" : "1F938-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "woman_cartwheeling_tone4", - "unicode" : "1F938-1F3FE-200D-2640-FE0F" + "unicode" : "1F938-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_cartwheeling_tone4" }, { "unicode" : "1F938-1F3FF-200D-2640-FE0F", "shortcode" : "woman_cartwheeling_tone5" }, { - "shortcode" : "woman_construction_worker", - "unicode" : "1F477-200D-2640-FE0F" + "unicode" : "1F477-200D-2640-FE0F", + "shortcode" : "woman_construction_worker" }, { - "unicode" : "1F477-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_construction_worker_dark_skin_tone" + "shortcode" : "woman_construction_worker_dark_skin_tone", + "unicode" : "1F477-1F3FF-200D-2640-FE0F" }, { "shortcode" : "woman_construction_worker_light_skin_tone", @@ -15996,16 +15996,16 @@ "shortcode" : "woman_construction_worker_medium_dark_skin_tone" }, { - "unicode" : "1F477-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_construction_worker_medium_light_skin_tone" + "shortcode" : "woman_construction_worker_medium_light_skin_tone", + "unicode" : "1F477-1F3FC-200D-2640-FE0F" }, { "unicode" : "1F477-1F3FD-200D-2640-FE0F", "shortcode" : "woman_construction_worker_medium_skin_tone" }, { - "unicode" : "1F477-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_construction_worker_tone1" + "shortcode" : "woman_construction_worker_tone1", + "unicode" : "1F477-1F3FB-200D-2640-FE0F" }, { "unicode" : "1F477-1F3FC-200D-2640-FE0F", @@ -16020,32 +16020,32 @@ "shortcode" : "woman_construction_worker_tone4" }, { - "shortcode" : "woman_construction_worker_tone5", - "unicode" : "1F477-1F3FF-200D-2640-FE0F" + "unicode" : "1F477-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_construction_worker_tone5" }, { - "unicode" : "1F469-200D-1F373", - "shortcode" : "woman_cook" + "shortcode" : "woman_cook", + "unicode" : "1F469-200D-1F373" }, { - "unicode" : "1F469-1F3FF-200D-1F373", - "shortcode" : "woman_cook_dark_skin_tone" + "shortcode" : "woman_cook_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-1F373" }, { - "shortcode" : "woman_cook_light_skin_tone", - "unicode" : "1F469-1F3FB-200D-1F373" + "unicode" : "1F469-1F3FB-200D-1F373", + "shortcode" : "woman_cook_light_skin_tone" }, { - "unicode" : "1F469-1F3FE-200D-1F373", - "shortcode" : "woman_cook_medium_dark_skin_tone" + "shortcode" : "woman_cook_medium_dark_skin_tone", + "unicode" : "1F469-1F3FE-200D-1F373" }, { "unicode" : "1F469-1F3FC-200D-1F373", "shortcode" : "woman_cook_medium_light_skin_tone" }, { - "shortcode" : "woman_cook_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F373" + "unicode" : "1F469-1F3FD-200D-1F373", + "shortcode" : "woman_cook_medium_skin_tone" }, { "shortcode" : "woman_cook_tone1", @@ -16056,56 +16056,56 @@ "unicode" : "1F469-1F3FC-200D-1F373" }, { - "shortcode" : "woman_cook_tone3", - "unicode" : "1F469-1F3FD-200D-1F373" + "unicode" : "1F469-1F3FD-200D-1F373", + "shortcode" : "woman_cook_tone3" }, { - "shortcode" : "woman_cook_tone4", - "unicode" : "1F469-1F3FE-200D-1F373" + "unicode" : "1F469-1F3FE-200D-1F373", + "shortcode" : "woman_cook_tone4" }, { - "shortcode" : "woman_cook_tone5", - "unicode" : "1F469-1F3FF-200D-1F373" + "unicode" : "1F469-1F3FF-200D-1F373", + "shortcode" : "woman_cook_tone5" }, { - "shortcode" : "woman_dark_skin_tone", - "unicode" : "1F469-1F3FF" + "unicode" : "1F469-1F3FF", + "shortcode" : "woman_dark_skin_tone" }, { "unicode" : "1F575-FE0F-200D-2640-FE0F", "shortcode" : "woman_detective" }, { - "unicode" : "1F575-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_detective_dark_skin_tone" + "shortcode" : "woman_detective_dark_skin_tone", + "unicode" : "1F575-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F575-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_detective_light_skin_tone" + "shortcode" : "woman_detective_light_skin_tone", + "unicode" : "1F575-1F3FB-200D-2640-FE0F" }, { "shortcode" : "woman_detective_medium_dark_skin_tone", "unicode" : "1F575-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_detective_medium_light_skin_tone", - "unicode" : "1F575-1F3FC-200D-2640-FE0F" + "unicode" : "1F575-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_detective_medium_light_skin_tone" }, { - "unicode" : "1F575-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_detective_medium_skin_tone" + "shortcode" : "woman_detective_medium_skin_tone", + "unicode" : "1F575-1F3FD-200D-2640-FE0F" }, { "unicode" : "1F575-1F3FB-200D-2640-FE0F", "shortcode" : "woman_detective_tone1" }, { - "shortcode" : "woman_detective_tone2", - "unicode" : "1F575-1F3FC-200D-2640-FE0F" + "unicode" : "1F575-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_detective_tone2" }, { - "shortcode" : "woman_detective_tone3", - "unicode" : "1F575-1F3FD-200D-2640-FE0F" + "unicode" : "1F575-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_detective_tone3" }, { "shortcode" : "woman_detective_tone4", @@ -16116,12 +16116,12 @@ "unicode" : "1F575-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F926-200D-2640-FE0F", - "shortcode" : "woman_facepalming" + "shortcode" : "woman_facepalming", + "unicode" : "1F926-200D-2640-FE0F" }, { - "unicode" : "1F926-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_facepalming_dark_skin_tone" + "shortcode" : "woman_facepalming_dark_skin_tone", + "unicode" : "1F926-1F3FF-200D-2640-FE0F" }, { "shortcode" : "woman_facepalming_light_skin_tone", @@ -16136,96 +16136,96 @@ "shortcode" : "woman_facepalming_medium_light_skin_tone" }, { - "shortcode" : "woman_facepalming_medium_skin_tone", - "unicode" : "1F926-1F3FD-200D-2640-FE0F" + "unicode" : "1F926-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_facepalming_medium_skin_tone" }, { "unicode" : "1F926-1F3FB-200D-2640-FE0F", "shortcode" : "woman_facepalming_tone1" }, { - "unicode" : "1F926-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_facepalming_tone2" + "shortcode" : "woman_facepalming_tone2", + "unicode" : "1F926-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "woman_facepalming_tone3", - "unicode" : "1F926-1F3FD-200D-2640-FE0F" + "unicode" : "1F926-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_facepalming_tone3" }, { "unicode" : "1F926-1F3FE-200D-2640-FE0F", "shortcode" : "woman_facepalming_tone4" }, { - "unicode" : "1F926-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_facepalming_tone5" + "shortcode" : "woman_facepalming_tone5", + "unicode" : "1F926-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_factory_worker", - "unicode" : "1F469-200D-1F3ED" + "unicode" : "1F469-200D-1F3ED", + "shortcode" : "woman_factory_worker" }, { - "shortcode" : "woman_factory_worker_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F3ED" + "unicode" : "1F469-1F3FF-200D-1F3ED", + "shortcode" : "woman_factory_worker_dark_skin_tone" }, { "unicode" : "1F469-1F3FB-200D-1F3ED", "shortcode" : "woman_factory_worker_light_skin_tone" }, { - "unicode" : "1F469-1F3FE-200D-1F3ED", - "shortcode" : "woman_factory_worker_medium_dark_skin_tone" + "shortcode" : "woman_factory_worker_medium_dark_skin_tone", + "unicode" : "1F469-1F3FE-200D-1F3ED" }, { "unicode" : "1F469-1F3FC-200D-1F3ED", "shortcode" : "woman_factory_worker_medium_light_skin_tone" }, { - "shortcode" : "woman_factory_worker_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F3ED" + "unicode" : "1F469-1F3FD-200D-1F3ED", + "shortcode" : "woman_factory_worker_medium_skin_tone" }, { "shortcode" : "woman_factory_worker_tone1", "unicode" : "1F469-1F3FB-200D-1F3ED" }, { - "unicode" : "1F469-1F3FC-200D-1F3ED", - "shortcode" : "woman_factory_worker_tone2" + "shortcode" : "woman_factory_worker_tone2", + "unicode" : "1F469-1F3FC-200D-1F3ED" }, { - "shortcode" : "woman_factory_worker_tone3", - "unicode" : "1F469-1F3FD-200D-1F3ED" + "unicode" : "1F469-1F3FD-200D-1F3ED", + "shortcode" : "woman_factory_worker_tone3" }, { - "unicode" : "1F469-1F3FE-200D-1F3ED", - "shortcode" : "woman_factory_worker_tone4" + "shortcode" : "woman_factory_worker_tone4", + "unicode" : "1F469-1F3FE-200D-1F3ED" }, { "unicode" : "1F469-1F3FF-200D-1F3ED", "shortcode" : "woman_factory_worker_tone5" }, { - "shortcode" : "woman_farmer", - "unicode" : "1F469-200D-1F33E" + "unicode" : "1F469-200D-1F33E", + "shortcode" : "woman_farmer" }, { "shortcode" : "woman_farmer_dark_skin_tone", "unicode" : "1F469-1F3FF-200D-1F33E" }, { - "shortcode" : "woman_farmer_light_skin_tone", - "unicode" : "1F469-1F3FB-200D-1F33E" + "unicode" : "1F469-1F3FB-200D-1F33E", + "shortcode" : "woman_farmer_light_skin_tone" }, { "unicode" : "1F469-1F3FE-200D-1F33E", "shortcode" : "woman_farmer_medium_dark_skin_tone" }, { - "unicode" : "1F469-1F3FC-200D-1F33E", - "shortcode" : "woman_farmer_medium_light_skin_tone" + "shortcode" : "woman_farmer_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-1F33E" }, { - "shortcode" : "woman_farmer_medium_skin_tone", - "unicode" : "1F469-1F3FD-200D-1F33E" + "unicode" : "1F469-1F3FD-200D-1F33E", + "shortcode" : "woman_farmer_medium_skin_tone" }, { "shortcode" : "woman_farmer_tone1", @@ -16252,20 +16252,20 @@ "unicode" : "1F469-200D-1F692" }, { - "shortcode" : "woman_firefighter_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F692" + "unicode" : "1F469-1F3FF-200D-1F692", + "shortcode" : "woman_firefighter_dark_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F692", - "shortcode" : "woman_firefighter_light_skin_tone" + "shortcode" : "woman_firefighter_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F692" }, { "shortcode" : "woman_firefighter_medium_dark_skin_tone", "unicode" : "1F469-1F3FE-200D-1F692" }, { - "shortcode" : "woman_firefighter_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F692" + "unicode" : "1F469-1F3FC-200D-1F692", + "shortcode" : "woman_firefighter_medium_light_skin_tone" }, { "shortcode" : "woman_firefighter_medium_skin_tone", @@ -16280,76 +16280,76 @@ "unicode" : "1F469-1F3FC-200D-1F692" }, { - "unicode" : "1F469-1F3FD-200D-1F692", - "shortcode" : "woman_firefighter_tone3" + "shortcode" : "woman_firefighter_tone3", + "unicode" : "1F469-1F3FD-200D-1F692" }, { - "shortcode" : "woman_firefighter_tone4", - "unicode" : "1F469-1F3FE-200D-1F692" + "unicode" : "1F469-1F3FE-200D-1F692", + "shortcode" : "woman_firefighter_tone4" }, { "unicode" : "1F469-1F3FF-200D-1F692", "shortcode" : "woman_firefighter_tone5" }, { - "unicode" : "1F64D-200D-2640-FE0F", - "shortcode" : "woman_frowning" + "shortcode" : "woman_frowning", + "unicode" : "1F64D-200D-2640-FE0F" }, { - "unicode" : "1F64D-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_frowning_dark_skin_tone" + "shortcode" : "woman_frowning_dark_skin_tone", + "unicode" : "1F64D-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_frowning_light_skin_tone", - "unicode" : "1F64D-1F3FB-200D-2640-FE0F" + "unicode" : "1F64D-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_frowning_light_skin_tone" }, { "shortcode" : "woman_frowning_medium_dark_skin_tone", "unicode" : "1F64D-1F3FE-200D-2640-FE0F" }, { - "unicode" : "1F64D-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_frowning_medium_light_skin_tone" + "shortcode" : "woman_frowning_medium_light_skin_tone", + "unicode" : "1F64D-1F3FC-200D-2640-FE0F" }, { "unicode" : "1F64D-1F3FD-200D-2640-FE0F", "shortcode" : "woman_frowning_medium_skin_tone" }, { - "unicode" : "1F64D-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_frowning_tone1" + "shortcode" : "woman_frowning_tone1", + "unicode" : "1F64D-1F3FB-200D-2640-FE0F" }, { - "shortcode" : "woman_frowning_tone2", - "unicode" : "1F64D-1F3FC-200D-2640-FE0F" + "unicode" : "1F64D-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_frowning_tone2" }, { "unicode" : "1F64D-1F3FD-200D-2640-FE0F", "shortcode" : "woman_frowning_tone3" }, { - "shortcode" : "woman_frowning_tone4", - "unicode" : "1F64D-1F3FE-200D-2640-FE0F" + "unicode" : "1F64D-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_frowning_tone4" }, { "shortcode" : "woman_frowning_tone5", "unicode" : "1F64D-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F645-200D-2640-FE0F", - "shortcode" : "woman_gesturing_no" + "shortcode" : "woman_gesturing_no", + "unicode" : "1F645-200D-2640-FE0F" }, { - "unicode" : "1F645-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_gesturing_no_dark_skin_tone" + "shortcode" : "woman_gesturing_no_dark_skin_tone", + "unicode" : "1F645-1F3FF-200D-2640-FE0F" }, { "unicode" : "1F645-1F3FB-200D-2640-FE0F", "shortcode" : "woman_gesturing_no_light_skin_tone" }, { - "unicode" : "1F645-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_gesturing_no_medium_dark_skin_tone" + "shortcode" : "woman_gesturing_no_medium_dark_skin_tone", + "unicode" : "1F645-1F3FE-200D-2640-FE0F" }, { "shortcode" : "woman_gesturing_no_medium_light_skin_tone", @@ -16364,16 +16364,16 @@ "shortcode" : "woman_gesturing_no_tone1" }, { - "shortcode" : "woman_gesturing_no_tone2", - "unicode" : "1F645-1F3FC-200D-2640-FE0F" + "unicode" : "1F645-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_gesturing_no_tone2" }, { - "unicode" : "1F645-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_gesturing_no_tone3" + "shortcode" : "woman_gesturing_no_tone3", + "unicode" : "1F645-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F645-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_gesturing_no_tone4" + "shortcode" : "woman_gesturing_no_tone4", + "unicode" : "1F645-1F3FE-200D-2640-FE0F" }, { "shortcode" : "woman_gesturing_no_tone5", @@ -16388,8 +16388,8 @@ "unicode" : "1F646-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_gesturing_ok_light_skin_tone", - "unicode" : "1F646-1F3FB-200D-2640-FE0F" + "unicode" : "1F646-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_gesturing_ok_light_skin_tone" }, { "shortcode" : "woman_gesturing_ok_medium_dark_skin_tone", @@ -16412,36 +16412,36 @@ "shortcode" : "woman_gesturing_ok_tone2" }, { - "shortcode" : "woman_gesturing_ok_tone3", - "unicode" : "1F646-1F3FD-200D-2640-FE0F" + "unicode" : "1F646-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_gesturing_ok_tone3" }, { - "shortcode" : "woman_gesturing_ok_tone4", - "unicode" : "1F646-1F3FE-200D-2640-FE0F" + "unicode" : "1F646-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_gesturing_ok_tone4" }, { "shortcode" : "woman_gesturing_ok_tone5", "unicode" : "1F646-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F486-200D-2640-FE0F", - "shortcode" : "woman_getting_face_massage" + "shortcode" : "woman_getting_face_massage", + "unicode" : "1F486-200D-2640-FE0F" }, { "shortcode" : "woman_getting_face_massage_dark_skin_tone", "unicode" : "1F486-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F486-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_getting_face_massage_light_skin_tone" + "shortcode" : "woman_getting_face_massage_light_skin_tone", + "unicode" : "1F486-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F486-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_getting_face_massage_medium_dark_skin_tone" + "shortcode" : "woman_getting_face_massage_medium_dark_skin_tone", + "unicode" : "1F486-1F3FE-200D-2640-FE0F" }, { - "unicode" : "1F486-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_getting_face_massage_medium_light_skin_tone" + "shortcode" : "woman_getting_face_massage_medium_light_skin_tone", + "unicode" : "1F486-1F3FC-200D-2640-FE0F" }, { "shortcode" : "woman_getting_face_massage_medium_skin_tone", @@ -16452,16 +16452,16 @@ "shortcode" : "woman_getting_face_massage_tone1" }, { - "shortcode" : "woman_getting_face_massage_tone2", - "unicode" : "1F486-1F3FC-200D-2640-FE0F" + "unicode" : "1F486-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_getting_face_massage_tone2" }, { "unicode" : "1F486-1F3FD-200D-2640-FE0F", "shortcode" : "woman_getting_face_massage_tone3" }, { - "shortcode" : "woman_getting_face_massage_tone4", - "unicode" : "1F486-1F3FE-200D-2640-FE0F" + "unicode" : "1F486-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_getting_face_massage_tone4" }, { "shortcode" : "woman_getting_face_massage_tone5", @@ -16472,64 +16472,64 @@ "shortcode" : "woman_getting_haircut" }, { - "unicode" : "1F487-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_getting_haircut_dark_skin_tone" + "shortcode" : "woman_getting_haircut_dark_skin_tone", + "unicode" : "1F487-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_getting_haircut_light_skin_tone", - "unicode" : "1F487-1F3FB-200D-2640-FE0F" + "unicode" : "1F487-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_getting_haircut_light_skin_tone" }, { - "unicode" : "1F487-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_getting_haircut_medium_dark_skin_tone" + "shortcode" : "woman_getting_haircut_medium_dark_skin_tone", + "unicode" : "1F487-1F3FE-200D-2640-FE0F" }, { "unicode" : "1F487-1F3FC-200D-2640-FE0F", "shortcode" : "woman_getting_haircut_medium_light_skin_tone" }, { - "unicode" : "1F487-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_getting_haircut_medium_skin_tone" + "shortcode" : "woman_getting_haircut_medium_skin_tone", + "unicode" : "1F487-1F3FD-200D-2640-FE0F" }, { "shortcode" : "woman_getting_haircut_tone1", "unicode" : "1F487-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F487-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_getting_haircut_tone2" + "shortcode" : "woman_getting_haircut_tone2", + "unicode" : "1F487-1F3FC-200D-2640-FE0F" }, { - "unicode" : "1F487-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_getting_haircut_tone3" + "shortcode" : "woman_getting_haircut_tone3", + "unicode" : "1F487-1F3FD-200D-2640-FE0F" }, { "unicode" : "1F487-1F3FE-200D-2640-FE0F", "shortcode" : "woman_getting_haircut_tone4" }, { - "shortcode" : "woman_getting_haircut_tone5", - "unicode" : "1F487-1F3FF-200D-2640-FE0F" + "unicode" : "1F487-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_getting_haircut_tone5" }, { "unicode" : "1F486-200D-2640-FE0F", "shortcode" : "woman_getting_massage" }, { - "unicode" : "1F486-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_getting_massage_dark_skin_tone" + "shortcode" : "woman_getting_massage_dark_skin_tone", + "unicode" : "1F486-1F3FF-200D-2640-FE0F" }, { "unicode" : "1F486-1F3FB-200D-2640-FE0F", "shortcode" : "woman_getting_massage_light_skin_tone" }, { - "unicode" : "1F486-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_getting_massage_medium_dark_skin_tone" + "shortcode" : "woman_getting_massage_medium_dark_skin_tone", + "unicode" : "1F486-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_getting_massage_medium_light_skin_tone", - "unicode" : "1F486-1F3FC-200D-2640-FE0F" + "unicode" : "1F486-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_getting_massage_medium_light_skin_tone" }, { "unicode" : "1F486-1F3FD-200D-2640-FE0F", @@ -16544,32 +16544,32 @@ "shortcode" : "woman_getting_massage_tone2" }, { - "shortcode" : "woman_getting_massage_tone3", - "unicode" : "1F486-1F3FD-200D-2640-FE0F" + "unicode" : "1F486-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_getting_massage_tone3" }, { "unicode" : "1F486-1F3FE-200D-2640-FE0F", "shortcode" : "woman_getting_massage_tone4" }, { - "unicode" : "1F486-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_getting_massage_tone5" + "shortcode" : "woman_getting_massage_tone5", + "unicode" : "1F486-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F469-200D-1F467", - "shortcode" : "woman_girl" + "shortcode" : "woman_girl", + "unicode" : "1F469-200D-1F467" }, { "shortcode" : "woman_girl_boy", "unicode" : "1F469-200D-1F467-200D-1F466" }, { - "unicode" : "1F469-200D-1F467-200D-1F467", - "shortcode" : "woman_girl_girl" + "shortcode" : "woman_girl_girl", + "unicode" : "1F469-200D-1F467-200D-1F467" }, { - "unicode" : "1F3CC-FE0F-200D-2640-FE0F", - "shortcode" : "woman_golfing" + "shortcode" : "woman_golfing", + "unicode" : "1F3CC-FE0F-200D-2640-FE0F" }, { "unicode" : "1F3CC-1F3FF-200D-2640-FE0F", @@ -16580,16 +16580,16 @@ "unicode" : "1F3CC-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F3CC-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_golfing_medium_dark_skin_tone" + "shortcode" : "woman_golfing_medium_dark_skin_tone", + "unicode" : "1F3CC-1F3FE-200D-2640-FE0F" }, { "shortcode" : "woman_golfing_medium_light_skin_tone", "unicode" : "1F3CC-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "woman_golfing_medium_skin_tone", - "unicode" : "1F3CC-1F3FD-200D-2640-FE0F" + "unicode" : "1F3CC-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_golfing_medium_skin_tone" }, { "shortcode" : "woman_golfing_tone1", @@ -16600,12 +16600,12 @@ "unicode" : "1F3CC-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "woman_golfing_tone3", - "unicode" : "1F3CC-1F3FD-200D-2640-FE0F" + "unicode" : "1F3CC-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_golfing_tone3" }, { - "unicode" : "1F3CC-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_golfing_tone4" + "shortcode" : "woman_golfing_tone4", + "unicode" : "1F3CC-1F3FE-200D-2640-FE0F" }, { "unicode" : "1F3CC-1F3FF-200D-2640-FE0F", @@ -16620,8 +16620,8 @@ "unicode" : "1F482-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_guard_light_skin_tone", - "unicode" : "1F482-1F3FB-200D-2640-FE0F" + "unicode" : "1F482-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_guard_light_skin_tone" }, { "shortcode" : "woman_guard_medium_dark_skin_tone", @@ -16640,16 +16640,16 @@ "shortcode" : "woman_guard_tone1" }, { - "shortcode" : "woman_guard_tone2", - "unicode" : "1F482-1F3FC-200D-2640-FE0F" + "unicode" : "1F482-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_guard_tone2" }, { "unicode" : "1F482-1F3FD-200D-2640-FE0F", "shortcode" : "woman_guard_tone3" }, { - "shortcode" : "woman_guard_tone4", - "unicode" : "1F482-1F3FE-200D-2640-FE0F" + "unicode" : "1F482-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_guard_tone4" }, { "shortcode" : "woman_guard_tone5", @@ -16664,36 +16664,36 @@ "unicode" : "1F469-1F3FF-200D-2695-FE0F" }, { - "shortcode" : "woman_health_worker_light_skin_tone", - "unicode" : "1F469-1F3FB-200D-2695-FE0F" + "unicode" : "1F469-1F3FB-200D-2695-FE0F", + "shortcode" : "woman_health_worker_light_skin_tone" }, { - "shortcode" : "woman_health_worker_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-2695-FE0F" + "unicode" : "1F469-1F3FE-200D-2695-FE0F", + "shortcode" : "woman_health_worker_medium_dark_skin_tone" }, { - "unicode" : "1F469-1F3FC-200D-2695-FE0F", - "shortcode" : "woman_health_worker_medium_light_skin_tone" + "shortcode" : "woman_health_worker_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-2695-FE0F" }, { "shortcode" : "woman_health_worker_medium_skin_tone", "unicode" : "1F469-1F3FD-200D-2695-FE0F" }, { - "shortcode" : "woman_health_worker_tone1", - "unicode" : "1F469-1F3FB-200D-2695-FE0F" + "unicode" : "1F469-1F3FB-200D-2695-FE0F", + "shortcode" : "woman_health_worker_tone1" }, { - "unicode" : "1F469-1F3FC-200D-2695-FE0F", - "shortcode" : "woman_health_worker_tone2" + "shortcode" : "woman_health_worker_tone2", + "unicode" : "1F469-1F3FC-200D-2695-FE0F" }, { "shortcode" : "woman_health_worker_tone3", "unicode" : "1F469-1F3FD-200D-2695-FE0F" }, { - "shortcode" : "woman_health_worker_tone4", - "unicode" : "1F469-1F3FE-200D-2695-FE0F" + "unicode" : "1F469-1F3FE-200D-2695-FE0F", + "shortcode" : "woman_health_worker_tone4" }, { "unicode" : "1F469-1F3FF-200D-2695-FE0F", @@ -16712,8 +16712,8 @@ "unicode" : "1F469-200D-2696-FE0F" }, { - "unicode" : "1F469-1F3FF-200D-2696-FE0F", - "shortcode" : "woman_judge_dark_skin_tone" + "shortcode" : "woman_judge_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-2696-FE0F" }, { "shortcode" : "woman_judge_light_skin_tone", @@ -16724,20 +16724,20 @@ "unicode" : "1F469-1F3FE-200D-2696-FE0F" }, { - "unicode" : "1F469-1F3FC-200D-2696-FE0F", - "shortcode" : "woman_judge_medium_light_skin_tone" + "shortcode" : "woman_judge_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-2696-FE0F" }, { "unicode" : "1F469-1F3FD-200D-2696-FE0F", "shortcode" : "woman_judge_medium_skin_tone" }, { - "shortcode" : "woman_judge_tone1", - "unicode" : "1F469-1F3FB-200D-2696-FE0F" + "unicode" : "1F469-1F3FB-200D-2696-FE0F", + "shortcode" : "woman_judge_tone1" }, { - "shortcode" : "woman_judge_tone2", - "unicode" : "1F469-1F3FC-200D-2696-FE0F" + "unicode" : "1F469-1F3FC-200D-2696-FE0F", + "shortcode" : "woman_judge_tone2" }, { "shortcode" : "woman_judge_tone3", @@ -16752,32 +16752,32 @@ "shortcode" : "woman_judge_tone5" }, { - "shortcode" : "woman_juggling", - "unicode" : "1F939-200D-2640-FE0F" + "unicode" : "1F939-200D-2640-FE0F", + "shortcode" : "woman_juggling" }, { "shortcode" : "woman_juggling_dark_skin_tone", "unicode" : "1F939-1F3FF-200D-2640-FE0F" }, - { - "shortcode" : "woman_juggling_light_skin_tone", - "unicode" : "1F939-1F3FB-200D-2640-FE0F" - }, - { - "unicode" : "1F939-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_juggling_medium_dark_skin_tone" - }, - { - "unicode" : "1F939-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_juggling_medium_light_skin_tone" - }, - { - "unicode" : "1F939-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_juggling_medium_skin_tone" - }, { "unicode" : "1F939-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_juggling_tone1" + "shortcode" : "woman_juggling_light_skin_tone" + }, + { + "shortcode" : "woman_juggling_medium_dark_skin_tone", + "unicode" : "1F939-1F3FE-200D-2640-FE0F" + }, + { + "shortcode" : "woman_juggling_medium_light_skin_tone", + "unicode" : "1F939-1F3FC-200D-2640-FE0F" + }, + { + "shortcode" : "woman_juggling_medium_skin_tone", + "unicode" : "1F939-1F3FD-200D-2640-FE0F" + }, + { + "shortcode" : "woman_juggling_tone1", + "unicode" : "1F939-1F3FB-200D-2640-FE0F" }, { "shortcode" : "woman_juggling_tone2", @@ -16800,24 +16800,24 @@ "shortcode" : "woman_kiss_man" }, { - "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", - "shortcode" : "woman_kiss_woman" + "shortcode" : "woman_kiss_woman", + "unicode" : "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469" }, { "unicode" : "1F3CB-FE0F-200D-2640-FE0F", "shortcode" : "woman_lifting_weights" }, { - "shortcode" : "woman_lifting_weights_dark_skin_tone", - "unicode" : "1F3CB-1F3FF-200D-2640-FE0F" + "unicode" : "1F3CB-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_lifting_weights_dark_skin_tone" }, { "unicode" : "1F3CB-1F3FB-200D-2640-FE0F", "shortcode" : "woman_lifting_weights_light_skin_tone" }, { - "shortcode" : "woman_lifting_weights_medium_dark_skin_tone", - "unicode" : "1F3CB-1F3FE-200D-2640-FE0F" + "unicode" : "1F3CB-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_lifting_weights_medium_dark_skin_tone" }, { "unicode" : "1F3CB-1F3FC-200D-2640-FE0F", @@ -16848,28 +16848,28 @@ "shortcode" : "woman_lifting_weights_tone5" }, { - "unicode" : "1F469-1F3FB", - "shortcode" : "woman_light_skin_tone" + "shortcode" : "woman_light_skin_tone", + "unicode" : "1F469-1F3FB" }, { - "unicode" : "1F469-200D-1F527", - "shortcode" : "woman_mechanic" + "shortcode" : "woman_mechanic", + "unicode" : "1F469-200D-1F527" }, { - "unicode" : "1F469-1F3FF-200D-1F527", - "shortcode" : "woman_mechanic_dark_skin_tone" + "shortcode" : "woman_mechanic_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-1F527" }, { - "unicode" : "1F469-1F3FB-200D-1F527", - "shortcode" : "woman_mechanic_light_skin_tone" + "shortcode" : "woman_mechanic_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F527" }, { "shortcode" : "woman_mechanic_medium_dark_skin_tone", "unicode" : "1F469-1F3FE-200D-1F527" }, { - "unicode" : "1F469-1F3FC-200D-1F527", - "shortcode" : "woman_mechanic_medium_light_skin_tone" + "shortcode" : "woman_mechanic_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-1F527" }, { "unicode" : "1F469-1F3FD-200D-1F527", @@ -16880,40 +16880,40 @@ "unicode" : "1F469-1F3FB-200D-1F527" }, { - "unicode" : "1F469-1F3FC-200D-1F527", - "shortcode" : "woman_mechanic_tone2" + "shortcode" : "woman_mechanic_tone2", + "unicode" : "1F469-1F3FC-200D-1F527" }, { - "shortcode" : "woman_mechanic_tone3", - "unicode" : "1F469-1F3FD-200D-1F527" + "unicode" : "1F469-1F3FD-200D-1F527", + "shortcode" : "woman_mechanic_tone3" }, { - "unicode" : "1F469-1F3FE-200D-1F527", - "shortcode" : "woman_mechanic_tone4" + "shortcode" : "woman_mechanic_tone4", + "unicode" : "1F469-1F3FE-200D-1F527" }, { - "shortcode" : "woman_mechanic_tone5", - "unicode" : "1F469-1F3FF-200D-1F527" + "unicode" : "1F469-1F3FF-200D-1F527", + "shortcode" : "woman_mechanic_tone5" }, { - "shortcode" : "woman_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE" + "unicode" : "1F469-1F3FE", + "shortcode" : "woman_medium_dark_skin_tone" }, { "shortcode" : "woman_medium_light_skin_tone", "unicode" : "1F469-1F3FC" }, { - "unicode" : "1F469-1F3FD", - "shortcode" : "woman_medium_skin_tone" + "shortcode" : "woman_medium_skin_tone", + "unicode" : "1F469-1F3FD" }, { - "unicode" : "1F6B5-200D-2640-FE0F", - "shortcode" : "woman_mountain_biking" + "shortcode" : "woman_mountain_biking", + "unicode" : "1F6B5-200D-2640-FE0F" }, { - "shortcode" : "woman_mountain_biking_dark_skin_tone", - "unicode" : "1F6B5-1F3FF-200D-2640-FE0F" + "unicode" : "1F6B5-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_mountain_biking_dark_skin_tone" }, { "shortcode" : "woman_mountain_biking_light_skin_tone", @@ -16924,8 +16924,8 @@ "shortcode" : "woman_mountain_biking_medium_dark_skin_tone" }, { - "unicode" : "1F6B5-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_mountain_biking_medium_light_skin_tone" + "shortcode" : "woman_mountain_biking_medium_light_skin_tone", + "unicode" : "1F6B5-1F3FC-200D-2640-FE0F" }, { "unicode" : "1F6B5-1F3FD-200D-2640-FE0F", @@ -16936,8 +16936,8 @@ "shortcode" : "woman_mountain_biking_tone1" }, { - "shortcode" : "woman_mountain_biking_tone2", - "unicode" : "1F6B5-1F3FC-200D-2640-FE0F" + "unicode" : "1F6B5-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_mountain_biking_tone2" }, { "unicode" : "1F6B5-1F3FD-200D-2640-FE0F", @@ -16964,44 +16964,44 @@ "unicode" : "1F469-1F3FB-200D-1F4BC" }, { - "shortcode" : "woman_office_worker_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-1F4BC" + "unicode" : "1F469-1F3FE-200D-1F4BC", + "shortcode" : "woman_office_worker_medium_dark_skin_tone" }, { - "shortcode" : "woman_office_worker_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F4BC" + "unicode" : "1F469-1F3FC-200D-1F4BC", + "shortcode" : "woman_office_worker_medium_light_skin_tone" }, { - "unicode" : "1F469-1F3FD-200D-1F4BC", - "shortcode" : "woman_office_worker_medium_skin_tone" + "shortcode" : "woman_office_worker_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F4BC" }, { "unicode" : "1F469-1F3FB-200D-1F4BC", "shortcode" : "woman_office_worker_tone1" }, { - "unicode" : "1F469-1F3FC-200D-1F4BC", - "shortcode" : "woman_office_worker_tone2" + "shortcode" : "woman_office_worker_tone2", + "unicode" : "1F469-1F3FC-200D-1F4BC" }, { "shortcode" : "woman_office_worker_tone3", "unicode" : "1F469-1F3FD-200D-1F4BC" }, { - "shortcode" : "woman_office_worker_tone4", - "unicode" : "1F469-1F3FE-200D-1F4BC" + "unicode" : "1F469-1F3FE-200D-1F4BC", + "shortcode" : "woman_office_worker_tone4" }, { - "unicode" : "1F469-1F3FF-200D-1F4BC", - "shortcode" : "woman_office_worker_tone5" + "shortcode" : "woman_office_worker_tone5", + "unicode" : "1F469-1F3FF-200D-1F4BC" }, { "unicode" : "1F469-200D-2708-FE0F", "shortcode" : "woman_pilot" }, { - "unicode" : "1F469-1F3FF-200D-2708-FE0F", - "shortcode" : "woman_pilot_dark_skin_tone" + "shortcode" : "woman_pilot_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-2708-FE0F" }, { "unicode" : "1F469-1F3FB-200D-2708-FE0F", @@ -17024,24 +17024,24 @@ "unicode" : "1F469-1F3FB-200D-2708-FE0F" }, { - "shortcode" : "woman_pilot_tone2", - "unicode" : "1F469-1F3FC-200D-2708-FE0F" + "unicode" : "1F469-1F3FC-200D-2708-FE0F", + "shortcode" : "woman_pilot_tone2" }, { - "unicode" : "1F469-1F3FD-200D-2708-FE0F", - "shortcode" : "woman_pilot_tone3" + "shortcode" : "woman_pilot_tone3", + "unicode" : "1F469-1F3FD-200D-2708-FE0F" }, { - "unicode" : "1F469-1F3FE-200D-2708-FE0F", - "shortcode" : "woman_pilot_tone4" + "shortcode" : "woman_pilot_tone4", + "unicode" : "1F469-1F3FE-200D-2708-FE0F" }, { "shortcode" : "woman_pilot_tone5", "unicode" : "1F469-1F3FF-200D-2708-FE0F" }, { - "unicode" : "1F93E-200D-2640-FE0F", - "shortcode" : "woman_playing_handball" + "shortcode" : "woman_playing_handball", + "unicode" : "1F93E-200D-2640-FE0F" }, { "unicode" : "1F93E-1F3FF-200D-2640-FE0F", @@ -17052,48 +17052,48 @@ "unicode" : "1F93E-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F93E-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_playing_handball_medium_dark_skin_tone" + "shortcode" : "woman_playing_handball_medium_dark_skin_tone", + "unicode" : "1F93E-1F3FE-200D-2640-FE0F" }, { - "unicode" : "1F93E-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_playing_handball_medium_light_skin_tone" + "shortcode" : "woman_playing_handball_medium_light_skin_tone", + "unicode" : "1F93E-1F3FC-200D-2640-FE0F" }, { "shortcode" : "woman_playing_handball_medium_skin_tone", "unicode" : "1F93E-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "woman_playing_handball_tone1", - "unicode" : "1F93E-1F3FB-200D-2640-FE0F" + "unicode" : "1F93E-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_playing_handball_tone1" }, { - "unicode" : "1F93E-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_playing_handball_tone2" + "shortcode" : "woman_playing_handball_tone2", + "unicode" : "1F93E-1F3FC-200D-2640-FE0F" }, { - "shortcode" : "woman_playing_handball_tone3", - "unicode" : "1F93E-1F3FD-200D-2640-FE0F" + "unicode" : "1F93E-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_playing_handball_tone3" }, { "shortcode" : "woman_playing_handball_tone4", "unicode" : "1F93E-1F3FE-200D-2640-FE0F" }, { - "unicode" : "1F93E-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_playing_handball_tone5" + "shortcode" : "woman_playing_handball_tone5", + "unicode" : "1F93E-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_playing_water_polo", - "unicode" : "1F93D-200D-2640-FE0F" + "unicode" : "1F93D-200D-2640-FE0F", + "shortcode" : "woman_playing_water_polo" }, { - "shortcode" : "woman_playing_water_polo_dark_skin_tone", - "unicode" : "1F93D-1F3FF-200D-2640-FE0F" + "unicode" : "1F93D-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_playing_water_polo_dark_skin_tone" }, { - "shortcode" : "woman_playing_water_polo_light_skin_tone", - "unicode" : "1F93D-1F3FB-200D-2640-FE0F" + "unicode" : "1F93D-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_playing_water_polo_light_skin_tone" }, { "shortcode" : "woman_playing_water_polo_medium_dark_skin_tone", @@ -17108,52 +17108,52 @@ "unicode" : "1F93D-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F93D-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_playing_water_polo_tone1" + "shortcode" : "woman_playing_water_polo_tone1", + "unicode" : "1F93D-1F3FB-200D-2640-FE0F" }, { - "shortcode" : "woman_playing_water_polo_tone2", - "unicode" : "1F93D-1F3FC-200D-2640-FE0F" + "unicode" : "1F93D-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_playing_water_polo_tone2" }, { - "shortcode" : "woman_playing_water_polo_tone3", - "unicode" : "1F93D-1F3FD-200D-2640-FE0F" + "unicode" : "1F93D-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_playing_water_polo_tone3" }, { "unicode" : "1F93D-1F3FE-200D-2640-FE0F", "shortcode" : "woman_playing_water_polo_tone4" }, { - "unicode" : "1F93D-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_playing_water_polo_tone5" + "shortcode" : "woman_playing_water_polo_tone5", + "unicode" : "1F93D-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_police_officer", - "unicode" : "1F46E-200D-2640-FE0F" + "unicode" : "1F46E-200D-2640-FE0F", + "shortcode" : "woman_police_officer" }, { - "unicode" : "1F46E-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_police_officer_dark_skin_tone" + "shortcode" : "woman_police_officer_dark_skin_tone", + "unicode" : "1F46E-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F46E-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_police_officer_light_skin_tone" + "shortcode" : "woman_police_officer_light_skin_tone", + "unicode" : "1F46E-1F3FB-200D-2640-FE0F" }, { "unicode" : "1F46E-1F3FE-200D-2640-FE0F", "shortcode" : "woman_police_officer_medium_dark_skin_tone" }, { - "shortcode" : "woman_police_officer_medium_light_skin_tone", - "unicode" : "1F46E-1F3FC-200D-2640-FE0F" + "unicode" : "1F46E-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_police_officer_medium_light_skin_tone" }, { - "shortcode" : "woman_police_officer_medium_skin_tone", - "unicode" : "1F46E-1F3FD-200D-2640-FE0F" + "unicode" : "1F46E-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_police_officer_medium_skin_tone" }, { - "shortcode" : "woman_police_officer_tone1", - "unicode" : "1F46E-1F3FB-200D-2640-FE0F" + "unicode" : "1F46E-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_police_officer_tone1" }, { "shortcode" : "woman_police_officer_tone2", @@ -17164,16 +17164,16 @@ "shortcode" : "woman_police_officer_tone3" }, { - "shortcode" : "woman_police_officer_tone4", - "unicode" : "1F46E-1F3FE-200D-2640-FE0F" + "unicode" : "1F46E-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_police_officer_tone4" }, { "shortcode" : "woman_police_officer_tone5", "unicode" : "1F46E-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F64E-200D-2640-FE0F", - "shortcode" : "woman_pouting" + "shortcode" : "woman_pouting", + "unicode" : "1F64E-200D-2640-FE0F" }, { "shortcode" : "woman_pouting_dark_skin_tone", @@ -17184,48 +17184,48 @@ "shortcode" : "woman_pouting_light_skin_tone" }, { - "shortcode" : "woman_pouting_medium_dark_skin_tone", - "unicode" : "1F64E-1F3FE-200D-2640-FE0F" + "unicode" : "1F64E-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_pouting_medium_dark_skin_tone" }, { - "unicode" : "1F64E-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_pouting_medium_light_skin_tone" + "shortcode" : "woman_pouting_medium_light_skin_tone", + "unicode" : "1F64E-1F3FC-200D-2640-FE0F" }, { - "unicode" : "1F64E-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_pouting_medium_skin_tone" + "shortcode" : "woman_pouting_medium_skin_tone", + "unicode" : "1F64E-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F64E-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_pouting_tone1" + "shortcode" : "woman_pouting_tone1", + "unicode" : "1F64E-1F3FB-200D-2640-FE0F" }, { "unicode" : "1F64E-1F3FC-200D-2640-FE0F", "shortcode" : "woman_pouting_tone2" }, { - "shortcode" : "woman_pouting_tone3", - "unicode" : "1F64E-1F3FD-200D-2640-FE0F" + "unicode" : "1F64E-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_pouting_tone3" }, { - "shortcode" : "woman_pouting_tone4", - "unicode" : "1F64E-1F3FE-200D-2640-FE0F" + "unicode" : "1F64E-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_pouting_tone4" }, { - "unicode" : "1F64E-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_pouting_tone5" + "shortcode" : "woman_pouting_tone5", + "unicode" : "1F64E-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F64B-200D-2640-FE0F", - "shortcode" : "woman_raising_hand" + "shortcode" : "woman_raising_hand", + "unicode" : "1F64B-200D-2640-FE0F" }, { - "unicode" : "1F64B-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_raising_hand_dark_skin_tone" + "shortcode" : "woman_raising_hand_dark_skin_tone", + "unicode" : "1F64B-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F64B-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_raising_hand_light_skin_tone" + "shortcode" : "woman_raising_hand_light_skin_tone", + "unicode" : "1F64B-1F3FB-200D-2640-FE0F" }, { "unicode" : "1F64B-1F3FE-200D-2640-FE0F", @@ -17260,44 +17260,44 @@ "shortcode" : "woman_raising_hand_tone5" }, { - "shortcode" : "woman_rowing_boat", - "unicode" : "1F6A3-200D-2640-FE0F" + "unicode" : "1F6A3-200D-2640-FE0F", + "shortcode" : "woman_rowing_boat" }, { - "shortcode" : "woman_rowing_boat_dark_skin_tone", - "unicode" : "1F6A3-1F3FF-200D-2640-FE0F" + "unicode" : "1F6A3-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_rowing_boat_dark_skin_tone" }, { "unicode" : "1F6A3-1F3FB-200D-2640-FE0F", "shortcode" : "woman_rowing_boat_light_skin_tone" }, { - "unicode" : "1F6A3-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_rowing_boat_medium_dark_skin_tone" + "shortcode" : "woman_rowing_boat_medium_dark_skin_tone", + "unicode" : "1F6A3-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_rowing_boat_medium_light_skin_tone", - "unicode" : "1F6A3-1F3FC-200D-2640-FE0F" + "unicode" : "1F6A3-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_rowing_boat_medium_light_skin_tone" }, { - "unicode" : "1F6A3-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_rowing_boat_medium_skin_tone" + "shortcode" : "woman_rowing_boat_medium_skin_tone", + "unicode" : "1F6A3-1F3FD-200D-2640-FE0F" }, { "shortcode" : "woman_rowing_boat_tone1", "unicode" : "1F6A3-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F6A3-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_rowing_boat_tone2" + "shortcode" : "woman_rowing_boat_tone2", + "unicode" : "1F6A3-1F3FC-200D-2640-FE0F" }, { "unicode" : "1F6A3-1F3FD-200D-2640-FE0F", "shortcode" : "woman_rowing_boat_tone3" }, { - "shortcode" : "woman_rowing_boat_tone4", - "unicode" : "1F6A3-1F3FE-200D-2640-FE0F" + "unicode" : "1F6A3-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_rowing_boat_tone4" }, { "unicode" : "1F6A3-1F3FF-200D-2640-FE0F", @@ -17320,16 +17320,16 @@ "unicode" : "1F3C3-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_running_medium_light_skin_tone", - "unicode" : "1F3C3-1F3FC-200D-2640-FE0F" + "unicode" : "1F3C3-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_running_medium_light_skin_tone" }, { - "unicode" : "1F3C3-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_running_medium_skin_tone" + "shortcode" : "woman_running_medium_skin_tone", + "unicode" : "1F3C3-1F3FD-200D-2640-FE0F" }, { - "shortcode" : "woman_running_tone1", - "unicode" : "1F3C3-1F3FB-200D-2640-FE0F" + "unicode" : "1F3C3-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_running_tone1" }, { "unicode" : "1F3C3-1F3FC-200D-2640-FE0F", @@ -17352,20 +17352,20 @@ "unicode" : "1F469-200D-1F52C" }, { - "shortcode" : "woman_scientist_dark_skin_tone", - "unicode" : "1F469-1F3FF-200D-1F52C" + "unicode" : "1F469-1F3FF-200D-1F52C", + "shortcode" : "woman_scientist_dark_skin_tone" }, { - "shortcode" : "woman_scientist_light_skin_tone", - "unicode" : "1F469-1F3FB-200D-1F52C" + "unicode" : "1F469-1F3FB-200D-1F52C", + "shortcode" : "woman_scientist_light_skin_tone" }, { - "shortcode" : "woman_scientist_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-1F52C" + "unicode" : "1F469-1F3FE-200D-1F52C", + "shortcode" : "woman_scientist_medium_dark_skin_tone" }, { - "shortcode" : "woman_scientist_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F52C" + "unicode" : "1F469-1F3FC-200D-1F52C", + "shortcode" : "woman_scientist_medium_light_skin_tone" }, { "shortcode" : "woman_scientist_medium_skin_tone", @@ -17380,20 +17380,20 @@ "unicode" : "1F469-1F3FC-200D-1F52C" }, { - "shortcode" : "woman_scientist_tone3", - "unicode" : "1F469-1F3FD-200D-1F52C" + "unicode" : "1F469-1F3FD-200D-1F52C", + "shortcode" : "woman_scientist_tone3" }, { "shortcode" : "woman_scientist_tone4", "unicode" : "1F469-1F3FE-200D-1F52C" }, { - "unicode" : "1F469-1F3FF-200D-1F52C", - "shortcode" : "woman_scientist_tone5" + "shortcode" : "woman_scientist_tone5", + "unicode" : "1F469-1F3FF-200D-1F52C" }, { - "unicode" : "1F937-200D-2640-FE0F", - "shortcode" : "woman_shrugging" + "shortcode" : "woman_shrugging", + "unicode" : "1F937-200D-2640-FE0F" }, { "shortcode" : "woman_shrugging_dark_skin_tone", @@ -17404,36 +17404,36 @@ "unicode" : "1F937-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F937-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_shrugging_medium_dark_skin_tone" - }, - { - "shortcode" : "woman_shrugging_medium_light_skin_tone", - "unicode" : "1F937-1F3FC-200D-2640-FE0F" - }, - { - "shortcode" : "woman_shrugging_medium_skin_tone", - "unicode" : "1F937-1F3FD-200D-2640-FE0F" - }, - { - "shortcode" : "woman_shrugging_tone1", - "unicode" : "1F937-1F3FB-200D-2640-FE0F" - }, - { - "unicode" : "1F937-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_shrugging_tone2" - }, - { - "shortcode" : "woman_shrugging_tone3", - "unicode" : "1F937-1F3FD-200D-2640-FE0F" - }, - { - "shortcode" : "woman_shrugging_tone4", + "shortcode" : "woman_shrugging_medium_dark_skin_tone", "unicode" : "1F937-1F3FE-200D-2640-FE0F" }, { - "unicode" : "1F937-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_shrugging_tone5" + "unicode" : "1F937-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_shrugging_medium_light_skin_tone" + }, + { + "unicode" : "1F937-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_shrugging_medium_skin_tone" + }, + { + "unicode" : "1F937-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_shrugging_tone1" + }, + { + "shortcode" : "woman_shrugging_tone2", + "unicode" : "1F937-1F3FC-200D-2640-FE0F" + }, + { + "unicode" : "1F937-1F3FD-200D-2640-FE0F", + "shortcode" : "woman_shrugging_tone3" + }, + { + "unicode" : "1F937-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_shrugging_tone4" + }, + { + "shortcode" : "woman_shrugging_tone5", + "unicode" : "1F937-1F3FF-200D-2640-FE0F" }, { "unicode" : "1F469-200D-1F3A4", @@ -17444,8 +17444,8 @@ "unicode" : "1F469-1F3FF-200D-1F3A4" }, { - "unicode" : "1F469-1F3FB-200D-1F3A4", - "shortcode" : "woman_singer_light_skin_tone" + "shortcode" : "woman_singer_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F3A4" }, { "unicode" : "1F469-1F3FE-200D-1F3A4", @@ -17456,12 +17456,12 @@ "shortcode" : "woman_singer_medium_light_skin_tone" }, { - "unicode" : "1F469-1F3FD-200D-1F3A4", - "shortcode" : "woman_singer_medium_skin_tone" + "shortcode" : "woman_singer_medium_skin_tone", + "unicode" : "1F469-1F3FD-200D-1F3A4" }, { - "shortcode" : "woman_singer_tone1", - "unicode" : "1F469-1F3FB-200D-1F3A4" + "unicode" : "1F469-1F3FB-200D-1F3A4", + "shortcode" : "woman_singer_tone1" }, { "unicode" : "1F469-1F3FC-200D-1F3A4", @@ -17480,48 +17480,48 @@ "shortcode" : "woman_singer_tone5" }, { - "unicode" : "1F469-200D-1F393", - "shortcode" : "woman_student" + "shortcode" : "woman_student", + "unicode" : "1F469-200D-1F393" }, { - "unicode" : "1F469-1F3FF-200D-1F393", - "shortcode" : "woman_student_dark_skin_tone" + "shortcode" : "woman_student_dark_skin_tone", + "unicode" : "1F469-1F3FF-200D-1F393" }, { - "unicode" : "1F469-1F3FB-200D-1F393", - "shortcode" : "woman_student_light_skin_tone" + "shortcode" : "woman_student_light_skin_tone", + "unicode" : "1F469-1F3FB-200D-1F393" }, { "shortcode" : "woman_student_medium_dark_skin_tone", "unicode" : "1F469-1F3FE-200D-1F393" }, { - "shortcode" : "woman_student_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F393" + "unicode" : "1F469-1F3FC-200D-1F393", + "shortcode" : "woman_student_medium_light_skin_tone" }, { "unicode" : "1F469-1F3FD-200D-1F393", "shortcode" : "woman_student_medium_skin_tone" }, { - "unicode" : "1F469-1F3FB-200D-1F393", - "shortcode" : "woman_student_tone1" + "shortcode" : "woman_student_tone1", + "unicode" : "1F469-1F3FB-200D-1F393" }, { - "shortcode" : "woman_student_tone2", - "unicode" : "1F469-1F3FC-200D-1F393" + "unicode" : "1F469-1F3FC-200D-1F393", + "shortcode" : "woman_student_tone2" }, { - "unicode" : "1F469-1F3FD-200D-1F393", - "shortcode" : "woman_student_tone3" + "shortcode" : "woman_student_tone3", + "unicode" : "1F469-1F3FD-200D-1F393" }, { - "unicode" : "1F469-1F3FE-200D-1F393", - "shortcode" : "woman_student_tone4" + "shortcode" : "woman_student_tone4", + "unicode" : "1F469-1F3FE-200D-1F393" }, { - "unicode" : "1F469-1F3FF-200D-1F393", - "shortcode" : "woman_student_tone5" + "shortcode" : "woman_student_tone5", + "unicode" : "1F469-1F3FF-200D-1F393" }, { "unicode" : "1F3C4-200D-2640-FE0F", @@ -17532,8 +17532,8 @@ "unicode" : "1F3C4-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_surfing_light_skin_tone", - "unicode" : "1F3C4-1F3FB-200D-2640-FE0F" + "unicode" : "1F3C4-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_surfing_light_skin_tone" }, { "unicode" : "1F3C4-1F3FE-200D-2640-FE0F", @@ -17548,20 +17548,20 @@ "shortcode" : "woman_surfing_medium_skin_tone" }, { - "unicode" : "1F3C4-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_surfing_tone1" + "shortcode" : "woman_surfing_tone1", + "unicode" : "1F3C4-1F3FB-200D-2640-FE0F" }, { "shortcode" : "woman_surfing_tone2", "unicode" : "1F3C4-1F3FC-200D-2640-FE0F" }, { - "unicode" : "1F3C4-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_surfing_tone3" + "shortcode" : "woman_surfing_tone3", + "unicode" : "1F3C4-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F3C4-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_surfing_tone4" + "shortcode" : "woman_surfing_tone4", + "unicode" : "1F3C4-1F3FE-200D-2640-FE0F" }, { "shortcode" : "woman_surfing_tone5", @@ -17572,12 +17572,12 @@ "unicode" : "1F3CA-200D-2640-FE0F" }, { - "unicode" : "1F3CA-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_swimming_dark_skin_tone" + "shortcode" : "woman_swimming_dark_skin_tone", + "unicode" : "1F3CA-1F3FF-200D-2640-FE0F" }, { - "unicode" : "1F3CA-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_swimming_light_skin_tone" + "shortcode" : "woman_swimming_light_skin_tone", + "unicode" : "1F3CA-1F3FB-200D-2640-FE0F" }, { "shortcode" : "woman_swimming_medium_dark_skin_tone", @@ -17592,12 +17592,12 @@ "shortcode" : "woman_swimming_medium_skin_tone" }, { - "shortcode" : "woman_swimming_tone1", - "unicode" : "1F3CA-1F3FB-200D-2640-FE0F" + "unicode" : "1F3CA-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_swimming_tone1" }, { - "shortcode" : "woman_swimming_tone2", - "unicode" : "1F3CA-1F3FC-200D-2640-FE0F" + "unicode" : "1F3CA-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_swimming_tone2" }, { "shortcode" : "woman_swimming_tone3", @@ -17608,8 +17608,8 @@ "shortcode" : "woman_swimming_tone4" }, { - "shortcode" : "woman_swimming_tone5", - "unicode" : "1F3CA-1F3FF-200D-2640-FE0F" + "unicode" : "1F3CA-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_swimming_tone5" }, { "unicode" : "1F469-200D-1F3EB", @@ -17624,12 +17624,12 @@ "unicode" : "1F469-1F3FB-200D-1F3EB" }, { - "shortcode" : "woman_teacher_medium_dark_skin_tone", - "unicode" : "1F469-1F3FE-200D-1F3EB" + "unicode" : "1F469-1F3FE-200D-1F3EB", + "shortcode" : "woman_teacher_medium_dark_skin_tone" }, { - "shortcode" : "woman_teacher_medium_light_skin_tone", - "unicode" : "1F469-1F3FC-200D-1F3EB" + "unicode" : "1F469-1F3FC-200D-1F3EB", + "shortcode" : "woman_teacher_medium_light_skin_tone" }, { "unicode" : "1F469-1F3FD-200D-1F3EB", @@ -17640,16 +17640,16 @@ "unicode" : "1F469-1F3FB-200D-1F3EB" }, { - "unicode" : "1F469-1F3FC-200D-1F3EB", - "shortcode" : "woman_teacher_tone2" + "shortcode" : "woman_teacher_tone2", + "unicode" : "1F469-1F3FC-200D-1F3EB" }, { "shortcode" : "woman_teacher_tone3", "unicode" : "1F469-1F3FD-200D-1F3EB" }, { - "shortcode" : "woman_teacher_tone4", - "unicode" : "1F469-1F3FE-200D-1F3EB" + "unicode" : "1F469-1F3FE-200D-1F3EB", + "shortcode" : "woman_teacher_tone4" }, { "shortcode" : "woman_teacher_tone5", @@ -17668,52 +17668,52 @@ "shortcode" : "woman_technologist_light_skin_tone" }, { - "unicode" : "1F469-1F3FE-200D-1F4BB", - "shortcode" : "woman_technologist_medium_dark_skin_tone" + "shortcode" : "woman_technologist_medium_dark_skin_tone", + "unicode" : "1F469-1F3FE-200D-1F4BB" }, { - "unicode" : "1F469-1F3FC-200D-1F4BB", - "shortcode" : "woman_technologist_medium_light_skin_tone" + "shortcode" : "woman_technologist_medium_light_skin_tone", + "unicode" : "1F469-1F3FC-200D-1F4BB" }, { "unicode" : "1F469-1F3FD-200D-1F4BB", "shortcode" : "woman_technologist_medium_skin_tone" }, { - "shortcode" : "woman_technologist_tone1", - "unicode" : "1F469-1F3FB-200D-1F4BB" + "unicode" : "1F469-1F3FB-200D-1F4BB", + "shortcode" : "woman_technologist_tone1" }, { "shortcode" : "woman_technologist_tone2", "unicode" : "1F469-1F3FC-200D-1F4BB" }, { - "shortcode" : "woman_technologist_tone3", - "unicode" : "1F469-1F3FD-200D-1F4BB" + "unicode" : "1F469-1F3FD-200D-1F4BB", + "shortcode" : "woman_technologist_tone3" }, { "shortcode" : "woman_technologist_tone4", "unicode" : "1F469-1F3FE-200D-1F4BB" }, { - "unicode" : "1F469-1F3FF-200D-1F4BB", - "shortcode" : "woman_technologist_tone5" + "shortcode" : "woman_technologist_tone5", + "unicode" : "1F469-1F3FF-200D-1F4BB" }, { "shortcode" : "woman_tipping_hand", "unicode" : "1F481-200D-2640-FE0F" }, { - "unicode" : "1F481-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_tipping_hand_dark_skin_tone" + "shortcode" : "woman_tipping_hand_dark_skin_tone", + "unicode" : "1F481-1F3FF-200D-2640-FE0F" }, { - "shortcode" : "woman_tipping_hand_light_skin_tone", - "unicode" : "1F481-1F3FB-200D-2640-FE0F" + "unicode" : "1F481-1F3FB-200D-2640-FE0F", + "shortcode" : "woman_tipping_hand_light_skin_tone" }, { - "unicode" : "1F481-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_tipping_hand_medium_dark_skin_tone" + "shortcode" : "woman_tipping_hand_medium_dark_skin_tone", + "unicode" : "1F481-1F3FE-200D-2640-FE0F" }, { "unicode" : "1F481-1F3FC-200D-2640-FE0F", @@ -17732,24 +17732,24 @@ "shortcode" : "woman_tipping_hand_tone2" }, { - "unicode" : "1F481-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_tipping_hand_tone3" + "shortcode" : "woman_tipping_hand_tone3", + "unicode" : "1F481-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F481-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_tipping_hand_tone4" + "shortcode" : "woman_tipping_hand_tone4", + "unicode" : "1F481-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_tipping_hand_tone5", - "unicode" : "1F481-1F3FF-200D-2640-FE0F" + "unicode" : "1F481-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_tipping_hand_tone5" }, { "shortcode" : "woman_tone1", "unicode" : "1F469-1F3FB" }, { - "shortcode" : "woman_tone2", - "unicode" : "1F469-1F3FC" + "unicode" : "1F469-1F3FC", + "shortcode" : "woman_tone2" }, { "unicode" : "1F469-1F3FD", @@ -17768,32 +17768,32 @@ "unicode" : "1F6B6-200D-2640-FE0F" }, { - "shortcode" : "woman_walking_dark_skin_tone", - "unicode" : "1F6B6-1F3FF-200D-2640-FE0F" + "unicode" : "1F6B6-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_walking_dark_skin_tone" }, { "unicode" : "1F6B6-1F3FB-200D-2640-FE0F", "shortcode" : "woman_walking_light_skin_tone" }, { - "shortcode" : "woman_walking_medium_dark_skin_tone", - "unicode" : "1F6B6-1F3FE-200D-2640-FE0F" + "unicode" : "1F6B6-1F3FE-200D-2640-FE0F", + "shortcode" : "woman_walking_medium_dark_skin_tone" }, { "shortcode" : "woman_walking_medium_light_skin_tone", "unicode" : "1F6B6-1F3FC-200D-2640-FE0F" }, { - "unicode" : "1F6B6-1F3FD-200D-2640-FE0F", - "shortcode" : "woman_walking_medium_skin_tone" + "shortcode" : "woman_walking_medium_skin_tone", + "unicode" : "1F6B6-1F3FD-200D-2640-FE0F" }, { "shortcode" : "woman_walking_tone1", "unicode" : "1F6B6-1F3FB-200D-2640-FE0F" }, { - "unicode" : "1F6B6-1F3FC-200D-2640-FE0F", - "shortcode" : "woman_walking_tone2" + "shortcode" : "woman_walking_tone2", + "unicode" : "1F6B6-1F3FC-200D-2640-FE0F" }, { "shortcode" : "woman_walking_tone3", @@ -17804,16 +17804,16 @@ "unicode" : "1F6B6-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_walking_tone5", - "unicode" : "1F6B6-1F3FF-200D-2640-FE0F" + "unicode" : "1F6B6-1F3FF-200D-2640-FE0F", + "shortcode" : "woman_walking_tone5" }, { - "unicode" : "1F473-200D-2640-FE0F", - "shortcode" : "woman_wearing_turban" + "shortcode" : "woman_wearing_turban", + "unicode" : "1F473-200D-2640-FE0F" }, { - "unicode" : "1F473-1F3FF-200D-2640-FE0F", - "shortcode" : "woman_wearing_turban_dark_skin_tone" + "shortcode" : "woman_wearing_turban_dark_skin_tone", + "unicode" : "1F473-1F3FF-200D-2640-FE0F" }, { "shortcode" : "woman_wearing_turban_light_skin_tone", @@ -17824,16 +17824,16 @@ "unicode" : "1F473-1F3FE-200D-2640-FE0F" }, { - "shortcode" : "woman_wearing_turban_medium_light_skin_tone", - "unicode" : "1F473-1F3FC-200D-2640-FE0F" + "unicode" : "1F473-1F3FC-200D-2640-FE0F", + "shortcode" : "woman_wearing_turban_medium_light_skin_tone" }, { "shortcode" : "woman_wearing_turban_medium_skin_tone", "unicode" : "1F473-1F3FD-200D-2640-FE0F" }, { - "unicode" : "1F473-1F3FB-200D-2640-FE0F", - "shortcode" : "woman_wearing_turban_tone1" + "shortcode" : "woman_wearing_turban_tone1", + "unicode" : "1F473-1F3FB-200D-2640-FE0F" }, { "shortcode" : "woman_wearing_turban_tone2", @@ -17844,8 +17844,8 @@ "shortcode" : "woman_wearing_turban_tone3" }, { - "unicode" : "1F473-1F3FE-200D-2640-FE0F", - "shortcode" : "woman_wearing_turban_tone4" + "shortcode" : "woman_wearing_turban_tone4", + "unicode" : "1F473-1F3FE-200D-2640-FE0F" }, { "unicode" : "1F473-1F3FF-200D-2640-FE0F", @@ -17876,20 +17876,20 @@ "unicode" : "1F469-200D-1F469-200D-1F467-200D-1F467" }, { - "unicode" : "1F93C-200D-2640-FE0F", - "shortcode" : "woman_wrestling" + "shortcode" : "woman_wrestling", + "unicode" : "1F93C-200D-2640-FE0F" }, { - "shortcode" : "womans_clothes", - "unicode" : "1F45A" + "unicode" : "1F45A", + "shortcode" : "womans_clothes" }, { - "shortcode" : "womans_hat", - "unicode" : "1F452" + "unicode" : "1F452", + "shortcode" : "womans_hat" }, { - "shortcode" : "women_with_bunny_ears_partying", - "unicode" : "1F46F-200D-2640-FE0F" + "unicode" : "1F46F-200D-2640-FE0F", + "shortcode" : "women_with_bunny_ears_partying" }, { "shortcode" : "women_wrestling", @@ -17920,16 +17920,16 @@ "unicode" : "1F93C" }, { - "shortcode" : "wrestling", - "unicode" : "1F93C" + "unicode" : "1F93C", + "shortcode" : "wrestling" }, { - "shortcode" : "writing_hand", - "unicode" : "270D" + "unicode" : "270D", + "shortcode" : "writing_hand" }, { - "shortcode" : "writing_hand_dark_skin_tone", - "unicode" : "270D-1F3FF" + "unicode" : "270D-1F3FF", + "shortcode" : "writing_hand_dark_skin_tone" }, { "shortcode" : "writing_hand_light_skin_tone", @@ -17940,16 +17940,16 @@ "unicode" : "270D-1F3FE" }, { - "unicode" : "270D-1F3FC", - "shortcode" : "writing_hand_medium_light_skin_tone" + "shortcode" : "writing_hand_medium_light_skin_tone", + "unicode" : "270D-1F3FC" }, { "shortcode" : "writing_hand_medium_skin_tone", "unicode" : "270D-1F3FD" }, { - "shortcode" : "writing_hand_tone1", - "unicode" : "270D-1F3FB" + "unicode" : "270D-1F3FB", + "shortcode" : "writing_hand_tone1" }, { "shortcode" : "writing_hand_tone2", @@ -17972,8 +17972,8 @@ "unicode" : "1F1FC-1F1F8" }, { - "unicode" : "274C", - "shortcode" : "x" + "shortcode" : "x", + "unicode" : "274C" }, { "unicode" : "1F1FD-1F1F0", @@ -17984,24 +17984,24 @@ "shortcode" : "ye" }, { - "unicode" : "1F49B", - "shortcode" : "yellow_heart" + "shortcode" : "yellow_heart", + "unicode" : "1F49B" }, { - "shortcode" : "yen", - "unicode" : "1F4B4" + "unicode" : "1F4B4", + "shortcode" : "yen" }, { - "shortcode" : "yin_yang", - "unicode" : "262F" + "unicode" : "262F", + "shortcode" : "yin_yang" }, { - "shortcode" : "yt", - "unicode" : "1F1FE-1F1F9" + "unicode" : "1F1FE-1F1F9", + "shortcode" : "yt" }, { - "shortcode" : "yum", - "unicode" : "1F60B" + "unicode" : "1F60B", + "shortcode" : "yum" }, { "shortcode" : "za", @@ -18020,16 +18020,16 @@ "unicode" : "1F910" }, { - "shortcode" : "zipper_mouth_face", - "unicode" : "1F910" + "unicode" : "1F910", + "shortcode" : "zipper_mouth_face" }, { "unicode" : "1F1FF-1F1F2", "shortcode" : "zm" }, { - "unicode" : "1F1FF-1F1FC", - "shortcode" : "zw" + "shortcode" : "zw", + "unicode" : "1F1FF-1F1FC" }, { "shortcode" : "zzz", diff --git a/app/src/main/java/jp/juggler/subwaytooter/ActAccountSetting.java b/app/src/main/java/jp/juggler/subwaytooter/ActAccountSetting.java index b7260211..fb1bf924 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/ActAccountSetting.java +++ b/app/src/main/java/jp/juggler/subwaytooter/ActAccountSetting.java @@ -866,7 +866,7 @@ public class ActAccountSetting extends AppCompatActivity return; } } - updateCredential( "display_name=" + Uri.encode(sv ) ); + updateCredential( "display_name=" + Uri.encode(EmojiDecoder.decodeShortCode(sv) ) ); } private void sendNote(boolean bConfirmed){ @@ -890,7 +890,7 @@ public class ActAccountSetting extends AppCompatActivity return; } } - updateCredential( "note=" + Uri.encode(sv ) ); + updateCredential( "note=" + Uri.encode(EmojiDecoder.decodeShortCode(sv) ) ); } private static final int PERMISSION_REQUEST_AVATAR = 1; diff --git a/app/src/main/java/jp/juggler/subwaytooter/App1.java b/app/src/main/java/jp/juggler/subwaytooter/App1.java index 8f25919b..b321987c 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/App1.java +++ b/app/src/main/java/jp/juggler/subwaytooter/App1.java @@ -7,8 +7,9 @@ import android.content.Context; import android.content.SharedPreferences; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; -import android.graphics.Typeface; +import android.os.SystemClock; import android.support.annotation.NonNull; +import android.support.annotation.Nullable; import com.bumptech.glide.Glide; import com.bumptech.glide.GlideBuilder; @@ -43,11 +44,13 @@ import jp.juggler.subwaytooter.util.CustomEmojiCache; import jp.juggler.subwaytooter.util.CustomEmojiLister; import jp.juggler.subwaytooter.util.LogCategory; import okhttp3.Cache; +import okhttp3.CacheControl; +import okhttp3.Call; import okhttp3.CipherSuite; import okhttp3.ConnectionSpec; import okhttp3.OkHttpClient; +import okhttp3.Response; import uk.co.chrisjenx.calligraphy.CalligraphyConfig; -import uk.co.chrisjenx.calligraphy.TypefaceUtils; public class App1 extends Application { @@ -215,10 +218,10 @@ public class App1 extends Application { public static OkHttpClient ok_http_client; - public static OkHttpClient ok_http_client2; + private static OkHttpClient ok_http_client2; - public static final boolean USE_OLD_EMOJIONE = false; - public static Typeface typeface_emoji; +// public static final boolean USE_OLD_EMOJIONE = false; +// public static Typeface typeface_emoji; public static SharedPreferences pref; @@ -292,11 +295,11 @@ public class App1 extends Application { AcctSet.deleteOld( System.currentTimeMillis() ); } - if( USE_OLD_EMOJIONE ){ - if( typeface_emoji == null ){ - typeface_emoji = TypefaceUtils.load( app_context.getAssets(), "emojione_android.ttf" ); - } - } +// if( USE_OLD_EMOJIONE ){ +// if( typeface_emoji == null ){ +// typeface_emoji = TypefaceUtils.load( app_context.getAssets(), "emojione_android.ttf" ); +// } +// } // if( image_loader == null ){ // image_loader = new MyImageLoader( @@ -406,4 +409,74 @@ public class App1 extends Application { } } + + static final CacheControl CACHE_5MIN = new CacheControl.Builder() + .maxStale(Integer.MAX_VALUE, TimeUnit.SECONDS) // キャッシュをいつまで保持するか + //s .minFresh( 1, TimeUnit.HOURS ) // キャッシュが新鮮であると考えられる時間 + .maxAge( 1, TimeUnit.HOURS ) // キャッシュが新鮮であると考えられる時間 + .build(); + + @Nullable public static byte[] getHttpCached( @NonNull String url ){ + Response response; + long t_start = SystemClock.elapsedRealtime(); + try{ + okhttp3.Request.Builder request_builder = new okhttp3.Request.Builder(); + request_builder.url( url ); + request_builder.cacheControl( CACHE_5MIN ); + + Call call = App1.ok_http_client2.newCall( request_builder.build() ); + response = call.execute(); + }catch( Throwable ex ){ + log.e( ex, "getHttp network error." ); + return null; + }finally{ + long t_delta = SystemClock.elapsedRealtime() -t_start; + log.d("getHttp: time=%dms",t_delta); + } + + if( ! response.isSuccessful() ){ + log.e( "getHttp response error. %s", response ); + return null; + } + + try{ + //noinspection ConstantConditions + return response.body().bytes(); + }catch( Throwable ex ){ + log.e( ex, "getHttp content error." ); + return null; + } + } + + @Nullable public static String getHttpCachedString( @NonNull String url ){ + Response response; + long t_start = SystemClock.elapsedRealtime(); + try{ + okhttp3.Request.Builder request_builder = new okhttp3.Request.Builder(); + request_builder.url( url ); + request_builder.cacheControl( CACHE_5MIN ); + + Call call = App1.ok_http_client2.newCall( request_builder.build() ); + response = call.execute(); + }catch( Throwable ex ){ + log.e( ex, "getHttp network error." ); + return null; + }finally{ + long t_delta = SystemClock.elapsedRealtime() -t_start; + log.d("getHttp: time=%dms",t_delta); + } + + if( ! response.isSuccessful() ){ + log.e( "getHttp response error. %s", response ); + return null; + } + + try{ + //noinspection ConstantConditions + return response.body().string(); + }catch( Throwable ex ){ + log.e( ex, "getHttp content error." ); + return null; + } + } } diff --git a/app/src/main/java/jp/juggler/subwaytooter/HeaderViewHolderProfile.java b/app/src/main/java/jp/juggler/subwaytooter/HeaderViewHolderProfile.java index 507d794c..0452453b 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/HeaderViewHolderProfile.java +++ b/app/src/main/java/jp/juggler/subwaytooter/HeaderViewHolderProfile.java @@ -11,6 +11,7 @@ import jp.juggler.subwaytooter.api.entity.TootAccount; import jp.juggler.subwaytooter.api.entity.TootStatus; import jp.juggler.subwaytooter.table.UserRelation; import jp.juggler.subwaytooter.util.EmojiDecoder; +import jp.juggler.subwaytooter.util.EmojiMap201709; import jp.juggler.subwaytooter.view.MyLinkMovementMethod; import jp.juggler.subwaytooter.view.MyNetworkImageView; @@ -37,20 +38,20 @@ class HeaderViewHolderProfile extends HeaderViewHolderBase implements View.OnCli , arg_activity.getLayoutInflater().inflate( R.layout.lv_header_account, parent, false ) ); - ivBackground = (MyNetworkImageView) viewRoot.findViewById( R.id.ivBackground ); + ivBackground = viewRoot.findViewById( R.id.ivBackground ); llProfile = viewRoot.findViewById( R.id.llProfile ); - tvCreated = (TextView) viewRoot.findViewById( R.id.tvCreated ); - ivAvatar = (MyNetworkImageView) viewRoot.findViewById( R.id.ivAvatar ); - tvDisplayName = (TextView) viewRoot.findViewById( R.id.tvDisplayName ); - tvAcct = (TextView) viewRoot.findViewById( R.id.tvAcct ); - btnFollowing = (Button) viewRoot.findViewById( R.id.btnFollowing ); - btnFollowers = (Button) viewRoot.findViewById( R.id.btnFollowers ); - btnStatusCount = (Button) viewRoot.findViewById( R.id.btnStatusCount ); - tvNote = (TextView) viewRoot.findViewById( R.id.tvNote ); + tvCreated = viewRoot.findViewById( R.id.tvCreated ); + ivAvatar = viewRoot.findViewById( R.id.ivAvatar ); + tvDisplayName = viewRoot.findViewById( R.id.tvDisplayName ); + tvAcct = viewRoot.findViewById( R.id.tvAcct ); + btnFollowing = viewRoot.findViewById( R.id.btnFollowing ); + btnFollowers = viewRoot.findViewById( R.id.btnFollowers ); + btnStatusCount = viewRoot.findViewById( R.id.btnStatusCount ); + tvNote = viewRoot.findViewById( R.id.tvNote ); View btnMore = viewRoot.findViewById( R.id.btnMore ); - btnFollow = (ImageButton) viewRoot.findViewById( R.id.btnFollow ); - ivFollowedBy = (ImageView) viewRoot.findViewById( R.id.ivFollowedBy ); - tvRemoteProfileWarning = (TextView) viewRoot.findViewById( R.id.tvRemoteProfileWarning ); + btnFollow = viewRoot.findViewById( R.id.btnFollow ); + ivFollowedBy = viewRoot.findViewById( R.id.ivFollowedBy ); + tvRemoteProfileWarning = viewRoot.findViewById( R.id.tvRemoteProfileWarning ); ivBackground.setOnClickListener( this ); btnFollowing.setOnClickListener( this ); @@ -103,7 +104,7 @@ class HeaderViewHolderProfile extends HeaderViewHolderBase implements View.OnCli String s = "@" + access_info.getFullAcct( who ); if( who.locked ){ - s += " " + EmojiDecoder.map_name2unicode.get( "lock" ); + s += " " + EmojiMap201709.sShortNameToImageId.get("lock" ).unified; } tvAcct.setText( EmojiDecoder.decodeEmoji( activity, s ,null) ); diff --git a/app/src/main/java/jp/juggler/subwaytooter/dialog/EmojiPicker.java b/app/src/main/java/jp/juggler/subwaytooter/dialog/EmojiPicker.java index 0fd63cdb..f9e6e2c1 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/dialog/EmojiPicker.java +++ b/app/src/main/java/jp/juggler/subwaytooter/dialog/EmojiPicker.java @@ -133,8 +133,8 @@ public class EmojiPicker implements View.OnClickListener, CustomEmojiLister.Call SkinTone tone = (SkinTone) viewRoot.findViewById( selected_tone ).getTag(); for( String suffix : tone.suffix_list ){ String new_name = name + suffix; - Integer value = EmojiMap201709.sShortNameToImageId.get( new_name ); - if( value != null ) return new_name; + EmojiMap201709.EmojiInfo info = EmojiMap201709.sShortNameToImageId.get( new_name ); + if( info != null ) return new_name; } return name; } @@ -334,9 +334,9 @@ public class EmojiPicker implements View.OnClickListener, CustomEmojiLister.Call view.setTag( item ); ImageView iv = (ImageView) view; if( page != null ){ - Integer image_id = EmojiMap201709.sShortNameToImageId.get( item.name ); - if( image_id != null ){ - iv.setImageResource( image_id ); + EmojiMap201709.EmojiInfo info = EmojiMap201709.sShortNameToImageId.get( item.name ); + if( info != null ){ + iv.setImageResource( info.image_id ); } } }else{ @@ -361,8 +361,8 @@ public class EmojiPicker implements View.OnClickListener, CustomEmojiLister.Call EmojiItem item = page.emoji_list.get( idx ); if( TextUtils.isEmpty( item.instance ) ){ String name = item.name; - Integer image_id = EmojiMap201709.sShortNameToImageId.get( name ); - if( image_id == null ) return; + EmojiMap201709.EmojiInfo info = EmojiMap201709.sShortNameToImageId.get( name ); + if( info == null ) return; if( selected_tone != 0 ){ name = applySkinTone( name ); } diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/APNGFrames.java b/app/src/main/java/jp/juggler/subwaytooter/util/APNGFrames.java index 9fd15dd8..ba2667b1 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/APNGFrames.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/APNGFrames.java @@ -459,7 +459,6 @@ import java.util.ArrayList; if( result != null ) result.onParseComplete(); return result; }catch( Throwable ex ){ - log.trace( ex ); handler.dispose(); throw ex; } diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiCache.java b/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiCache.java index ddad24c3..df2a4ed8 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiCache.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiCache.java @@ -9,16 +9,16 @@ import android.support.annotation.NonNull; import android.support.annotation.Nullable; import java.io.ByteArrayInputStream; +import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; +import java.util.Iterator; +import java.util.LinkedList; import java.util.concurrent.ConcurrentHashMap; -import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.atomic.AtomicBoolean; import jp.juggler.subwaytooter.App1; -import okhttp3.Call; -import okhttp3.Response; @SuppressWarnings("WeakerAccess") public class CustomEmojiCache { @@ -62,24 +62,41 @@ public class CustomEmojiCache { // リクエスト public interface Callback { - void onAPNGLoadComplete( APNGFrames b ); + void onAPNGLoadComplete(); } static class Request { - @NonNull String url; - @NonNull Callback callback; + @NonNull final WeakReference refTarget; + @NonNull final String url; + @NonNull final Callback callback; - public Request( @NonNull String url, @NonNull Callback callback ){ + public Request( @NonNull Object target_tag, @NonNull String url, @NonNull Callback callback ){ + this.refTarget = new WeakReference<>( target_tag ); this.url = url; this.callback = callback; } } - final ConcurrentLinkedQueue< Request > queue = new ConcurrentLinkedQueue<>(); + final LinkedList< Request > queue = new LinkedList<>(); //////////////////////////////// - @Nullable public APNGFrames get( @NonNull String url, @NonNull Callback callback ){ + public void cancelRequest( @NonNull Object target_tag){ + synchronized( queue ){ + Iterator it = queue.iterator(); + while( it.hasNext() ){ + Request request = it.next(); + Object tag = request.refTarget.get(); + if( tag == null || tag == target_tag ){ + it.remove(); + } + } + } + } + + @Nullable public APNGFrames get( @NonNull Object target_tag,@NonNull String url, @NonNull Callback callback ){ + + cancelRequest( target_tag ); synchronized( cache ){ long now = getNow(); @@ -97,7 +114,9 @@ public class CustomEmojiCache { return null; } } - queue.add( new Request( url, callback ) ); + synchronized( queue ){ + queue.addLast( new Request( target_tag, url, callback ) ); + } worker.notifyEx(); return null; } @@ -124,19 +143,27 @@ public class CustomEmojiCache { @Override public void run(){ while( ! bCancelled.get() ){ - Request request = queue.poll(); + Request request; + synchronized( queue ){ + request = queue.isEmpty() ? null : queue.removeFirst(); + } + if( request == null ){ waitEx( 86400000L ); continue; } + if( request.refTarget.get() == null ){ + continue; + } + long now = getNow(); synchronized( cache ){ // 成功キャッシュ CacheItem item = cache.get( request.url ); if( item != null ){ - fireCallback( request.callback, item.frames ); + fireCallback( request.callback ); continue; } @@ -151,7 +178,7 @@ public class CustomEmojiCache { APNGFrames frames = null; try{ - byte[] data = getHttp( request.url ); + byte[] data = App1.getHttpCached( request.url ); if( data != null ){ frames = decodeAPNG( data, request.url ); } @@ -169,7 +196,7 @@ public class CustomEmojiCache { item.frames.dispose(); item.frames = frames; } - fireCallback( request.callback, frames ); + fireCallback( request.callback ); }else{ cache_error.put( request.url, getNow() ); } @@ -177,40 +204,15 @@ public class CustomEmojiCache { } } - private void fireCallback( final Callback callback, final APNGFrames frames ){ + private void fireCallback( final Callback callback ){ handler.post( new Runnable() { @Override public void run(){ - callback.onAPNGLoadComplete( frames ); + callback.onAPNGLoadComplete(); } } ); } - private byte[] getHttp( String url ){ - Response response; - try{ - okhttp3.Request.Builder request_builder = new okhttp3.Request.Builder(); - request_builder.url( url ); - Call call = App1.ok_http_client2.newCall( request_builder.build() ); - response = call.execute(); - }catch( Throwable ex ){ - log.e( ex, "getHttp network error." ); - return null; - } - - if( ! response.isSuccessful() ){ - log.e( "getHttp response error. %s", response ); - return null; - } - - try{ - //noinspection ConstantConditions - return response.body().bytes(); - }catch( Throwable ex ){ - log.e( ex, "getHttp content error." ); - return null; - } - } - + private void sweep_cache(){ // キャッシュの掃除 @@ -244,7 +246,7 @@ public class CustomEmojiCache { APNGFrames frames = APNGFrames.parseAPNG( new ByteArrayInputStream( data ), 64 ); if( frames != null ) return frames; }catch( Throwable ex ){ - log.e( ex, "PNG decode failed. %s", url ); + log.e( ex, "PNG decode failed. %s ", url ); // PngFeatureException Interlaced images are not yet supported } diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiLister.java b/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiLister.java index 8b44bc42..7879b716 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiLister.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/CustomEmojiLister.java @@ -1,8 +1,6 @@ package jp.juggler.subwaytooter.util; import android.content.Context; -import android.graphics.Bitmap; -import android.graphics.BitmapFactory; import android.os.Handler; import android.os.SystemClock; import android.support.annotation.NonNull; @@ -11,7 +9,6 @@ import android.text.TextUtils; import org.json.JSONArray; -import java.io.ByteArrayInputStream; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; @@ -21,8 +18,6 @@ import java.util.concurrent.atomic.AtomicBoolean; import jp.juggler.subwaytooter.App1; import jp.juggler.subwaytooter.api.entity.CustomEmoji; -import okhttp3.Call; -import okhttp3.Response; @SuppressWarnings("WeakerAccess") public class CustomEmojiLister { @@ -175,7 +170,7 @@ public class CustomEmojiLister { CustomEmoji.List list = null; try{ - String data = getHttp( request.instance ); + String data = App1.getHttpCachedString("https://"+ request.instance + "/api/v1/custom_emojis"); if( data != null ){ list = decodeEmojiList( data, request.instance ); } @@ -209,31 +204,7 @@ public class CustomEmojiLister { } ); } - private String getHttp( String instance ){ - Response response; - try{ - okhttp3.Request.Builder request_builder = new okhttp3.Request.Builder(); - request_builder.url( "https://"+ instance + "/api/v1/custom_emojis" ); - Call call = App1.ok_http_client2.newCall( request_builder.build() ); - response = call.execute(); - }catch( Throwable ex ){ - log.e( ex, "getHttp network error." ); - return null; - } - - if( ! response.isSuccessful() ){ - log.e( "getHttp response error. %s", response ); - return null; - } - - try{ - //noinspection ConstantConditions - return response.body().string(); - }catch( Throwable ex ){ - log.e( ex, "getHttp content error." ); - return null; - } - } + private void sweep_cache(){ diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/EmojiDecoder.java b/app/src/main/java/jp/juggler/subwaytooter/util/EmojiDecoder.java index 70762b3c..767e1fc5 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/EmojiDecoder.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/EmojiDecoder.java @@ -1,6 +1,7 @@ package jp.juggler.subwaytooter.util; import android.content.Context; +import android.support.annotation.DrawableRes; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.Spannable; @@ -9,52 +10,20 @@ import android.text.Spanned; import android.text.TextUtils; import java.util.ArrayList; -import java.util.Collections; -import java.util.HashMap; -import java.util.HashSet; -import java.util.regex.Matcher; import java.util.regex.Pattern; -import jp.juggler.subwaytooter.App1; import jp.juggler.subwaytooter.R; import jp.juggler.subwaytooter.api.entity.CustomEmoji; -public abstract class EmojiDecoder { - private static final Pattern SHORTNAME_PATTERN = Pattern.compile( ":([-+\\w]+):" ); - - public static final HashMap< String, String > map_name2unicode = EmojiMap._shortNameToUnicode; - private static final HashSet< String > set_unicode = EmojiMap._unicode_set; +@SuppressWarnings("WeakerAccess") +public class EmojiDecoder { private static class DecodeEnv { @NonNull final Context context; + @NonNull final SpannableStringBuilder sb = new SpannableStringBuilder(); - SpannableStringBuilder sb = new SpannableStringBuilder(); - int last_span_start = - 1; - int last_span_end = - 1; - - @Nullable CustomEmoji.Map custom_map; - - DecodeEnv( @NonNull Context context, @Nullable CustomEmoji.Map custom_map ){ + DecodeEnv( @NonNull Context context ){ this.context = context; - this.custom_map = custom_map; - } - - void closeSpan(){ - if( last_span_start >= 0 ){ - if( last_span_end > last_span_start && App1.typeface_emoji != null ){ - EmojiSpan typefaceSpan = new EmojiSpan( App1.typeface_emoji ); - sb.setSpan( typefaceSpan, last_span_start, last_span_end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE ); - } - last_span_start = - 1; - } - } - - void addEmoji( String s ){ - if( last_span_start < 0 ){ - last_span_start = sb.length(); - } - sb.append( s ); - last_span_end = sb.length(); } void addUnicodeString( String s ){ @@ -63,53 +32,36 @@ public abstract class EmojiDecoder { while( i < end ){ int remain = end - i; String emoji = null; - if( App1.USE_OLD_EMOJIONE ){ - for( int j = EmojiMap.max_length ; j > 0 ; -- j ){ - if( j > remain ) continue; - String check = s.substring( i, i + j ); - if( set_unicode.contains( check ) ){ - emoji = check; - break; - } - } - if( emoji != null ){ - addEmoji( emoji ); - i += emoji.length(); - continue; - } - }else{ - Integer image_id = null; - for( int j = EmojiMap201709.utf16_max_length ; j > 0 ; -- j ){ - if( j > remain ) continue; - String check = s.substring( i, i + j ); - image_id = EmojiMap201709.sUTF16ToImageId.get( check ); - if( image_id != null ){ - if( j< remain && s.charAt( i+j ) == 0xFE0E){ - // 絵文字バリエーション・シーケンス(EVS)のU+FE0E(VS-15)が直後にある場合 - // その文字を絵文字化しない - emoji = s.substring( i, i + j +1); - image_id = 0; - }else{ - emoji = check; - } - break; - } - } - + Integer image_id = null; + for( int j = EmojiMap201709.utf16_max_length ; j > 0 ; -- j ){ + if( j > remain ) continue; + String check = s.substring( i, i + j ); + image_id = EmojiMap201709.sUTF16ToImageId.get( check ); if( image_id != null ){ - if( image_id == 0 ){ + if( j < remain && s.charAt( i + j ) == 0xFE0E ){ // 絵文字バリエーション・シーケンス(EVS)のU+FE0E(VS-15)が直後にある場合 // その文字を絵文字化しない - closeSpan(); - sb.append( emoji ); + emoji = s.substring( i, i + j + 1 ); + image_id = 0; }else{ - addImageSpan( emoji, image_id ); + emoji = check; } - i += emoji.length(); - continue; + break; } } - closeSpan(); + + if( image_id != null ){ + if( image_id == 0 ){ + // 絵文字バリエーション・シーケンス(EVS)のU+FE0E(VS-15)が直後にある場合 + // その文字を絵文字化しない + sb.append( emoji ); + }else{ + addImageSpan( emoji, image_id ); + } + i += emoji.length(); + continue; + } + int length = Character.charCount( s.codePointAt( i ) ); if( length == 1 ){ sb.append( s.charAt( i ) ); @@ -121,8 +73,7 @@ public abstract class EmojiDecoder { } } - void addImageSpan( String text, int res_id ){ - closeSpan(); + void addImageSpan( String text, @DrawableRes int res_id ){ int start = sb.length(); sb.append( text ); int end = sb.length(); @@ -130,7 +81,6 @@ public abstract class EmojiDecoder { } void addNetworkEmojiSpan( String text, @NonNull String url ){ - closeSpan(); int start = sb.length(); sb.append( text ); int end = sb.length(); @@ -138,78 +88,191 @@ public abstract class EmojiDecoder { } } + public static boolean isWhitespaceBeforeEmoji( int cp ){ + switch( cp ){ + case 0x0009: // HORIZONTAL TABULATION + case 0x000A: // LINE FEED + case 0x000B: // VERTICAL TABULATION + case 0x000C: // FORM FEED + case 0x000D: // CARRIAGE RETURN + case 0x001C: // FILE SEPARATOR + case 0x001D: // GROUP SEPARATOR + case 0x001E: // RECORD SEPARATOR + case 0x001F: // UNIT SEPARATOR + case 0x0020: + case 0x00A0: //非区切りスペース + case 0x1680: + case 0x180E: + case 0x2000: + case 0x2001: + case 0x2002: + case 0x2003: + case 0x2004: + case 0x2005: + case 0x2006: + case 0x2007: //非区切りスペース + case 0x2008: + case 0x2009: + case 0x200A: + case 0x200B: + case 0x202F: //非区切りスペース + case 0x205F: + case 0x2060: + case 0x3000: + case 0x3164: + case 0xFEFF: + return true; + default: + return Character.isWhitespace( cp ); + } + } + + public static boolean isShortCodeCharacter( int cp ){ + return ( 'A' <= cp && cp <= 'Z' ) + || ( 'a' <= cp && cp <= 'z' ) + || ( '0' <= cp && cp <= '9' ) + || cp == '-' + || cp == '+' + || cp == '_' + ; + } + + interface ShortCodeSplitterCallback { + void onString( @NonNull String part ); + + void onShortCode( @NonNull String part, @NonNull String name ); + } + + static void splitShortCode( @NonNull String s, int start, int end, @NonNull ShortCodeSplitterCallback callback ){ + int i = start; + while( i < end ){ + // 絵文字パターンの開始位置を探索する + start = i; + while( i < end ){ + int c = s.codePointAt( i ); + if( c == ':' ){ + // ショートコードの手前は始端か改行か空白文字でないとならない + // 空白文字の判定はサーバサイドのそれにあわせる + if( i == 0 || isWhitespaceBeforeEmoji( s.codePointBefore( i ) ) ){ + break; + } + } + i += Character.charCount( c ); + } + if( i > start ){ + callback.onString( s.substring( start, i ) ); + } + if( i >= end ) break; + + start = i++; // start=コロンの位置 i=その次の位置 + + int emoji_end = - 1; + while( i < end ){ + int c = s.codePointAt( i ); + if( c == ':' ){ + emoji_end = i; + break; + } + if( ! isShortCodeCharacter( c ) ){ + break; + } + i += Character.charCount( c ); + } + + // 絵文字がみつからなかったら、startの位置のコロンだけを処理して残りは次のループで処理する + if( emoji_end == - 1 || emoji_end - start < 3 ){ + callback.onString( ":" ); + i = start + 1; + continue; + } + + callback.onShortCode( + s.substring( start, emoji_end + 1 ) // ":shortcode:" + , s.substring( start + 1, emoji_end ) // "shortcode" + ); + + i = emoji_end + 1;// コロンの次の位置 + } + } + private static final Pattern reNicoru = Pattern.compile( "\\Anicoru\\d*\\z", Pattern.CASE_INSENSITIVE ); private static final Pattern reHohoemi = Pattern.compile( "\\Ahohoemi\\d*\\z", Pattern.CASE_INSENSITIVE ); - public static Spannable decodeEmoji( Context context, String s, @Nullable CustomEmoji.Map custom_map ){ + public static Spannable decodeEmoji( @NonNull final Context context, @NonNull final String s, @Nullable final CustomEmoji.Map custom_map ){ - DecodeEnv decode_env = new DecodeEnv( context, custom_map ); - Matcher matcher = SHORTNAME_PATTERN.matcher( s ); - int last_end = 0; - while( matcher.find() ){ - int start = matcher.start(); - int end = matcher.end(); - if( start > last_end ){ - decode_env.addUnicodeString( s.substring( last_end, start ) ); - } - last_end = end; - // - if( App1.USE_OLD_EMOJIONE ){ - String unicode = map_name2unicode.get( matcher.group( 1 ) ); - if( unicode != null ){ - decode_env.addEmoji( unicode ); - continue; - } - }else{ - String name = matcher.group( 1 ).toLowerCase().replace( '-', '_' ); - Integer image_id = EmojiMap201709.sShortNameToImageId.get( name ); - if( image_id != null ){ - decode_env.addImageSpan( s.substring( start, end ), image_id ); - continue; - } + final DecodeEnv decode_env = new DecodeEnv( context ); + splitShortCode( s, 0, s.length(), new ShortCodeSplitterCallback() { + @Override public void onString( @NonNull String part ){ + decode_env.addUnicodeString( part ); } - String url = ( custom_map == null ? null : custom_map.get( matcher.group( 1 ) ) ); - if( ! TextUtils.isEmpty( url ) ){ - decode_env.addNetworkEmojiSpan( s.substring( start, end ), url ); + @Override public void onShortCode( @NonNull String part, @NonNull String name ){ + EmojiMap201709.EmojiInfo info = EmojiMap201709.sShortNameToImageId.get( name.toLowerCase().replace( '-', '_' ) ); + if( info != null ){ + decode_env.addImageSpan( part, info.image_id ); + return; + } - }else if( reHohoemi.matcher( matcher.group( 1 ) ).find() ){ - decode_env.addImageSpan( s.substring( start, end ), R.drawable.emoji_hohoemi ); - }else if( reNicoru.matcher( matcher.group( 1 ) ).find() ){ - decode_env.addImageSpan( s.substring( start, end ), R.drawable.emoji_nicoru ); - }else{ - decode_env.addUnicodeString( s.substring( start, end ) ); + String url = ( custom_map == null ? null : custom_map.get( name ) ); + if( ! TextUtils.isEmpty( url ) ){ + decode_env.addNetworkEmojiSpan( part, url ); + return; + } + + if( reHohoemi.matcher( name ).find() ){ + decode_env.addImageSpan( part, R.drawable.emoji_hohoemi ); + }else if( reNicoru.matcher( name ).find() ){ + decode_env.addImageSpan( part, R.drawable.emoji_nicoru ); + }else{ + decode_env.addUnicodeString( part ); + } } - } - // copy remain - int end = s.length(); - if( end > last_end ){ - decode_env.addUnicodeString( s.substring( last_end, end ) ); - } - // close span - decode_env.closeSpan(); + } ); return decode_env.sb; } - public static ArrayList< CharSequence > searchShortCode( Context context, String prefix, int limit ){ - ArrayList< CharSequence > dst = new ArrayList<>(); - if( ! App1.USE_OLD_EMOJIONE ){ - for( String shortCode : EmojiMap201709.sShortNameList ){ - if( dst.size() >= limit ) break; - if( ! shortCode.contains( prefix )) continue; - - SpannableStringBuilder sb = new SpannableStringBuilder(); - sb.append( ' ' ); - int start = 0; - int end = sb.length(); - sb.setSpan( new EmojiImageSpan( context, EmojiMap201709.sShortNameToImageId.get( shortCode ) ), start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE ); - sb.append( ' ' ); - sb.append( ':' ); - sb.append( shortCode ); - sb.append( ':' ); - dst.add( sb ); + // 投稿などの際、表示は不要だがショートコード=>Unicodeの解決を行いたい場合がある + // カスタム絵文字の変換も行わない + public static String decodeShortCode( @NonNull final String s ){ + + final StringBuilder sb = new StringBuilder(); + + splitShortCode( s, 0, s.length(), new ShortCodeSplitterCallback() { + @Override public void onString( @NonNull String part ){ + sb.append( part ); } + + @Override public void onShortCode( @NonNull String part, @NonNull String name ){ + EmojiMap201709.EmojiInfo info = EmojiMap201709.sShortNameToImageId.get( name.toLowerCase().replace( '-', '_' ) ); + sb.append( info != null ? info.unified : part ); + } + } ); + + return sb.toString(); + } + + // 入力補完用。絵文字ショートコード一覧を部分一致で絞り込む + static ArrayList< CharSequence > searchShortCode( Context context, String prefix, int limit ){ + ArrayList< CharSequence > dst = new ArrayList<>(); + for( String shortCode : EmojiMap201709.sShortNameList ){ + if( dst.size() >= limit ) break; + if( ! shortCode.contains( prefix ) ) continue; + + EmojiMap201709.EmojiInfo info = EmojiMap201709.sShortNameToImageId.get( shortCode ); + if( info == null ) continue; + + SpannableStringBuilder sb = new SpannableStringBuilder(); + sb.append( ' ' ); + int start = 0; + int end = sb.length(); + + sb.setSpan( new EmojiImageSpan( context, info.image_id ), start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE ); + sb.append( ' ' ); + sb.append( ':' ); + sb.append( shortCode ); + sb.append( ':' ); + dst.add( sb ); } return dst; } diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap.java b/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap.java index 3a9937a7..96bb1f8e 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap.java @@ -1,3636 +1,3636 @@ -package jp.juggler.subwaytooter.util; - - import java.util.HashMap; - import java.util.HashSet; - -public class EmojiMap { - public static final HashMap< String, String > _shortNameToUnicode = new HashMap<>(); - public static final HashSet< String > _unicode_set = new HashSet<>(); - - static int max_length = 0; - - private static void _addEntry( String name, String utf16 ){ - - // ショートネームからunicodeへの変換マップ - _shortNameToUnicode.put( name, utf16 ); - - // ASCII文字列は絵文字とみなさない - int c = utf16.charAt( 0 ); - if( utf16.length() == 1 && 0 <= c && c <= 0x7f ){ - return; - } - - // 絵文字のUTF-16表現の最大長 - if( utf16.length() > max_length ){ - max_length = utf16.length(); - } - // 集合を覚えておく - _unicode_set.add( utf16 ); - } - - private static void init1(){ - _addEntry( "+1", new String( new int[]{ 0x1f44d }, 0, 1 ) ); - _addEntry( "+1_tone1", new String( new int[]{ 0x1f44d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "+1_tone2", new String( new int[]{ 0x1f44d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "+1_tone3", new String( new int[]{ 0x1f44d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "+1_tone4", new String( new int[]{ 0x1f44d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "+1_tone5", new String( new int[]{ 0x1f44d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "-1", new String( new int[]{ 0x1f44e }, 0, 1 ) ); - _addEntry( "-1_tone1", new String( new int[]{ 0x1f44e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "-1_tone2", new String( new int[]{ 0x1f44e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "-1_tone3", new String( new int[]{ 0x1f44e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "-1_tone4", new String( new int[]{ 0x1f44e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "-1_tone5", new String( new int[]{ 0x1f44e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "100", new String( new int[]{ 0x1f4af }, 0, 1 ) ); - _addEntry( "1234", new String( new int[]{ 0x1f522 }, 0, 1 ) ); - _addEntry( "8ball", new String( new int[]{ 0x1f3b1 }, 0, 1 ) ); - _addEntry( "a", new String( new int[]{ 0x1f170 }, 0, 1 ) ); - _addEntry( "ab", new String( new int[]{ 0x1f18e }, 0, 1 ) ); - _addEntry( "abc", new String( new int[]{ 0x1f524 }, 0, 1 ) ); - _addEntry( "abcd", new String( new int[]{ 0x1f521 }, 0, 1 ) ); - _addEntry( "ac", new String( new int[]{ 0x1f1e6, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "accept", new String( new int[]{ 0x1f251 }, 0, 1 ) ); - _addEntry( "ad", new String( new int[]{ 0x1f1e6, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "admission_tickets", new String( new int[]{ 0x1f39f }, 0, 1 ) ); - _addEntry( "ae", new String( new int[]{ 0x1f1e6, 0x1f1ea }, 0, 2 ) ); - _addEntry( "aerial_tramway", new String( new int[]{ 0x1f6a1 }, 0, 1 ) ); - _addEntry( "af", new String( new int[]{ 0x1f1e6, 0x1f1eb }, 0, 2 ) ); - _addEntry( "ag", new String( new int[]{ 0x1f1e6, 0x1f1ec }, 0, 2 ) ); - _addEntry( "ai", new String( new int[]{ 0x1f1e6, 0x1f1ee }, 0, 2 ) ); - _addEntry( "airplane", new String( new int[]{ 0x2708 }, 0, 1 ) ); - _addEntry( "airplane_arriving", new String( new int[]{ 0x1f6ec }, 0, 1 ) ); - _addEntry( "airplane_departure", new String( new int[]{ 0x1f6eb }, 0, 1 ) ); - _addEntry( "airplane_small", new String( new int[]{ 0x1f6e9 }, 0, 1 ) ); - _addEntry( "al", new String( new int[]{ 0x1f1e6, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "alarm_clock", new String( new int[]{ 0x23f0 }, 0, 1 ) ); - _addEntry( "alembic", new String( new int[]{ 0x2697 }, 0, 1 ) ); - _addEntry( "alien", new String( new int[]{ 0x1f47d }, 0, 1 ) ); - _addEntry( "am", new String( new int[]{ 0x1f1e6, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "ambulance", new String( new int[]{ 0x1f691 }, 0, 1 ) ); - _addEntry( "amphora", new String( new int[]{ 0x1f3fa }, 0, 1 ) ); - _addEntry( "anchor", new String( new int[]{ 0x2693 }, 0, 1 ) ); - _addEntry( "angel", new String( new int[]{ 0x1f47c }, 0, 1 ) ); - _addEntry( "angel_tone1", new String( new int[]{ 0x1f47c, 0x1f3fb }, 0, 2 ) ); - _addEntry( "angel_tone2", new String( new int[]{ 0x1f47c, 0x1f3fc }, 0, 2 ) ); - _addEntry( "angel_tone3", new String( new int[]{ 0x1f47c, 0x1f3fd }, 0, 2 ) ); - _addEntry( "angel_tone4", new String( new int[]{ 0x1f47c, 0x1f3fe }, 0, 2 ) ); - _addEntry( "angel_tone5", new String( new int[]{ 0x1f47c, 0x1f3ff }, 0, 2 ) ); - _addEntry( "anger", new String( new int[]{ 0x1f4a2 }, 0, 1 ) ); - _addEntry( "anger_right", new String( new int[]{ 0x1f5ef }, 0, 1 ) ); - _addEntry( "angry", new String( new int[]{ 0x1f620 }, 0, 1 ) ); - _addEntry( "anguished", new String( new int[]{ 0x1f627 }, 0, 1 ) ); - _addEntry( "ant", new String( new int[]{ 0x1f41c }, 0, 1 ) ); - _addEntry( "ao", new String( new int[]{ 0x1f1e6, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "apple", new String( new int[]{ 0x1f34e }, 0, 1 ) ); - _addEntry( "aq", new String( new int[]{ 0x1f1e6, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "aquarius", new String( new int[]{ 0x2652 }, 0, 1 ) ); - _addEntry( "ar", new String( new int[]{ 0x1f1e6, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "archery", new String( new int[]{ 0x1f3f9 }, 0, 1 ) ); - _addEntry( "aries", new String( new int[]{ 0x2648 }, 0, 1 ) ); - _addEntry( "arrow_backward", new String( new int[]{ 0x25c0 }, 0, 1 ) ); - _addEntry( "arrow_double_down", new String( new int[]{ 0x23ec }, 0, 1 ) ); - _addEntry( "arrow_double_up", new String( new int[]{ 0x23eb }, 0, 1 ) ); - _addEntry( "arrow_down", new String( new int[]{ 0x2b07 }, 0, 1 ) ); - _addEntry( "arrow_down_small", new String( new int[]{ 0x1f53d }, 0, 1 ) ); - _addEntry( "arrow_forward", new String( new int[]{ 0x25b6 }, 0, 1 ) ); - _addEntry( "arrow_heading_down", new String( new int[]{ 0x2935 }, 0, 1 ) ); - _addEntry( "arrow_heading_up", new String( new int[]{ 0x2934 }, 0, 1 ) ); - _addEntry( "arrow_left", new String( new int[]{ 0x2b05 }, 0, 1 ) ); - _addEntry( "arrow_lower_left", new String( new int[]{ 0x2199 }, 0, 1 ) ); - _addEntry( "arrow_lower_right", new String( new int[]{ 0x2198 }, 0, 1 ) ); - _addEntry( "arrow_right", new String( new int[]{ 0x27a1 }, 0, 1 ) ); - _addEntry( "arrow_right_hook", new String( new int[]{ 0x21aa }, 0, 1 ) ); - _addEntry( "arrow_up", new String( new int[]{ 0x2b06 }, 0, 1 ) ); - _addEntry( "arrow_up_down", new String( new int[]{ 0x2195 }, 0, 1 ) ); - _addEntry( "arrow_up_small", new String( new int[]{ 0x1f53c }, 0, 1 ) ); - _addEntry( "arrow_upper_left", new String( new int[]{ 0x2196 }, 0, 1 ) ); - _addEntry( "arrow_upper_right", new String( new int[]{ 0x2197 }, 0, 1 ) ); - _addEntry( "arrows_clockwise", new String( new int[]{ 0x1f503 }, 0, 1 ) ); - _addEntry( "arrows_counterclockwise", new String( new int[]{ 0x1f504 }, 0, 1 ) ); - _addEntry( "art", new String( new int[]{ 0x1f3a8 }, 0, 1 ) ); - _addEntry( "articulated_lorry", new String( new int[]{ 0x1f69b }, 0, 1 ) ); - _addEntry( "as", new String( new int[]{ 0x1f1e6, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "asterisk", new String( new int[]{ 0x002a, 0x20e3 }, 0, 2 ) ); - _addEntry( "asterisk_symbol", new String( new int[]{ 0x002a }, 0, 1 ) ); - _addEntry( "astonished", new String( new int[]{ 0x1f632 }, 0, 1 ) ); - _addEntry( "at", new String( new int[]{ 0x1f1e6, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "athletic_shoe", new String( new int[]{ 0x1f45f }, 0, 1 ) ); - _addEntry( "atm", new String( new int[]{ 0x1f3e7 }, 0, 1 ) ); - _addEntry( "atom", new String( new int[]{ 0x269b }, 0, 1 ) ); - _addEntry( "atom_symbol", new String( new int[]{ 0x269b }, 0, 1 ) ); - _addEntry( "au", new String( new int[]{ 0x1f1e6, 0x1f1fa }, 0, 2 ) ); - _addEntry( "avocado", new String( new int[]{ 0x1f951 }, 0, 1 ) ); - _addEntry( "aw", new String( new int[]{ 0x1f1e6, 0x1f1fc }, 0, 2 ) ); - _addEntry( "ax", new String( new int[]{ 0x1f1e6, 0x1f1fd }, 0, 2 ) ); - _addEntry( "az", new String( new int[]{ 0x1f1e6, 0x1f1ff }, 0, 2 ) ); - _addEntry( "b", new String( new int[]{ 0x1f171 }, 0, 1 ) ); - _addEntry( "ba", new String( new int[]{ 0x1f1e7, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "baby", new String( new int[]{ 0x1f476 }, 0, 1 ) ); - _addEntry( "baby_bottle", new String( new int[]{ 0x1f37c }, 0, 1 ) ); - _addEntry( "baby_chick", new String( new int[]{ 0x1f424 }, 0, 1 ) ); - _addEntry( "baby_symbol", new String( new int[]{ 0x1f6bc }, 0, 1 ) ); - _addEntry( "baby_tone1", new String( new int[]{ 0x1f476, 0x1f3fb }, 0, 2 ) ); - } - - private static void init2(){ - _addEntry( "baby_tone2", new String( new int[]{ 0x1f476, 0x1f3fc }, 0, 2 ) ); - _addEntry( "baby_tone3", new String( new int[]{ 0x1f476, 0x1f3fd }, 0, 2 ) ); - _addEntry( "baby_tone4", new String( new int[]{ 0x1f476, 0x1f3fe }, 0, 2 ) ); - _addEntry( "baby_tone5", new String( new int[]{ 0x1f476, 0x1f3ff }, 0, 2 ) ); - _addEntry( "back", new String( new int[]{ 0x1f519 }, 0, 1 ) ); - _addEntry( "back_of_hand", new String( new int[]{ 0x1f91a }, 0, 1 ) ); - _addEntry( "back_of_hand_tone1", new String( new int[]{ 0x1f91a, 0x1f3fb }, 0, 2 ) ); - _addEntry( "back_of_hand_tone2", new String( new int[]{ 0x1f91a, 0x1f3fc }, 0, 2 ) ); - _addEntry( "back_of_hand_tone3", new String( new int[]{ 0x1f91a, 0x1f3fd }, 0, 2 ) ); - _addEntry( "back_of_hand_tone4", new String( new int[]{ 0x1f91a, 0x1f3fe }, 0, 2 ) ); - _addEntry( "back_of_hand_tone5", new String( new int[]{ 0x1f91a, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bacon", new String( new int[]{ 0x1f953 }, 0, 1 ) ); - _addEntry( "badminton", new String( new int[]{ 0x1f3f8 }, 0, 1 ) ); - _addEntry( "baggage_claim", new String( new int[]{ 0x1f6c4 }, 0, 1 ) ); - _addEntry( "baguette_bread", new String( new int[]{ 0x1f956 }, 0, 1 ) ); - _addEntry( "balloon", new String( new int[]{ 0x1f388 }, 0, 1 ) ); - _addEntry( "ballot_box", new String( new int[]{ 0x1f5f3 }, 0, 1 ) ); - _addEntry( "ballot_box_with_ballot", new String( new int[]{ 0x1f5f3 }, 0, 1 ) ); - _addEntry( "ballot_box_with_check", new String( new int[]{ 0x2611 }, 0, 1 ) ); - _addEntry( "bamboo", new String( new int[]{ 0x1f38d }, 0, 1 ) ); - _addEntry( "banana", new String( new int[]{ 0x1f34c }, 0, 1 ) ); - _addEntry( "bangbang", new String( new int[]{ 0x203c }, 0, 1 ) ); - _addEntry( "bank", new String( new int[]{ 0x1f3e6 }, 0, 1 ) ); - _addEntry( "bar_chart", new String( new int[]{ 0x1f4ca }, 0, 1 ) ); - _addEntry( "barber", new String( new int[]{ 0x1f488 }, 0, 1 ) ); - _addEntry( "baseball", new String( new int[]{ 0x26be }, 0, 1 ) ); - _addEntry( "basketball", new String( new int[]{ 0x1f3c0 }, 0, 1 ) ); - _addEntry( "basketball_player", new String( new int[]{ 0x26f9 }, 0, 1 ) ); - _addEntry( "basketball_player_tone1", new String( new int[]{ 0x26f9, 0x1f3fb }, 0, 2 ) ); - _addEntry( "basketball_player_tone2", new String( new int[]{ 0x26f9, 0x1f3fc }, 0, 2 ) ); - _addEntry( "basketball_player_tone3", new String( new int[]{ 0x26f9, 0x1f3fd }, 0, 2 ) ); - _addEntry( "basketball_player_tone4", new String( new int[]{ 0x26f9, 0x1f3fe }, 0, 2 ) ); - _addEntry( "basketball_player_tone5", new String( new int[]{ 0x26f9, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bat", new String( new int[]{ 0x1f987 }, 0, 1 ) ); - _addEntry( "bath", new String( new int[]{ 0x1f6c0 }, 0, 1 ) ); - _addEntry( "bath_tone1", new String( new int[]{ 0x1f6c0, 0x1f3fb }, 0, 2 ) ); - _addEntry( "bath_tone2", new String( new int[]{ 0x1f6c0, 0x1f3fc }, 0, 2 ) ); - _addEntry( "bath_tone3", new String( new int[]{ 0x1f6c0, 0x1f3fd }, 0, 2 ) ); - _addEntry( "bath_tone4", new String( new int[]{ 0x1f6c0, 0x1f3fe }, 0, 2 ) ); - _addEntry( "bath_tone5", new String( new int[]{ 0x1f6c0, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bathtub", new String( new int[]{ 0x1f6c1 }, 0, 1 ) ); - _addEntry( "battery", new String( new int[]{ 0x1f50b }, 0, 1 ) ); - _addEntry( "bb", new String( new int[]{ 0x1f1e7, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "bd", new String( new int[]{ 0x1f1e7, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "be", new String( new int[]{ 0x1f1e7, 0x1f1ea }, 0, 2 ) ); - _addEntry( "beach", new String( new int[]{ 0x1f3d6 }, 0, 1 ) ); - _addEntry( "beach_umbrella", new String( new int[]{ 0x26f1 }, 0, 1 ) ); - _addEntry( "beach_with_umbrella", new String( new int[]{ 0x1f3d6 }, 0, 1 ) ); - _addEntry( "bear", new String( new int[]{ 0x1f43b }, 0, 1 ) ); - _addEntry( "bed", new String( new int[]{ 0x1f6cf }, 0, 1 ) ); - _addEntry( "bee", new String( new int[]{ 0x1f41d }, 0, 1 ) ); - _addEntry( "beer", new String( new int[]{ 0x1f37a }, 0, 1 ) ); - _addEntry( "beers", new String( new int[]{ 0x1f37b }, 0, 1 ) ); - _addEntry( "beetle", new String( new int[]{ 0x1f41e }, 0, 1 ) ); - _addEntry( "beginner", new String( new int[]{ 0x1f530 }, 0, 1 ) ); - _addEntry( "bell", new String( new int[]{ 0x1f514 }, 0, 1 ) ); - _addEntry( "bellhop", new String( new int[]{ 0x1f6ce }, 0, 1 ) ); - _addEntry( "bellhop_bell", new String( new int[]{ 0x1f6ce }, 0, 1 ) ); - _addEntry( "bento", new String( new int[]{ 0x1f371 }, 0, 1 ) ); - _addEntry( "bf", new String( new int[]{ 0x1f1e7, 0x1f1eb }, 0, 2 ) ); - _addEntry( "bg", new String( new int[]{ 0x1f1e7, 0x1f1ec }, 0, 2 ) ); - _addEntry( "bh", new String( new int[]{ 0x1f1e7, 0x1f1ed }, 0, 2 ) ); - _addEntry( "bi", new String( new int[]{ 0x1f1e7, 0x1f1ee }, 0, 2 ) ); - _addEntry( "bicyclist", new String( new int[]{ 0x1f6b4 }, 0, 1 ) ); - _addEntry( "bicyclist_tone1", new String( new int[]{ 0x1f6b4, 0x1f3fb }, 0, 2 ) ); - _addEntry( "bicyclist_tone2", new String( new int[]{ 0x1f6b4, 0x1f3fc }, 0, 2 ) ); - _addEntry( "bicyclist_tone3", new String( new int[]{ 0x1f6b4, 0x1f3fd }, 0, 2 ) ); - _addEntry( "bicyclist_tone4", new String( new int[]{ 0x1f6b4, 0x1f3fe }, 0, 2 ) ); - _addEntry( "bicyclist_tone5", new String( new int[]{ 0x1f6b4, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bike", new String( new int[]{ 0x1f6b2 }, 0, 1 ) ); - _addEntry( "bikini", new String( new int[]{ 0x1f459 }, 0, 1 ) ); - _addEntry( "biohazard", new String( new int[]{ 0x2623 }, 0, 1 ) ); - _addEntry( "biohazard_sign", new String( new int[]{ 0x2623 }, 0, 1 ) ); - _addEntry( "bird", new String( new int[]{ 0x1f426 }, 0, 1 ) ); - _addEntry( "birthday", new String( new int[]{ 0x1f382 }, 0, 1 ) ); - _addEntry( "bj", new String( new int[]{ 0x1f1e7, 0x1f1ef }, 0, 2 ) ); - _addEntry( "bl", new String( new int[]{ 0x1f1e7, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "black_circle", new String( new int[]{ 0x26ab }, 0, 1 ) ); - _addEntry( "black_heart", new String( new int[]{ 0x1f5a4 }, 0, 1 ) ); - _addEntry( "black_joker", new String( new int[]{ 0x1f0cf }, 0, 1 ) ); - _addEntry( "black_large_square", new String( new int[]{ 0x2b1b }, 0, 1 ) ); - _addEntry( "black_medium_small_square", new String( new int[]{ 0x25fe }, 0, 1 ) ); - _addEntry( "black_medium_square", new String( new int[]{ 0x25fc }, 0, 1 ) ); - _addEntry( "black_nib", new String( new int[]{ 0x2712 }, 0, 1 ) ); - _addEntry( "black_small_square", new String( new int[]{ 0x25aa }, 0, 1 ) ); - _addEntry( "black_square_button", new String( new int[]{ 0x1f532 }, 0, 1 ) ); - _addEntry( "blond-haired_man", new String( new int[]{ 0x1f471, 0x2642 }, 0, 2 ) ); - _addEntry( "blond-haired_man_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_medium_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_medium_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_medium_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_tone1", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_tone2", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_tone3", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_tone4", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_man_tone5", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "blond-haired_woman", new String( new int[]{ 0x1f471, 0x2640 }, 0, 2 ) ); - _addEntry( "blond-haired_woman_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_medium_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2640 }, 0, 3 ) ); - } - - private static void init3(){ - _addEntry( "blond-haired_woman_medium_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_medium_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_tone1", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_tone2", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_tone3", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_tone4", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "blond-haired_woman_tone5", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "blossom", new String( new int[]{ 0x1f33c }, 0, 1 ) ); - _addEntry( "blowfish", new String( new int[]{ 0x1f421 }, 0, 1 ) ); - _addEntry( "blue_book", new String( new int[]{ 0x1f4d8 }, 0, 1 ) ); - _addEntry( "blue_car", new String( new int[]{ 0x1f699 }, 0, 1 ) ); - _addEntry( "blue_circle", new String( new int[]{ 0x1f535 }, 0, 1 ) ); - _addEntry( "blue_heart", new String( new int[]{ 0x1f499 }, 0, 1 ) ); - _addEntry( "blush", new String( new int[]{ 0x1f60a }, 0, 1 ) ); - _addEntry( "bm", new String( new int[]{ 0x1f1e7, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "bn", new String( new int[]{ 0x1f1e7, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "bo", new String( new int[]{ 0x1f1e7, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "boar", new String( new int[]{ 0x1f417 }, 0, 1 ) ); - _addEntry( "bomb", new String( new int[]{ 0x1f4a3 }, 0, 1 ) ); - _addEntry( "book", new String( new int[]{ 0x1f4d6 }, 0, 1 ) ); - _addEntry( "bookmark", new String( new int[]{ 0x1f516 }, 0, 1 ) ); - _addEntry( "bookmark_tabs", new String( new int[]{ 0x1f4d1 }, 0, 1 ) ); - _addEntry( "books", new String( new int[]{ 0x1f4da }, 0, 1 ) ); - _addEntry( "boom", new String( new int[]{ 0x1f4a5 }, 0, 1 ) ); - _addEntry( "boot", new String( new int[]{ 0x1f462 }, 0, 1 ) ); - _addEntry( "bottle_with_popping_cork", new String( new int[]{ 0x1f37e }, 0, 1 ) ); - _addEntry( "bouquet", new String( new int[]{ 0x1f490 }, 0, 1 ) ); - _addEntry( "bow", new String( new int[]{ 0x1f647 }, 0, 1 ) ); - _addEntry( "bow_and_arrow", new String( new int[]{ 0x1f3f9 }, 0, 1 ) ); - _addEntry( "bow_tone1", new String( new int[]{ 0x1f647, 0x1f3fb }, 0, 2 ) ); - _addEntry( "bow_tone2", new String( new int[]{ 0x1f647, 0x1f3fc }, 0, 2 ) ); - _addEntry( "bow_tone3", new String( new int[]{ 0x1f647, 0x1f3fd }, 0, 2 ) ); - _addEntry( "bow_tone4", new String( new int[]{ 0x1f647, 0x1f3fe }, 0, 2 ) ); - _addEntry( "bow_tone5", new String( new int[]{ 0x1f647, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bowling", new String( new int[]{ 0x1f3b3 }, 0, 1 ) ); - _addEntry( "boxing_glove", new String( new int[]{ 0x1f94a }, 0, 1 ) ); - _addEntry( "boxing_gloves", new String( new int[]{ 0x1f94a }, 0, 1 ) ); - _addEntry( "boy", new String( new int[]{ 0x1f466 }, 0, 1 ) ); - _addEntry( "boy_tone1", new String( new int[]{ 0x1f466, 0x1f3fb }, 0, 2 ) ); - _addEntry( "boy_tone2", new String( new int[]{ 0x1f466, 0x1f3fc }, 0, 2 ) ); - _addEntry( "boy_tone3", new String( new int[]{ 0x1f466, 0x1f3fd }, 0, 2 ) ); - _addEntry( "boy_tone4", new String( new int[]{ 0x1f466, 0x1f3fe }, 0, 2 ) ); - _addEntry( "boy_tone5", new String( new int[]{ 0x1f466, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bq", new String( new int[]{ 0x1f1e7, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "br", new String( new int[]{ 0x1f1e7, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "bread", new String( new int[]{ 0x1f35e }, 0, 1 ) ); - _addEntry( "bride_with_veil", new String( new int[]{ 0x1f470 }, 0, 1 ) ); - _addEntry( "bride_with_veil_tone1", new String( new int[]{ 0x1f470, 0x1f3fb }, 0, 2 ) ); - _addEntry( "bride_with_veil_tone2", new String( new int[]{ 0x1f470, 0x1f3fc }, 0, 2 ) ); - _addEntry( "bride_with_veil_tone3", new String( new int[]{ 0x1f470, 0x1f3fd }, 0, 2 ) ); - _addEntry( "bride_with_veil_tone4", new String( new int[]{ 0x1f470, 0x1f3fe }, 0, 2 ) ); - _addEntry( "bride_with_veil_tone5", new String( new int[]{ 0x1f470, 0x1f3ff }, 0, 2 ) ); - _addEntry( "bridge_at_night", new String( new int[]{ 0x1f309 }, 0, 1 ) ); - _addEntry( "briefcase", new String( new int[]{ 0x1f4bc }, 0, 1 ) ); - _addEntry( "broken_heart", new String( new int[]{ 0x1f494 }, 0, 1 ) ); - _addEntry( "bs", new String( new int[]{ 0x1f1e7, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "bt", new String( new int[]{ 0x1f1e7, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "bug", new String( new int[]{ 0x1f41b }, 0, 1 ) ); - _addEntry( "building_construction", new String( new int[]{ 0x1f3d7 }, 0, 1 ) ); - _addEntry( "bulb", new String( new int[]{ 0x1f4a1 }, 0, 1 ) ); - _addEntry( "bullettrain_front", new String( new int[]{ 0x1f685 }, 0, 1 ) ); - _addEntry( "bullettrain_side", new String( new int[]{ 0x1f684 }, 0, 1 ) ); - _addEntry( "burrito", new String( new int[]{ 0x1f32f }, 0, 1 ) ); - _addEntry( "bus", new String( new int[]{ 0x1f68c }, 0, 1 ) ); - _addEntry( "busstop", new String( new int[]{ 0x1f68f }, 0, 1 ) ); - _addEntry( "bust_in_silhouette", new String( new int[]{ 0x1f464 }, 0, 1 ) ); - _addEntry( "busts_in_silhouette", new String( new int[]{ 0x1f465 }, 0, 1 ) ); - _addEntry( "butterfly", new String( new int[]{ 0x1f98b }, 0, 1 ) ); - _addEntry( "bv", new String( new int[]{ 0x1f1e7, 0x1f1fb }, 0, 2 ) ); - _addEntry( "bw", new String( new int[]{ 0x1f1e7, 0x1f1fc }, 0, 2 ) ); - _addEntry( "by", new String( new int[]{ 0x1f1e7, 0x1f1fe }, 0, 2 ) ); - _addEntry( "bz", new String( new int[]{ 0x1f1e7, 0x1f1ff }, 0, 2 ) ); - _addEntry( "ca", new String( new int[]{ 0x1f1e8, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "cactus", new String( new int[]{ 0x1f335 }, 0, 1 ) ); - _addEntry( "cake", new String( new int[]{ 0x1f370 }, 0, 1 ) ); - _addEntry( "calendar", new String( new int[]{ 0x1f4c6 }, 0, 1 ) ); - _addEntry( "calendar_spiral", new String( new int[]{ 0x1f5d3 }, 0, 1 ) ); - _addEntry( "call_me", new String( new int[]{ 0x1f919 }, 0, 1 ) ); - _addEntry( "call_me_hand", new String( new int[]{ 0x1f919 }, 0, 1 ) ); - _addEntry( "call_me_hand_tone1", new String( new int[]{ 0x1f919, 0x1f3fb }, 0, 2 ) ); - _addEntry( "call_me_hand_tone2", new String( new int[]{ 0x1f919, 0x1f3fc }, 0, 2 ) ); - _addEntry( "call_me_hand_tone3", new String( new int[]{ 0x1f919, 0x1f3fd }, 0, 2 ) ); - _addEntry( "call_me_hand_tone4", new String( new int[]{ 0x1f919, 0x1f3fe }, 0, 2 ) ); - _addEntry( "call_me_hand_tone5", new String( new int[]{ 0x1f919, 0x1f3ff }, 0, 2 ) ); - _addEntry( "call_me_tone1", new String( new int[]{ 0x1f919, 0x1f3fb }, 0, 2 ) ); - _addEntry( "call_me_tone2", new String( new int[]{ 0x1f919, 0x1f3fc }, 0, 2 ) ); - _addEntry( "call_me_tone3", new String( new int[]{ 0x1f919, 0x1f3fd }, 0, 2 ) ); - _addEntry( "call_me_tone4", new String( new int[]{ 0x1f919, 0x1f3fe }, 0, 2 ) ); - _addEntry( "call_me_tone5", new String( new int[]{ 0x1f919, 0x1f3ff }, 0, 2 ) ); - _addEntry( "calling", new String( new int[]{ 0x1f4f2 }, 0, 1 ) ); - _addEntry( "camel", new String( new int[]{ 0x1f42b }, 0, 1 ) ); - _addEntry( "camera", new String( new int[]{ 0x1f4f7 }, 0, 1 ) ); - _addEntry( "camera_with_flash", new String( new int[]{ 0x1f4f8 }, 0, 1 ) ); - _addEntry( "camping", new String( new int[]{ 0x1f3d5 }, 0, 1 ) ); - _addEntry( "cancer", new String( new int[]{ 0x264b }, 0, 1 ) ); - _addEntry( "candle", new String( new int[]{ 0x1f56f }, 0, 1 ) ); - _addEntry( "candy", new String( new int[]{ 0x1f36c }, 0, 1 ) ); - _addEntry( "canoe", new String( new int[]{ 0x1f6f6 }, 0, 1 ) ); - _addEntry( "capital_abcd", new String( new int[]{ 0x1f520 }, 0, 1 ) ); - _addEntry( "capricorn", new String( new int[]{ 0x2651 }, 0, 1 ) ); - _addEntry( "card_box", new String( new int[]{ 0x1f5c3 }, 0, 1 ) ); - } - - private static void init4(){ - _addEntry( "card_file_box", new String( new int[]{ 0x1f5c3 }, 0, 1 ) ); - _addEntry( "card_index", new String( new int[]{ 0x1f4c7 }, 0, 1 ) ); - _addEntry( "card_index_dividers", new String( new int[]{ 0x1f5c2 }, 0, 1 ) ); - _addEntry( "carousel_horse", new String( new int[]{ 0x1f3a0 }, 0, 1 ) ); - _addEntry( "carrot", new String( new int[]{ 0x1f955 }, 0, 1 ) ); - _addEntry( "cartwheel", new String( new int[]{ 0x1f938 }, 0, 1 ) ); - _addEntry( "cartwheel_tone1", new String( new int[]{ 0x1f938, 0x1f3fb }, 0, 2 ) ); - _addEntry( "cartwheel_tone2", new String( new int[]{ 0x1f938, 0x1f3fc }, 0, 2 ) ); - _addEntry( "cartwheel_tone3", new String( new int[]{ 0x1f938, 0x1f3fd }, 0, 2 ) ); - _addEntry( "cartwheel_tone4", new String( new int[]{ 0x1f938, 0x1f3fe }, 0, 2 ) ); - _addEntry( "cartwheel_tone5", new String( new int[]{ 0x1f938, 0x1f3ff }, 0, 2 ) ); - _addEntry( "cat", new String( new int[]{ 0x1f431 }, 0, 1 ) ); - _addEntry( "cat2", new String( new int[]{ 0x1f408 }, 0, 1 ) ); - _addEntry( "cc", new String( new int[]{ 0x1f1e8, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "cd", new String( new int[]{ 0x1f4bf }, 0, 1 ) ); - _addEntry( "cf", new String( new int[]{ 0x1f1e8, 0x1f1eb }, 0, 2 ) ); - _addEntry( "cg", new String( new int[]{ 0x1f1e8, 0x1f1ec }, 0, 2 ) ); - _addEntry( "ch", new String( new int[]{ 0x1f1e8, 0x1f1ed }, 0, 2 ) ); - _addEntry( "chains", new String( new int[]{ 0x26d3 }, 0, 1 ) ); - _addEntry( "champagne", new String( new int[]{ 0x1f37e }, 0, 1 ) ); - _addEntry( "champagne_glass", new String( new int[]{ 0x1f942 }, 0, 1 ) ); - _addEntry( "chart", new String( new int[]{ 0x1f4b9 }, 0, 1 ) ); - _addEntry( "chart_with_downwards_trend", new String( new int[]{ 0x1f4c9 }, 0, 1 ) ); - _addEntry( "chart_with_upwards_trend", new String( new int[]{ 0x1f4c8 }, 0, 1 ) ); - _addEntry( "checkered_flag", new String( new int[]{ 0x1f3c1 }, 0, 1 ) ); - _addEntry( "cheese", new String( new int[]{ 0x1f9c0 }, 0, 1 ) ); - _addEntry( "cheese_wedge", new String( new int[]{ 0x1f9c0 }, 0, 1 ) ); - _addEntry( "cherries", new String( new int[]{ 0x1f352 }, 0, 1 ) ); - _addEntry( "cherry_blossom", new String( new int[]{ 0x1f338 }, 0, 1 ) ); - _addEntry( "chestnut", new String( new int[]{ 0x1f330 }, 0, 1 ) ); - _addEntry( "chicken", new String( new int[]{ 0x1f414 }, 0, 1 ) ); - _addEntry( "children_crossing", new String( new int[]{ 0x1f6b8 }, 0, 1 ) ); - _addEntry( "chile", new String( new int[]{ 0x1f1e8, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "chipmunk", new String( new int[]{ 0x1f43f }, 0, 1 ) ); - _addEntry( "chocolate_bar", new String( new int[]{ 0x1f36b }, 0, 1 ) ); - _addEntry( "christmas_tree", new String( new int[]{ 0x1f384 }, 0, 1 ) ); - _addEntry( "church", new String( new int[]{ 0x26ea }, 0, 1 ) ); - _addEntry( "ci", new String( new int[]{ 0x1f1e8, 0x1f1ee }, 0, 2 ) ); - _addEntry( "cinema", new String( new int[]{ 0x1f3a6 }, 0, 1 ) ); - _addEntry( "circus_tent", new String( new int[]{ 0x1f3aa }, 0, 1 ) ); - _addEntry( "city_dusk", new String( new int[]{ 0x1f306 }, 0, 1 ) ); - _addEntry( "city_sunrise", new String( new int[]{ 0x1f307 }, 0, 1 ) ); - _addEntry( "city_sunset", new String( new int[]{ 0x1f307 }, 0, 1 ) ); - _addEntry( "cityscape", new String( new int[]{ 0x1f3d9 }, 0, 1 ) ); - _addEntry( "ck", new String( new int[]{ 0x1f1e8, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "cl", new String( new int[]{ 0x1f191 }, 0, 1 ) ); - _addEntry( "clap", new String( new int[]{ 0x1f44f }, 0, 1 ) ); - _addEntry( "clap_tone1", new String( new int[]{ 0x1f44f, 0x1f3fb }, 0, 2 ) ); - _addEntry( "clap_tone2", new String( new int[]{ 0x1f44f, 0x1f3fc }, 0, 2 ) ); - _addEntry( "clap_tone3", new String( new int[]{ 0x1f44f, 0x1f3fd }, 0, 2 ) ); - _addEntry( "clap_tone4", new String( new int[]{ 0x1f44f, 0x1f3fe }, 0, 2 ) ); - _addEntry( "clap_tone5", new String( new int[]{ 0x1f44f, 0x1f3ff }, 0, 2 ) ); - _addEntry( "clapper", new String( new int[]{ 0x1f3ac }, 0, 1 ) ); - _addEntry( "classical_building", new String( new int[]{ 0x1f3db }, 0, 1 ) ); - _addEntry( "clinking_glass", new String( new int[]{ 0x1f942 }, 0, 1 ) ); - _addEntry( "clipboard", new String( new int[]{ 0x1f4cb }, 0, 1 ) ); - _addEntry( "clock", new String( new int[]{ 0x1f570 }, 0, 1 ) ); - _addEntry( "clock1", new String( new int[]{ 0x1f550 }, 0, 1 ) ); - _addEntry( "clock10", new String( new int[]{ 0x1f559 }, 0, 1 ) ); - _addEntry( "clock1030", new String( new int[]{ 0x1f565 }, 0, 1 ) ); - _addEntry( "clock11", new String( new int[]{ 0x1f55a }, 0, 1 ) ); - _addEntry( "clock1130", new String( new int[]{ 0x1f566 }, 0, 1 ) ); - _addEntry( "clock12", new String( new int[]{ 0x1f55b }, 0, 1 ) ); - _addEntry( "clock1230", new String( new int[]{ 0x1f567 }, 0, 1 ) ); - _addEntry( "clock130", new String( new int[]{ 0x1f55c }, 0, 1 ) ); - _addEntry( "clock2", new String( new int[]{ 0x1f551 }, 0, 1 ) ); - _addEntry( "clock230", new String( new int[]{ 0x1f55d }, 0, 1 ) ); - _addEntry( "clock3", new String( new int[]{ 0x1f552 }, 0, 1 ) ); - _addEntry( "clock330", new String( new int[]{ 0x1f55e }, 0, 1 ) ); - _addEntry( "clock4", new String( new int[]{ 0x1f553 }, 0, 1 ) ); - _addEntry( "clock430", new String( new int[]{ 0x1f55f }, 0, 1 ) ); - _addEntry( "clock5", new String( new int[]{ 0x1f554 }, 0, 1 ) ); - _addEntry( "clock530", new String( new int[]{ 0x1f560 }, 0, 1 ) ); - _addEntry( "clock6", new String( new int[]{ 0x1f555 }, 0, 1 ) ); - _addEntry( "clock630", new String( new int[]{ 0x1f561 }, 0, 1 ) ); - _addEntry( "clock7", new String( new int[]{ 0x1f556 }, 0, 1 ) ); - _addEntry( "clock730", new String( new int[]{ 0x1f562 }, 0, 1 ) ); - _addEntry( "clock8", new String( new int[]{ 0x1f557 }, 0, 1 ) ); - _addEntry( "clock830", new String( new int[]{ 0x1f563 }, 0, 1 ) ); - _addEntry( "clock9", new String( new int[]{ 0x1f558 }, 0, 1 ) ); - _addEntry( "clock930", new String( new int[]{ 0x1f564 }, 0, 1 ) ); - _addEntry( "closed_book", new String( new int[]{ 0x1f4d5 }, 0, 1 ) ); - _addEntry( "closed_lock_with_key", new String( new int[]{ 0x1f510 }, 0, 1 ) ); - _addEntry( "closed_umbrella", new String( new int[]{ 0x1f302 }, 0, 1 ) ); - _addEntry( "cloud", new String( new int[]{ 0x2601 }, 0, 1 ) ); - _addEntry( "cloud_lightning", new String( new int[]{ 0x1f329 }, 0, 1 ) ); - _addEntry( "cloud_rain", new String( new int[]{ 0x1f327 }, 0, 1 ) ); - _addEntry( "cloud_snow", new String( new int[]{ 0x1f328 }, 0, 1 ) ); - _addEntry( "cloud_tornado", new String( new int[]{ 0x1f32a }, 0, 1 ) ); - _addEntry( "cloud_with_lightning", new String( new int[]{ 0x1f329 }, 0, 1 ) ); - _addEntry( "cloud_with_rain", new String( new int[]{ 0x1f327 }, 0, 1 ) ); - _addEntry( "cloud_with_snow", new String( new int[]{ 0x1f328 }, 0, 1 ) ); - _addEntry( "cloud_with_tornado", new String( new int[]{ 0x1f32a }, 0, 1 ) ); - _addEntry( "clown", new String( new int[]{ 0x1f921 }, 0, 1 ) ); - _addEntry( "clown_face", new String( new int[]{ 0x1f921 }, 0, 1 ) ); - _addEntry( "clubs", new String( new int[]{ 0x2663 }, 0, 1 ) ); - _addEntry( "cm", new String( new int[]{ 0x1f1e8, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "cn", new String( new int[]{ 0x1f1e8, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "co", new String( new int[]{ 0x1f1e8, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "cocktail", new String( new int[]{ 0x1f378 }, 0, 1 ) ); - _addEntry( "coffee", new String( new int[]{ 0x2615 }, 0, 1 ) ); - } - - private static void init5(){ - _addEntry( "coffin", new String( new int[]{ 0x26b0 }, 0, 1 ) ); - _addEntry( "cold_sweat", new String( new int[]{ 0x1f630 }, 0, 1 ) ); - _addEntry( "comet", new String( new int[]{ 0x2604 }, 0, 1 ) ); - _addEntry( "compression", new String( new int[]{ 0x1f5dc }, 0, 1 ) ); - _addEntry( "computer", new String( new int[]{ 0x1f4bb }, 0, 1 ) ); - _addEntry( "confetti_ball", new String( new int[]{ 0x1f38a }, 0, 1 ) ); - _addEntry( "confounded", new String( new int[]{ 0x1f616 }, 0, 1 ) ); - _addEntry( "confused", new String( new int[]{ 0x1f615 }, 0, 1 ) ); - _addEntry( "congo", new String( new int[]{ 0x1f1e8, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "congratulations", new String( new int[]{ 0x3297 }, 0, 1 ) ); - _addEntry( "construction", new String( new int[]{ 0x1f6a7 }, 0, 1 ) ); - _addEntry( "construction_site", new String( new int[]{ 0x1f3d7 }, 0, 1 ) ); - _addEntry( "construction_worker", new String( new int[]{ 0x1f477 }, 0, 1 ) ); - _addEntry( "construction_worker_tone1", new String( new int[]{ 0x1f477, 0x1f3fb }, 0, 2 ) ); - _addEntry( "construction_worker_tone2", new String( new int[]{ 0x1f477, 0x1f3fc }, 0, 2 ) ); - _addEntry( "construction_worker_tone3", new String( new int[]{ 0x1f477, 0x1f3fd }, 0, 2 ) ); - _addEntry( "construction_worker_tone4", new String( new int[]{ 0x1f477, 0x1f3fe }, 0, 2 ) ); - _addEntry( "construction_worker_tone5", new String( new int[]{ 0x1f477, 0x1f3ff }, 0, 2 ) ); - _addEntry( "control_knobs", new String( new int[]{ 0x1f39b }, 0, 1 ) ); - _addEntry( "convenience_store", new String( new int[]{ 0x1f3ea }, 0, 1 ) ); - _addEntry( "cookie", new String( new int[]{ 0x1f36a }, 0, 1 ) ); - _addEntry( "cooking", new String( new int[]{ 0x1f373 }, 0, 1 ) ); - _addEntry( "cool", new String( new int[]{ 0x1f192 }, 0, 1 ) ); - _addEntry( "cop", new String( new int[]{ 0x1f46e }, 0, 1 ) ); - _addEntry( "cop_tone1", new String( new int[]{ 0x1f46e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "cop_tone2", new String( new int[]{ 0x1f46e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "cop_tone3", new String( new int[]{ 0x1f46e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "cop_tone4", new String( new int[]{ 0x1f46e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "cop_tone5", new String( new int[]{ 0x1f46e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "copyright", new String( new int[]{ 0x00a9 }, 0, 1 ) ); - _addEntry( "corn", new String( new int[]{ 0x1f33d }, 0, 1 ) ); - _addEntry( "couch", new String( new int[]{ 0x1f6cb }, 0, 1 ) ); - _addEntry( "couch_and_lamp", new String( new int[]{ 0x1f6cb }, 0, 1 ) ); - _addEntry( "couple", new String( new int[]{ 0x1f46b }, 0, 1 ) ); - _addEntry( "couple_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f468 }, 0, 3 ) ); - _addEntry( "couple_with_heart", new String( new int[]{ 0x1f491 }, 0, 1 ) ); - _addEntry( "couple_with_heart_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f468 }, 0, 3 ) ); - _addEntry( "couple_with_heart_woman_man", new String( new int[]{ 0x1f469, 0x2764, 0x1f468 }, 0, 3 ) ); - _addEntry( "couple_with_heart_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f469 }, 0, 3 ) ); - _addEntry( "couple_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f469 }, 0, 3 ) ); - _addEntry( "couplekiss", new String( new int[]{ 0x1f48f }, 0, 1 ) ); - _addEntry( "couplekiss_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f48b, 0x1f468 }, 0, 4 ) ); - _addEntry( "couplekiss_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f48b, 0x1f469 }, 0, 4 ) ); - _addEntry( "cow", new String( new int[]{ 0x1f42e }, 0, 1 ) ); - _addEntry( "cow2", new String( new int[]{ 0x1f404 }, 0, 1 ) ); - _addEntry( "cowboy", new String( new int[]{ 0x1f920 }, 0, 1 ) ); - _addEntry( "cp", new String( new int[]{ 0x1f1e8, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "cr", new String( new int[]{ 0x1f1e8, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "crab", new String( new int[]{ 0x1f980 }, 0, 1 ) ); - _addEntry( "crayon", new String( new int[]{ 0x1f58d }, 0, 1 ) ); - _addEntry( "credit_card", new String( new int[]{ 0x1f4b3 }, 0, 1 ) ); - _addEntry( "crescent_moon", new String( new int[]{ 0x1f319 }, 0, 1 ) ); - _addEntry( "cricket", new String( new int[]{ 0x1f3cf }, 0, 1 ) ); - _addEntry( "cricket_bat_ball", new String( new int[]{ 0x1f3cf }, 0, 1 ) ); - _addEntry( "crocodile", new String( new int[]{ 0x1f40a }, 0, 1 ) ); - _addEntry( "croissant", new String( new int[]{ 0x1f950 }, 0, 1 ) ); - _addEntry( "cross", new String( new int[]{ 0x271d }, 0, 1 ) ); - _addEntry( "crossed_flags", new String( new int[]{ 0x1f38c }, 0, 1 ) ); - _addEntry( "crossed_swords", new String( new int[]{ 0x2694 }, 0, 1 ) ); - _addEntry( "crown", new String( new int[]{ 0x1f451 }, 0, 1 ) ); - _addEntry( "cruise_ship", new String( new int[]{ 0x1f6f3 }, 0, 1 ) ); - _addEntry( "cry", new String( new int[]{ 0x1f622 }, 0, 1 ) ); - _addEntry( "crying_cat_face", new String( new int[]{ 0x1f63f }, 0, 1 ) ); - _addEntry( "crystal_ball", new String( new int[]{ 0x1f52e }, 0, 1 ) ); - _addEntry( "cu", new String( new int[]{ 0x1f1e8, 0x1f1fa }, 0, 2 ) ); - _addEntry( "cucumber", new String( new int[]{ 0x1f952 }, 0, 1 ) ); - _addEntry( "cupid", new String( new int[]{ 0x1f498 }, 0, 1 ) ); - _addEntry( "curly_loop", new String( new int[]{ 0x27b0 }, 0, 1 ) ); - _addEntry( "currency_exchange", new String( new int[]{ 0x1f4b1 }, 0, 1 ) ); - _addEntry( "curry", new String( new int[]{ 0x1f35b }, 0, 1 ) ); - _addEntry( "custard", new String( new int[]{ 0x1f36e }, 0, 1 ) ); - _addEntry( "customs", new String( new int[]{ 0x1f6c3 }, 0, 1 ) ); - _addEntry( "cv", new String( new int[]{ 0x1f1e8, 0x1f1fb }, 0, 2 ) ); - _addEntry( "cw", new String( new int[]{ 0x1f1e8, 0x1f1fc }, 0, 2 ) ); - _addEntry( "cx", new String( new int[]{ 0x1f1e8, 0x1f1fd }, 0, 2 ) ); - _addEntry( "cy", new String( new int[]{ 0x1f1e8, 0x1f1fe }, 0, 2 ) ); - _addEntry( "cyclone", new String( new int[]{ 0x1f300 }, 0, 1 ) ); - _addEntry( "cz", new String( new int[]{ 0x1f1e8, 0x1f1ff }, 0, 2 ) ); - _addEntry( "dagger", new String( new int[]{ 0x1f5e1 }, 0, 1 ) ); - _addEntry( "dagger_knife", new String( new int[]{ 0x1f5e1 }, 0, 1 ) ); - _addEntry( "dancer", new String( new int[]{ 0x1f483 }, 0, 1 ) ); - _addEntry( "dancer_tone1", new String( new int[]{ 0x1f483, 0x1f3fb }, 0, 2 ) ); - _addEntry( "dancer_tone2", new String( new int[]{ 0x1f483, 0x1f3fc }, 0, 2 ) ); - _addEntry( "dancer_tone3", new String( new int[]{ 0x1f483, 0x1f3fd }, 0, 2 ) ); - _addEntry( "dancer_tone4", new String( new int[]{ 0x1f483, 0x1f3fe }, 0, 2 ) ); - _addEntry( "dancer_tone5", new String( new int[]{ 0x1f483, 0x1f3ff }, 0, 2 ) ); - _addEntry( "dancers", new String( new int[]{ 0x1f46f }, 0, 1 ) ); - _addEntry( "dango", new String( new int[]{ 0x1f361 }, 0, 1 ) ); - _addEntry( "dark_sunglasses", new String( new int[]{ 0x1f576 }, 0, 1 ) ); - _addEntry( "dart", new String( new int[]{ 0x1f3af }, 0, 1 ) ); - _addEntry( "dash", new String( new int[]{ 0x1f4a8 }, 0, 1 ) ); - _addEntry( "date", new String( new int[]{ 0x1f4c5 }, 0, 1 ) ); - _addEntry( "de", new String( new int[]{ 0x1f1e9, 0x1f1ea }, 0, 2 ) ); - _addEntry( "deciduous_tree", new String( new int[]{ 0x1f333 }, 0, 1 ) ); - _addEntry( "deer", new String( new int[]{ 0x1f98c }, 0, 1 ) ); - _addEntry( "department_store", new String( new int[]{ 0x1f3ec }, 0, 1 ) ); - _addEntry( "derelict_house_building", new String( new int[]{ 0x1f3da }, 0, 1 ) ); - _addEntry( "desert", new String( new int[]{ 0x1f3dc }, 0, 1 ) ); - _addEntry( "desert_island", new String( new int[]{ 0x1f3dd }, 0, 1 ) ); - _addEntry( "desktop", new String( new int[]{ 0x1f5a5 }, 0, 1 ) ); - _addEntry( "desktop_computer", new String( new int[]{ 0x1f5a5 }, 0, 1 ) ); - } - - private static void init6(){ - _addEntry( "dg", new String( new int[]{ 0x1f1e9, 0x1f1ec }, 0, 2 ) ); - _addEntry( "diamond_shape_with_a_dot_inside", new String( new int[]{ 0x1f4a0 }, 0, 1 ) ); - _addEntry( "diamonds", new String( new int[]{ 0x2666 }, 0, 1 ) ); - _addEntry( "digit_eight", new String( new int[]{ 0x0038 }, 0, 1 ) ); - _addEntry( "digit_five", new String( new int[]{ 0x0035 }, 0, 1 ) ); - _addEntry( "digit_four", new String( new int[]{ 0x0034 }, 0, 1 ) ); - _addEntry( "digit_nine", new String( new int[]{ 0x0039 }, 0, 1 ) ); - _addEntry( "digit_one", new String( new int[]{ 0x0031 }, 0, 1 ) ); - _addEntry( "digit_seven", new String( new int[]{ 0x0037 }, 0, 1 ) ); - _addEntry( "digit_six", new String( new int[]{ 0x0036 }, 0, 1 ) ); - _addEntry( "digit_three", new String( new int[]{ 0x0033 }, 0, 1 ) ); - _addEntry( "digit_two", new String( new int[]{ 0x0032 }, 0, 1 ) ); - _addEntry( "digit_zero", new String( new int[]{ 0x0030 }, 0, 1 ) ); - _addEntry( "disappointed", new String( new int[]{ 0x1f61e }, 0, 1 ) ); - _addEntry( "disappointed_relieved", new String( new int[]{ 0x1f625 }, 0, 1 ) ); - _addEntry( "dividers", new String( new int[]{ 0x1f5c2 }, 0, 1 ) ); - _addEntry( "dizzy", new String( new int[]{ 0x1f4ab }, 0, 1 ) ); - _addEntry( "dizzy_face", new String( new int[]{ 0x1f635 }, 0, 1 ) ); - _addEntry( "dj", new String( new int[]{ 0x1f1e9, 0x1f1ef }, 0, 2 ) ); - _addEntry( "dk", new String( new int[]{ 0x1f1e9, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "dm", new String( new int[]{ 0x1f1e9, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "do", new String( new int[]{ 0x1f1e9, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "do_not_litter", new String( new int[]{ 0x1f6af }, 0, 1 ) ); - _addEntry( "dog", new String( new int[]{ 0x1f436 }, 0, 1 ) ); - _addEntry( "dog2", new String( new int[]{ 0x1f415 }, 0, 1 ) ); - _addEntry( "dollar", new String( new int[]{ 0x1f4b5 }, 0, 1 ) ); - _addEntry( "dolls", new String( new int[]{ 0x1f38e }, 0, 1 ) ); - _addEntry( "dolphin", new String( new int[]{ 0x1f42c }, 0, 1 ) ); - _addEntry( "door", new String( new int[]{ 0x1f6aa }, 0, 1 ) ); - _addEntry( "double_vertical_bar", new String( new int[]{ 0x23f8 }, 0, 1 ) ); - _addEntry( "doughnut", new String( new int[]{ 0x1f369 }, 0, 1 ) ); - _addEntry( "dove", new String( new int[]{ 0x1f54a }, 0, 1 ) ); - _addEntry( "dove_of_peace", new String( new int[]{ 0x1f54a }, 0, 1 ) ); - _addEntry( "dragon", new String( new int[]{ 0x1f409 }, 0, 1 ) ); - _addEntry( "dragon_face", new String( new int[]{ 0x1f432 }, 0, 1 ) ); - _addEntry( "dress", new String( new int[]{ 0x1f457 }, 0, 1 ) ); - _addEntry( "dromedary_camel", new String( new int[]{ 0x1f42a }, 0, 1 ) ); - _addEntry( "drool", new String( new int[]{ 0x1f924 }, 0, 1 ) ); - _addEntry( "drooling_face", new String( new int[]{ 0x1f924 }, 0, 1 ) ); - _addEntry( "droplet", new String( new int[]{ 0x1f4a7 }, 0, 1 ) ); - _addEntry( "drum", new String( new int[]{ 0x1f941 }, 0, 1 ) ); - _addEntry( "drum_with_drumsticks", new String( new int[]{ 0x1f941 }, 0, 1 ) ); - _addEntry( "duck", new String( new int[]{ 0x1f986 }, 0, 1 ) ); - _addEntry( "dvd", new String( new int[]{ 0x1f4c0 }, 0, 1 ) ); - _addEntry( "dz", new String( new int[]{ 0x1f1e9, 0x1f1ff }, 0, 2 ) ); - _addEntry( "e-mail", new String( new int[]{ 0x1f4e7 }, 0, 1 ) ); - _addEntry( "ea", new String( new int[]{ 0x1f1ea, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "eagle", new String( new int[]{ 0x1f985 }, 0, 1 ) ); - _addEntry( "ear", new String( new int[]{ 0x1f442 }, 0, 1 ) ); - _addEntry( "ear_of_rice", new String( new int[]{ 0x1f33e }, 0, 1 ) ); - _addEntry( "ear_tone1", new String( new int[]{ 0x1f442, 0x1f3fb }, 0, 2 ) ); - _addEntry( "ear_tone2", new String( new int[]{ 0x1f442, 0x1f3fc }, 0, 2 ) ); - _addEntry( "ear_tone3", new String( new int[]{ 0x1f442, 0x1f3fd }, 0, 2 ) ); - _addEntry( "ear_tone4", new String( new int[]{ 0x1f442, 0x1f3fe }, 0, 2 ) ); - _addEntry( "ear_tone5", new String( new int[]{ 0x1f442, 0x1f3ff }, 0, 2 ) ); - _addEntry( "earth_africa", new String( new int[]{ 0x1f30d }, 0, 1 ) ); - _addEntry( "earth_americas", new String( new int[]{ 0x1f30e }, 0, 1 ) ); - _addEntry( "earth_asia", new String( new int[]{ 0x1f30f }, 0, 1 ) ); - _addEntry( "ec", new String( new int[]{ 0x1f1ea, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "ee", new String( new int[]{ 0x1f1ea, 0x1f1ea }, 0, 2 ) ); - _addEntry( "eg", new String( new int[]{ 0x1f1ea, 0x1f1ec }, 0, 2 ) ); - _addEntry( "egg", new String( new int[]{ 0x1f95a }, 0, 1 ) ); - _addEntry( "eggplant", new String( new int[]{ 0x1f346 }, 0, 1 ) ); - _addEntry( "eh", new String( new int[]{ 0x1f1ea, 0x1f1ed }, 0, 2 ) ); - _addEntry( "eight", new String( new int[]{ 0x0038, 0x20e3 }, 0, 2 ) ); - _addEntry( "eight_pointed_black_star", new String( new int[]{ 0x2734 }, 0, 1 ) ); - _addEntry( "eight_spoked_asterisk", new String( new int[]{ 0x2733 }, 0, 1 ) ); - _addEntry( "eject", new String( new int[]{ 0x23cf }, 0, 1 ) ); - _addEntry( "eject_symbol", new String( new int[]{ 0x23cf }, 0, 1 ) ); - _addEntry( "electric_plug", new String( new int[]{ 0x1f50c }, 0, 1 ) ); - _addEntry( "elephant", new String( new int[]{ 0x1f418 }, 0, 1 ) ); - _addEntry( "email", new String( new int[]{ 0x1f4e7 }, 0, 1 ) ); - _addEntry( "end", new String( new int[]{ 0x1f51a }, 0, 1 ) ); - _addEntry( "envelope", new String( new int[]{ 0x2709 }, 0, 1 ) ); - _addEntry( "envelope_with_arrow", new String( new int[]{ 0x1f4e9 }, 0, 1 ) ); - _addEntry( "er", new String( new int[]{ 0x1f1ea, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "es", new String( new int[]{ 0x1f1ea, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "et", new String( new int[]{ 0x1f1ea, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "eu", new String( new int[]{ 0x1f1ea, 0x1f1fa }, 0, 2 ) ); - _addEntry( "euro", new String( new int[]{ 0x1f4b6 }, 0, 1 ) ); - _addEntry( "european_castle", new String( new int[]{ 0x1f3f0 }, 0, 1 ) ); - _addEntry( "european_post_office", new String( new int[]{ 0x1f3e4 }, 0, 1 ) ); - _addEntry( "evergreen_tree", new String( new int[]{ 0x1f332 }, 0, 1 ) ); - _addEntry( "exclamation", new String( new int[]{ 0x2757 }, 0, 1 ) ); - _addEntry( "expecting_woman", new String( new int[]{ 0x1f930 }, 0, 1 ) ); - _addEntry( "expecting_woman_tone1", new String( new int[]{ 0x1f930, 0x1f3fb }, 0, 2 ) ); - _addEntry( "expecting_woman_tone2", new String( new int[]{ 0x1f930, 0x1f3fc }, 0, 2 ) ); - _addEntry( "expecting_woman_tone3", new String( new int[]{ 0x1f930, 0x1f3fd }, 0, 2 ) ); - _addEntry( "expecting_woman_tone4", new String( new int[]{ 0x1f930, 0x1f3fe }, 0, 2 ) ); - _addEntry( "expecting_woman_tone5", new String( new int[]{ 0x1f930, 0x1f3ff }, 0, 2 ) ); - _addEntry( "expressionless", new String( new int[]{ 0x1f611 }, 0, 1 ) ); - _addEntry( "eye", new String( new int[]{ 0x1f441 }, 0, 1 ) ); - _addEntry( "eye_in_speech_bubble", new String( new int[]{ 0x1f441, 0x1f5e8 }, 0, 2 ) ); - _addEntry( "eyeglasses", new String( new int[]{ 0x1f453 }, 0, 1 ) ); - _addEntry( "eyes", new String( new int[]{ 0x1f440 }, 0, 1 ) ); - _addEntry( "face_palm", new String( new int[]{ 0x1f926 }, 0, 1 ) ); - _addEntry( "face_palm_tone1", new String( new int[]{ 0x1f926, 0x1f3fb }, 0, 2 ) ); - _addEntry( "face_palm_tone2", new String( new int[]{ 0x1f926, 0x1f3fc }, 0, 2 ) ); - _addEntry( "face_palm_tone3", new String( new int[]{ 0x1f926, 0x1f3fd }, 0, 2 ) ); - _addEntry( "face_palm_tone4", new String( new int[]{ 0x1f926, 0x1f3fe }, 0, 2 ) ); - _addEntry( "face_palm_tone5", new String( new int[]{ 0x1f926, 0x1f3ff }, 0, 2 ) ); - } - - private static void init7(){ - _addEntry( "face_with_cowboy_hat", new String( new int[]{ 0x1f920 }, 0, 1 ) ); - _addEntry( "face_with_head_bandage", new String( new int[]{ 0x1f915 }, 0, 1 ) ); - _addEntry( "face_with_rolling_eyes", new String( new int[]{ 0x1f644 }, 0, 1 ) ); - _addEntry( "face_with_thermometer", new String( new int[]{ 0x1f912 }, 0, 1 ) ); - _addEntry( "facepalm", new String( new int[]{ 0x1f926 }, 0, 1 ) ); - _addEntry( "facepalm_tone1", new String( new int[]{ 0x1f926, 0x1f3fb }, 0, 2 ) ); - _addEntry( "facepalm_tone2", new String( new int[]{ 0x1f926, 0x1f3fc }, 0, 2 ) ); - _addEntry( "facepalm_tone3", new String( new int[]{ 0x1f926, 0x1f3fd }, 0, 2 ) ); - _addEntry( "facepalm_tone4", new String( new int[]{ 0x1f926, 0x1f3fe }, 0, 2 ) ); - _addEntry( "facepalm_tone5", new String( new int[]{ 0x1f926, 0x1f3ff }, 0, 2 ) ); - _addEntry( "factory", new String( new int[]{ 0x1f3ed }, 0, 1 ) ); - _addEntry( "fallen_leaf", new String( new int[]{ 0x1f342 }, 0, 1 ) ); - _addEntry( "family", new String( new int[]{ 0x1f46a }, 0, 1 ) ); - _addEntry( "family_man_boy", new String( new int[]{ 0x1f468, 0x1f466 }, 0, 2 ) ); - _addEntry( "family_man_boy_boy", new String( new int[]{ 0x1f468, 0x1f466, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_man_girl", new String( new int[]{ 0x1f468, 0x1f467 }, 0, 2 ) ); - _addEntry( "family_man_girl_boy", new String( new int[]{ 0x1f468, 0x1f467, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_man_girl_girl", new String( new int[]{ 0x1f468, 0x1f467, 0x1f467 }, 0, 3 ) ); - _addEntry( "family_man_woman_boy", new String( new int[]{ 0x1f468, 0x1f469, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_mmb", new String( new int[]{ 0x1f468, 0x1f468, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_mmbb", new String( new int[]{ 0x1f468, 0x1f468, 0x1f466, 0x1f466 }, 0, 4 ) ); - _addEntry( "family_mmg", new String( new int[]{ 0x1f468, 0x1f468, 0x1f467 }, 0, 3 ) ); - _addEntry( "family_mmgb", new String( new int[]{ 0x1f468, 0x1f468, 0x1f467, 0x1f466 }, 0, 4 ) ); - _addEntry( "family_mmgg", new String( new int[]{ 0x1f468, 0x1f468, 0x1f467, 0x1f467 }, 0, 4 ) ); - _addEntry( "family_mwbb", new String( new int[]{ 0x1f468, 0x1f469, 0x1f466, 0x1f466 }, 0, 4 ) ); - _addEntry( "family_mwg", new String( new int[]{ 0x1f468, 0x1f469, 0x1f467 }, 0, 3 ) ); - _addEntry( "family_mwgb", new String( new int[]{ 0x1f468, 0x1f469, 0x1f467, 0x1f466 }, 0, 4 ) ); - _addEntry( "family_mwgg", new String( new int[]{ 0x1f468, 0x1f469, 0x1f467, 0x1f467 }, 0, 4 ) ); - _addEntry( "family_woman_boy", new String( new int[]{ 0x1f469, 0x1f466 }, 0, 2 ) ); - _addEntry( "family_woman_boy_boy", new String( new int[]{ 0x1f469, 0x1f466, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_woman_girl", new String( new int[]{ 0x1f469, 0x1f467 }, 0, 2 ) ); - _addEntry( "family_woman_girl_boy", new String( new int[]{ 0x1f469, 0x1f467, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_woman_girl_girl", new String( new int[]{ 0x1f469, 0x1f467, 0x1f467 }, 0, 3 ) ); - _addEntry( "family_wwb", new String( new int[]{ 0x1f469, 0x1f469, 0x1f466 }, 0, 3 ) ); - _addEntry( "family_wwbb", new String( new int[]{ 0x1f469, 0x1f469, 0x1f466, 0x1f466 }, 0, 4 ) ); - _addEntry( "family_wwg", new String( new int[]{ 0x1f469, 0x1f469, 0x1f467 }, 0, 3 ) ); - _addEntry( "family_wwgb", new String( new int[]{ 0x1f469, 0x1f469, 0x1f467, 0x1f466 }, 0, 4 ) ); - _addEntry( "family_wwgg", new String( new int[]{ 0x1f469, 0x1f469, 0x1f467, 0x1f467 }, 0, 4 ) ); - _addEntry( "fast_forward", new String( new int[]{ 0x23e9 }, 0, 1 ) ); - _addEntry( "fax", new String( new int[]{ 0x1f4e0 }, 0, 1 ) ); - _addEntry( "fearful", new String( new int[]{ 0x1f628 }, 0, 1 ) ); - _addEntry( "feet", new String( new int[]{ 0x1f43e }, 0, 1 ) ); - _addEntry( "female_sign", new String( new int[]{ 0x2640 }, 0, 1 ) ); - _addEntry( "fencer", new String( new int[]{ 0x1f93a }, 0, 1 ) ); - _addEntry( "fencing", new String( new int[]{ 0x1f93a }, 0, 1 ) ); - _addEntry( "ferris_wheel", new String( new int[]{ 0x1f3a1 }, 0, 1 ) ); - _addEntry( "ferry", new String( new int[]{ 0x26f4 }, 0, 1 ) ); - _addEntry( "fi", new String( new int[]{ 0x1f1eb, 0x1f1ee }, 0, 2 ) ); - _addEntry( "field_hockey", new String( new int[]{ 0x1f3d1 }, 0, 1 ) ); - _addEntry( "file_cabinet", new String( new int[]{ 0x1f5c4 }, 0, 1 ) ); - _addEntry( "file_folder", new String( new int[]{ 0x1f4c1 }, 0, 1 ) ); - _addEntry( "film_frames", new String( new int[]{ 0x1f39e }, 0, 1 ) ); - _addEntry( "film_projector", new String( new int[]{ 0x1f4fd }, 0, 1 ) ); - _addEntry( "fingers_crossed", new String( new int[]{ 0x1f91e }, 0, 1 ) ); - _addEntry( "fingers_crossed_tone1", new String( new int[]{ 0x1f91e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "fingers_crossed_tone2", new String( new int[]{ 0x1f91e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "fingers_crossed_tone3", new String( new int[]{ 0x1f91e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "fingers_crossed_tone4", new String( new int[]{ 0x1f91e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "fingers_crossed_tone5", new String( new int[]{ 0x1f91e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "fire", new String( new int[]{ 0x1f525 }, 0, 1 ) ); - _addEntry( "fire_engine", new String( new int[]{ 0x1f692 }, 0, 1 ) ); - _addEntry( "fireworks", new String( new int[]{ 0x1f386 }, 0, 1 ) ); - _addEntry( "first_place", new String( new int[]{ 0x1f947 }, 0, 1 ) ); - _addEntry( "first_place_medal", new String( new int[]{ 0x1f947 }, 0, 1 ) ); - _addEntry( "first_quarter_moon", new String( new int[]{ 0x1f313 }, 0, 1 ) ); - _addEntry( "first_quarter_moon_with_face", new String( new int[]{ 0x1f31b }, 0, 1 ) ); - _addEntry( "fish", new String( new int[]{ 0x1f41f }, 0, 1 ) ); - _addEntry( "fish_cake", new String( new int[]{ 0x1f365 }, 0, 1 ) ); - _addEntry( "fishing_pole_and_fish", new String( new int[]{ 0x1f3a3 }, 0, 1 ) ); - _addEntry( "fist", new String( new int[]{ 0x270a }, 0, 1 ) ); - _addEntry( "fist_tone1", new String( new int[]{ 0x270a, 0x1f3fb }, 0, 2 ) ); - _addEntry( "fist_tone2", new String( new int[]{ 0x270a, 0x1f3fc }, 0, 2 ) ); - _addEntry( "fist_tone3", new String( new int[]{ 0x270a, 0x1f3fd }, 0, 2 ) ); - _addEntry( "fist_tone4", new String( new int[]{ 0x270a, 0x1f3fe }, 0, 2 ) ); - _addEntry( "fist_tone5", new String( new int[]{ 0x270a, 0x1f3ff }, 0, 2 ) ); - _addEntry( "five", new String( new int[]{ 0x0035, 0x20e3 }, 0, 2 ) ); - _addEntry( "fj", new String( new int[]{ 0x1f1eb, 0x1f1ef }, 0, 2 ) ); - _addEntry( "fk", new String( new int[]{ 0x1f1eb, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_ac", new String( new int[]{ 0x1f1e6, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_ad", new String( new int[]{ 0x1f1e6, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_ae", new String( new int[]{ 0x1f1e6, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_af", new String( new int[]{ 0x1f1e6, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_ag", new String( new int[]{ 0x1f1e6, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_ai", new String( new int[]{ 0x1f1e6, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_al", new String( new int[]{ 0x1f1e6, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_am", new String( new int[]{ 0x1f1e6, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_ao", new String( new int[]{ 0x1f1e6, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_aq", new String( new int[]{ 0x1f1e6, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "flag_ar", new String( new int[]{ 0x1f1e6, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_as", new String( new int[]{ 0x1f1e6, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_at", new String( new int[]{ 0x1f1e6, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_au", new String( new int[]{ 0x1f1e6, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_aw", new String( new int[]{ 0x1f1e6, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_ax", new String( new int[]{ 0x1f1e6, 0x1f1fd }, 0, 2 ) ); - _addEntry( "flag_az", new String( new int[]{ 0x1f1e6, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_ba", new String( new int[]{ 0x1f1e7, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_bb", new String( new int[]{ 0x1f1e7, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "flag_bd", new String( new int[]{ 0x1f1e7, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_be", new String( new int[]{ 0x1f1e7, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_bf", new String( new int[]{ 0x1f1e7, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_bg", new String( new int[]{ 0x1f1e7, 0x1f1ec }, 0, 2 ) ); - } - - private static void init8(){ - _addEntry( "flag_bh", new String( new int[]{ 0x1f1e7, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_bi", new String( new int[]{ 0x1f1e7, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_bj", new String( new int[]{ 0x1f1e7, 0x1f1ef }, 0, 2 ) ); - _addEntry( "flag_bl", new String( new int[]{ 0x1f1e7, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_black", new String( new int[]{ 0x1f3f4 }, 0, 1 ) ); - _addEntry( "flag_bm", new String( new int[]{ 0x1f1e7, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_bn", new String( new int[]{ 0x1f1e7, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_bo", new String( new int[]{ 0x1f1e7, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_bq", new String( new int[]{ 0x1f1e7, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "flag_br", new String( new int[]{ 0x1f1e7, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_bs", new String( new int[]{ 0x1f1e7, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_bt", new String( new int[]{ 0x1f1e7, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_bv", new String( new int[]{ 0x1f1e7, 0x1f1fb }, 0, 2 ) ); - _addEntry( "flag_bw", new String( new int[]{ 0x1f1e7, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_by", new String( new int[]{ 0x1f1e7, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_bz", new String( new int[]{ 0x1f1e7, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_ca", new String( new int[]{ 0x1f1e8, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_cc", new String( new int[]{ 0x1f1e8, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_cd", new String( new int[]{ 0x1f1e8, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_cf", new String( new int[]{ 0x1f1e8, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_cg", new String( new int[]{ 0x1f1e8, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_ch", new String( new int[]{ 0x1f1e8, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_ci", new String( new int[]{ 0x1f1e8, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_ck", new String( new int[]{ 0x1f1e8, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_cl", new String( new int[]{ 0x1f1e8, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_cm", new String( new int[]{ 0x1f1e8, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_cn", new String( new int[]{ 0x1f1e8, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_co", new String( new int[]{ 0x1f1e8, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_cp", new String( new int[]{ 0x1f1e8, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "flag_cr", new String( new int[]{ 0x1f1e8, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_cu", new String( new int[]{ 0x1f1e8, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_cv", new String( new int[]{ 0x1f1e8, 0x1f1fb }, 0, 2 ) ); - _addEntry( "flag_cw", new String( new int[]{ 0x1f1e8, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_cx", new String( new int[]{ 0x1f1e8, 0x1f1fd }, 0, 2 ) ); - _addEntry( "flag_cy", new String( new int[]{ 0x1f1e8, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_cz", new String( new int[]{ 0x1f1e8, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_de", new String( new int[]{ 0x1f1e9, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_dg", new String( new int[]{ 0x1f1e9, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_dj", new String( new int[]{ 0x1f1e9, 0x1f1ef }, 0, 2 ) ); - _addEntry( "flag_dk", new String( new int[]{ 0x1f1e9, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_dm", new String( new int[]{ 0x1f1e9, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_do", new String( new int[]{ 0x1f1e9, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_dz", new String( new int[]{ 0x1f1e9, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_ea", new String( new int[]{ 0x1f1ea, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_ec", new String( new int[]{ 0x1f1ea, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_ee", new String( new int[]{ 0x1f1ea, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_eg", new String( new int[]{ 0x1f1ea, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_eh", new String( new int[]{ 0x1f1ea, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_er", new String( new int[]{ 0x1f1ea, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_es", new String( new int[]{ 0x1f1ea, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_et", new String( new int[]{ 0x1f1ea, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_eu", new String( new int[]{ 0x1f1ea, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_fi", new String( new int[]{ 0x1f1eb, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_fj", new String( new int[]{ 0x1f1eb, 0x1f1ef }, 0, 2 ) ); - _addEntry( "flag_fk", new String( new int[]{ 0x1f1eb, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_fm", new String( new int[]{ 0x1f1eb, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_fo", new String( new int[]{ 0x1f1eb, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_fr", new String( new int[]{ 0x1f1eb, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_ga", new String( new int[]{ 0x1f1ec, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_gb", new String( new int[]{ 0x1f1ec, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "flag_gd", new String( new int[]{ 0x1f1ec, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_ge", new String( new int[]{ 0x1f1ec, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_gf", new String( new int[]{ 0x1f1ec, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_gg", new String( new int[]{ 0x1f1ec, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_gh", new String( new int[]{ 0x1f1ec, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_gi", new String( new int[]{ 0x1f1ec, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_gl", new String( new int[]{ 0x1f1ec, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_gm", new String( new int[]{ 0x1f1ec, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_gn", new String( new int[]{ 0x1f1ec, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_gp", new String( new int[]{ 0x1f1ec, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "flag_gq", new String( new int[]{ 0x1f1ec, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "flag_gr", new String( new int[]{ 0x1f1ec, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_gs", new String( new int[]{ 0x1f1ec, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_gt", new String( new int[]{ 0x1f1ec, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_gu", new String( new int[]{ 0x1f1ec, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_gw", new String( new int[]{ 0x1f1ec, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_gy", new String( new int[]{ 0x1f1ec, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_hk", new String( new int[]{ 0x1f1ed, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_hm", new String( new int[]{ 0x1f1ed, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_hn", new String( new int[]{ 0x1f1ed, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_hr", new String( new int[]{ 0x1f1ed, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_ht", new String( new int[]{ 0x1f1ed, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_hu", new String( new int[]{ 0x1f1ed, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_ic", new String( new int[]{ 0x1f1ee, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_id", new String( new int[]{ 0x1f1ee, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_ie", new String( new int[]{ 0x1f1ee, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_il", new String( new int[]{ 0x1f1ee, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_im", new String( new int[]{ 0x1f1ee, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_in", new String( new int[]{ 0x1f1ee, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_io", new String( new int[]{ 0x1f1ee, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_iq", new String( new int[]{ 0x1f1ee, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "flag_ir", new String( new int[]{ 0x1f1ee, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_is", new String( new int[]{ 0x1f1ee, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_it", new String( new int[]{ 0x1f1ee, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_je", new String( new int[]{ 0x1f1ef, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_jm", new String( new int[]{ 0x1f1ef, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_jo", new String( new int[]{ 0x1f1ef, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_jp", new String( new int[]{ 0x1f1ef, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "flag_ke", new String( new int[]{ 0x1f1f0, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_kg", new String( new int[]{ 0x1f1f0, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_kh", new String( new int[]{ 0x1f1f0, 0x1f1ed }, 0, 2 ) ); - } - - private static void init9(){ - _addEntry( "flag_ki", new String( new int[]{ 0x1f1f0, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_km", new String( new int[]{ 0x1f1f0, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_kn", new String( new int[]{ 0x1f1f0, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_kp", new String( new int[]{ 0x1f1f0, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "flag_kr", new String( new int[]{ 0x1f1f0, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_kw", new String( new int[]{ 0x1f1f0, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_ky", new String( new int[]{ 0x1f1f0, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_kz", new String( new int[]{ 0x1f1f0, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_la", new String( new int[]{ 0x1f1f1, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_lb", new String( new int[]{ 0x1f1f1, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "flag_lc", new String( new int[]{ 0x1f1f1, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_li", new String( new int[]{ 0x1f1f1, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_lk", new String( new int[]{ 0x1f1f1, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_lr", new String( new int[]{ 0x1f1f1, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_ls", new String( new int[]{ 0x1f1f1, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_lt", new String( new int[]{ 0x1f1f1, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_lu", new String( new int[]{ 0x1f1f1, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_lv", new String( new int[]{ 0x1f1f1, 0x1f1fb }, 0, 2 ) ); - _addEntry( "flag_ly", new String( new int[]{ 0x1f1f1, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_ma", new String( new int[]{ 0x1f1f2, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_mc", new String( new int[]{ 0x1f1f2, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_md", new String( new int[]{ 0x1f1f2, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_me", new String( new int[]{ 0x1f1f2, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_mf", new String( new int[]{ 0x1f1f2, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_mg", new String( new int[]{ 0x1f1f2, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_mh", new String( new int[]{ 0x1f1f2, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_mk", new String( new int[]{ 0x1f1f2, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_ml", new String( new int[]{ 0x1f1f2, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_mm", new String( new int[]{ 0x1f1f2, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_mn", new String( new int[]{ 0x1f1f2, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_mo", new String( new int[]{ 0x1f1f2, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_mp", new String( new int[]{ 0x1f1f2, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "flag_mq", new String( new int[]{ 0x1f1f2, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "flag_mr", new String( new int[]{ 0x1f1f2, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_ms", new String( new int[]{ 0x1f1f2, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_mt", new String( new int[]{ 0x1f1f2, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_mu", new String( new int[]{ 0x1f1f2, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_mv", new String( new int[]{ 0x1f1f2, 0x1f1fb }, 0, 2 ) ); - _addEntry( "flag_mw", new String( new int[]{ 0x1f1f2, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_mx", new String( new int[]{ 0x1f1f2, 0x1f1fd }, 0, 2 ) ); - _addEntry( "flag_my", new String( new int[]{ 0x1f1f2, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_mz", new String( new int[]{ 0x1f1f2, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_na", new String( new int[]{ 0x1f1f3, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_nc", new String( new int[]{ 0x1f1f3, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_ne", new String( new int[]{ 0x1f1f3, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_nf", new String( new int[]{ 0x1f1f3, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_ng", new String( new int[]{ 0x1f1f3, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_ni", new String( new int[]{ 0x1f1f3, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_nl", new String( new int[]{ 0x1f1f3, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_no", new String( new int[]{ 0x1f1f3, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_np", new String( new int[]{ 0x1f1f3, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "flag_nr", new String( new int[]{ 0x1f1f3, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_nu", new String( new int[]{ 0x1f1f3, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_nz", new String( new int[]{ 0x1f1f3, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_om", new String( new int[]{ 0x1f1f4, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_pa", new String( new int[]{ 0x1f1f5, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_pe", new String( new int[]{ 0x1f1f5, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_pf", new String( new int[]{ 0x1f1f5, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_pg", new String( new int[]{ 0x1f1f5, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_ph", new String( new int[]{ 0x1f1f5, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_pk", new String( new int[]{ 0x1f1f5, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_pl", new String( new int[]{ 0x1f1f5, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_pm", new String( new int[]{ 0x1f1f5, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_pn", new String( new int[]{ 0x1f1f5, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_pr", new String( new int[]{ 0x1f1f5, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_ps", new String( new int[]{ 0x1f1f5, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_pt", new String( new int[]{ 0x1f1f5, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_pw", new String( new int[]{ 0x1f1f5, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_py", new String( new int[]{ 0x1f1f5, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_qa", new String( new int[]{ 0x1f1f6, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_re", new String( new int[]{ 0x1f1f7, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_ro", new String( new int[]{ 0x1f1f7, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_rs", new String( new int[]{ 0x1f1f7, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_ru", new String( new int[]{ 0x1f1f7, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_rw", new String( new int[]{ 0x1f1f7, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_sa", new String( new int[]{ 0x1f1f8, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_sb", new String( new int[]{ 0x1f1f8, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "flag_sc", new String( new int[]{ 0x1f1f8, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_sd", new String( new int[]{ 0x1f1f8, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_se", new String( new int[]{ 0x1f1f8, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_sg", new String( new int[]{ 0x1f1f8, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_sh", new String( new int[]{ 0x1f1f8, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_si", new String( new int[]{ 0x1f1f8, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_sj", new String( new int[]{ 0x1f1f8, 0x1f1ef }, 0, 2 ) ); - _addEntry( "flag_sk", new String( new int[]{ 0x1f1f8, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_sl", new String( new int[]{ 0x1f1f8, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_sm", new String( new int[]{ 0x1f1f8, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_sn", new String( new int[]{ 0x1f1f8, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_so", new String( new int[]{ 0x1f1f8, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_sr", new String( new int[]{ 0x1f1f8, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_ss", new String( new int[]{ 0x1f1f8, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_st", new String( new int[]{ 0x1f1f8, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_sv", new String( new int[]{ 0x1f1f8, 0x1f1fb }, 0, 2 ) ); - _addEntry( "flag_sx", new String( new int[]{ 0x1f1f8, 0x1f1fd }, 0, 2 ) ); - _addEntry( "flag_sy", new String( new int[]{ 0x1f1f8, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_sz", new String( new int[]{ 0x1f1f8, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_ta", new String( new int[]{ 0x1f1f9, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_tc", new String( new int[]{ 0x1f1f9, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_td", new String( new int[]{ 0x1f1f9, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "flag_tf", new String( new int[]{ 0x1f1f9, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_tg", new String( new int[]{ 0x1f1f9, 0x1f1ec }, 0, 2 ) ); - } - - private static void init10(){ - _addEntry( "flag_th", new String( new int[]{ 0x1f1f9, 0x1f1ed }, 0, 2 ) ); - _addEntry( "flag_tj", new String( new int[]{ 0x1f1f9, 0x1f1ef }, 0, 2 ) ); - _addEntry( "flag_tk", new String( new int[]{ 0x1f1f9, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_tl", new String( new int[]{ 0x1f1f9, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "flag_tm", new String( new int[]{ 0x1f1f9, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_tn", new String( new int[]{ 0x1f1f9, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_to", new String( new int[]{ 0x1f1f9, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "flag_tr", new String( new int[]{ 0x1f1f9, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "flag_tt", new String( new int[]{ 0x1f1f9, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_tv", new String( new int[]{ 0x1f1f9, 0x1f1fb }, 0, 2 ) ); - _addEntry( "flag_tw", new String( new int[]{ 0x1f1f9, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flag_tz", new String( new int[]{ 0x1f1f9, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_ua", new String( new int[]{ 0x1f1fa, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_ug", new String( new int[]{ 0x1f1fa, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_um", new String( new int[]{ 0x1f1fa, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_us", new String( new int[]{ 0x1f1fa, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_uy", new String( new int[]{ 0x1f1fa, 0x1f1fe }, 0, 2 ) ); - _addEntry( "flag_uz", new String( new int[]{ 0x1f1fa, 0x1f1ff }, 0, 2 ) ); - _addEntry( "flag_va", new String( new int[]{ 0x1f1fb, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_vc", new String( new int[]{ 0x1f1fb, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "flag_ve", new String( new int[]{ 0x1f1fb, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_vg", new String( new int[]{ 0x1f1fb, 0x1f1ec }, 0, 2 ) ); - _addEntry( "flag_vi", new String( new int[]{ 0x1f1fb, 0x1f1ee }, 0, 2 ) ); - _addEntry( "flag_vn", new String( new int[]{ 0x1f1fb, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "flag_vu", new String( new int[]{ 0x1f1fb, 0x1f1fa }, 0, 2 ) ); - _addEntry( "flag_wf", new String( new int[]{ 0x1f1fc, 0x1f1eb }, 0, 2 ) ); - _addEntry( "flag_white", new String( new int[]{ 0x1f3f3 }, 0, 1 ) ); - _addEntry( "flag_ws", new String( new int[]{ 0x1f1fc, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "flag_xk", new String( new int[]{ 0x1f1fd, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "flag_ye", new String( new int[]{ 0x1f1fe, 0x1f1ea }, 0, 2 ) ); - _addEntry( "flag_yt", new String( new int[]{ 0x1f1fe, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "flag_za", new String( new int[]{ 0x1f1ff, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "flag_zm", new String( new int[]{ 0x1f1ff, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "flag_zw", new String( new int[]{ 0x1f1ff, 0x1f1fc }, 0, 2 ) ); - _addEntry( "flags", new String( new int[]{ 0x1f38f }, 0, 1 ) ); - _addEntry( "flame", new String( new int[]{ 0x1f525 }, 0, 1 ) ); - _addEntry( "flan", new String( new int[]{ 0x1f36e }, 0, 1 ) ); - _addEntry( "flashlight", new String( new int[]{ 0x1f526 }, 0, 1 ) ); - _addEntry( "fleur-de-lis", new String( new int[]{ 0x269c }, 0, 1 ) ); - _addEntry( "floppy_disk", new String( new int[]{ 0x1f4be }, 0, 1 ) ); - _addEntry( "flower_playing_cards", new String( new int[]{ 0x1f3b4 }, 0, 1 ) ); - _addEntry( "flushed", new String( new int[]{ 0x1f633 }, 0, 1 ) ); - _addEntry( "fm", new String( new int[]{ 0x1f1eb, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "fo", new String( new int[]{ 0x1f1eb, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "fog", new String( new int[]{ 0x1f32b }, 0, 1 ) ); - _addEntry( "foggy", new String( new int[]{ 0x1f301 }, 0, 1 ) ); - _addEntry( "football", new String( new int[]{ 0x1f3c8 }, 0, 1 ) ); - _addEntry( "footprints", new String( new int[]{ 0x1f463 }, 0, 1 ) ); - _addEntry( "fork_and_knife", new String( new int[]{ 0x1f374 }, 0, 1 ) ); - _addEntry( "fork_and_knife_with_plate", new String( new int[]{ 0x1f37d }, 0, 1 ) ); - _addEntry( "fork_knife_plate", new String( new int[]{ 0x1f37d }, 0, 1 ) ); - _addEntry( "fountain", new String( new int[]{ 0x26f2 }, 0, 1 ) ); - _addEntry( "four", new String( new int[]{ 0x0034, 0x20e3 }, 0, 2 ) ); - _addEntry( "four_leaf_clover", new String( new int[]{ 0x1f340 }, 0, 1 ) ); - _addEntry( "fox", new String( new int[]{ 0x1f98a }, 0, 1 ) ); - _addEntry( "fox_face", new String( new int[]{ 0x1f98a }, 0, 1 ) ); - _addEntry( "fr", new String( new int[]{ 0x1f1eb, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "frame_photo", new String( new int[]{ 0x1f5bc }, 0, 1 ) ); - _addEntry( "frame_with_picture", new String( new int[]{ 0x1f5bc }, 0, 1 ) ); - _addEntry( "free", new String( new int[]{ 0x1f193 }, 0, 1 ) ); - _addEntry( "french_bread", new String( new int[]{ 0x1f956 }, 0, 1 ) ); - _addEntry( "fried_shrimp", new String( new int[]{ 0x1f364 }, 0, 1 ) ); - _addEntry( "fries", new String( new int[]{ 0x1f35f }, 0, 1 ) ); - _addEntry( "frog", new String( new int[]{ 0x1f438 }, 0, 1 ) ); - _addEntry( "frowning", new String( new int[]{ 0x1f626 }, 0, 1 ) ); - _addEntry( "frowning2", new String( new int[]{ 0x2639 }, 0, 1 ) ); - _addEntry( "fuelpump", new String( new int[]{ 0x26fd }, 0, 1 ) ); - _addEntry( "full_moon", new String( new int[]{ 0x1f315 }, 0, 1 ) ); - _addEntry( "full_moon_with_face", new String( new int[]{ 0x1f31d }, 0, 1 ) ); - _addEntry( "funeral_urn", new String( new int[]{ 0x26b1 }, 0, 1 ) ); - _addEntry( "ga", new String( new int[]{ 0x1f1ec, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "game_die", new String( new int[]{ 0x1f3b2 }, 0, 1 ) ); - _addEntry( "gay_pride_flag", new String( new int[]{ 0x1f3f3, 0x1f308 }, 0, 2 ) ); - _addEntry( "gb", new String( new int[]{ 0x1f1ec, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "gd", new String( new int[]{ 0x1f1ec, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "ge", new String( new int[]{ 0x1f1ec, 0x1f1ea }, 0, 2 ) ); - _addEntry( "gear", new String( new int[]{ 0x2699 }, 0, 1 ) ); - _addEntry( "gem", new String( new int[]{ 0x1f48e }, 0, 1 ) ); - _addEntry( "gemini", new String( new int[]{ 0x264a }, 0, 1 ) ); - _addEntry( "gf", new String( new int[]{ 0x1f1ec, 0x1f1eb }, 0, 2 ) ); - _addEntry( "gg", new String( new int[]{ 0x1f1ec, 0x1f1ec }, 0, 2 ) ); - _addEntry( "gh", new String( new int[]{ 0x1f1ec, 0x1f1ed }, 0, 2 ) ); - _addEntry( "ghost", new String( new int[]{ 0x1f47b }, 0, 1 ) ); - _addEntry( "gi", new String( new int[]{ 0x1f1ec, 0x1f1ee }, 0, 2 ) ); - _addEntry( "gift", new String( new int[]{ 0x1f381 }, 0, 1 ) ); - _addEntry( "gift_heart", new String( new int[]{ 0x1f49d }, 0, 1 ) ); - _addEntry( "girl", new String( new int[]{ 0x1f467 }, 0, 1 ) ); - _addEntry( "girl_tone1", new String( new int[]{ 0x1f467, 0x1f3fb }, 0, 2 ) ); - _addEntry( "girl_tone2", new String( new int[]{ 0x1f467, 0x1f3fc }, 0, 2 ) ); - _addEntry( "girl_tone3", new String( new int[]{ 0x1f467, 0x1f3fd }, 0, 2 ) ); - _addEntry( "girl_tone4", new String( new int[]{ 0x1f467, 0x1f3fe }, 0, 2 ) ); - _addEntry( "girl_tone5", new String( new int[]{ 0x1f467, 0x1f3ff }, 0, 2 ) ); - _addEntry( "gl", new String( new int[]{ 0x1f1ec, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "glass_of_milk", new String( new int[]{ 0x1f95b }, 0, 1 ) ); - _addEntry( "globe_with_meridians", new String( new int[]{ 0x1f310 }, 0, 1 ) ); - _addEntry( "gm", new String( new int[]{ 0x1f1ec, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "gn", new String( new int[]{ 0x1f1ec, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "goal", new String( new int[]{ 0x1f945 }, 0, 1 ) ); - _addEntry( "goal_net", new String( new int[]{ 0x1f945 }, 0, 1 ) ); - _addEntry( "goat", new String( new int[]{ 0x1f410 }, 0, 1 ) ); - _addEntry( "golf", new String( new int[]{ 0x26f3 }, 0, 1 ) ); - } - - private static void init11(){ - _addEntry( "golfer", new String( new int[]{ 0x1f3cc }, 0, 1 ) ); - _addEntry( "gorilla", new String( new int[]{ 0x1f98d }, 0, 1 ) ); - _addEntry( "gp", new String( new int[]{ 0x1f1ec, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "gq", new String( new int[]{ 0x1f1ec, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "gr", new String( new int[]{ 0x1f1ec, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "grandma", new String( new int[]{ 0x1f475 }, 0, 1 ) ); - _addEntry( "grandma_tone1", new String( new int[]{ 0x1f475, 0x1f3fb }, 0, 2 ) ); - _addEntry( "grandma_tone2", new String( new int[]{ 0x1f475, 0x1f3fc }, 0, 2 ) ); - _addEntry( "grandma_tone3", new String( new int[]{ 0x1f475, 0x1f3fd }, 0, 2 ) ); - _addEntry( "grandma_tone4", new String( new int[]{ 0x1f475, 0x1f3fe }, 0, 2 ) ); - _addEntry( "grandma_tone5", new String( new int[]{ 0x1f475, 0x1f3ff }, 0, 2 ) ); - _addEntry( "grapes", new String( new int[]{ 0x1f347 }, 0, 1 ) ); - _addEntry( "green_apple", new String( new int[]{ 0x1f34f }, 0, 1 ) ); - _addEntry( "green_book", new String( new int[]{ 0x1f4d7 }, 0, 1 ) ); - _addEntry( "green_heart", new String( new int[]{ 0x1f49a }, 0, 1 ) ); - _addEntry( "green_salad", new String( new int[]{ 0x1f957 }, 0, 1 ) ); - _addEntry( "grey_exclamation", new String( new int[]{ 0x2755 }, 0, 1 ) ); - _addEntry( "grey_question", new String( new int[]{ 0x2754 }, 0, 1 ) ); - _addEntry( "grimacing", new String( new int[]{ 0x1f62c }, 0, 1 ) ); - _addEntry( "grin", new String( new int[]{ 0x1f601 }, 0, 1 ) ); - _addEntry( "grinning", new String( new int[]{ 0x1f600 }, 0, 1 ) ); - _addEntry( "gs", new String( new int[]{ 0x1f1ec, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "gt", new String( new int[]{ 0x1f1ec, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "gu", new String( new int[]{ 0x1f1ec, 0x1f1fa }, 0, 2 ) ); - _addEntry( "guardsman", new String( new int[]{ 0x1f482 }, 0, 1 ) ); - _addEntry( "guardsman_tone1", new String( new int[]{ 0x1f482, 0x1f3fb }, 0, 2 ) ); - _addEntry( "guardsman_tone2", new String( new int[]{ 0x1f482, 0x1f3fc }, 0, 2 ) ); - _addEntry( "guardsman_tone3", new String( new int[]{ 0x1f482, 0x1f3fd }, 0, 2 ) ); - _addEntry( "guardsman_tone4", new String( new int[]{ 0x1f482, 0x1f3fe }, 0, 2 ) ); - _addEntry( "guardsman_tone5", new String( new int[]{ 0x1f482, 0x1f3ff }, 0, 2 ) ); - _addEntry( "guitar", new String( new int[]{ 0x1f3b8 }, 0, 1 ) ); - _addEntry( "gun", new String( new int[]{ 0x1f52b }, 0, 1 ) ); - _addEntry( "gw", new String( new int[]{ 0x1f1ec, 0x1f1fc }, 0, 2 ) ); - _addEntry( "gy", new String( new int[]{ 0x1f1ec, 0x1f1fe }, 0, 2 ) ); - _addEntry( "haircut", new String( new int[]{ 0x1f487 }, 0, 1 ) ); - _addEntry( "haircut_tone1", new String( new int[]{ 0x1f487, 0x1f3fb }, 0, 2 ) ); - _addEntry( "haircut_tone2", new String( new int[]{ 0x1f487, 0x1f3fc }, 0, 2 ) ); - _addEntry( "haircut_tone3", new String( new int[]{ 0x1f487, 0x1f3fd }, 0, 2 ) ); - _addEntry( "haircut_tone4", new String( new int[]{ 0x1f487, 0x1f3fe }, 0, 2 ) ); - _addEntry( "haircut_tone5", new String( new int[]{ 0x1f487, 0x1f3ff }, 0, 2 ) ); - _addEntry( "hamburger", new String( new int[]{ 0x1f354 }, 0, 1 ) ); - _addEntry( "hammer", new String( new int[]{ 0x1f528 }, 0, 1 ) ); - _addEntry( "hammer_and_pick", new String( new int[]{ 0x2692 }, 0, 1 ) ); - _addEntry( "hammer_and_wrench", new String( new int[]{ 0x1f6e0 }, 0, 1 ) ); - _addEntry( "hammer_pick", new String( new int[]{ 0x2692 }, 0, 1 ) ); - _addEntry( "hamster", new String( new int[]{ 0x1f439 }, 0, 1 ) ); - _addEntry( "hand_splayed", new String( new int[]{ 0x1f590 }, 0, 1 ) ); - _addEntry( "hand_splayed_tone1", new String( new int[]{ 0x1f590, 0x1f3fb }, 0, 2 ) ); - _addEntry( "hand_splayed_tone2", new String( new int[]{ 0x1f590, 0x1f3fc }, 0, 2 ) ); - _addEntry( "hand_splayed_tone3", new String( new int[]{ 0x1f590, 0x1f3fd }, 0, 2 ) ); - _addEntry( "hand_splayed_tone4", new String( new int[]{ 0x1f590, 0x1f3fe }, 0, 2 ) ); - _addEntry( "hand_splayed_tone5", new String( new int[]{ 0x1f590, 0x1f3ff }, 0, 2 ) ); - _addEntry( "hand_with_index_and_middle_finger_crossed", new String( new int[]{ 0x1f91e }, 0, 1 ) ); - _addEntry( "hand_with_index_and_middle_fingers_crossed_tone1", new String( new int[]{ 0x1f91e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "hand_with_index_and_middle_fingers_crossed_tone2", new String( new int[]{ 0x1f91e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "hand_with_index_and_middle_fingers_crossed_tone3", new String( new int[]{ 0x1f91e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "hand_with_index_and_middle_fingers_crossed_tone4", new String( new int[]{ 0x1f91e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "hand_with_index_and_middle_fingers_crossed_tone5", new String( new int[]{ 0x1f91e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "handbag", new String( new int[]{ 0x1f45c }, 0, 1 ) ); - _addEntry( "handball", new String( new int[]{ 0x1f93e }, 0, 1 ) ); - _addEntry( "handball_tone1", new String( new int[]{ 0x1f93e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "handball_tone2", new String( new int[]{ 0x1f93e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "handball_tone3", new String( new int[]{ 0x1f93e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "handball_tone4", new String( new int[]{ 0x1f93e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "handball_tone5", new String( new int[]{ 0x1f93e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "handshake", new String( new int[]{ 0x1f91d }, 0, 1 ) ); - _addEntry( "hankey", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); - _addEntry( "hash", new String( new int[]{ 0x0023, 0x20e3 }, 0, 2 ) ); - _addEntry( "hatched_chick", new String( new int[]{ 0x1f425 }, 0, 1 ) ); - _addEntry( "hatching_chick", new String( new int[]{ 0x1f423 }, 0, 1 ) ); - _addEntry( "head_bandage", new String( new int[]{ 0x1f915 }, 0, 1 ) ); - _addEntry( "headphones", new String( new int[]{ 0x1f3a7 }, 0, 1 ) ); - _addEntry( "hear_no_evil", new String( new int[]{ 0x1f649 }, 0, 1 ) ); - _addEntry( "heart", new String( new int[]{ 0x2764 }, 0, 1 ) ); - _addEntry( "heart_decoration", new String( new int[]{ 0x1f49f }, 0, 1 ) ); - _addEntry( "heart_exclamation", new String( new int[]{ 0x2763 }, 0, 1 ) ); - _addEntry( "heart_eyes", new String( new int[]{ 0x1f60d }, 0, 1 ) ); - _addEntry( "heart_eyes_cat", new String( new int[]{ 0x1f63b }, 0, 1 ) ); - _addEntry( "heartbeat", new String( new int[]{ 0x1f493 }, 0, 1 ) ); - _addEntry( "heartpulse", new String( new int[]{ 0x1f497 }, 0, 1 ) ); - _addEntry( "hearts", new String( new int[]{ 0x2665 }, 0, 1 ) ); - _addEntry( "heavy_check_mark", new String( new int[]{ 0x2714 }, 0, 1 ) ); - _addEntry( "heavy_division_sign", new String( new int[]{ 0x2797 }, 0, 1 ) ); - _addEntry( "heavy_dollar_sign", new String( new int[]{ 0x1f4b2 }, 0, 1 ) ); - _addEntry( "heavy_heart_exclamation_mark_ornament", new String( new int[]{ 0x2763 }, 0, 1 ) ); - _addEntry( "heavy_minus_sign", new String( new int[]{ 0x2796 }, 0, 1 ) ); - _addEntry( "heavy_multiplication_x", new String( new int[]{ 0x2716 }, 0, 1 ) ); - _addEntry( "heavy_plus_sign", new String( new int[]{ 0x2795 }, 0, 1 ) ); - _addEntry( "helicopter", new String( new int[]{ 0x1f681 }, 0, 1 ) ); - _addEntry( "helmet_with_cross", new String( new int[]{ 0x26d1 }, 0, 1 ) ); - _addEntry( "helmet_with_white_cross", new String( new int[]{ 0x26d1 }, 0, 1 ) ); - _addEntry( "herb", new String( new int[]{ 0x1f33f }, 0, 1 ) ); - _addEntry( "hibiscus", new String( new int[]{ 0x1f33a }, 0, 1 ) ); - _addEntry( "high_brightness", new String( new int[]{ 0x1f506 }, 0, 1 ) ); - _addEntry( "high_heel", new String( new int[]{ 0x1f460 }, 0, 1 ) ); - _addEntry( "hk", new String( new int[]{ 0x1f1ed, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "hm", new String( new int[]{ 0x1f1ed, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "hn", new String( new int[]{ 0x1f1ed, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "hockey", new String( new int[]{ 0x1f3d2 }, 0, 1 ) ); - _addEntry( "hole", new String( new int[]{ 0x1f573 }, 0, 1 ) ); - _addEntry( "homes", new String( new int[]{ 0x1f3d8 }, 0, 1 ) ); - } - - private static void init12(){ - _addEntry( "honey_pot", new String( new int[]{ 0x1f36f }, 0, 1 ) ); - _addEntry( "horse", new String( new int[]{ 0x1f434 }, 0, 1 ) ); - _addEntry( "horse_racing", new String( new int[]{ 0x1f3c7 }, 0, 1 ) ); - _addEntry( "horse_racing_tone1", new String( new int[]{ 0x1f3c7, 0x1f3fb }, 0, 2 ) ); - _addEntry( "horse_racing_tone2", new String( new int[]{ 0x1f3c7, 0x1f3fc }, 0, 2 ) ); - _addEntry( "horse_racing_tone3", new String( new int[]{ 0x1f3c7, 0x1f3fd }, 0, 2 ) ); - _addEntry( "horse_racing_tone4", new String( new int[]{ 0x1f3c7, 0x1f3fe }, 0, 2 ) ); - _addEntry( "horse_racing_tone5", new String( new int[]{ 0x1f3c7, 0x1f3ff }, 0, 2 ) ); - _addEntry( "hospital", new String( new int[]{ 0x1f3e5 }, 0, 1 ) ); - _addEntry( "hot_dog", new String( new int[]{ 0x1f32d }, 0, 1 ) ); - _addEntry( "hot_pepper", new String( new int[]{ 0x1f336 }, 0, 1 ) ); - _addEntry( "hotdog", new String( new int[]{ 0x1f32d }, 0, 1 ) ); - _addEntry( "hotel", new String( new int[]{ 0x1f3e8 }, 0, 1 ) ); - _addEntry( "hotsprings", new String( new int[]{ 0x2668 }, 0, 1 ) ); - _addEntry( "hourglass", new String( new int[]{ 0x231b }, 0, 1 ) ); - _addEntry( "hourglass_flowing_sand", new String( new int[]{ 0x23f3 }, 0, 1 ) ); - _addEntry( "house", new String( new int[]{ 0x1f3e0 }, 0, 1 ) ); - _addEntry( "house_abandoned", new String( new int[]{ 0x1f3da }, 0, 1 ) ); - _addEntry( "house_buildings", new String( new int[]{ 0x1f3d8 }, 0, 1 ) ); - _addEntry( "house_with_garden", new String( new int[]{ 0x1f3e1 }, 0, 1 ) ); - _addEntry( "hr", new String( new int[]{ 0x1f1ed, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "ht", new String( new int[]{ 0x1f1ed, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "hu", new String( new int[]{ 0x1f1ed, 0x1f1fa }, 0, 2 ) ); - _addEntry( "hugging", new String( new int[]{ 0x1f917 }, 0, 1 ) ); - _addEntry( "hugging_face", new String( new int[]{ 0x1f917 }, 0, 1 ) ); - _addEntry( "hushed", new String( new int[]{ 0x1f62f }, 0, 1 ) ); - _addEntry( "ic", new String( new int[]{ 0x1f1ee, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "ice_cream", new String( new int[]{ 0x1f368 }, 0, 1 ) ); - _addEntry( "ice_skate", new String( new int[]{ 0x26f8 }, 0, 1 ) ); - _addEntry( "icecream", new String( new int[]{ 0x1f366 }, 0, 1 ) ); - _addEntry( "id", new String( new int[]{ 0x1f194 }, 0, 1 ) ); - _addEntry( "ideograph_advantage", new String( new int[]{ 0x1f250 }, 0, 1 ) ); - _addEntry( "ie", new String( new int[]{ 0x1f1ee, 0x1f1ea }, 0, 2 ) ); - _addEntry( "il", new String( new int[]{ 0x1f1ee, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "im", new String( new int[]{ 0x1f1ee, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "imp", new String( new int[]{ 0x1f47f }, 0, 1 ) ); - _addEntry( "in", new String( new int[]{ 0x1f1ee, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "inbox_tray", new String( new int[]{ 0x1f4e5 }, 0, 1 ) ); - _addEntry( "incoming_envelope", new String( new int[]{ 0x1f4e8 }, 0, 1 ) ); - _addEntry( "indonesia", new String( new int[]{ 0x1f1ee, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "information_desk_person", new String( new int[]{ 0x1f481 }, 0, 1 ) ); - _addEntry( "information_desk_person_tone1", new String( new int[]{ 0x1f481, 0x1f3fb }, 0, 2 ) ); - _addEntry( "information_desk_person_tone2", new String( new int[]{ 0x1f481, 0x1f3fc }, 0, 2 ) ); - _addEntry( "information_desk_person_tone3", new String( new int[]{ 0x1f481, 0x1f3fd }, 0, 2 ) ); - _addEntry( "information_desk_person_tone4", new String( new int[]{ 0x1f481, 0x1f3fe }, 0, 2 ) ); - _addEntry( "information_desk_person_tone5", new String( new int[]{ 0x1f481, 0x1f3ff }, 0, 2 ) ); - _addEntry( "information_source", new String( new int[]{ 0x2139 }, 0, 1 ) ); - _addEntry( "innocent", new String( new int[]{ 0x1f607 }, 0, 1 ) ); - _addEntry( "interrobang", new String( new int[]{ 0x2049 }, 0, 1 ) ); - _addEntry( "io", new String( new int[]{ 0x1f1ee, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "iphone", new String( new int[]{ 0x1f4f1 }, 0, 1 ) ); - _addEntry( "iq", new String( new int[]{ 0x1f1ee, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "ir", new String( new int[]{ 0x1f1ee, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "is", new String( new int[]{ 0x1f1ee, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "island", new String( new int[]{ 0x1f3dd }, 0, 1 ) ); - _addEntry( "it", new String( new int[]{ 0x1f1ee, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "izakaya_lantern", new String( new int[]{ 0x1f3ee }, 0, 1 ) ); - _addEntry( "jack_o_lantern", new String( new int[]{ 0x1f383 }, 0, 1 ) ); - _addEntry( "japan", new String( new int[]{ 0x1f5fe }, 0, 1 ) ); - _addEntry( "japanese_castle", new String( new int[]{ 0x1f3ef }, 0, 1 ) ); - _addEntry( "japanese_goblin", new String( new int[]{ 0x1f47a }, 0, 1 ) ); - _addEntry( "japanese_ogre", new String( new int[]{ 0x1f479 }, 0, 1 ) ); - _addEntry( "je", new String( new int[]{ 0x1f1ef, 0x1f1ea }, 0, 2 ) ); - _addEntry( "jeans", new String( new int[]{ 0x1f456 }, 0, 1 ) ); - _addEntry( "jm", new String( new int[]{ 0x1f1ef, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "jo", new String( new int[]{ 0x1f1ef, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "joy", new String( new int[]{ 0x1f602 }, 0, 1 ) ); - _addEntry( "joy_cat", new String( new int[]{ 0x1f639 }, 0, 1 ) ); - _addEntry( "joystick", new String( new int[]{ 0x1f579 }, 0, 1 ) ); - _addEntry( "jp", new String( new int[]{ 0x1f1ef, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "juggler", new String( new int[]{ 0x1f939 }, 0, 1 ) ); - _addEntry( "juggler_tone1", new String( new int[]{ 0x1f939, 0x1f3fb }, 0, 2 ) ); - _addEntry( "juggler_tone2", new String( new int[]{ 0x1f939, 0x1f3fc }, 0, 2 ) ); - _addEntry( "juggler_tone3", new String( new int[]{ 0x1f939, 0x1f3fd }, 0, 2 ) ); - _addEntry( "juggler_tone4", new String( new int[]{ 0x1f939, 0x1f3fe }, 0, 2 ) ); - _addEntry( "juggler_tone5", new String( new int[]{ 0x1f939, 0x1f3ff }, 0, 2 ) ); - _addEntry( "juggling", new String( new int[]{ 0x1f939 }, 0, 1 ) ); - _addEntry( "juggling_tone1", new String( new int[]{ 0x1f939, 0x1f3fb }, 0, 2 ) ); - _addEntry( "juggling_tone2", new String( new int[]{ 0x1f939, 0x1f3fc }, 0, 2 ) ); - _addEntry( "juggling_tone3", new String( new int[]{ 0x1f939, 0x1f3fd }, 0, 2 ) ); - _addEntry( "juggling_tone4", new String( new int[]{ 0x1f939, 0x1f3fe }, 0, 2 ) ); - _addEntry( "juggling_tone5", new String( new int[]{ 0x1f939, 0x1f3ff }, 0, 2 ) ); - _addEntry( "kaaba", new String( new int[]{ 0x1f54b }, 0, 1 ) ); - _addEntry( "karate_uniform", new String( new int[]{ 0x1f94b }, 0, 1 ) ); - _addEntry( "kayak", new String( new int[]{ 0x1f6f6 }, 0, 1 ) ); - _addEntry( "ke", new String( new int[]{ 0x1f1f0, 0x1f1ea }, 0, 2 ) ); - _addEntry( "key", new String( new int[]{ 0x1f511 }, 0, 1 ) ); - _addEntry( "key2", new String( new int[]{ 0x1f5dd }, 0, 1 ) ); - _addEntry( "keyboard", new String( new int[]{ 0x2328 }, 0, 1 ) ); - _addEntry( "keycap_asterisk", new String( new int[]{ 0x002a, 0x20e3 }, 0, 2 ) ); - _addEntry( "keycap_ten", new String( new int[]{ 0x1f51f }, 0, 1 ) ); - _addEntry( "kg", new String( new int[]{ 0x1f1f0, 0x1f1ec }, 0, 2 ) ); - _addEntry( "kh", new String( new int[]{ 0x1f1f0, 0x1f1ed }, 0, 2 ) ); - _addEntry( "ki", new String( new int[]{ 0x1f1f0, 0x1f1ee }, 0, 2 ) ); - _addEntry( "kimono", new String( new int[]{ 0x1f458 }, 0, 1 ) ); - _addEntry( "kiss", new String( new int[]{ 0x1f48b }, 0, 1 ) ); - _addEntry( "kiss_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f48b, 0x1f468 }, 0, 4 ) ); - _addEntry( "kiss_woman_man", new String( new int[]{ 0x1f469, 0x2764, 0x1f48b, 0x1f468 }, 0, 4 ) ); - _addEntry( "kiss_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f48b, 0x1f469 }, 0, 4 ) ); - _addEntry( "kissing", new String( new int[]{ 0x1f617 }, 0, 1 ) ); - _addEntry( "kissing_cat", new String( new int[]{ 0x1f63d }, 0, 1 ) ); - } - - private static void init13(){ - _addEntry( "kissing_closed_eyes", new String( new int[]{ 0x1f61a }, 0, 1 ) ); - _addEntry( "kissing_heart", new String( new int[]{ 0x1f618 }, 0, 1 ) ); - _addEntry( "kissing_smiling_eyes", new String( new int[]{ 0x1f619 }, 0, 1 ) ); - _addEntry( "kiwi", new String( new int[]{ 0x1f95d }, 0, 1 ) ); - _addEntry( "kiwifruit", new String( new int[]{ 0x1f95d }, 0, 1 ) ); - _addEntry( "km", new String( new int[]{ 0x1f1f0, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "kn", new String( new int[]{ 0x1f1f0, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "knife", new String( new int[]{ 0x1f52a }, 0, 1 ) ); - _addEntry( "koala", new String( new int[]{ 0x1f428 }, 0, 1 ) ); - _addEntry( "koko", new String( new int[]{ 0x1f201 }, 0, 1 ) ); - _addEntry( "kp", new String( new int[]{ 0x1f1f0, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "kr", new String( new int[]{ 0x1f1f0, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "kw", new String( new int[]{ 0x1f1f0, 0x1f1fc }, 0, 2 ) ); - _addEntry( "ky", new String( new int[]{ 0x1f1f0, 0x1f1fe }, 0, 2 ) ); - _addEntry( "kz", new String( new int[]{ 0x1f1f0, 0x1f1ff }, 0, 2 ) ); - _addEntry( "la", new String( new int[]{ 0x1f1f1, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "label", new String( new int[]{ 0x1f3f7 }, 0, 1 ) ); - _addEntry( "large_blue_diamond", new String( new int[]{ 0x1f537 }, 0, 1 ) ); - _addEntry( "large_orange_diamond", new String( new int[]{ 0x1f536 }, 0, 1 ) ); - _addEntry( "last_quarter_moon", new String( new int[]{ 0x1f317 }, 0, 1 ) ); - _addEntry( "last_quarter_moon_with_face", new String( new int[]{ 0x1f31c }, 0, 1 ) ); - _addEntry( "latin_cross", new String( new int[]{ 0x271d }, 0, 1 ) ); - _addEntry( "laughing", new String( new int[]{ 0x1f606 }, 0, 1 ) ); - _addEntry( "lb", new String( new int[]{ 0x1f1f1, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "lc", new String( new int[]{ 0x1f1f1, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "leaves", new String( new int[]{ 0x1f343 }, 0, 1 ) ); - _addEntry( "ledger", new String( new int[]{ 0x1f4d2 }, 0, 1 ) ); - _addEntry( "left_facing_fist", new String( new int[]{ 0x1f91b }, 0, 1 ) ); - _addEntry( "left_facing_fist_tone1", new String( new int[]{ 0x1f91b, 0x1f3fb }, 0, 2 ) ); - _addEntry( "left_facing_fist_tone2", new String( new int[]{ 0x1f91b, 0x1f3fc }, 0, 2 ) ); - _addEntry( "left_facing_fist_tone3", new String( new int[]{ 0x1f91b, 0x1f3fd }, 0, 2 ) ); - _addEntry( "left_facing_fist_tone4", new String( new int[]{ 0x1f91b, 0x1f3fe }, 0, 2 ) ); - _addEntry( "left_facing_fist_tone5", new String( new int[]{ 0x1f91b, 0x1f3ff }, 0, 2 ) ); - _addEntry( "left_fist", new String( new int[]{ 0x1f91b }, 0, 1 ) ); - _addEntry( "left_fist_tone1", new String( new int[]{ 0x1f91b, 0x1f3fb }, 0, 2 ) ); - _addEntry( "left_fist_tone2", new String( new int[]{ 0x1f91b, 0x1f3fc }, 0, 2 ) ); - _addEntry( "left_fist_tone3", new String( new int[]{ 0x1f91b, 0x1f3fd }, 0, 2 ) ); - _addEntry( "left_fist_tone4", new String( new int[]{ 0x1f91b, 0x1f3fe }, 0, 2 ) ); - _addEntry( "left_fist_tone5", new String( new int[]{ 0x1f91b, 0x1f3ff }, 0, 2 ) ); - _addEntry( "left_luggage", new String( new int[]{ 0x1f6c5 }, 0, 1 ) ); - _addEntry( "left_right_arrow", new String( new int[]{ 0x2194 }, 0, 1 ) ); - _addEntry( "left_speech_bubble", new String( new int[]{ 0x1f5e8 }, 0, 1 ) ); - _addEntry( "leftwards_arrow_with_hook", new String( new int[]{ 0x21a9 }, 0, 1 ) ); - _addEntry( "lemon", new String( new int[]{ 0x1f34b }, 0, 1 ) ); - _addEntry( "leo", new String( new int[]{ 0x264c }, 0, 1 ) ); - _addEntry( "leopard", new String( new int[]{ 0x1f406 }, 0, 1 ) ); - _addEntry( "level_slider", new String( new int[]{ 0x1f39a }, 0, 1 ) ); - _addEntry( "levitate", new String( new int[]{ 0x1f574 }, 0, 1 ) ); - _addEntry( "li", new String( new int[]{ 0x1f1f1, 0x1f1ee }, 0, 2 ) ); - _addEntry( "liar", new String( new int[]{ 0x1f925 }, 0, 1 ) ); - _addEntry( "libra", new String( new int[]{ 0x264e }, 0, 1 ) ); - _addEntry( "lifter", new String( new int[]{ 0x1f3cb }, 0, 1 ) ); - _addEntry( "lifter_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb }, 0, 2 ) ); - _addEntry( "lifter_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc }, 0, 2 ) ); - _addEntry( "lifter_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd }, 0, 2 ) ); - _addEntry( "lifter_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe }, 0, 2 ) ); - _addEntry( "lifter_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff }, 0, 2 ) ); - _addEntry( "light_rail", new String( new int[]{ 0x1f688 }, 0, 1 ) ); - _addEntry( "link", new String( new int[]{ 0x1f517 }, 0, 1 ) ); - _addEntry( "linked_paperclips", new String( new int[]{ 0x1f587 }, 0, 1 ) ); - _addEntry( "lion", new String( new int[]{ 0x1f981 }, 0, 1 ) ); - _addEntry( "lion_face", new String( new int[]{ 0x1f981 }, 0, 1 ) ); - _addEntry( "lips", new String( new int[]{ 0x1f444 }, 0, 1 ) ); - _addEntry( "lipstick", new String( new int[]{ 0x1f484 }, 0, 1 ) ); - _addEntry( "lizard", new String( new int[]{ 0x1f98e }, 0, 1 ) ); - _addEntry( "lk", new String( new int[]{ 0x1f1f1, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "lock", new String( new int[]{ 0x1f512 }, 0, 1 ) ); - _addEntry( "lock_with_ink_pen", new String( new int[]{ 0x1f50f }, 0, 1 ) ); - _addEntry( "lollipop", new String( new int[]{ 0x1f36d }, 0, 1 ) ); - _addEntry( "loop", new String( new int[]{ 0x27bf }, 0, 1 ) ); - _addEntry( "loud_sound", new String( new int[]{ 0x1f50a }, 0, 1 ) ); - _addEntry( "loudspeaker", new String( new int[]{ 0x1f4e2 }, 0, 1 ) ); - _addEntry( "love_hotel", new String( new int[]{ 0x1f3e9 }, 0, 1 ) ); - _addEntry( "love_letter", new String( new int[]{ 0x1f48c }, 0, 1 ) ); - _addEntry( "low_brightness", new String( new int[]{ 0x1f505 }, 0, 1 ) ); - _addEntry( "lower_left_ballpoint_pen", new String( new int[]{ 0x1f58a }, 0, 1 ) ); - _addEntry( "lower_left_crayon", new String( new int[]{ 0x1f58d }, 0, 1 ) ); - _addEntry( "lower_left_fountain_pen", new String( new int[]{ 0x1f58b }, 0, 1 ) ); - _addEntry( "lower_left_paintbrush", new String( new int[]{ 0x1f58c }, 0, 1 ) ); - _addEntry( "lr", new String( new int[]{ 0x1f1f1, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "ls", new String( new int[]{ 0x1f1f1, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "lt", new String( new int[]{ 0x1f1f1, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "lu", new String( new int[]{ 0x1f1f1, 0x1f1fa }, 0, 2 ) ); - _addEntry( "lv", new String( new int[]{ 0x1f1f1, 0x1f1fb }, 0, 2 ) ); - _addEntry( "ly", new String( new int[]{ 0x1f1f1, 0x1f1fe }, 0, 2 ) ); - _addEntry( "lying_face", new String( new int[]{ 0x1f925 }, 0, 1 ) ); - _addEntry( "m", new String( new int[]{ 0x24c2 }, 0, 1 ) ); - _addEntry( "ma", new String( new int[]{ 0x1f1f2, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "mag", new String( new int[]{ 0x1f50d }, 0, 1 ) ); - _addEntry( "mag_right", new String( new int[]{ 0x1f50e }, 0, 1 ) ); - _addEntry( "mahjong", new String( new int[]{ 0x1f004 }, 0, 1 ) ); - _addEntry( "mailbox", new String( new int[]{ 0x1f4eb }, 0, 1 ) ); - _addEntry( "mailbox_closed", new String( new int[]{ 0x1f4ea }, 0, 1 ) ); - _addEntry( "mailbox_with_mail", new String( new int[]{ 0x1f4ec }, 0, 1 ) ); - _addEntry( "mailbox_with_no_mail", new String( new int[]{ 0x1f4ed }, 0, 1 ) ); - _addEntry( "male_dancer", new String( new int[]{ 0x1f57a }, 0, 1 ) ); - _addEntry( "male_dancer_tone1", new String( new int[]{ 0x1f57a, 0x1f3fb }, 0, 2 ) ); - _addEntry( "male_dancer_tone2", new String( new int[]{ 0x1f57a, 0x1f3fc }, 0, 2 ) ); - _addEntry( "male_dancer_tone3", new String( new int[]{ 0x1f57a, 0x1f3fd }, 0, 2 ) ); - _addEntry( "male_dancer_tone4", new String( new int[]{ 0x1f57a, 0x1f3fe }, 0, 2 ) ); - _addEntry( "male_dancer_tone5", new String( new int[]{ 0x1f57a, 0x1f3ff }, 0, 2 ) ); - } - - private static void init14(){ - _addEntry( "male_sign", new String( new int[]{ 0x2642 }, 0, 1 ) ); - _addEntry( "man", new String( new int[]{ 0x1f468 }, 0, 1 ) ); - _addEntry( "man_artist", new String( new int[]{ 0x1f468, 0x1f3a8 }, 0, 2 ) ); - _addEntry( "man_artist_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_artist_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "man_astronaut", new String( new int[]{ 0x1f468, 0x1f680 }, 0, 2 ) ); - _addEntry( "man_astronaut_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_astronaut_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f680 }, 0, 3 ) ); - _addEntry( "man_biking", new String( new int[]{ 0x1f6b4, 0x2642 }, 0, 2 ) ); - _addEntry( "man_biking_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_medium_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_tone1", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_tone2", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_tone3", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_tone4", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_biking_tone5", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball", new String( new int[]{ 0x26f9, 0x2642 }, 0, 2 ) ); - _addEntry( "man_bouncing_ball_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_medium_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_medium_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_medium_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_tone1", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_tone2", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_tone3", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_tone4", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bouncing_ball_tone5", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing", new String( new int[]{ 0x1f647, 0x2642 }, 0, 2 ) ); - _addEntry( "man_bowing_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_medium_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_medium_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_medium_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_tone1", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_tone2", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_tone3", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_tone4", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_bowing_tone5", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling", new String( new int[]{ 0x1f938, 0x2642 }, 0, 2 ) ); - _addEntry( "man_cartwheeling_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_medium_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_medium_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_medium_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_tone1", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_tone2", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_tone3", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_tone4", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cartwheeling_tone5", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker", new String( new int[]{ 0x1f477, 0x2642 }, 0, 2 ) ); - _addEntry( "man_construction_worker_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_medium_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_medium_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_tone1", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_tone2", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_tone3", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_tone4", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_construction_worker_tone5", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_cook", new String( new int[]{ 0x1f468, 0x1f373 }, 0, 2 ) ); - _addEntry( "man_cook_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_cook_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f373 }, 0, 3 ) ); - _addEntry( "man_dancing", new String( new int[]{ 0x1f57a }, 0, 1 ) ); - _addEntry( "man_dancing_tone1", new String( new int[]{ 0x1f57a, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_dancing_tone2", new String( new int[]{ 0x1f57a, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_dancing_tone3", new String( new int[]{ 0x1f57a, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_dancing_tone4", new String( new int[]{ 0x1f57a, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_dancing_tone5", new String( new int[]{ 0x1f57a, 0x1f3ff }, 0, 2 ) ); - _addEntry( "man_detective", new String( new int[]{ 0x1f575, 0x2642 }, 0, 2 ) ); - _addEntry( "man_detective_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_medium_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_medium_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2642 }, 0, 3 ) ); - } - - private static void init15(){ - _addEntry( "man_detective_medium_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_tone1", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_tone2", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_tone3", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_tone4", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_detective_tone5", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming", new String( new int[]{ 0x1f926, 0x2642 }, 0, 2 ) ); - _addEntry( "man_facepalming_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_medium_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_medium_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_medium_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_tone1", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_tone2", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_tone3", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_tone4", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_facepalming_tone5", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_factory_worker", new String( new int[]{ 0x1f468, 0x1f3ed }, 0, 2 ) ); - _addEntry( "man_factory_worker_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_factory_worker_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); - _addEntry( "man_farmer", new String( new int[]{ 0x1f468, 0x1f33e }, 0, 2 ) ); - _addEntry( "man_farmer_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_farmer_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f33e }, 0, 3 ) ); - _addEntry( "man_firefighter", new String( new int[]{ 0x1f468, 0x1f692 }, 0, 2 ) ); - _addEntry( "man_firefighter_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_firefighter_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f692 }, 0, 3 ) ); - _addEntry( "man_frowning", new String( new int[]{ 0x1f64d, 0x2642 }, 0, 2 ) ); - _addEntry( "man_frowning_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_medium_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_medium_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_medium_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_tone1", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_tone2", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_tone3", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_tone4", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_frowning_tone5", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no", new String( new int[]{ 0x1f645, 0x2642 }, 0, 2 ) ); - _addEntry( "man_gesturing_no_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_medium_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_medium_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_medium_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_tone1", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_tone2", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_tone3", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_tone4", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_no_tone5", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok", new String( new int[]{ 0x1f646, 0x2642 }, 0, 2 ) ); - _addEntry( "man_gesturing_ok_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_medium_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_medium_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_medium_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_tone1", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_tone2", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_tone3", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_tone4", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_gesturing_ok_tone5", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage", new String( new int[]{ 0x1f486, 0x2642 }, 0, 2 ) ); - _addEntry( "man_getting_face_massage_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_medium_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_medium_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_medium_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_tone1", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_tone2", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_tone3", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_tone4", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_face_massage_tone5", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut", new String( new int[]{ 0x1f487, 0x2642 }, 0, 2 ) ); - _addEntry( "man_getting_haircut_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_medium_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_medium_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_medium_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_tone1", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2642 }, 0, 3 ) ); - } - - private static void init16(){ - _addEntry( "man_getting_haircut_tone2", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_tone3", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_tone4", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_getting_haircut_tone5", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing", new String( new int[]{ 0x1f3cc, 0x2642 }, 0, 2 ) ); - _addEntry( "man_golfing_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_medium_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_medium_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_tone1", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_tone2", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_tone3", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_tone4", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_golfing_tone5", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard", new String( new int[]{ 0x1f482, 0x2642 }, 0, 2 ) ); - _addEntry( "man_guard_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_medium_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_medium_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_medium_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_tone1", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_tone2", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_tone3", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_tone4", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_guard_tone5", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_health_worker", new String( new int[]{ 0x1f468, 0x2695 }, 0, 2 ) ); - _addEntry( "man_health_worker_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2695 }, 0, 3 ) ); - _addEntry( "man_health_worker_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2695 }, 0, 3 ) ); - _addEntry( "man_in_business_suit_levitating", new String( new int[]{ 0x1f574 }, 0, 1 ) ); - _addEntry( "man_in_business_suit_levitating_dark_skin_tone", new String( new int[]{ 0x1f574, 0x1f3ff }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_light_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_medium_dark_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_medium_light_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_medium_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_tone1", new String( new int[]{ 0x1f574, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_tone2", new String( new int[]{ 0x1f574, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_tone3", new String( new int[]{ 0x1f574, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_tone4", new String( new int[]{ 0x1f574, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_in_business_suit_levitating_tone5", new String( new int[]{ 0x1f574, 0x1f3ff }, 0, 2 ) ); - _addEntry( "man_in_tuxedo", new String( new int[]{ 0x1f935 }, 0, 1 ) ); - _addEntry( "man_in_tuxedo_tone1", new String( new int[]{ 0x1f935, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_in_tuxedo_tone2", new String( new int[]{ 0x1f935, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_in_tuxedo_tone3", new String( new int[]{ 0x1f935, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_in_tuxedo_tone4", new String( new int[]{ 0x1f935, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_in_tuxedo_tone5", new String( new int[]{ 0x1f935, 0x1f3ff }, 0, 2 ) ); - _addEntry( "man_judge", new String( new int[]{ 0x1f468, 0x2696 }, 0, 2 ) ); - _addEntry( "man_judge_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2696 }, 0, 3 ) ); - _addEntry( "man_judge_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2696 }, 0, 3 ) ); - _addEntry( "man_juggling", new String( new int[]{ 0x1f939, 0x2642 }, 0, 2 ) ); - _addEntry( "man_juggling_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_medium_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_medium_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_medium_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_tone1", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_tone2", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_tone3", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_tone4", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_juggling_tone5", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights", new String( new int[]{ 0x1f3cb, 0x2642 }, 0, 2 ) ); - _addEntry( "man_lifting_weights_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_medium_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_medium_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_medium_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_lifting_weights_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mechanic", new String( new int[]{ 0x1f468, 0x1f527 }, 0, 2 ) ); - _addEntry( "man_mechanic_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mechanic_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f527 }, 0, 3 ) ); - _addEntry( "man_mountain_biking", new String( new int[]{ 0x1f6b5, 0x2642 }, 0, 2 ) ); - _addEntry( "man_mountain_biking_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2642 }, 0, 3 ) ); - } - - private static void init17(){ - _addEntry( "man_mountain_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_medium_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_tone1", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_tone2", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_tone3", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_tone4", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_mountain_biking_tone5", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_office_worker", new String( new int[]{ 0x1f468, 0x1f4bc }, 0, 2 ) ); - _addEntry( "man_office_worker_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_office_worker_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); - _addEntry( "man_pilot", new String( new int[]{ 0x1f468, 0x2708 }, 0, 2 ) ); - _addEntry( "man_pilot_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2708 }, 0, 3 ) ); - _addEntry( "man_pilot_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2708 }, 0, 3 ) ); - _addEntry( "man_playing_handball", new String( new int[]{ 0x1f93e, 0x2642 }, 0, 2 ) ); - _addEntry( "man_playing_handball_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_medium_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_medium_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_medium_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_tone1", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_tone2", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_tone3", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_tone4", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_handball_tone5", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo", new String( new int[]{ 0x1f93d, 0x2642 }, 0, 2 ) ); - _addEntry( "man_playing_water_polo_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_medium_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_medium_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_medium_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_tone1", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_tone2", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_tone3", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_tone4", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_playing_water_polo_tone5", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer", new String( new int[]{ 0x1f46e, 0x2642 }, 0, 2 ) ); - _addEntry( "man_police_officer_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_medium_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_medium_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_medium_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_tone1", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_tone2", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_tone3", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_tone4", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_police_officer_tone5", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting", new String( new int[]{ 0x1f64e, 0x2642 }, 0, 2 ) ); - _addEntry( "man_pouting_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_medium_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_medium_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_medium_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_tone1", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_tone2", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_tone3", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_tone4", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_pouting_tone5", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand", new String( new int[]{ 0x1f64b, 0x2642 }, 0, 2 ) ); - _addEntry( "man_raising_hand_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_medium_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_medium_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_tone1", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_tone2", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_tone3", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_tone4", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_raising_hand_tone5", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat", new String( new int[]{ 0x1f6a3, 0x2642 }, 0, 2 ) ); - _addEntry( "man_rowing_boat_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_medium_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_medium_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_medium_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_tone1", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_tone2", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_tone3", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_tone4", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_rowing_boat_tone5", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running", new String( new int[]{ 0x1f3c3, 0x2642 }, 0, 2 ) ); - _addEntry( "man_running_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_medium_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_medium_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2642 }, 0, 3 ) ); - } - - private static void init18(){ - _addEntry( "man_running_medium_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_tone1", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_tone2", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_tone3", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_tone4", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_running_tone5", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_scientist", new String( new int[]{ 0x1f468, 0x1f52c }, 0, 2 ) ); - _addEntry( "man_scientist_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_scientist_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f52c }, 0, 3 ) ); - _addEntry( "man_shrugging", new String( new int[]{ 0x1f937, 0x2642 }, 0, 2 ) ); - _addEntry( "man_shrugging_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_medium_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_medium_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_medium_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_tone1", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_tone2", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_tone3", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_tone4", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_shrugging_tone5", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_singer", new String( new int[]{ 0x1f468, 0x1f3a4 }, 0, 2 ) ); - _addEntry( "man_singer_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_singer_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "man_student", new String( new int[]{ 0x1f468, 0x1f393 }, 0, 2 ) ); - _addEntry( "man_student_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_student_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f393 }, 0, 3 ) ); - _addEntry( "man_surfing", new String( new int[]{ 0x1f3c4, 0x2642 }, 0, 2 ) ); - _addEntry( "man_surfing_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_medium_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_medium_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_tone1", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_tone2", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_tone3", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_tone4", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_surfing_tone5", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming", new String( new int[]{ 0x1f3ca, 0x2642 }, 0, 2 ) ); - _addEntry( "man_swimming_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_medium_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_medium_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_medium_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_tone1", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_tone2", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_tone3", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_tone4", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_swimming_tone5", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_teacher", new String( new int[]{ 0x1f468, 0x1f3eb }, 0, 2 ) ); - _addEntry( "man_teacher_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_teacher_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); - _addEntry( "man_technologist", new String( new int[]{ 0x1f468, 0x1f4bb }, 0, 2 ) ); - _addEntry( "man_technologist_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_technologist_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); - _addEntry( "man_tipping_hand", new String( new int[]{ 0x1f481, 0x2642 }, 0, 2 ) ); - _addEntry( "man_tipping_hand_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_medium_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_medium_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_tone1", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2642 }, 0, 3 ) ); - } - - private static void init19(){ - _addEntry( "man_tipping_hand_tone2", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_tone3", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_tone4", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tipping_hand_tone5", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_tone1", new String( new int[]{ 0x1f468, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_tone2", new String( new int[]{ 0x1f468, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_tone3", new String( new int[]{ 0x1f468, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_tone4", new String( new int[]{ 0x1f468, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_tone5", new String( new int[]{ 0x1f468, 0x1f3ff }, 0, 2 ) ); - _addEntry( "man_walking", new String( new int[]{ 0x1f6b6, 0x2642 }, 0, 2 ) ); - _addEntry( "man_walking_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_medium_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_medium_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_tone1", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_tone2", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_tone3", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_tone4", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_walking_tone5", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban", new String( new int[]{ 0x1f473, 0x2642 }, 0, 2 ) ); - _addEntry( "man_wearing_turban_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_medium_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_medium_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_medium_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_tone1", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_tone2", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_tone3", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_tone4", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2642 }, 0, 3 ) ); - _addEntry( "man_wearing_turban_tone5", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2642 }, 0, 3 ) ); - _addEntry( "man_with_gua_pi_mao", new String( new int[]{ 0x1f472 }, 0, 1 ) ); - _addEntry( "man_with_gua_pi_mao_tone1", new String( new int[]{ 0x1f472, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_with_gua_pi_mao_tone2", new String( new int[]{ 0x1f472, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_with_gua_pi_mao_tone3", new String( new int[]{ 0x1f472, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_with_gua_pi_mao_tone4", new String( new int[]{ 0x1f472, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_with_gua_pi_mao_tone5", new String( new int[]{ 0x1f472, 0x1f3ff }, 0, 2 ) ); - _addEntry( "man_with_turban", new String( new int[]{ 0x1f473 }, 0, 1 ) ); - _addEntry( "man_with_turban_tone1", new String( new int[]{ 0x1f473, 0x1f3fb }, 0, 2 ) ); - _addEntry( "man_with_turban_tone2", new String( new int[]{ 0x1f473, 0x1f3fc }, 0, 2 ) ); - _addEntry( "man_with_turban_tone3", new String( new int[]{ 0x1f473, 0x1f3fd }, 0, 2 ) ); - _addEntry( "man_with_turban_tone4", new String( new int[]{ 0x1f473, 0x1f3fe }, 0, 2 ) ); - _addEntry( "man_with_turban_tone5", new String( new int[]{ 0x1f473, 0x1f3ff }, 0, 2 ) ); - _addEntry( "mans_shoe", new String( new int[]{ 0x1f45e }, 0, 1 ) ); - _addEntry( "mantlepiece_clock", new String( new int[]{ 0x1f570 }, 0, 1 ) ); - _addEntry( "map", new String( new int[]{ 0x1f5fa }, 0, 1 ) ); - _addEntry( "maple_leaf", new String( new int[]{ 0x1f341 }, 0, 1 ) ); - _addEntry( "martial_arts_uniform", new String( new int[]{ 0x1f94b }, 0, 1 ) ); - _addEntry( "mask", new String( new int[]{ 0x1f637 }, 0, 1 ) ); - _addEntry( "massage", new String( new int[]{ 0x1f486 }, 0, 1 ) ); - _addEntry( "massage_tone1", new String( new int[]{ 0x1f486, 0x1f3fb }, 0, 2 ) ); - _addEntry( "massage_tone2", new String( new int[]{ 0x1f486, 0x1f3fc }, 0, 2 ) ); - _addEntry( "massage_tone3", new String( new int[]{ 0x1f486, 0x1f3fd }, 0, 2 ) ); - _addEntry( "massage_tone4", new String( new int[]{ 0x1f486, 0x1f3fe }, 0, 2 ) ); - _addEntry( "massage_tone5", new String( new int[]{ 0x1f486, 0x1f3ff }, 0, 2 ) ); - _addEntry( "mc", new String( new int[]{ 0x1f1f2, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "md", new String( new int[]{ 0x1f1f2, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "me", new String( new int[]{ 0x1f1f2, 0x1f1ea }, 0, 2 ) ); - _addEntry( "meat_on_bone", new String( new int[]{ 0x1f356 }, 0, 1 ) ); - _addEntry( "medal", new String( new int[]{ 0x1f3c5 }, 0, 1 ) ); - _addEntry( "medical_symbol", new String( new int[]{ 0x2695 }, 0, 1 ) ); - _addEntry( "mega", new String( new int[]{ 0x1f4e3 }, 0, 1 ) ); - _addEntry( "melon", new String( new int[]{ 0x1f348 }, 0, 1 ) ); - _addEntry( "men_with_bunny_ears_partying", new String( new int[]{ 0x1f46f, 0x2642 }, 0, 2 ) ); - _addEntry( "men_wrestling", new String( new int[]{ 0x1f93c, 0x2642 }, 0, 2 ) ); - _addEntry( "menorah", new String( new int[]{ 0x1f54e }, 0, 1 ) ); - _addEntry( "mens", new String( new int[]{ 0x1f6b9 }, 0, 1 ) ); - _addEntry( "metal", new String( new int[]{ 0x1f918 }, 0, 1 ) ); - _addEntry( "metal_tone1", new String( new int[]{ 0x1f918, 0x1f3fb }, 0, 2 ) ); - _addEntry( "metal_tone2", new String( new int[]{ 0x1f918, 0x1f3fc }, 0, 2 ) ); - _addEntry( "metal_tone3", new String( new int[]{ 0x1f918, 0x1f3fd }, 0, 2 ) ); - _addEntry( "metal_tone4", new String( new int[]{ 0x1f918, 0x1f3fe }, 0, 2 ) ); - _addEntry( "metal_tone5", new String( new int[]{ 0x1f918, 0x1f3ff }, 0, 2 ) ); - _addEntry( "metro", new String( new int[]{ 0x1f687 }, 0, 1 ) ); - _addEntry( "mf", new String( new int[]{ 0x1f1f2, 0x1f1eb }, 0, 2 ) ); - _addEntry( "mg", new String( new int[]{ 0x1f1f2, 0x1f1ec }, 0, 2 ) ); - _addEntry( "mh", new String( new int[]{ 0x1f1f2, 0x1f1ed }, 0, 2 ) ); - _addEntry( "microphone", new String( new int[]{ 0x1f3a4 }, 0, 1 ) ); - _addEntry( "microphone2", new String( new int[]{ 0x1f399 }, 0, 1 ) ); - _addEntry( "microscope", new String( new int[]{ 0x1f52c }, 0, 1 ) ); - _addEntry( "middle_finger", new String( new int[]{ 0x1f595 }, 0, 1 ) ); - _addEntry( "middle_finger_tone1", new String( new int[]{ 0x1f595, 0x1f3fb }, 0, 2 ) ); - _addEntry( "middle_finger_tone2", new String( new int[]{ 0x1f595, 0x1f3fc }, 0, 2 ) ); - _addEntry( "middle_finger_tone3", new String( new int[]{ 0x1f595, 0x1f3fd }, 0, 2 ) ); - _addEntry( "middle_finger_tone4", new String( new int[]{ 0x1f595, 0x1f3fe }, 0, 2 ) ); - _addEntry( "middle_finger_tone5", new String( new int[]{ 0x1f595, 0x1f3ff }, 0, 2 ) ); - _addEntry( "military_medal", new String( new int[]{ 0x1f396 }, 0, 1 ) ); - _addEntry( "milk", new String( new int[]{ 0x1f95b }, 0, 1 ) ); - _addEntry( "milky_way", new String( new int[]{ 0x1f30c }, 0, 1 ) ); - _addEntry( "minibus", new String( new int[]{ 0x1f690 }, 0, 1 ) ); - _addEntry( "minidisc", new String( new int[]{ 0x1f4bd }, 0, 1 ) ); - _addEntry( "mk", new String( new int[]{ 0x1f1f2, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "ml", new String( new int[]{ 0x1f1f2, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "mm", new String( new int[]{ 0x1f1f2, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "mn", new String( new int[]{ 0x1f1f2, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "mo", new String( new int[]{ 0x1f1f2, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "mobile_phone_off", new String( new int[]{ 0x1f4f4 }, 0, 1 ) ); - _addEntry( "money_mouth", new String( new int[]{ 0x1f911 }, 0, 1 ) ); - _addEntry( "money_mouth_face", new String( new int[]{ 0x1f911 }, 0, 1 ) ); - _addEntry( "money_with_wings", new String( new int[]{ 0x1f4b8 }, 0, 1 ) ); - _addEntry( "moneybag", new String( new int[]{ 0x1f4b0 }, 0, 1 ) ); - } - - private static void init20(){ - _addEntry( "monkey", new String( new int[]{ 0x1f412 }, 0, 1 ) ); - _addEntry( "monkey_face", new String( new int[]{ 0x1f435 }, 0, 1 ) ); - _addEntry( "monorail", new String( new int[]{ 0x1f69d }, 0, 1 ) ); - _addEntry( "mortar_board", new String( new int[]{ 0x1f393 }, 0, 1 ) ); - _addEntry( "mosque", new String( new int[]{ 0x1f54c }, 0, 1 ) ); - _addEntry( "mother_christmas", new String( new int[]{ 0x1f936 }, 0, 1 ) ); - _addEntry( "mother_christmas_tone1", new String( new int[]{ 0x1f936, 0x1f3fb }, 0, 2 ) ); - _addEntry( "mother_christmas_tone2", new String( new int[]{ 0x1f936, 0x1f3fc }, 0, 2 ) ); - _addEntry( "mother_christmas_tone3", new String( new int[]{ 0x1f936, 0x1f3fd }, 0, 2 ) ); - _addEntry( "mother_christmas_tone4", new String( new int[]{ 0x1f936, 0x1f3fe }, 0, 2 ) ); - _addEntry( "mother_christmas_tone5", new String( new int[]{ 0x1f936, 0x1f3ff }, 0, 2 ) ); - _addEntry( "motor_scooter", new String( new int[]{ 0x1f6f5 }, 0, 1 ) ); - _addEntry( "motorbike", new String( new int[]{ 0x1f6f5 }, 0, 1 ) ); - _addEntry( "motorboat", new String( new int[]{ 0x1f6e5 }, 0, 1 ) ); - _addEntry( "motorcycle", new String( new int[]{ 0x1f3cd }, 0, 1 ) ); - _addEntry( "motorway", new String( new int[]{ 0x1f6e3 }, 0, 1 ) ); - _addEntry( "mount_fuji", new String( new int[]{ 0x1f5fb }, 0, 1 ) ); - _addEntry( "mountain", new String( new int[]{ 0x26f0 }, 0, 1 ) ); - _addEntry( "mountain_bicyclist", new String( new int[]{ 0x1f6b5 }, 0, 1 ) ); - _addEntry( "mountain_bicyclist_tone1", new String( new int[]{ 0x1f6b5, 0x1f3fb }, 0, 2 ) ); - _addEntry( "mountain_bicyclist_tone2", new String( new int[]{ 0x1f6b5, 0x1f3fc }, 0, 2 ) ); - _addEntry( "mountain_bicyclist_tone3", new String( new int[]{ 0x1f6b5, 0x1f3fd }, 0, 2 ) ); - _addEntry( "mountain_bicyclist_tone4", new String( new int[]{ 0x1f6b5, 0x1f3fe }, 0, 2 ) ); - _addEntry( "mountain_bicyclist_tone5", new String( new int[]{ 0x1f6b5, 0x1f3ff }, 0, 2 ) ); - _addEntry( "mountain_cableway", new String( new int[]{ 0x1f6a0 }, 0, 1 ) ); - _addEntry( "mountain_railway", new String( new int[]{ 0x1f69e }, 0, 1 ) ); - _addEntry( "mountain_snow", new String( new int[]{ 0x1f3d4 }, 0, 1 ) ); - _addEntry( "mouse", new String( new int[]{ 0x1f42d }, 0, 1 ) ); - _addEntry( "mouse2", new String( new int[]{ 0x1f401 }, 0, 1 ) ); - _addEntry( "mouse_three_button", new String( new int[]{ 0x1f5b1 }, 0, 1 ) ); - _addEntry( "movie_camera", new String( new int[]{ 0x1f3a5 }, 0, 1 ) ); - _addEntry( "moyai", new String( new int[]{ 0x1f5ff }, 0, 1 ) ); - _addEntry( "mp", new String( new int[]{ 0x1f1f2, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "mq", new String( new int[]{ 0x1f1f2, 0x1f1f6 }, 0, 2 ) ); - _addEntry( "mr", new String( new int[]{ 0x1f1f2, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "mrs_claus", new String( new int[]{ 0x1f936 }, 0, 1 ) ); - _addEntry( "mrs_claus_tone1", new String( new int[]{ 0x1f936, 0x1f3fb }, 0, 2 ) ); - _addEntry( "mrs_claus_tone2", new String( new int[]{ 0x1f936, 0x1f3fc }, 0, 2 ) ); - _addEntry( "mrs_claus_tone3", new String( new int[]{ 0x1f936, 0x1f3fd }, 0, 2 ) ); - _addEntry( "mrs_claus_tone4", new String( new int[]{ 0x1f936, 0x1f3fe }, 0, 2 ) ); - _addEntry( "mrs_claus_tone5", new String( new int[]{ 0x1f936, 0x1f3ff }, 0, 2 ) ); - _addEntry( "ms", new String( new int[]{ 0x1f1f2, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "mt", new String( new int[]{ 0x1f1f2, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "mu", new String( new int[]{ 0x1f1f2, 0x1f1fa }, 0, 2 ) ); - _addEntry( "muscle", new String( new int[]{ 0x1f4aa }, 0, 1 ) ); - _addEntry( "muscle_tone1", new String( new int[]{ 0x1f4aa, 0x1f3fb }, 0, 2 ) ); - _addEntry( "muscle_tone2", new String( new int[]{ 0x1f4aa, 0x1f3fc }, 0, 2 ) ); - _addEntry( "muscle_tone3", new String( new int[]{ 0x1f4aa, 0x1f3fd }, 0, 2 ) ); - _addEntry( "muscle_tone4", new String( new int[]{ 0x1f4aa, 0x1f3fe }, 0, 2 ) ); - _addEntry( "muscle_tone5", new String( new int[]{ 0x1f4aa, 0x1f3ff }, 0, 2 ) ); - _addEntry( "mushroom", new String( new int[]{ 0x1f344 }, 0, 1 ) ); - _addEntry( "musical_keyboard", new String( new int[]{ 0x1f3b9 }, 0, 1 ) ); - _addEntry( "musical_note", new String( new int[]{ 0x1f3b5 }, 0, 1 ) ); - _addEntry( "musical_score", new String( new int[]{ 0x1f3bc }, 0, 1 ) ); - _addEntry( "mute", new String( new int[]{ 0x1f507 }, 0, 1 ) ); - _addEntry( "mv", new String( new int[]{ 0x1f1f2, 0x1f1fb }, 0, 2 ) ); - _addEntry( "mw", new String( new int[]{ 0x1f1f2, 0x1f1fc }, 0, 2 ) ); - _addEntry( "mx", new String( new int[]{ 0x1f1f2, 0x1f1fd }, 0, 2 ) ); - _addEntry( "my", new String( new int[]{ 0x1f1f2, 0x1f1fe }, 0, 2 ) ); - _addEntry( "mz", new String( new int[]{ 0x1f1f2, 0x1f1ff }, 0, 2 ) ); - _addEntry( "na", new String( new int[]{ 0x1f1f3, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "nail_care", new String( new int[]{ 0x1f485 }, 0, 1 ) ); - _addEntry( "nail_care_tone1", new String( new int[]{ 0x1f485, 0x1f3fb }, 0, 2 ) ); - _addEntry( "nail_care_tone2", new String( new int[]{ 0x1f485, 0x1f3fc }, 0, 2 ) ); - _addEntry( "nail_care_tone3", new String( new int[]{ 0x1f485, 0x1f3fd }, 0, 2 ) ); - _addEntry( "nail_care_tone4", new String( new int[]{ 0x1f485, 0x1f3fe }, 0, 2 ) ); - _addEntry( "nail_care_tone5", new String( new int[]{ 0x1f485, 0x1f3ff }, 0, 2 ) ); - _addEntry( "name_badge", new String( new int[]{ 0x1f4db }, 0, 1 ) ); - _addEntry( "national_park", new String( new int[]{ 0x1f3de }, 0, 1 ) ); - _addEntry( "nauseated_face", new String( new int[]{ 0x1f922 }, 0, 1 ) ); - _addEntry( "nc", new String( new int[]{ 0x1f1f3, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "ne", new String( new int[]{ 0x1f1f3, 0x1f1ea }, 0, 2 ) ); - _addEntry( "necktie", new String( new int[]{ 0x1f454 }, 0, 1 ) ); - _addEntry( "negative_squared_cross_mark", new String( new int[]{ 0x274e }, 0, 1 ) ); - _addEntry( "nerd", new String( new int[]{ 0x1f913 }, 0, 1 ) ); - _addEntry( "nerd_face", new String( new int[]{ 0x1f913 }, 0, 1 ) ); - _addEntry( "neutral_face", new String( new int[]{ 0x1f610 }, 0, 1 ) ); - _addEntry( "new", new String( new int[]{ 0x1f195 }, 0, 1 ) ); - _addEntry( "new_moon", new String( new int[]{ 0x1f311 }, 0, 1 ) ); - _addEntry( "new_moon_with_face", new String( new int[]{ 0x1f31a }, 0, 1 ) ); - _addEntry( "newspaper", new String( new int[]{ 0x1f4f0 }, 0, 1 ) ); - _addEntry( "newspaper2", new String( new int[]{ 0x1f5de }, 0, 1 ) ); - _addEntry( "next_track", new String( new int[]{ 0x23ed }, 0, 1 ) ); - _addEntry( "nf", new String( new int[]{ 0x1f1f3, 0x1f1eb }, 0, 2 ) ); - _addEntry( "ng", new String( new int[]{ 0x1f196 }, 0, 1 ) ); - _addEntry( "ni", new String( new int[]{ 0x1f1f3, 0x1f1ee }, 0, 2 ) ); - _addEntry( "nigeria", new String( new int[]{ 0x1f1f3, 0x1f1ec }, 0, 2 ) ); - _addEntry( "night_with_stars", new String( new int[]{ 0x1f303 }, 0, 1 ) ); - _addEntry( "nine", new String( new int[]{ 0x0039, 0x20e3 }, 0, 2 ) ); - _addEntry( "nl", new String( new int[]{ 0x1f1f3, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "no", new String( new int[]{ 0x1f1f3, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "no_bell", new String( new int[]{ 0x1f515 }, 0, 1 ) ); - _addEntry( "no_bicycles", new String( new int[]{ 0x1f6b3 }, 0, 1 ) ); - _addEntry( "no_entry", new String( new int[]{ 0x26d4 }, 0, 1 ) ); - _addEntry( "no_entry_sign", new String( new int[]{ 0x1f6ab }, 0, 1 ) ); - _addEntry( "no_good", new String( new int[]{ 0x1f645 }, 0, 1 ) ); - _addEntry( "no_good_tone1", new String( new int[]{ 0x1f645, 0x1f3fb }, 0, 2 ) ); - _addEntry( "no_good_tone2", new String( new int[]{ 0x1f645, 0x1f3fc }, 0, 2 ) ); - _addEntry( "no_good_tone3", new String( new int[]{ 0x1f645, 0x1f3fd }, 0, 2 ) ); - _addEntry( "no_good_tone4", new String( new int[]{ 0x1f645, 0x1f3fe }, 0, 2 ) ); - _addEntry( "no_good_tone5", new String( new int[]{ 0x1f645, 0x1f3ff }, 0, 2 ) ); - } - - private static void init21(){ - _addEntry( "no_mobile_phones", new String( new int[]{ 0x1f4f5 }, 0, 1 ) ); - _addEntry( "no_mouth", new String( new int[]{ 0x1f636 }, 0, 1 ) ); - _addEntry( "no_pedestrians", new String( new int[]{ 0x1f6b7 }, 0, 1 ) ); - _addEntry( "no_smoking", new String( new int[]{ 0x1f6ad }, 0, 1 ) ); - _addEntry( "non-potable_water", new String( new int[]{ 0x1f6b1 }, 0, 1 ) ); - _addEntry( "nose", new String( new int[]{ 0x1f443 }, 0, 1 ) ); - _addEntry( "nose_tone1", new String( new int[]{ 0x1f443, 0x1f3fb }, 0, 2 ) ); - _addEntry( "nose_tone2", new String( new int[]{ 0x1f443, 0x1f3fc }, 0, 2 ) ); - _addEntry( "nose_tone3", new String( new int[]{ 0x1f443, 0x1f3fd }, 0, 2 ) ); - _addEntry( "nose_tone4", new String( new int[]{ 0x1f443, 0x1f3fe }, 0, 2 ) ); - _addEntry( "nose_tone5", new String( new int[]{ 0x1f443, 0x1f3ff }, 0, 2 ) ); - _addEntry( "notebook", new String( new int[]{ 0x1f4d3 }, 0, 1 ) ); - _addEntry( "notebook_with_decorative_cover", new String( new int[]{ 0x1f4d4 }, 0, 1 ) ); - _addEntry( "notepad_spiral", new String( new int[]{ 0x1f5d2 }, 0, 1 ) ); - _addEntry( "notes", new String( new int[]{ 0x1f3b6 }, 0, 1 ) ); - _addEntry( "np", new String( new int[]{ 0x1f1f3, 0x1f1f5 }, 0, 2 ) ); - _addEntry( "nr", new String( new int[]{ 0x1f1f3, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "nu", new String( new int[]{ 0x1f1f3, 0x1f1fa }, 0, 2 ) ); - _addEntry( "nut_and_bolt", new String( new int[]{ 0x1f529 }, 0, 1 ) ); - _addEntry( "nz", new String( new int[]{ 0x1f1f3, 0x1f1ff }, 0, 2 ) ); - _addEntry( "o", new String( new int[]{ 0x2b55 }, 0, 1 ) ); - _addEntry( "o2", new String( new int[]{ 0x1f17e }, 0, 1 ) ); - _addEntry( "ocean", new String( new int[]{ 0x1f30a }, 0, 1 ) ); - _addEntry( "octagonal_sign", new String( new int[]{ 0x1f6d1 }, 0, 1 ) ); - _addEntry( "octopus", new String( new int[]{ 0x1f419 }, 0, 1 ) ); - _addEntry( "oden", new String( new int[]{ 0x1f362 }, 0, 1 ) ); - _addEntry( "office", new String( new int[]{ 0x1f3e2 }, 0, 1 ) ); - _addEntry( "oil", new String( new int[]{ 0x1f6e2 }, 0, 1 ) ); - _addEntry( "oil_drum", new String( new int[]{ 0x1f6e2 }, 0, 1 ) ); - _addEntry( "ok", new String( new int[]{ 0x1f197 }, 0, 1 ) ); - _addEntry( "ok_hand", new String( new int[]{ 0x1f44c }, 0, 1 ) ); - _addEntry( "ok_hand_tone1", new String( new int[]{ 0x1f44c, 0x1f3fb }, 0, 2 ) ); - _addEntry( "ok_hand_tone2", new String( new int[]{ 0x1f44c, 0x1f3fc }, 0, 2 ) ); - _addEntry( "ok_hand_tone3", new String( new int[]{ 0x1f44c, 0x1f3fd }, 0, 2 ) ); - _addEntry( "ok_hand_tone4", new String( new int[]{ 0x1f44c, 0x1f3fe }, 0, 2 ) ); - _addEntry( "ok_hand_tone5", new String( new int[]{ 0x1f44c, 0x1f3ff }, 0, 2 ) ); - _addEntry( "ok_woman", new String( new int[]{ 0x1f646 }, 0, 1 ) ); - _addEntry( "ok_woman_tone1", new String( new int[]{ 0x1f646, 0x1f3fb }, 0, 2 ) ); - _addEntry( "ok_woman_tone2", new String( new int[]{ 0x1f646, 0x1f3fc }, 0, 2 ) ); - _addEntry( "ok_woman_tone3", new String( new int[]{ 0x1f646, 0x1f3fd }, 0, 2 ) ); - _addEntry( "ok_woman_tone4", new String( new int[]{ 0x1f646, 0x1f3fe }, 0, 2 ) ); - _addEntry( "ok_woman_tone5", new String( new int[]{ 0x1f646, 0x1f3ff }, 0, 2 ) ); - _addEntry( "old_key", new String( new int[]{ 0x1f5dd }, 0, 1 ) ); - _addEntry( "older_man", new String( new int[]{ 0x1f474 }, 0, 1 ) ); - _addEntry( "older_man_tone1", new String( new int[]{ 0x1f474, 0x1f3fb }, 0, 2 ) ); - _addEntry( "older_man_tone2", new String( new int[]{ 0x1f474, 0x1f3fc }, 0, 2 ) ); - _addEntry( "older_man_tone3", new String( new int[]{ 0x1f474, 0x1f3fd }, 0, 2 ) ); - _addEntry( "older_man_tone4", new String( new int[]{ 0x1f474, 0x1f3fe }, 0, 2 ) ); - _addEntry( "older_man_tone5", new String( new int[]{ 0x1f474, 0x1f3ff }, 0, 2 ) ); - _addEntry( "older_woman", new String( new int[]{ 0x1f475 }, 0, 1 ) ); - _addEntry( "older_woman_tone1", new String( new int[]{ 0x1f475, 0x1f3fb }, 0, 2 ) ); - _addEntry( "older_woman_tone2", new String( new int[]{ 0x1f475, 0x1f3fc }, 0, 2 ) ); - _addEntry( "older_woman_tone3", new String( new int[]{ 0x1f475, 0x1f3fd }, 0, 2 ) ); - _addEntry( "older_woman_tone4", new String( new int[]{ 0x1f475, 0x1f3fe }, 0, 2 ) ); - _addEntry( "older_woman_tone5", new String( new int[]{ 0x1f475, 0x1f3ff }, 0, 2 ) ); - _addEntry( "om", new String( new int[]{ 0x1f1f4, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "om_symbol", new String( new int[]{ 0x1f549 }, 0, 1 ) ); - _addEntry( "on", new String( new int[]{ 0x1f51b }, 0, 1 ) ); - _addEntry( "oncoming_automobile", new String( new int[]{ 0x1f698 }, 0, 1 ) ); - _addEntry( "oncoming_bus", new String( new int[]{ 0x1f68d }, 0, 1 ) ); - _addEntry( "oncoming_police_car", new String( new int[]{ 0x1f694 }, 0, 1 ) ); - _addEntry( "oncoming_taxi", new String( new int[]{ 0x1f696 }, 0, 1 ) ); - _addEntry( "one", new String( new int[]{ 0x0031, 0x20e3 }, 0, 2 ) ); - _addEntry( "open_file_folder", new String( new int[]{ 0x1f4c2 }, 0, 1 ) ); - _addEntry( "open_hands", new String( new int[]{ 0x1f450 }, 0, 1 ) ); - _addEntry( "open_hands_tone1", new String( new int[]{ 0x1f450, 0x1f3fb }, 0, 2 ) ); - _addEntry( "open_hands_tone2", new String( new int[]{ 0x1f450, 0x1f3fc }, 0, 2 ) ); - _addEntry( "open_hands_tone3", new String( new int[]{ 0x1f450, 0x1f3fd }, 0, 2 ) ); - _addEntry( "open_hands_tone4", new String( new int[]{ 0x1f450, 0x1f3fe }, 0, 2 ) ); - _addEntry( "open_hands_tone5", new String( new int[]{ 0x1f450, 0x1f3ff }, 0, 2 ) ); - _addEntry( "open_mouth", new String( new int[]{ 0x1f62e }, 0, 1 ) ); - _addEntry( "ophiuchus", new String( new int[]{ 0x26ce }, 0, 1 ) ); - _addEntry( "orange_book", new String( new int[]{ 0x1f4d9 }, 0, 1 ) ); - _addEntry( "orthodox_cross", new String( new int[]{ 0x2626 }, 0, 1 ) ); - _addEntry( "outbox_tray", new String( new int[]{ 0x1f4e4 }, 0, 1 ) ); - _addEntry( "owl", new String( new int[]{ 0x1f989 }, 0, 1 ) ); - _addEntry( "ox", new String( new int[]{ 0x1f402 }, 0, 1 ) ); - _addEntry( "pa", new String( new int[]{ 0x1f1f5, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "package", new String( new int[]{ 0x1f4e6 }, 0, 1 ) ); - _addEntry( "paella", new String( new int[]{ 0x1f958 }, 0, 1 ) ); - _addEntry( "page_facing_up", new String( new int[]{ 0x1f4c4 }, 0, 1 ) ); - _addEntry( "page_with_curl", new String( new int[]{ 0x1f4c3 }, 0, 1 ) ); - _addEntry( "pager", new String( new int[]{ 0x1f4df }, 0, 1 ) ); - _addEntry( "paintbrush", new String( new int[]{ 0x1f58c }, 0, 1 ) ); - _addEntry( "palm_tree", new String( new int[]{ 0x1f334 }, 0, 1 ) ); - _addEntry( "pancakes", new String( new int[]{ 0x1f95e }, 0, 1 ) ); - _addEntry( "panda_face", new String( new int[]{ 0x1f43c }, 0, 1 ) ); - _addEntry( "paperclip", new String( new int[]{ 0x1f4ce }, 0, 1 ) ); - _addEntry( "paperclips", new String( new int[]{ 0x1f587 }, 0, 1 ) ); - _addEntry( "park", new String( new int[]{ 0x1f3de }, 0, 1 ) ); - _addEntry( "parking", new String( new int[]{ 0x1f17f }, 0, 1 ) ); - _addEntry( "part_alternation_mark", new String( new int[]{ 0x303d }, 0, 1 ) ); - _addEntry( "partly_sunny", new String( new int[]{ 0x26c5 }, 0, 1 ) ); - _addEntry( "passenger_ship", new String( new int[]{ 0x1f6f3 }, 0, 1 ) ); - _addEntry( "passport_control", new String( new int[]{ 0x1f6c2 }, 0, 1 ) ); - _addEntry( "pause_button", new String( new int[]{ 0x23f8 }, 0, 1 ) ); - _addEntry( "paw_prints", new String( new int[]{ 0x1f43e }, 0, 1 ) ); - _addEntry( "pe", new String( new int[]{ 0x1f1f5, 0x1f1ea }, 0, 2 ) ); - _addEntry( "peace", new String( new int[]{ 0x262e }, 0, 1 ) ); - _addEntry( "peace_symbol", new String( new int[]{ 0x262e }, 0, 1 ) ); - _addEntry( "peach", new String( new int[]{ 0x1f351 }, 0, 1 ) ); - } - - private static void init22(){ - _addEntry( "peanuts", new String( new int[]{ 0x1f95c }, 0, 1 ) ); - _addEntry( "pear", new String( new int[]{ 0x1f350 }, 0, 1 ) ); - _addEntry( "pen_ballpoint", new String( new int[]{ 0x1f58a }, 0, 1 ) ); - _addEntry( "pen_fountain", new String( new int[]{ 0x1f58b }, 0, 1 ) ); - _addEntry( "pencil", new String( new int[]{ 0x1f4dd }, 0, 1 ) ); - _addEntry( "pencil2", new String( new int[]{ 0x270f }, 0, 1 ) ); - _addEntry( "penguin", new String( new int[]{ 0x1f427 }, 0, 1 ) ); - _addEntry( "pensive", new String( new int[]{ 0x1f614 }, 0, 1 ) ); - _addEntry( "performing_arts", new String( new int[]{ 0x1f3ad }, 0, 1 ) ); - _addEntry( "persevere", new String( new int[]{ 0x1f623 }, 0, 1 ) ); - _addEntry( "person_doing_cartwheel", new String( new int[]{ 0x1f938 }, 0, 1 ) ); - _addEntry( "person_doing_cartwheel_tone1", new String( new int[]{ 0x1f938, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_doing_cartwheel_tone2", new String( new int[]{ 0x1f938, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_doing_cartwheel_tone3", new String( new int[]{ 0x1f938, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_doing_cartwheel_tone4", new String( new int[]{ 0x1f938, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_doing_cartwheel_tone5", new String( new int[]{ 0x1f938, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_frowning", new String( new int[]{ 0x1f64d }, 0, 1 ) ); - _addEntry( "person_frowning_tone1", new String( new int[]{ 0x1f64d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_frowning_tone2", new String( new int[]{ 0x1f64d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_frowning_tone3", new String( new int[]{ 0x1f64d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_frowning_tone4", new String( new int[]{ 0x1f64d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_frowning_tone5", new String( new int[]{ 0x1f64d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_golfing_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_golfing_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_golfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_golfing_medium_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_golfing_medium_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_golfing_tone1", new String( new int[]{ 0x1f3cc, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_golfing_tone2", new String( new int[]{ 0x1f3cc, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_golfing_tone3", new String( new int[]{ 0x1f3cc, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_golfing_tone4", new String( new int[]{ 0x1f3cc, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_golfing_tone5", new String( new int[]{ 0x1f3cc, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_in_bed_dark_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_in_bed_light_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_in_bed_medium_dark_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_in_bed_medium_light_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_in_bed_medium_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_in_bed_tone1", new String( new int[]{ 0x1f6cc, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_in_bed_tone2", new String( new int[]{ 0x1f6cc, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_in_bed_tone3", new String( new int[]{ 0x1f6cc, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_in_bed_tone4", new String( new int[]{ 0x1f6cc, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_in_bed_tone5", new String( new int[]{ 0x1f6cc, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_with_ball", new String( new int[]{ 0x26f9 }, 0, 1 ) ); - _addEntry( "person_with_ball_tone1", new String( new int[]{ 0x26f9, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_with_ball_tone2", new String( new int[]{ 0x26f9, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_with_ball_tone3", new String( new int[]{ 0x26f9, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_with_ball_tone4", new String( new int[]{ 0x26f9, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_with_ball_tone5", new String( new int[]{ 0x26f9, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_with_blond_hair", new String( new int[]{ 0x1f471 }, 0, 1 ) ); - _addEntry( "person_with_blond_hair_tone1", new String( new int[]{ 0x1f471, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_with_blond_hair_tone2", new String( new int[]{ 0x1f471, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_with_blond_hair_tone3", new String( new int[]{ 0x1f471, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_with_blond_hair_tone4", new String( new int[]{ 0x1f471, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_with_blond_hair_tone5", new String( new int[]{ 0x1f471, 0x1f3ff }, 0, 2 ) ); - _addEntry( "person_with_pouting_face", new String( new int[]{ 0x1f64e }, 0, 1 ) ); - _addEntry( "person_with_pouting_face_tone1", new String( new int[]{ 0x1f64e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "person_with_pouting_face_tone2", new String( new int[]{ 0x1f64e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "person_with_pouting_face_tone3", new String( new int[]{ 0x1f64e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "person_with_pouting_face_tone4", new String( new int[]{ 0x1f64e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "person_with_pouting_face_tone5", new String( new int[]{ 0x1f64e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "pf", new String( new int[]{ 0x1f1f5, 0x1f1eb }, 0, 2 ) ); - _addEntry( "pg", new String( new int[]{ 0x1f1f5, 0x1f1ec }, 0, 2 ) ); - _addEntry( "ph", new String( new int[]{ 0x1f1f5, 0x1f1ed }, 0, 2 ) ); - _addEntry( "pick", new String( new int[]{ 0x26cf }, 0, 1 ) ); - _addEntry( "pig", new String( new int[]{ 0x1f437 }, 0, 1 ) ); - _addEntry( "pig2", new String( new int[]{ 0x1f416 }, 0, 1 ) ); - _addEntry( "pig_nose", new String( new int[]{ 0x1f43d }, 0, 1 ) ); - _addEntry( "pill", new String( new int[]{ 0x1f48a }, 0, 1 ) ); - _addEntry( "pineapple", new String( new int[]{ 0x1f34d }, 0, 1 ) ); - _addEntry( "ping_pong", new String( new int[]{ 0x1f3d3 }, 0, 1 ) ); - _addEntry( "pisces", new String( new int[]{ 0x2653 }, 0, 1 ) ); - _addEntry( "pizza", new String( new int[]{ 0x1f355 }, 0, 1 ) ); - _addEntry( "pk", new String( new int[]{ 0x1f1f5, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "pl", new String( new int[]{ 0x1f1f5, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "place_of_worship", new String( new int[]{ 0x1f6d0 }, 0, 1 ) ); - _addEntry( "play_pause", new String( new int[]{ 0x23ef }, 0, 1 ) ); - _addEntry( "pm", new String( new int[]{ 0x1f1f5, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "pn", new String( new int[]{ 0x1f1f5, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "point_down", new String( new int[]{ 0x1f447 }, 0, 1 ) ); - _addEntry( "point_down_tone1", new String( new int[]{ 0x1f447, 0x1f3fb }, 0, 2 ) ); - _addEntry( "point_down_tone2", new String( new int[]{ 0x1f447, 0x1f3fc }, 0, 2 ) ); - _addEntry( "point_down_tone3", new String( new int[]{ 0x1f447, 0x1f3fd }, 0, 2 ) ); - _addEntry( "point_down_tone4", new String( new int[]{ 0x1f447, 0x1f3fe }, 0, 2 ) ); - _addEntry( "point_down_tone5", new String( new int[]{ 0x1f447, 0x1f3ff }, 0, 2 ) ); - _addEntry( "point_left", new String( new int[]{ 0x1f448 }, 0, 1 ) ); - _addEntry( "point_left_tone1", new String( new int[]{ 0x1f448, 0x1f3fb }, 0, 2 ) ); - _addEntry( "point_left_tone2", new String( new int[]{ 0x1f448, 0x1f3fc }, 0, 2 ) ); - _addEntry( "point_left_tone3", new String( new int[]{ 0x1f448, 0x1f3fd }, 0, 2 ) ); - _addEntry( "point_left_tone4", new String( new int[]{ 0x1f448, 0x1f3fe }, 0, 2 ) ); - _addEntry( "point_left_tone5", new String( new int[]{ 0x1f448, 0x1f3ff }, 0, 2 ) ); - _addEntry( "point_right", new String( new int[]{ 0x1f449 }, 0, 1 ) ); - _addEntry( "point_right_tone1", new String( new int[]{ 0x1f449, 0x1f3fb }, 0, 2 ) ); - _addEntry( "point_right_tone2", new String( new int[]{ 0x1f449, 0x1f3fc }, 0, 2 ) ); - _addEntry( "point_right_tone3", new String( new int[]{ 0x1f449, 0x1f3fd }, 0, 2 ) ); - _addEntry( "point_right_tone4", new String( new int[]{ 0x1f449, 0x1f3fe }, 0, 2 ) ); - _addEntry( "point_right_tone5", new String( new int[]{ 0x1f449, 0x1f3ff }, 0, 2 ) ); - _addEntry( "point_up", new String( new int[]{ 0x261d }, 0, 1 ) ); - _addEntry( "point_up_2", new String( new int[]{ 0x1f446 }, 0, 1 ) ); - _addEntry( "point_up_2_tone1", new String( new int[]{ 0x1f446, 0x1f3fb }, 0, 2 ) ); - _addEntry( "point_up_2_tone2", new String( new int[]{ 0x1f446, 0x1f3fc }, 0, 2 ) ); - _addEntry( "point_up_2_tone3", new String( new int[]{ 0x1f446, 0x1f3fd }, 0, 2 ) ); - } - - private static void init23(){ - _addEntry( "point_up_2_tone4", new String( new int[]{ 0x1f446, 0x1f3fe }, 0, 2 ) ); - _addEntry( "point_up_2_tone5", new String( new int[]{ 0x1f446, 0x1f3ff }, 0, 2 ) ); - _addEntry( "point_up_tone1", new String( new int[]{ 0x261d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "point_up_tone2", new String( new int[]{ 0x261d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "point_up_tone3", new String( new int[]{ 0x261d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "point_up_tone4", new String( new int[]{ 0x261d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "point_up_tone5", new String( new int[]{ 0x261d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "police_car", new String( new int[]{ 0x1f693 }, 0, 1 ) ); - _addEntry( "poo", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); - _addEntry( "poodle", new String( new int[]{ 0x1f429 }, 0, 1 ) ); - _addEntry( "poop", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); - _addEntry( "popcorn", new String( new int[]{ 0x1f37f }, 0, 1 ) ); - _addEntry( "post_office", new String( new int[]{ 0x1f3e3 }, 0, 1 ) ); - _addEntry( "postal_horn", new String( new int[]{ 0x1f4ef }, 0, 1 ) ); - _addEntry( "postbox", new String( new int[]{ 0x1f4ee }, 0, 1 ) ); - _addEntry( "potable_water", new String( new int[]{ 0x1f6b0 }, 0, 1 ) ); - _addEntry( "potato", new String( new int[]{ 0x1f954 }, 0, 1 ) ); - _addEntry( "pouch", new String( new int[]{ 0x1f45d }, 0, 1 ) ); - _addEntry( "poultry_leg", new String( new int[]{ 0x1f357 }, 0, 1 ) ); - _addEntry( "pound", new String( new int[]{ 0x1f4b7 }, 0, 1 ) ); - _addEntry( "pound_symbol", new String( new int[]{ 0x0023 }, 0, 1 ) ); - _addEntry( "pouting_cat", new String( new int[]{ 0x1f63e }, 0, 1 ) ); - _addEntry( "pr", new String( new int[]{ 0x1f1f5, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "pray", new String( new int[]{ 0x1f64f }, 0, 1 ) ); - _addEntry( "pray_tone1", new String( new int[]{ 0x1f64f, 0x1f3fb }, 0, 2 ) ); - _addEntry( "pray_tone2", new String( new int[]{ 0x1f64f, 0x1f3fc }, 0, 2 ) ); - _addEntry( "pray_tone3", new String( new int[]{ 0x1f64f, 0x1f3fd }, 0, 2 ) ); - _addEntry( "pray_tone4", new String( new int[]{ 0x1f64f, 0x1f3fe }, 0, 2 ) ); - _addEntry( "pray_tone5", new String( new int[]{ 0x1f64f, 0x1f3ff }, 0, 2 ) ); - _addEntry( "prayer_beads", new String( new int[]{ 0x1f4ff }, 0, 1 ) ); - _addEntry( "pregnant_woman", new String( new int[]{ 0x1f930 }, 0, 1 ) ); - _addEntry( "pregnant_woman_tone1", new String( new int[]{ 0x1f930, 0x1f3fb }, 0, 2 ) ); - _addEntry( "pregnant_woman_tone2", new String( new int[]{ 0x1f930, 0x1f3fc }, 0, 2 ) ); - _addEntry( "pregnant_woman_tone3", new String( new int[]{ 0x1f930, 0x1f3fd }, 0, 2 ) ); - _addEntry( "pregnant_woman_tone4", new String( new int[]{ 0x1f930, 0x1f3fe }, 0, 2 ) ); - _addEntry( "pregnant_woman_tone5", new String( new int[]{ 0x1f930, 0x1f3ff }, 0, 2 ) ); - _addEntry( "previous_track", new String( new int[]{ 0x23ee }, 0, 1 ) ); - _addEntry( "prince", new String( new int[]{ 0x1f934 }, 0, 1 ) ); - _addEntry( "prince_tone1", new String( new int[]{ 0x1f934, 0x1f3fb }, 0, 2 ) ); - _addEntry( "prince_tone2", new String( new int[]{ 0x1f934, 0x1f3fc }, 0, 2 ) ); - _addEntry( "prince_tone3", new String( new int[]{ 0x1f934, 0x1f3fd }, 0, 2 ) ); - _addEntry( "prince_tone4", new String( new int[]{ 0x1f934, 0x1f3fe }, 0, 2 ) ); - _addEntry( "prince_tone5", new String( new int[]{ 0x1f934, 0x1f3ff }, 0, 2 ) ); - _addEntry( "princess", new String( new int[]{ 0x1f478 }, 0, 1 ) ); - _addEntry( "princess_tone1", new String( new int[]{ 0x1f478, 0x1f3fb }, 0, 2 ) ); - _addEntry( "princess_tone2", new String( new int[]{ 0x1f478, 0x1f3fc }, 0, 2 ) ); - _addEntry( "princess_tone3", new String( new int[]{ 0x1f478, 0x1f3fd }, 0, 2 ) ); - _addEntry( "princess_tone4", new String( new int[]{ 0x1f478, 0x1f3fe }, 0, 2 ) ); - _addEntry( "princess_tone5", new String( new int[]{ 0x1f478, 0x1f3ff }, 0, 2 ) ); - _addEntry( "printer", new String( new int[]{ 0x1f5a8 }, 0, 1 ) ); - _addEntry( "projector", new String( new int[]{ 0x1f4fd }, 0, 1 ) ); - _addEntry( "ps", new String( new int[]{ 0x1f1f5, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "pt", new String( new int[]{ 0x1f1f5, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "pudding", new String( new int[]{ 0x1f36e }, 0, 1 ) ); - _addEntry( "punch", new String( new int[]{ 0x1f44a }, 0, 1 ) ); - _addEntry( "punch_tone1", new String( new int[]{ 0x1f44a, 0x1f3fb }, 0, 2 ) ); - _addEntry( "punch_tone2", new String( new int[]{ 0x1f44a, 0x1f3fc }, 0, 2 ) ); - _addEntry( "punch_tone3", new String( new int[]{ 0x1f44a, 0x1f3fd }, 0, 2 ) ); - _addEntry( "punch_tone4", new String( new int[]{ 0x1f44a, 0x1f3fe }, 0, 2 ) ); - _addEntry( "punch_tone5", new String( new int[]{ 0x1f44a, 0x1f3ff }, 0, 2 ) ); - _addEntry( "purple_heart", new String( new int[]{ 0x1f49c }, 0, 1 ) ); - _addEntry( "purse", new String( new int[]{ 0x1f45b }, 0, 1 ) ); - _addEntry( "pushpin", new String( new int[]{ 0x1f4cc }, 0, 1 ) ); - _addEntry( "put_litter_in_its_place", new String( new int[]{ 0x1f6ae }, 0, 1 ) ); - _addEntry( "pw", new String( new int[]{ 0x1f1f5, 0x1f1fc }, 0, 2 ) ); - _addEntry( "py", new String( new int[]{ 0x1f1f5, 0x1f1fe }, 0, 2 ) ); - _addEntry( "qa", new String( new int[]{ 0x1f1f6, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "question", new String( new int[]{ 0x2753 }, 0, 1 ) ); - _addEntry( "rabbit", new String( new int[]{ 0x1f430 }, 0, 1 ) ); - _addEntry( "rabbit2", new String( new int[]{ 0x1f407 }, 0, 1 ) ); - _addEntry( "race_car", new String( new int[]{ 0x1f3ce }, 0, 1 ) ); - _addEntry( "racehorse", new String( new int[]{ 0x1f40e }, 0, 1 ) ); - _addEntry( "racing_car", new String( new int[]{ 0x1f3ce }, 0, 1 ) ); - _addEntry( "racing_motorcycle", new String( new int[]{ 0x1f3cd }, 0, 1 ) ); - _addEntry( "radio", new String( new int[]{ 0x1f4fb }, 0, 1 ) ); - _addEntry( "radio_button", new String( new int[]{ 0x1f518 }, 0, 1 ) ); - _addEntry( "radioactive", new String( new int[]{ 0x2622 }, 0, 1 ) ); - _addEntry( "radioactive_sign", new String( new int[]{ 0x2622 }, 0, 1 ) ); - _addEntry( "rage", new String( new int[]{ 0x1f621 }, 0, 1 ) ); - _addEntry( "railroad_track", new String( new int[]{ 0x1f6e4 }, 0, 1 ) ); - _addEntry( "railway_car", new String( new int[]{ 0x1f683 }, 0, 1 ) ); - _addEntry( "railway_track", new String( new int[]{ 0x1f6e4 }, 0, 1 ) ); - _addEntry( "rainbow", new String( new int[]{ 0x1f308 }, 0, 1 ) ); - _addEntry( "rainbow_flag", new String( new int[]{ 0x1f3f3, 0x1f308 }, 0, 2 ) ); - _addEntry( "raised_back_of_hand", new String( new int[]{ 0x1f91a }, 0, 1 ) ); - _addEntry( "raised_back_of_hand_tone1", new String( new int[]{ 0x1f91a, 0x1f3fb }, 0, 2 ) ); - _addEntry( "raised_back_of_hand_tone2", new String( new int[]{ 0x1f91a, 0x1f3fc }, 0, 2 ) ); - _addEntry( "raised_back_of_hand_tone3", new String( new int[]{ 0x1f91a, 0x1f3fd }, 0, 2 ) ); - _addEntry( "raised_back_of_hand_tone4", new String( new int[]{ 0x1f91a, 0x1f3fe }, 0, 2 ) ); - _addEntry( "raised_back_of_hand_tone5", new String( new int[]{ 0x1f91a, 0x1f3ff }, 0, 2 ) ); - _addEntry( "raised_hand", new String( new int[]{ 0x270b }, 0, 1 ) ); - _addEntry( "raised_hand_tone1", new String( new int[]{ 0x270b, 0x1f3fb }, 0, 2 ) ); - _addEntry( "raised_hand_tone2", new String( new int[]{ 0x270b, 0x1f3fc }, 0, 2 ) ); - _addEntry( "raised_hand_tone3", new String( new int[]{ 0x270b, 0x1f3fd }, 0, 2 ) ); - _addEntry( "raised_hand_tone4", new String( new int[]{ 0x270b, 0x1f3fe }, 0, 2 ) ); - _addEntry( "raised_hand_tone5", new String( new int[]{ 0x270b, 0x1f3ff }, 0, 2 ) ); - _addEntry( "raised_hand_with_fingers_splayed", new String( new int[]{ 0x1f590 }, 0, 1 ) ); - _addEntry( "raised_hand_with_fingers_splayed_tone1", new String( new int[]{ 0x1f590, 0x1f3fb }, 0, 2 ) ); - _addEntry( "raised_hand_with_fingers_splayed_tone2", new String( new int[]{ 0x1f590, 0x1f3fc }, 0, 2 ) ); - _addEntry( "raised_hand_with_fingers_splayed_tone3", new String( new int[]{ 0x1f590, 0x1f3fd }, 0, 2 ) ); - _addEntry( "raised_hand_with_fingers_splayed_tone4", new String( new int[]{ 0x1f590, 0x1f3fe }, 0, 2 ) ); - } - - private static void init24(){ - _addEntry( "raised_hand_with_fingers_splayed_tone5", new String( new int[]{ 0x1f590, 0x1f3ff }, 0, 2 ) ); - _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers", new String( new int[]{ 0x1f596 }, 0, 1 ) ); - _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone1", new String( new int[]{ 0x1f596, 0x1f3fb }, 0, 2 ) ); - _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone2", new String( new int[]{ 0x1f596, 0x1f3fc }, 0, 2 ) ); - _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone3", new String( new int[]{ 0x1f596, 0x1f3fd }, 0, 2 ) ); - _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone4", new String( new int[]{ 0x1f596, 0x1f3fe }, 0, 2 ) ); - _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone5", new String( new int[]{ 0x1f596, 0x1f3ff }, 0, 2 ) ); - _addEntry( "raised_hands", new String( new int[]{ 0x1f64c }, 0, 1 ) ); - _addEntry( "raised_hands_tone1", new String( new int[]{ 0x1f64c, 0x1f3fb }, 0, 2 ) ); - _addEntry( "raised_hands_tone2", new String( new int[]{ 0x1f64c, 0x1f3fc }, 0, 2 ) ); - _addEntry( "raised_hands_tone3", new String( new int[]{ 0x1f64c, 0x1f3fd }, 0, 2 ) ); - _addEntry( "raised_hands_tone4", new String( new int[]{ 0x1f64c, 0x1f3fe }, 0, 2 ) ); - _addEntry( "raised_hands_tone5", new String( new int[]{ 0x1f64c, 0x1f3ff }, 0, 2 ) ); - _addEntry( "raising_hand", new String( new int[]{ 0x1f64b }, 0, 1 ) ); - _addEntry( "raising_hand_tone1", new String( new int[]{ 0x1f64b, 0x1f3fb }, 0, 2 ) ); - _addEntry( "raising_hand_tone2", new String( new int[]{ 0x1f64b, 0x1f3fc }, 0, 2 ) ); - _addEntry( "raising_hand_tone3", new String( new int[]{ 0x1f64b, 0x1f3fd }, 0, 2 ) ); - _addEntry( "raising_hand_tone4", new String( new int[]{ 0x1f64b, 0x1f3fe }, 0, 2 ) ); - _addEntry( "raising_hand_tone5", new String( new int[]{ 0x1f64b, 0x1f3ff }, 0, 2 ) ); - _addEntry( "ram", new String( new int[]{ 0x1f40f }, 0, 1 ) ); - _addEntry( "ramen", new String( new int[]{ 0x1f35c }, 0, 1 ) ); - _addEntry( "rat", new String( new int[]{ 0x1f400 }, 0, 1 ) ); - _addEntry( "re", new String( new int[]{ 0x1f1f7, 0x1f1ea }, 0, 2 ) ); - _addEntry( "record_button", new String( new int[]{ 0x23fa }, 0, 1 ) ); - _addEntry( "recycle", new String( new int[]{ 0x267b }, 0, 1 ) ); - _addEntry( "red_car", new String( new int[]{ 0x1f697 }, 0, 1 ) ); - _addEntry( "red_circle", new String( new int[]{ 0x1f534 }, 0, 1 ) ); - _addEntry( "regional_indicator_a", new String( new int[]{ 0x1f1e6 }, 0, 1 ) ); - _addEntry( "regional_indicator_b", new String( new int[]{ 0x1f1e7 }, 0, 1 ) ); - _addEntry( "regional_indicator_c", new String( new int[]{ 0x1f1e8 }, 0, 1 ) ); - _addEntry( "regional_indicator_d", new String( new int[]{ 0x1f1e9 }, 0, 1 ) ); - _addEntry( "regional_indicator_e", new String( new int[]{ 0x1f1ea }, 0, 1 ) ); - _addEntry( "regional_indicator_f", new String( new int[]{ 0x1f1eb }, 0, 1 ) ); - _addEntry( "regional_indicator_g", new String( new int[]{ 0x1f1ec }, 0, 1 ) ); - _addEntry( "regional_indicator_h", new String( new int[]{ 0x1f1ed }, 0, 1 ) ); - _addEntry( "regional_indicator_i", new String( new int[]{ 0x1f1ee }, 0, 1 ) ); - _addEntry( "regional_indicator_j", new String( new int[]{ 0x1f1ef }, 0, 1 ) ); - _addEntry( "regional_indicator_k", new String( new int[]{ 0x1f1f0 }, 0, 1 ) ); - _addEntry( "regional_indicator_l", new String( new int[]{ 0x1f1f1 }, 0, 1 ) ); - _addEntry( "regional_indicator_m", new String( new int[]{ 0x1f1f2 }, 0, 1 ) ); - _addEntry( "regional_indicator_n", new String( new int[]{ 0x1f1f3 }, 0, 1 ) ); - _addEntry( "regional_indicator_o", new String( new int[]{ 0x1f1f4 }, 0, 1 ) ); - _addEntry( "regional_indicator_p", new String( new int[]{ 0x1f1f5 }, 0, 1 ) ); - _addEntry( "regional_indicator_q", new String( new int[]{ 0x1f1f6 }, 0, 1 ) ); - _addEntry( "regional_indicator_r", new String( new int[]{ 0x1f1f7 }, 0, 1 ) ); - _addEntry( "regional_indicator_s", new String( new int[]{ 0x1f1f8 }, 0, 1 ) ); - _addEntry( "regional_indicator_t", new String( new int[]{ 0x1f1f9 }, 0, 1 ) ); - _addEntry( "regional_indicator_u", new String( new int[]{ 0x1f1fa }, 0, 1 ) ); - _addEntry( "regional_indicator_v", new String( new int[]{ 0x1f1fb }, 0, 1 ) ); - _addEntry( "regional_indicator_w", new String( new int[]{ 0x1f1fc }, 0, 1 ) ); - _addEntry( "regional_indicator_x", new String( new int[]{ 0x1f1fd }, 0, 1 ) ); - _addEntry( "regional_indicator_y", new String( new int[]{ 0x1f1fe }, 0, 1 ) ); - _addEntry( "regional_indicator_z", new String( new int[]{ 0x1f1ff }, 0, 1 ) ); - _addEntry( "registered", new String( new int[]{ 0x00ae }, 0, 1 ) ); - _addEntry( "relaxed", new String( new int[]{ 0x263a }, 0, 1 ) ); - _addEntry( "relieved", new String( new int[]{ 0x1f60c }, 0, 1 ) ); - _addEntry( "reminder_ribbon", new String( new int[]{ 0x1f397 }, 0, 1 ) ); - _addEntry( "repeat", new String( new int[]{ 0x1f501 }, 0, 1 ) ); - _addEntry( "repeat_one", new String( new int[]{ 0x1f502 }, 0, 1 ) ); - _addEntry( "restroom", new String( new int[]{ 0x1f6bb }, 0, 1 ) ); - _addEntry( "reversed_hand_with_middle_finger_extended", new String( new int[]{ 0x1f595 }, 0, 1 ) ); - _addEntry( "reversed_hand_with_middle_finger_extended_tone1", new String( new int[]{ 0x1f595, 0x1f3fb }, 0, 2 ) ); - _addEntry( "reversed_hand_with_middle_finger_extended_tone2", new String( new int[]{ 0x1f595, 0x1f3fc }, 0, 2 ) ); - _addEntry( "reversed_hand_with_middle_finger_extended_tone3", new String( new int[]{ 0x1f595, 0x1f3fd }, 0, 2 ) ); - _addEntry( "reversed_hand_with_middle_finger_extended_tone4", new String( new int[]{ 0x1f595, 0x1f3fe }, 0, 2 ) ); - _addEntry( "reversed_hand_with_middle_finger_extended_tone5", new String( new int[]{ 0x1f595, 0x1f3ff }, 0, 2 ) ); - _addEntry( "revolving_hearts", new String( new int[]{ 0x1f49e }, 0, 1 ) ); - _addEntry( "rewind", new String( new int[]{ 0x23ea }, 0, 1 ) ); - _addEntry( "rhino", new String( new int[]{ 0x1f98f }, 0, 1 ) ); - _addEntry( "rhinoceros", new String( new int[]{ 0x1f98f }, 0, 1 ) ); - _addEntry( "ribbon", new String( new int[]{ 0x1f380 }, 0, 1 ) ); - _addEntry( "rice", new String( new int[]{ 0x1f35a }, 0, 1 ) ); - _addEntry( "rice_ball", new String( new int[]{ 0x1f359 }, 0, 1 ) ); - _addEntry( "rice_cracker", new String( new int[]{ 0x1f358 }, 0, 1 ) ); - _addEntry( "rice_scene", new String( new int[]{ 0x1f391 }, 0, 1 ) ); - _addEntry( "right_anger_bubble", new String( new int[]{ 0x1f5ef }, 0, 1 ) ); - _addEntry( "right_facing_fist", new String( new int[]{ 0x1f91c }, 0, 1 ) ); - _addEntry( "right_facing_fist_tone1", new String( new int[]{ 0x1f91c, 0x1f3fb }, 0, 2 ) ); - _addEntry( "right_facing_fist_tone2", new String( new int[]{ 0x1f91c, 0x1f3fc }, 0, 2 ) ); - _addEntry( "right_facing_fist_tone3", new String( new int[]{ 0x1f91c, 0x1f3fd }, 0, 2 ) ); - _addEntry( "right_facing_fist_tone4", new String( new int[]{ 0x1f91c, 0x1f3fe }, 0, 2 ) ); - _addEntry( "right_facing_fist_tone5", new String( new int[]{ 0x1f91c, 0x1f3ff }, 0, 2 ) ); - _addEntry( "right_fist", new String( new int[]{ 0x1f91c }, 0, 1 ) ); - _addEntry( "right_fist_tone1", new String( new int[]{ 0x1f91c, 0x1f3fb }, 0, 2 ) ); - _addEntry( "right_fist_tone2", new String( new int[]{ 0x1f91c, 0x1f3fc }, 0, 2 ) ); - _addEntry( "right_fist_tone3", new String( new int[]{ 0x1f91c, 0x1f3fd }, 0, 2 ) ); - _addEntry( "right_fist_tone4", new String( new int[]{ 0x1f91c, 0x1f3fe }, 0, 2 ) ); - _addEntry( "right_fist_tone5", new String( new int[]{ 0x1f91c, 0x1f3ff }, 0, 2 ) ); - _addEntry( "ring", new String( new int[]{ 0x1f48d }, 0, 1 ) ); - _addEntry( "ro", new String( new int[]{ 0x1f1f7, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "robot", new String( new int[]{ 0x1f916 }, 0, 1 ) ); - _addEntry( "robot_face", new String( new int[]{ 0x1f916 }, 0, 1 ) ); - _addEntry( "rocket", new String( new int[]{ 0x1f680 }, 0, 1 ) ); - _addEntry( "rofl", new String( new int[]{ 0x1f923 }, 0, 1 ) ); - _addEntry( "rolled_up_newspaper", new String( new int[]{ 0x1f5de }, 0, 1 ) ); - _addEntry( "roller_coaster", new String( new int[]{ 0x1f3a2 }, 0, 1 ) ); - _addEntry( "rolling_eyes", new String( new int[]{ 0x1f644 }, 0, 1 ) ); - _addEntry( "rolling_on_the_floor_laughing", new String( new int[]{ 0x1f923 }, 0, 1 ) ); - _addEntry( "rooster", new String( new int[]{ 0x1f413 }, 0, 1 ) ); - _addEntry( "rose", new String( new int[]{ 0x1f339 }, 0, 1 ) ); - _addEntry( "rosette", new String( new int[]{ 0x1f3f5 }, 0, 1 ) ); - } - - private static void init25(){ - _addEntry( "rotating_light", new String( new int[]{ 0x1f6a8 }, 0, 1 ) ); - _addEntry( "round_pushpin", new String( new int[]{ 0x1f4cd }, 0, 1 ) ); - _addEntry( "rowboat", new String( new int[]{ 0x1f6a3 }, 0, 1 ) ); - _addEntry( "rowboat_tone1", new String( new int[]{ 0x1f6a3, 0x1f3fb }, 0, 2 ) ); - _addEntry( "rowboat_tone2", new String( new int[]{ 0x1f6a3, 0x1f3fc }, 0, 2 ) ); - _addEntry( "rowboat_tone3", new String( new int[]{ 0x1f6a3, 0x1f3fd }, 0, 2 ) ); - _addEntry( "rowboat_tone4", new String( new int[]{ 0x1f6a3, 0x1f3fe }, 0, 2 ) ); - _addEntry( "rowboat_tone5", new String( new int[]{ 0x1f6a3, 0x1f3ff }, 0, 2 ) ); - _addEntry( "rs", new String( new int[]{ 0x1f1f7, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "ru", new String( new int[]{ 0x1f1f7, 0x1f1fa }, 0, 2 ) ); - _addEntry( "rugby_football", new String( new int[]{ 0x1f3c9 }, 0, 1 ) ); - _addEntry( "runner", new String( new int[]{ 0x1f3c3 }, 0, 1 ) ); - _addEntry( "runner_tone1", new String( new int[]{ 0x1f3c3, 0x1f3fb }, 0, 2 ) ); - _addEntry( "runner_tone2", new String( new int[]{ 0x1f3c3, 0x1f3fc }, 0, 2 ) ); - _addEntry( "runner_tone3", new String( new int[]{ 0x1f3c3, 0x1f3fd }, 0, 2 ) ); - _addEntry( "runner_tone4", new String( new int[]{ 0x1f3c3, 0x1f3fe }, 0, 2 ) ); - _addEntry( "runner_tone5", new String( new int[]{ 0x1f3c3, 0x1f3ff }, 0, 2 ) ); - _addEntry( "running_shirt_with_sash", new String( new int[]{ 0x1f3bd }, 0, 1 ) ); - _addEntry( "rw", new String( new int[]{ 0x1f1f7, 0x1f1fc }, 0, 2 ) ); - _addEntry( "sa", new String( new int[]{ 0x1f202 }, 0, 1 ) ); - _addEntry( "sagittarius", new String( new int[]{ 0x2650 }, 0, 1 ) ); - _addEntry( "sailboat", new String( new int[]{ 0x26f5 }, 0, 1 ) ); - _addEntry( "sake", new String( new int[]{ 0x1f376 }, 0, 1 ) ); - _addEntry( "salad", new String( new int[]{ 0x1f957 }, 0, 1 ) ); - _addEntry( "sandal", new String( new int[]{ 0x1f461 }, 0, 1 ) ); - _addEntry( "santa", new String( new int[]{ 0x1f385 }, 0, 1 ) ); - _addEntry( "santa_tone1", new String( new int[]{ 0x1f385, 0x1f3fb }, 0, 2 ) ); - _addEntry( "santa_tone2", new String( new int[]{ 0x1f385, 0x1f3fc }, 0, 2 ) ); - _addEntry( "santa_tone3", new String( new int[]{ 0x1f385, 0x1f3fd }, 0, 2 ) ); - _addEntry( "santa_tone4", new String( new int[]{ 0x1f385, 0x1f3fe }, 0, 2 ) ); - _addEntry( "santa_tone5", new String( new int[]{ 0x1f385, 0x1f3ff }, 0, 2 ) ); - _addEntry( "satellite", new String( new int[]{ 0x1f4e1 }, 0, 1 ) ); - _addEntry( "satellite_orbital", new String( new int[]{ 0x1f6f0 }, 0, 1 ) ); - _addEntry( "satisfied", new String( new int[]{ 0x1f606 }, 0, 1 ) ); - _addEntry( "saudi", new String( new int[]{ 0x1f1f8, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "saudiarabia", new String( new int[]{ 0x1f1f8, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "saxophone", new String( new int[]{ 0x1f3b7 }, 0, 1 ) ); - _addEntry( "sb", new String( new int[]{ 0x1f1f8, 0x1f1e7 }, 0, 2 ) ); - _addEntry( "sc", new String( new int[]{ 0x1f1f8, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "scales", new String( new int[]{ 0x2696 }, 0, 1 ) ); - _addEntry( "school", new String( new int[]{ 0x1f3eb }, 0, 1 ) ); - _addEntry( "school_satchel", new String( new int[]{ 0x1f392 }, 0, 1 ) ); - _addEntry( "scissors", new String( new int[]{ 0x2702 }, 0, 1 ) ); - _addEntry( "scooter", new String( new int[]{ 0x1f6f4 }, 0, 1 ) ); - _addEntry( "scorpion", new String( new int[]{ 0x1f982 }, 0, 1 ) ); - _addEntry( "scorpius", new String( new int[]{ 0x264f }, 0, 1 ) ); - _addEntry( "scream", new String( new int[]{ 0x1f631 }, 0, 1 ) ); - _addEntry( "scream_cat", new String( new int[]{ 0x1f640 }, 0, 1 ) ); - _addEntry( "scroll", new String( new int[]{ 0x1f4dc }, 0, 1 ) ); - _addEntry( "sd", new String( new int[]{ 0x1f1f8, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "se", new String( new int[]{ 0x1f1f8, 0x1f1ea }, 0, 2 ) ); - _addEntry( "seat", new String( new int[]{ 0x1f4ba }, 0, 1 ) ); - _addEntry( "second_place", new String( new int[]{ 0x1f948 }, 0, 1 ) ); - _addEntry( "second_place_medal", new String( new int[]{ 0x1f948 }, 0, 1 ) ); - _addEntry( "secret", new String( new int[]{ 0x3299 }, 0, 1 ) ); - _addEntry( "see_no_evil", new String( new int[]{ 0x1f648 }, 0, 1 ) ); - _addEntry( "seedling", new String( new int[]{ 0x1f331 }, 0, 1 ) ); - _addEntry( "selfie", new String( new int[]{ 0x1f933 }, 0, 1 ) ); - _addEntry( "selfie_tone1", new String( new int[]{ 0x1f933, 0x1f3fb }, 0, 2 ) ); - _addEntry( "selfie_tone2", new String( new int[]{ 0x1f933, 0x1f3fc }, 0, 2 ) ); - _addEntry( "selfie_tone3", new String( new int[]{ 0x1f933, 0x1f3fd }, 0, 2 ) ); - _addEntry( "selfie_tone4", new String( new int[]{ 0x1f933, 0x1f3fe }, 0, 2 ) ); - _addEntry( "selfie_tone5", new String( new int[]{ 0x1f933, 0x1f3ff }, 0, 2 ) ); - _addEntry( "seven", new String( new int[]{ 0x0037, 0x20e3 }, 0, 2 ) ); - _addEntry( "sg", new String( new int[]{ 0x1f1f8, 0x1f1ec }, 0, 2 ) ); - _addEntry( "sh", new String( new int[]{ 0x1f1f8, 0x1f1ed }, 0, 2 ) ); - _addEntry( "shaking_hands", new String( new int[]{ 0x1f91d }, 0, 1 ) ); - _addEntry( "shallow_pan_of_food", new String( new int[]{ 0x1f958 }, 0, 1 ) ); - _addEntry( "shamrock", new String( new int[]{ 0x2618 }, 0, 1 ) ); - _addEntry( "shark", new String( new int[]{ 0x1f988 }, 0, 1 ) ); - _addEntry( "shaved_ice", new String( new int[]{ 0x1f367 }, 0, 1 ) ); - _addEntry( "sheep", new String( new int[]{ 0x1f411 }, 0, 1 ) ); - _addEntry( "shell", new String( new int[]{ 0x1f41a }, 0, 1 ) ); - _addEntry( "shelled_peanut", new String( new int[]{ 0x1f95c }, 0, 1 ) ); - _addEntry( "shield", new String( new int[]{ 0x1f6e1 }, 0, 1 ) ); - _addEntry( "shinto_shrine", new String( new int[]{ 0x26e9 }, 0, 1 ) ); - _addEntry( "ship", new String( new int[]{ 0x1f6a2 }, 0, 1 ) ); - _addEntry( "shirt", new String( new int[]{ 0x1f455 }, 0, 1 ) ); - _addEntry( "shit", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); - _addEntry( "shopping_bags", new String( new int[]{ 0x1f6cd }, 0, 1 ) ); - _addEntry( "shopping_cart", new String( new int[]{ 0x1f6d2 }, 0, 1 ) ); - _addEntry( "shopping_trolley", new String( new int[]{ 0x1f6d2 }, 0, 1 ) ); - _addEntry( "shower", new String( new int[]{ 0x1f6bf }, 0, 1 ) ); - _addEntry( "shrimp", new String( new int[]{ 0x1f990 }, 0, 1 ) ); - _addEntry( "shrug", new String( new int[]{ 0x1f937 }, 0, 1 ) ); - _addEntry( "shrug_tone1", new String( new int[]{ 0x1f937, 0x1f3fb }, 0, 2 ) ); - _addEntry( "shrug_tone2", new String( new int[]{ 0x1f937, 0x1f3fc }, 0, 2 ) ); - _addEntry( "shrug_tone3", new String( new int[]{ 0x1f937, 0x1f3fd }, 0, 2 ) ); - _addEntry( "shrug_tone4", new String( new int[]{ 0x1f937, 0x1f3fe }, 0, 2 ) ); - _addEntry( "shrug_tone5", new String( new int[]{ 0x1f937, 0x1f3ff }, 0, 2 ) ); - _addEntry( "si", new String( new int[]{ 0x1f1f8, 0x1f1ee }, 0, 2 ) ); - _addEntry( "sick", new String( new int[]{ 0x1f922 }, 0, 1 ) ); - _addEntry( "sign_of_the_horns", new String( new int[]{ 0x1f918 }, 0, 1 ) ); - _addEntry( "sign_of_the_horns_tone1", new String( new int[]{ 0x1f918, 0x1f3fb }, 0, 2 ) ); - _addEntry( "sign_of_the_horns_tone2", new String( new int[]{ 0x1f918, 0x1f3fc }, 0, 2 ) ); - _addEntry( "sign_of_the_horns_tone3", new String( new int[]{ 0x1f918, 0x1f3fd }, 0, 2 ) ); - _addEntry( "sign_of_the_horns_tone4", new String( new int[]{ 0x1f918, 0x1f3fe }, 0, 2 ) ); - _addEntry( "sign_of_the_horns_tone5", new String( new int[]{ 0x1f918, 0x1f3ff }, 0, 2 ) ); - _addEntry( "signal_strength", new String( new int[]{ 0x1f4f6 }, 0, 1 ) ); - _addEntry( "six", new String( new int[]{ 0x0036, 0x20e3 }, 0, 2 ) ); - _addEntry( "six_pointed_star", new String( new int[]{ 0x1f52f }, 0, 1 ) ); - } - - private static void init26(){ - _addEntry( "sj", new String( new int[]{ 0x1f1f8, 0x1f1ef }, 0, 2 ) ); - _addEntry( "sk", new String( new int[]{ 0x1f1f8, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "skeleton", new String( new int[]{ 0x1f480 }, 0, 1 ) ); - _addEntry( "ski", new String( new int[]{ 0x1f3bf }, 0, 1 ) ); - _addEntry( "skier", new String( new int[]{ 0x26f7 }, 0, 1 ) ); - _addEntry( "skull", new String( new int[]{ 0x1f480 }, 0, 1 ) ); - _addEntry( "skull_and_crossbones", new String( new int[]{ 0x2620 }, 0, 1 ) ); - _addEntry( "skull_crossbones", new String( new int[]{ 0x2620 }, 0, 1 ) ); - _addEntry( "sl", new String( new int[]{ 0x1f1f8, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "sleeping", new String( new int[]{ 0x1f634 }, 0, 1 ) ); - _addEntry( "sleeping_accommodation", new String( new int[]{ 0x1f6cc }, 0, 1 ) ); - _addEntry( "sleepy", new String( new int[]{ 0x1f62a }, 0, 1 ) ); - _addEntry( "sleuth_or_spy", new String( new int[]{ 0x1f575 }, 0, 1 ) ); - _addEntry( "sleuth_or_spy_tone1", new String( new int[]{ 0x1f575, 0x1f3fb }, 0, 2 ) ); - _addEntry( "sleuth_or_spy_tone2", new String( new int[]{ 0x1f575, 0x1f3fc }, 0, 2 ) ); - _addEntry( "sleuth_or_spy_tone3", new String( new int[]{ 0x1f575, 0x1f3fd }, 0, 2 ) ); - _addEntry( "sleuth_or_spy_tone4", new String( new int[]{ 0x1f575, 0x1f3fe }, 0, 2 ) ); - _addEntry( "sleuth_or_spy_tone5", new String( new int[]{ 0x1f575, 0x1f3ff }, 0, 2 ) ); - _addEntry( "slight_frown", new String( new int[]{ 0x1f641 }, 0, 1 ) ); - _addEntry( "slight_smile", new String( new int[]{ 0x1f642 }, 0, 1 ) ); - _addEntry( "slightly_frowning_face", new String( new int[]{ 0x1f641 }, 0, 1 ) ); - _addEntry( "slightly_smiling_face", new String( new int[]{ 0x1f642 }, 0, 1 ) ); - _addEntry( "slot_machine", new String( new int[]{ 0x1f3b0 }, 0, 1 ) ); - _addEntry( "sm", new String( new int[]{ 0x1f1f8, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "small_airplane", new String( new int[]{ 0x1f6e9 }, 0, 1 ) ); - _addEntry( "small_blue_diamond", new String( new int[]{ 0x1f539 }, 0, 1 ) ); - _addEntry( "small_orange_diamond", new String( new int[]{ 0x1f538 }, 0, 1 ) ); - _addEntry( "small_red_triangle", new String( new int[]{ 0x1f53a }, 0, 1 ) ); - _addEntry( "small_red_triangle_down", new String( new int[]{ 0x1f53b }, 0, 1 ) ); - _addEntry( "smile", new String( new int[]{ 0x1f604 }, 0, 1 ) ); - _addEntry( "smile_cat", new String( new int[]{ 0x1f638 }, 0, 1 ) ); - _addEntry( "smiley", new String( new int[]{ 0x1f603 }, 0, 1 ) ); - _addEntry( "smiley_cat", new String( new int[]{ 0x1f63a }, 0, 1 ) ); - _addEntry( "smiling_imp", new String( new int[]{ 0x1f608 }, 0, 1 ) ); - _addEntry( "smirk", new String( new int[]{ 0x1f60f }, 0, 1 ) ); - _addEntry( "smirk_cat", new String( new int[]{ 0x1f63c }, 0, 1 ) ); - _addEntry( "smoking", new String( new int[]{ 0x1f6ac }, 0, 1 ) ); - _addEntry( "sn", new String( new int[]{ 0x1f1f8, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "snail", new String( new int[]{ 0x1f40c }, 0, 1 ) ); - _addEntry( "snake", new String( new int[]{ 0x1f40d }, 0, 1 ) ); - _addEntry( "sneeze", new String( new int[]{ 0x1f927 }, 0, 1 ) ); - _addEntry( "sneezing_face", new String( new int[]{ 0x1f927 }, 0, 1 ) ); - _addEntry( "snow_capped_mountain", new String( new int[]{ 0x1f3d4 }, 0, 1 ) ); - _addEntry( "snowboarder", new String( new int[]{ 0x1f3c2 }, 0, 1 ) ); - _addEntry( "snowboarder_dark_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3ff }, 0, 2 ) ); - _addEntry( "snowboarder_light_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fb }, 0, 2 ) ); - _addEntry( "snowboarder_medium_dark_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fe }, 0, 2 ) ); - _addEntry( "snowboarder_medium_light_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fc }, 0, 2 ) ); - _addEntry( "snowboarder_medium_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fd }, 0, 2 ) ); - _addEntry( "snowboarder_tone1", new String( new int[]{ 0x1f3c2, 0x1f3fb }, 0, 2 ) ); - _addEntry( "snowboarder_tone2", new String( new int[]{ 0x1f3c2, 0x1f3fc }, 0, 2 ) ); - _addEntry( "snowboarder_tone3", new String( new int[]{ 0x1f3c2, 0x1f3fd }, 0, 2 ) ); - _addEntry( "snowboarder_tone4", new String( new int[]{ 0x1f3c2, 0x1f3fe }, 0, 2 ) ); - _addEntry( "snowboarder_tone5", new String( new int[]{ 0x1f3c2, 0x1f3ff }, 0, 2 ) ); - _addEntry( "snowflake", new String( new int[]{ 0x2744 }, 0, 1 ) ); - _addEntry( "snowman", new String( new int[]{ 0x26c4 }, 0, 1 ) ); - _addEntry( "snowman2", new String( new int[]{ 0x2603 }, 0, 1 ) ); - _addEntry( "so", new String( new int[]{ 0x1f1f8, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "sob", new String( new int[]{ 0x1f62d }, 0, 1 ) ); - _addEntry( "soccer", new String( new int[]{ 0x26bd }, 0, 1 ) ); - _addEntry( "soon", new String( new int[]{ 0x1f51c }, 0, 1 ) ); - _addEntry( "sos", new String( new int[]{ 0x1f198 }, 0, 1 ) ); - _addEntry( "sound", new String( new int[]{ 0x1f509 }, 0, 1 ) ); - _addEntry( "space_invader", new String( new int[]{ 0x1f47e }, 0, 1 ) ); - _addEntry( "spades", new String( new int[]{ 0x2660 }, 0, 1 ) ); - _addEntry( "spaghetti", new String( new int[]{ 0x1f35d }, 0, 1 ) ); - _addEntry( "sparkle", new String( new int[]{ 0x2747 }, 0, 1 ) ); - _addEntry( "sparkler", new String( new int[]{ 0x1f387 }, 0, 1 ) ); - _addEntry( "sparkles", new String( new int[]{ 0x2728 }, 0, 1 ) ); - _addEntry( "sparkling_heart", new String( new int[]{ 0x1f496 }, 0, 1 ) ); - _addEntry( "speak_no_evil", new String( new int[]{ 0x1f64a }, 0, 1 ) ); - _addEntry( "speaker", new String( new int[]{ 0x1f508 }, 0, 1 ) ); - _addEntry( "speaking_head", new String( new int[]{ 0x1f5e3 }, 0, 1 ) ); - _addEntry( "speaking_head_in_silhouette", new String( new int[]{ 0x1f5e3 }, 0, 1 ) ); - _addEntry( "speech_balloon", new String( new int[]{ 0x1f4ac }, 0, 1 ) ); - _addEntry( "speech_left", new String( new int[]{ 0x1f5e8 }, 0, 1 ) ); - _addEntry( "speedboat", new String( new int[]{ 0x1f6a4 }, 0, 1 ) ); - _addEntry( "spider", new String( new int[]{ 0x1f577 }, 0, 1 ) ); - _addEntry( "spider_web", new String( new int[]{ 0x1f578 }, 0, 1 ) ); - _addEntry( "spiral_calendar_pad", new String( new int[]{ 0x1f5d3 }, 0, 1 ) ); - _addEntry( "spiral_note_pad", new String( new int[]{ 0x1f5d2 }, 0, 1 ) ); - _addEntry( "spoon", new String( new int[]{ 0x1f944 }, 0, 1 ) ); - _addEntry( "sports_medal", new String( new int[]{ 0x1f3c5 }, 0, 1 ) ); - _addEntry( "spy", new String( new int[]{ 0x1f575 }, 0, 1 ) ); - _addEntry( "spy_tone1", new String( new int[]{ 0x1f575, 0x1f3fb }, 0, 2 ) ); - _addEntry( "spy_tone2", new String( new int[]{ 0x1f575, 0x1f3fc }, 0, 2 ) ); - _addEntry( "spy_tone3", new String( new int[]{ 0x1f575, 0x1f3fd }, 0, 2 ) ); - _addEntry( "spy_tone4", new String( new int[]{ 0x1f575, 0x1f3fe }, 0, 2 ) ); - _addEntry( "spy_tone5", new String( new int[]{ 0x1f575, 0x1f3ff }, 0, 2 ) ); - _addEntry( "squid", new String( new int[]{ 0x1f991 }, 0, 1 ) ); - _addEntry( "sr", new String( new int[]{ 0x1f1f8, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "ss", new String( new int[]{ 0x1f1f8, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "st", new String( new int[]{ 0x1f1f8, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "stadium", new String( new int[]{ 0x1f3df }, 0, 1 ) ); - _addEntry( "star", new String( new int[]{ 0x2b50 }, 0, 1 ) ); - _addEntry( "star2", new String( new int[]{ 0x1f31f }, 0, 1 ) ); - _addEntry( "star_and_crescent", new String( new int[]{ 0x262a }, 0, 1 ) ); - _addEntry( "star_of_david", new String( new int[]{ 0x2721 }, 0, 1 ) ); - _addEntry( "stars", new String( new int[]{ 0x1f320 }, 0, 1 ) ); - _addEntry( "station", new String( new int[]{ 0x1f689 }, 0, 1 ) ); - _addEntry( "statue_of_liberty", new String( new int[]{ 0x1f5fd }, 0, 1 ) ); - } - - private static void init27(){ - _addEntry( "steam_locomotive", new String( new int[]{ 0x1f682 }, 0, 1 ) ); - _addEntry( "stew", new String( new int[]{ 0x1f372 }, 0, 1 ) ); - _addEntry( "stop_button", new String( new int[]{ 0x23f9 }, 0, 1 ) ); - _addEntry( "stop_sign", new String( new int[]{ 0x1f6d1 }, 0, 1 ) ); - _addEntry( "stopwatch", new String( new int[]{ 0x23f1 }, 0, 1 ) ); - _addEntry( "straight_ruler", new String( new int[]{ 0x1f4cf }, 0, 1 ) ); - _addEntry( "strawberry", new String( new int[]{ 0x1f353 }, 0, 1 ) ); - _addEntry( "stuck_out_tongue", new String( new int[]{ 0x1f61b }, 0, 1 ) ); - _addEntry( "stuck_out_tongue_closed_eyes", new String( new int[]{ 0x1f61d }, 0, 1 ) ); - _addEntry( "stuck_out_tongue_winking_eye", new String( new int[]{ 0x1f61c }, 0, 1 ) ); - _addEntry( "studio_microphone", new String( new int[]{ 0x1f399 }, 0, 1 ) ); - _addEntry( "stuffed_flatbread", new String( new int[]{ 0x1f959 }, 0, 1 ) ); - _addEntry( "stuffed_pita", new String( new int[]{ 0x1f959 }, 0, 1 ) ); - _addEntry( "sun_with_face", new String( new int[]{ 0x1f31e }, 0, 1 ) ); - _addEntry( "sunflower", new String( new int[]{ 0x1f33b }, 0, 1 ) ); - _addEntry( "sunglasses", new String( new int[]{ 0x1f60e }, 0, 1 ) ); - _addEntry( "sunny", new String( new int[]{ 0x2600 }, 0, 1 ) ); - _addEntry( "sunrise", new String( new int[]{ 0x1f305 }, 0, 1 ) ); - _addEntry( "sunrise_over_mountains", new String( new int[]{ 0x1f304 }, 0, 1 ) ); - _addEntry( "surfer", new String( new int[]{ 0x1f3c4 }, 0, 1 ) ); - _addEntry( "surfer_tone1", new String( new int[]{ 0x1f3c4, 0x1f3fb }, 0, 2 ) ); - _addEntry( "surfer_tone2", new String( new int[]{ 0x1f3c4, 0x1f3fc }, 0, 2 ) ); - _addEntry( "surfer_tone3", new String( new int[]{ 0x1f3c4, 0x1f3fd }, 0, 2 ) ); - _addEntry( "surfer_tone4", new String( new int[]{ 0x1f3c4, 0x1f3fe }, 0, 2 ) ); - _addEntry( "surfer_tone5", new String( new int[]{ 0x1f3c4, 0x1f3ff }, 0, 2 ) ); - _addEntry( "sushi", new String( new int[]{ 0x1f363 }, 0, 1 ) ); - _addEntry( "suspension_railway", new String( new int[]{ 0x1f69f }, 0, 1 ) ); - _addEntry( "sv", new String( new int[]{ 0x1f1f8, 0x1f1fb }, 0, 2 ) ); - _addEntry( "sweat", new String( new int[]{ 0x1f613 }, 0, 1 ) ); - _addEntry( "sweat_drops", new String( new int[]{ 0x1f4a6 }, 0, 1 ) ); - _addEntry( "sweat_smile", new String( new int[]{ 0x1f605 }, 0, 1 ) ); - _addEntry( "sweet_potato", new String( new int[]{ 0x1f360 }, 0, 1 ) ); - _addEntry( "swimmer", new String( new int[]{ 0x1f3ca }, 0, 1 ) ); - _addEntry( "swimmer_tone1", new String( new int[]{ 0x1f3ca, 0x1f3fb }, 0, 2 ) ); - _addEntry( "swimmer_tone2", new String( new int[]{ 0x1f3ca, 0x1f3fc }, 0, 2 ) ); - _addEntry( "swimmer_tone3", new String( new int[]{ 0x1f3ca, 0x1f3fd }, 0, 2 ) ); - _addEntry( "swimmer_tone4", new String( new int[]{ 0x1f3ca, 0x1f3fe }, 0, 2 ) ); - _addEntry( "swimmer_tone5", new String( new int[]{ 0x1f3ca, 0x1f3ff }, 0, 2 ) ); - _addEntry( "sx", new String( new int[]{ 0x1f1f8, 0x1f1fd }, 0, 2 ) ); - _addEntry( "sy", new String( new int[]{ 0x1f1f8, 0x1f1fe }, 0, 2 ) ); - _addEntry( "symbols", new String( new int[]{ 0x1f523 }, 0, 1 ) ); - _addEntry( "synagogue", new String( new int[]{ 0x1f54d }, 0, 1 ) ); - _addEntry( "syringe", new String( new int[]{ 0x1f489 }, 0, 1 ) ); - _addEntry( "sz", new String( new int[]{ 0x1f1f8, 0x1f1ff }, 0, 2 ) ); - _addEntry( "ta", new String( new int[]{ 0x1f1f9, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "table_tennis", new String( new int[]{ 0x1f3d3 }, 0, 1 ) ); - _addEntry( "taco", new String( new int[]{ 0x1f32e }, 0, 1 ) ); - _addEntry( "tada", new String( new int[]{ 0x1f389 }, 0, 1 ) ); - _addEntry( "tanabata_tree", new String( new int[]{ 0x1f38b }, 0, 1 ) ); - _addEntry( "tangerine", new String( new int[]{ 0x1f34a }, 0, 1 ) ); - _addEntry( "taurus", new String( new int[]{ 0x2649 }, 0, 1 ) ); - _addEntry( "taxi", new String( new int[]{ 0x1f695 }, 0, 1 ) ); - _addEntry( "tc", new String( new int[]{ 0x1f1f9, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "td", new String( new int[]{ 0x1f1f9, 0x1f1e9 }, 0, 2 ) ); - _addEntry( "tea", new String( new int[]{ 0x1f375 }, 0, 1 ) ); - _addEntry( "telephone", new String( new int[]{ 0x260e }, 0, 1 ) ); - _addEntry( "telephone_receiver", new String( new int[]{ 0x1f4de }, 0, 1 ) ); - _addEntry( "telescope", new String( new int[]{ 0x1f52d }, 0, 1 ) ); - _addEntry( "tennis", new String( new int[]{ 0x1f3be }, 0, 1 ) ); - _addEntry( "tent", new String( new int[]{ 0x26fa }, 0, 1 ) ); - _addEntry( "tf", new String( new int[]{ 0x1f1f9, 0x1f1eb }, 0, 2 ) ); - _addEntry( "tg", new String( new int[]{ 0x1f1f9, 0x1f1ec }, 0, 2 ) ); - _addEntry( "th", new String( new int[]{ 0x1f1f9, 0x1f1ed }, 0, 2 ) ); - _addEntry( "thermometer", new String( new int[]{ 0x1f321 }, 0, 1 ) ); - _addEntry( "thermometer_face", new String( new int[]{ 0x1f912 }, 0, 1 ) ); - _addEntry( "thinking", new String( new int[]{ 0x1f914 }, 0, 1 ) ); - _addEntry( "thinking_face", new String( new int[]{ 0x1f914 }, 0, 1 ) ); - _addEntry( "third_place", new String( new int[]{ 0x1f949 }, 0, 1 ) ); - _addEntry( "third_place_medal", new String( new int[]{ 0x1f949 }, 0, 1 ) ); - _addEntry( "thought_balloon", new String( new int[]{ 0x1f4ad }, 0, 1 ) ); - _addEntry( "three", new String( new int[]{ 0x0033, 0x20e3 }, 0, 2 ) ); - _addEntry( "three_button_mouse", new String( new int[]{ 0x1f5b1 }, 0, 1 ) ); - _addEntry( "thumbdown", new String( new int[]{ 0x1f44e }, 0, 1 ) ); - _addEntry( "thumbdown_tone1", new String( new int[]{ 0x1f44e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "thumbdown_tone2", new String( new int[]{ 0x1f44e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "thumbdown_tone3", new String( new int[]{ 0x1f44e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "thumbdown_tone4", new String( new int[]{ 0x1f44e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "thumbdown_tone5", new String( new int[]{ 0x1f44e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "thumbsdown", new String( new int[]{ 0x1f44e }, 0, 1 ) ); - _addEntry( "thumbsdown_tone1", new String( new int[]{ 0x1f44e, 0x1f3fb }, 0, 2 ) ); - _addEntry( "thumbsdown_tone2", new String( new int[]{ 0x1f44e, 0x1f3fc }, 0, 2 ) ); - _addEntry( "thumbsdown_tone3", new String( new int[]{ 0x1f44e, 0x1f3fd }, 0, 2 ) ); - _addEntry( "thumbsdown_tone4", new String( new int[]{ 0x1f44e, 0x1f3fe }, 0, 2 ) ); - _addEntry( "thumbsdown_tone5", new String( new int[]{ 0x1f44e, 0x1f3ff }, 0, 2 ) ); - _addEntry( "thumbsup", new String( new int[]{ 0x1f44d }, 0, 1 ) ); - _addEntry( "thumbsup_tone1", new String( new int[]{ 0x1f44d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "thumbsup_tone2", new String( new int[]{ 0x1f44d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "thumbsup_tone3", new String( new int[]{ 0x1f44d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "thumbsup_tone4", new String( new int[]{ 0x1f44d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "thumbsup_tone5", new String( new int[]{ 0x1f44d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "thumbup", new String( new int[]{ 0x1f44d }, 0, 1 ) ); - _addEntry( "thumbup_tone1", new String( new int[]{ 0x1f44d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "thumbup_tone2", new String( new int[]{ 0x1f44d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "thumbup_tone3", new String( new int[]{ 0x1f44d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "thumbup_tone4", new String( new int[]{ 0x1f44d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "thumbup_tone5", new String( new int[]{ 0x1f44d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "thunder_cloud_and_rain", new String( new int[]{ 0x26c8 }, 0, 1 ) ); - _addEntry( "thunder_cloud_rain", new String( new int[]{ 0x26c8 }, 0, 1 ) ); - _addEntry( "ticket", new String( new int[]{ 0x1f3ab }, 0, 1 ) ); - _addEntry( "tickets", new String( new int[]{ 0x1f39f }, 0, 1 ) ); - _addEntry( "tiger", new String( new int[]{ 0x1f42f }, 0, 1 ) ); - } - - private static void init28(){ - _addEntry( "tiger2", new String( new int[]{ 0x1f405 }, 0, 1 ) ); - _addEntry( "timer", new String( new int[]{ 0x23f2 }, 0, 1 ) ); - _addEntry( "timer_clock", new String( new int[]{ 0x23f2 }, 0, 1 ) ); - _addEntry( "tired_face", new String( new int[]{ 0x1f62b }, 0, 1 ) ); - _addEntry( "tj", new String( new int[]{ 0x1f1f9, 0x1f1ef }, 0, 2 ) ); - _addEntry( "tk", new String( new int[]{ 0x1f1f9, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "tl", new String( new int[]{ 0x1f1f9, 0x1f1f1 }, 0, 2 ) ); - _addEntry( "tm", new String( new int[]{ 0x2122 }, 0, 1 ) ); - _addEntry( "tn", new String( new int[]{ 0x1f1f9, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "to", new String( new int[]{ 0x1f1f9, 0x1f1f4 }, 0, 2 ) ); - _addEntry( "toilet", new String( new int[]{ 0x1f6bd }, 0, 1 ) ); - _addEntry( "tokyo_tower", new String( new int[]{ 0x1f5fc }, 0, 1 ) ); - _addEntry( "tomato", new String( new int[]{ 0x1f345 }, 0, 1 ) ); - _addEntry( "tone1", new String( new int[]{ 0x1f3fb }, 0, 1 ) ); - _addEntry( "tone2", new String( new int[]{ 0x1f3fc }, 0, 1 ) ); - _addEntry( "tone3", new String( new int[]{ 0x1f3fd }, 0, 1 ) ); - _addEntry( "tone4", new String( new int[]{ 0x1f3fe }, 0, 1 ) ); - _addEntry( "tone5", new String( new int[]{ 0x1f3ff }, 0, 1 ) ); - _addEntry( "tongue", new String( new int[]{ 0x1f445 }, 0, 1 ) ); - _addEntry( "tools", new String( new int[]{ 0x1f6e0 }, 0, 1 ) ); - _addEntry( "top", new String( new int[]{ 0x1f51d }, 0, 1 ) ); - _addEntry( "tophat", new String( new int[]{ 0x1f3a9 }, 0, 1 ) ); - _addEntry( "tr", new String( new int[]{ 0x1f1f9, 0x1f1f7 }, 0, 2 ) ); - _addEntry( "track_next", new String( new int[]{ 0x23ed }, 0, 1 ) ); - _addEntry( "track_previous", new String( new int[]{ 0x23ee }, 0, 1 ) ); - _addEntry( "trackball", new String( new int[]{ 0x1f5b2 }, 0, 1 ) ); - _addEntry( "tractor", new String( new int[]{ 0x1f69c }, 0, 1 ) ); - _addEntry( "traffic_light", new String( new int[]{ 0x1f6a5 }, 0, 1 ) ); - _addEntry( "train", new String( new int[]{ 0x1f68b }, 0, 1 ) ); - _addEntry( "train2", new String( new int[]{ 0x1f686 }, 0, 1 ) ); - _addEntry( "tram", new String( new int[]{ 0x1f68a }, 0, 1 ) ); - _addEntry( "triangular_flag_on_post", new String( new int[]{ 0x1f6a9 }, 0, 1 ) ); - _addEntry( "triangular_ruler", new String( new int[]{ 0x1f4d0 }, 0, 1 ) ); - _addEntry( "trident", new String( new int[]{ 0x1f531 }, 0, 1 ) ); - _addEntry( "triumph", new String( new int[]{ 0x1f624 }, 0, 1 ) ); - _addEntry( "trolleybus", new String( new int[]{ 0x1f68e }, 0, 1 ) ); - _addEntry( "trophy", new String( new int[]{ 0x1f3c6 }, 0, 1 ) ); - _addEntry( "tropical_drink", new String( new int[]{ 0x1f379 }, 0, 1 ) ); - _addEntry( "tropical_fish", new String( new int[]{ 0x1f420 }, 0, 1 ) ); - _addEntry( "truck", new String( new int[]{ 0x1f69a }, 0, 1 ) ); - _addEntry( "trumpet", new String( new int[]{ 0x1f3ba }, 0, 1 ) ); - _addEntry( "tt", new String( new int[]{ 0x1f1f9, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "tulip", new String( new int[]{ 0x1f337 }, 0, 1 ) ); - _addEntry( "tumbler_glass", new String( new int[]{ 0x1f943 }, 0, 1 ) ); - _addEntry( "turkey", new String( new int[]{ 0x1f983 }, 0, 1 ) ); - _addEntry( "turkmenistan", new String( new int[]{ 0x1f1f9, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "turtle", new String( new int[]{ 0x1f422 }, 0, 1 ) ); - _addEntry( "tuvalu", new String( new int[]{ 0x1f1f9, 0x1f1fb }, 0, 2 ) ); - _addEntry( "tuxedo_tone1", new String( new int[]{ 0x1f935, 0x1f3fb }, 0, 2 ) ); - _addEntry( "tuxedo_tone2", new String( new int[]{ 0x1f935, 0x1f3fc }, 0, 2 ) ); - _addEntry( "tuxedo_tone3", new String( new int[]{ 0x1f935, 0x1f3fd }, 0, 2 ) ); - _addEntry( "tuxedo_tone4", new String( new int[]{ 0x1f935, 0x1f3fe }, 0, 2 ) ); - _addEntry( "tuxedo_tone5", new String( new int[]{ 0x1f935, 0x1f3ff }, 0, 2 ) ); - _addEntry( "tv", new String( new int[]{ 0x1f4fa }, 0, 1 ) ); - _addEntry( "tw", new String( new int[]{ 0x1f1f9, 0x1f1fc }, 0, 2 ) ); - _addEntry( "twisted_rightwards_arrows", new String( new int[]{ 0x1f500 }, 0, 1 ) ); - _addEntry( "two", new String( new int[]{ 0x0032, 0x20e3 }, 0, 2 ) ); - _addEntry( "two_hearts", new String( new int[]{ 0x1f495 }, 0, 1 ) ); - _addEntry( "two_men_holding_hands", new String( new int[]{ 0x1f46c }, 0, 1 ) ); - _addEntry( "two_women_holding_hands", new String( new int[]{ 0x1f46d }, 0, 1 ) ); - _addEntry( "tz", new String( new int[]{ 0x1f1f9, 0x1f1ff }, 0, 2 ) ); - _addEntry( "u5272", new String( new int[]{ 0x1f239 }, 0, 1 ) ); - _addEntry( "u5408", new String( new int[]{ 0x1f234 }, 0, 1 ) ); - _addEntry( "u55b6", new String( new int[]{ 0x1f23a }, 0, 1 ) ); - _addEntry( "u6307", new String( new int[]{ 0x1f22f }, 0, 1 ) ); - _addEntry( "u6708", new String( new int[]{ 0x1f237 }, 0, 1 ) ); - _addEntry( "u6709", new String( new int[]{ 0x1f236 }, 0, 1 ) ); - _addEntry( "u6e80", new String( new int[]{ 0x1f235 }, 0, 1 ) ); - _addEntry( "u7121", new String( new int[]{ 0x1f21a }, 0, 1 ) ); - _addEntry( "u7533", new String( new int[]{ 0x1f238 }, 0, 1 ) ); - _addEntry( "u7981", new String( new int[]{ 0x1f232 }, 0, 1 ) ); - _addEntry( "u7a7a", new String( new int[]{ 0x1f233 }, 0, 1 ) ); - _addEntry( "ua", new String( new int[]{ 0x1f1fa, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "ug", new String( new int[]{ 0x1f1fa, 0x1f1ec }, 0, 2 ) ); - _addEntry( "um", new String( new int[]{ 0x1f1fa, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "umbrella", new String( new int[]{ 0x2614 }, 0, 1 ) ); - _addEntry( "umbrella2", new String( new int[]{ 0x2602 }, 0, 1 ) ); - _addEntry( "umbrella_on_ground", new String( new int[]{ 0x26f1 }, 0, 1 ) ); - _addEntry( "unamused", new String( new int[]{ 0x1f612 }, 0, 1 ) ); - _addEntry( "underage", new String( new int[]{ 0x1f51e }, 0, 1 ) ); - _addEntry( "unicorn", new String( new int[]{ 0x1f984 }, 0, 1 ) ); - _addEntry( "unicorn_face", new String( new int[]{ 0x1f984 }, 0, 1 ) ); - _addEntry( "united_nations", new String( new int[]{ 0x1f1fa, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "unlock", new String( new int[]{ 0x1f513 }, 0, 1 ) ); - _addEntry( "up", new String( new int[]{ 0x1f199 }, 0, 1 ) ); - _addEntry( "upside_down", new String( new int[]{ 0x1f643 }, 0, 1 ) ); - _addEntry( "upside_down_face", new String( new int[]{ 0x1f643 }, 0, 1 ) ); - _addEntry( "urn", new String( new int[]{ 0x26b1 }, 0, 1 ) ); - _addEntry( "us", new String( new int[]{ 0x1f1fa, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "uy", new String( new int[]{ 0x1f1fa, 0x1f1fe }, 0, 2 ) ); - _addEntry( "uz", new String( new int[]{ 0x1f1fa, 0x1f1ff }, 0, 2 ) ); - _addEntry( "v", new String( new int[]{ 0x270c }, 0, 1 ) ); - _addEntry( "v_tone1", new String( new int[]{ 0x270c, 0x1f3fb }, 0, 2 ) ); - _addEntry( "v_tone2", new String( new int[]{ 0x270c, 0x1f3fc }, 0, 2 ) ); - _addEntry( "v_tone3", new String( new int[]{ 0x270c, 0x1f3fd }, 0, 2 ) ); - _addEntry( "v_tone4", new String( new int[]{ 0x270c, 0x1f3fe }, 0, 2 ) ); - _addEntry( "v_tone5", new String( new int[]{ 0x270c, 0x1f3ff }, 0, 2 ) ); - _addEntry( "va", new String( new int[]{ 0x1f1fb, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "vc", new String( new int[]{ 0x1f1fb, 0x1f1e8 }, 0, 2 ) ); - _addEntry( "ve", new String( new int[]{ 0x1f1fb, 0x1f1ea }, 0, 2 ) ); - _addEntry( "vertical_traffic_light", new String( new int[]{ 0x1f6a6 }, 0, 1 ) ); - } - - private static void init29(){ - _addEntry( "vg", new String( new int[]{ 0x1f1fb, 0x1f1ec }, 0, 2 ) ); - _addEntry( "vhs", new String( new int[]{ 0x1f4fc }, 0, 1 ) ); - _addEntry( "vi", new String( new int[]{ 0x1f1fb, 0x1f1ee }, 0, 2 ) ); - _addEntry( "vibration_mode", new String( new int[]{ 0x1f4f3 }, 0, 1 ) ); - _addEntry( "video_camera", new String( new int[]{ 0x1f4f9 }, 0, 1 ) ); - _addEntry( "video_game", new String( new int[]{ 0x1f3ae }, 0, 1 ) ); - _addEntry( "violin", new String( new int[]{ 0x1f3bb }, 0, 1 ) ); - _addEntry( "virgo", new String( new int[]{ 0x264d }, 0, 1 ) ); - _addEntry( "vn", new String( new int[]{ 0x1f1fb, 0x1f1f3 }, 0, 2 ) ); - _addEntry( "volcano", new String( new int[]{ 0x1f30b }, 0, 1 ) ); - _addEntry( "volleyball", new String( new int[]{ 0x1f3d0 }, 0, 1 ) ); - _addEntry( "vs", new String( new int[]{ 0x1f19a }, 0, 1 ) ); - _addEntry( "vu", new String( new int[]{ 0x1f1fb, 0x1f1fa }, 0, 2 ) ); - _addEntry( "vulcan", new String( new int[]{ 0x1f596 }, 0, 1 ) ); - _addEntry( "vulcan_tone1", new String( new int[]{ 0x1f596, 0x1f3fb }, 0, 2 ) ); - _addEntry( "vulcan_tone2", new String( new int[]{ 0x1f596, 0x1f3fc }, 0, 2 ) ); - _addEntry( "vulcan_tone3", new String( new int[]{ 0x1f596, 0x1f3fd }, 0, 2 ) ); - _addEntry( "vulcan_tone4", new String( new int[]{ 0x1f596, 0x1f3fe }, 0, 2 ) ); - _addEntry( "vulcan_tone5", new String( new int[]{ 0x1f596, 0x1f3ff }, 0, 2 ) ); - _addEntry( "walking", new String( new int[]{ 0x1f6b6 }, 0, 1 ) ); - _addEntry( "walking_tone1", new String( new int[]{ 0x1f6b6, 0x1f3fb }, 0, 2 ) ); - _addEntry( "walking_tone2", new String( new int[]{ 0x1f6b6, 0x1f3fc }, 0, 2 ) ); - _addEntry( "walking_tone3", new String( new int[]{ 0x1f6b6, 0x1f3fd }, 0, 2 ) ); - _addEntry( "walking_tone4", new String( new int[]{ 0x1f6b6, 0x1f3fe }, 0, 2 ) ); - _addEntry( "walking_tone5", new String( new int[]{ 0x1f6b6, 0x1f3ff }, 0, 2 ) ); - _addEntry( "waning_crescent_moon", new String( new int[]{ 0x1f318 }, 0, 1 ) ); - _addEntry( "waning_gibbous_moon", new String( new int[]{ 0x1f316 }, 0, 1 ) ); - _addEntry( "warning", new String( new int[]{ 0x26a0 }, 0, 1 ) ); - _addEntry( "wastebasket", new String( new int[]{ 0x1f5d1 }, 0, 1 ) ); - _addEntry( "watch", new String( new int[]{ 0x231a }, 0, 1 ) ); - _addEntry( "water_buffalo", new String( new int[]{ 0x1f403 }, 0, 1 ) ); - _addEntry( "water_polo", new String( new int[]{ 0x1f93d }, 0, 1 ) ); - _addEntry( "water_polo_tone1", new String( new int[]{ 0x1f93d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "water_polo_tone2", new String( new int[]{ 0x1f93d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "water_polo_tone3", new String( new int[]{ 0x1f93d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "water_polo_tone4", new String( new int[]{ 0x1f93d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "water_polo_tone5", new String( new int[]{ 0x1f93d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "watermelon", new String( new int[]{ 0x1f349 }, 0, 1 ) ); - _addEntry( "wave", new String( new int[]{ 0x1f44b }, 0, 1 ) ); - _addEntry( "wave_tone1", new String( new int[]{ 0x1f44b, 0x1f3fb }, 0, 2 ) ); - _addEntry( "wave_tone2", new String( new int[]{ 0x1f44b, 0x1f3fc }, 0, 2 ) ); - _addEntry( "wave_tone3", new String( new int[]{ 0x1f44b, 0x1f3fd }, 0, 2 ) ); - _addEntry( "wave_tone4", new String( new int[]{ 0x1f44b, 0x1f3fe }, 0, 2 ) ); - _addEntry( "wave_tone5", new String( new int[]{ 0x1f44b, 0x1f3ff }, 0, 2 ) ); - _addEntry( "waving_black_flag", new String( new int[]{ 0x1f3f4 }, 0, 1 ) ); - _addEntry( "waving_white_flag", new String( new int[]{ 0x1f3f3 }, 0, 1 ) ); - _addEntry( "wavy_dash", new String( new int[]{ 0x3030 }, 0, 1 ) ); - _addEntry( "waxing_crescent_moon", new String( new int[]{ 0x1f312 }, 0, 1 ) ); - _addEntry( "waxing_gibbous_moon", new String( new int[]{ 0x1f314 }, 0, 1 ) ); - _addEntry( "wc", new String( new int[]{ 0x1f6be }, 0, 1 ) ); - _addEntry( "weary", new String( new int[]{ 0x1f629 }, 0, 1 ) ); - _addEntry( "wedding", new String( new int[]{ 0x1f492 }, 0, 1 ) ); - _addEntry( "weight_lifter", new String( new int[]{ 0x1f3cb }, 0, 1 ) ); - _addEntry( "weight_lifter_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb }, 0, 2 ) ); - _addEntry( "weight_lifter_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc }, 0, 2 ) ); - _addEntry( "weight_lifter_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd }, 0, 2 ) ); - _addEntry( "weight_lifter_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe }, 0, 2 ) ); - _addEntry( "weight_lifter_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff }, 0, 2 ) ); - _addEntry( "wf", new String( new int[]{ 0x1f1fc, 0x1f1eb }, 0, 2 ) ); - _addEntry( "whale", new String( new int[]{ 0x1f433 }, 0, 1 ) ); - _addEntry( "whale2", new String( new int[]{ 0x1f40b }, 0, 1 ) ); - _addEntry( "wheel_of_dharma", new String( new int[]{ 0x2638 }, 0, 1 ) ); - _addEntry( "wheelchair", new String( new int[]{ 0x267f }, 0, 1 ) ); - _addEntry( "whisky", new String( new int[]{ 0x1f943 }, 0, 1 ) ); - _addEntry( "white_check_mark", new String( new int[]{ 0x2705 }, 0, 1 ) ); - _addEntry( "white_circle", new String( new int[]{ 0x26aa }, 0, 1 ) ); - _addEntry( "white_flower", new String( new int[]{ 0x1f4ae }, 0, 1 ) ); - _addEntry( "white_frowning_face", new String( new int[]{ 0x2639 }, 0, 1 ) ); - _addEntry( "white_large_square", new String( new int[]{ 0x2b1c }, 0, 1 ) ); - _addEntry( "white_medium_small_square", new String( new int[]{ 0x25fd }, 0, 1 ) ); - _addEntry( "white_medium_square", new String( new int[]{ 0x25fb }, 0, 1 ) ); - _addEntry( "white_small_square", new String( new int[]{ 0x25ab }, 0, 1 ) ); - _addEntry( "white_square_button", new String( new int[]{ 0x1f533 }, 0, 1 ) ); - _addEntry( "white_sun_behind_cloud", new String( new int[]{ 0x1f325 }, 0, 1 ) ); - _addEntry( "white_sun_behind_cloud_with_rain", new String( new int[]{ 0x1f326 }, 0, 1 ) ); - _addEntry( "white_sun_cloud", new String( new int[]{ 0x1f325 }, 0, 1 ) ); - _addEntry( "white_sun_rain_cloud", new String( new int[]{ 0x1f326 }, 0, 1 ) ); - _addEntry( "white_sun_small_cloud", new String( new int[]{ 0x1f324 }, 0, 1 ) ); - _addEntry( "white_sun_with_small_cloud", new String( new int[]{ 0x1f324 }, 0, 1 ) ); - _addEntry( "wilted_flower", new String( new int[]{ 0x1f940 }, 0, 1 ) ); - _addEntry( "wilted_rose", new String( new int[]{ 0x1f940 }, 0, 1 ) ); - _addEntry( "wind_blowing_face", new String( new int[]{ 0x1f32c }, 0, 1 ) ); - _addEntry( "wind_chime", new String( new int[]{ 0x1f390 }, 0, 1 ) ); - _addEntry( "wine_glass", new String( new int[]{ 0x1f377 }, 0, 1 ) ); - _addEntry( "wink", new String( new int[]{ 0x1f609 }, 0, 1 ) ); - _addEntry( "wolf", new String( new int[]{ 0x1f43a }, 0, 1 ) ); - _addEntry( "woman", new String( new int[]{ 0x1f469 }, 0, 1 ) ); - _addEntry( "woman_artist", new String( new int[]{ 0x1f469, 0x1f3a8 }, 0, 2 ) ); - _addEntry( "woman_artist_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_artist_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); - _addEntry( "woman_astronaut", new String( new int[]{ 0x1f469, 0x1f680 }, 0, 2 ) ); - _addEntry( "woman_astronaut_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f680 }, 0, 3 ) ); - } - - private static void init30(){ - _addEntry( "woman_astronaut_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_astronaut_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f680 }, 0, 3 ) ); - _addEntry( "woman_biking", new String( new int[]{ 0x1f6b4, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_biking_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_medium_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_tone1", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_tone2", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_tone3", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_tone4", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_biking_tone5", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball", new String( new int[]{ 0x26f9, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_bouncing_ball_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_medium_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_medium_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_medium_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_tone1", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_tone2", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_tone3", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_tone4", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bouncing_ball_tone5", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing", new String( new int[]{ 0x1f647, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_bowing_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_medium_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_medium_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_medium_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_tone1", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_tone2", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_tone3", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_tone4", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_bowing_tone5", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling", new String( new int[]{ 0x1f938, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_cartwheeling_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_medium_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_medium_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_medium_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_tone1", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_tone2", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_tone3", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_tone4", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cartwheeling_tone5", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker", new String( new int[]{ 0x1f477, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_construction_worker_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_medium_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_medium_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_tone1", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_tone2", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_tone3", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_tone4", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_construction_worker_tone5", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_cook", new String( new int[]{ 0x1f469, 0x1f373 }, 0, 2 ) ); - _addEntry( "woman_cook_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_cook_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f373 }, 0, 3 ) ); - _addEntry( "woman_detective", new String( new int[]{ 0x1f575, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_detective_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_medium_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_medium_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_medium_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_tone1", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_tone2", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_tone3", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_tone4", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_detective_tone5", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming", new String( new int[]{ 0x1f926, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_facepalming_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_medium_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_medium_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_medium_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_tone1", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_tone2", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_tone3", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_tone4", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_facepalming_tone5", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_factory_worker", new String( new int[]{ 0x1f469, 0x1f3ed }, 0, 2 ) ); - _addEntry( "woman_factory_worker_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); - } - - private static void init31(){ - _addEntry( "woman_factory_worker_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_factory_worker_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); - _addEntry( "woman_farmer", new String( new int[]{ 0x1f469, 0x1f33e }, 0, 2 ) ); - _addEntry( "woman_farmer_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_farmer_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f33e }, 0, 3 ) ); - _addEntry( "woman_firefighter", new String( new int[]{ 0x1f469, 0x1f692 }, 0, 2 ) ); - _addEntry( "woman_firefighter_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_firefighter_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f692 }, 0, 3 ) ); - _addEntry( "woman_frowning", new String( new int[]{ 0x1f64d, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_frowning_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_medium_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_medium_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_medium_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_tone1", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_tone2", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_tone3", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_tone4", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_frowning_tone5", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no", new String( new int[]{ 0x1f645, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_gesturing_no_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_medium_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_medium_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_medium_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_tone1", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_tone2", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_tone3", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_tone4", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_no_tone5", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok", new String( new int[]{ 0x1f646, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_gesturing_ok_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_medium_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_medium_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_medium_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_tone1", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_tone2", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_tone3", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_tone4", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_gesturing_ok_tone5", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage", new String( new int[]{ 0x1f486, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_getting_face_massage_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_medium_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_medium_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_medium_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_tone1", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_tone2", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_tone3", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_tone4", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_face_massage_tone5", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut", new String( new int[]{ 0x1f487, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_getting_haircut_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_medium_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_medium_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_medium_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_tone1", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_tone2", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_tone3", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_tone4", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_getting_haircut_tone5", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing", new String( new int[]{ 0x1f3cc, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_golfing_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_medium_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_medium_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_tone1", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_tone2", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_tone3", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_tone4", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_golfing_tone5", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard", new String( new int[]{ 0x1f482, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_guard_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_medium_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_medium_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_medium_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_tone1", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2640 }, 0, 3 ) ); - } - - private static void init32(){ - _addEntry( "woman_guard_tone2", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_tone3", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_tone4", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_guard_tone5", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_health_worker", new String( new int[]{ 0x1f469, 0x2695 }, 0, 2 ) ); - _addEntry( "woman_health_worker_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_health_worker_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2695 }, 0, 3 ) ); - _addEntry( "woman_judge", new String( new int[]{ 0x1f469, 0x2696 }, 0, 2 ) ); - _addEntry( "woman_judge_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_judge_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2696 }, 0, 3 ) ); - _addEntry( "woman_juggling", new String( new int[]{ 0x1f939, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_juggling_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_medium_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_medium_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_medium_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_tone1", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_tone2", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_tone3", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_tone4", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_juggling_tone5", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights", new String( new int[]{ 0x1f3cb, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_lifting_weights_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_medium_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_medium_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_medium_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_lifting_weights_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mechanic", new String( new int[]{ 0x1f469, 0x1f527 }, 0, 2 ) ); - _addEntry( "woman_mechanic_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mechanic_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f527 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking", new String( new int[]{ 0x1f6b5, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_mountain_biking_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_medium_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_tone1", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_tone2", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_tone3", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_tone4", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_mountain_biking_tone5", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_office_worker", new String( new int[]{ 0x1f469, 0x1f4bc }, 0, 2 ) ); - _addEntry( "woman_office_worker_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_office_worker_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); - _addEntry( "woman_pilot", new String( new int[]{ 0x1f469, 0x2708 }, 0, 2 ) ); - _addEntry( "woman_pilot_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_pilot_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2708 }, 0, 3 ) ); - _addEntry( "woman_playing_handball", new String( new int[]{ 0x1f93e, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_playing_handball_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_medium_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_medium_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_medium_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_tone1", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_tone2", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_tone3", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2640 }, 0, 3 ) ); - } - - private static void init33(){ - _addEntry( "woman_playing_handball_tone4", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_handball_tone5", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo", new String( new int[]{ 0x1f93d, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_playing_water_polo_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_medium_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_medium_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_medium_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_tone1", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_tone2", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_tone3", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_tone4", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_playing_water_polo_tone5", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer", new String( new int[]{ 0x1f46e, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_police_officer_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_medium_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_medium_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_medium_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_tone1", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_tone2", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_tone3", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_tone4", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_police_officer_tone5", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting", new String( new int[]{ 0x1f64e, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_pouting_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_medium_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_medium_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_medium_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_tone1", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_tone2", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_tone3", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_tone4", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_pouting_tone5", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand", new String( new int[]{ 0x1f64b, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_raising_hand_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_medium_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_medium_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_tone1", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_tone2", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_tone3", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_tone4", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_raising_hand_tone5", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat", new String( new int[]{ 0x1f6a3, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_rowing_boat_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_medium_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_medium_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_medium_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_tone1", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_tone2", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_tone3", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_tone4", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_rowing_boat_tone5", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running", new String( new int[]{ 0x1f3c3, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_running_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_medium_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_medium_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_medium_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_tone1", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_tone2", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_tone3", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_tone4", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_running_tone5", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_scientist", new String( new int[]{ 0x1f469, 0x1f52c }, 0, 2 ) ); - _addEntry( "woman_scientist_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_scientist_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f52c }, 0, 3 ) ); - _addEntry( "woman_shrugging", new String( new int[]{ 0x1f937, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_shrugging_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_medium_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_medium_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_medium_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_tone1", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_tone2", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_tone3", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_tone4", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_shrugging_tone5", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_singer", new String( new int[]{ 0x1f469, 0x1f3a4 }, 0, 2 ) ); - _addEntry( "woman_singer_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); - _addEntry( "woman_singer_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); - } - - private static void init34(){ - _addEntry( "woman_student", new String( new int[]{ 0x1f469, 0x1f393 }, 0, 2 ) ); - _addEntry( "woman_student_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_student_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f393 }, 0, 3 ) ); - _addEntry( "woman_surfing", new String( new int[]{ 0x1f3c4, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_surfing_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_medium_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_medium_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_tone1", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_tone2", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_tone3", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_tone4", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_surfing_tone5", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming", new String( new int[]{ 0x1f3ca, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_swimming_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_medium_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_medium_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_medium_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_tone1", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_tone2", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_tone3", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_tone4", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_swimming_tone5", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_teacher", new String( new int[]{ 0x1f469, 0x1f3eb }, 0, 2 ) ); - _addEntry( "woman_teacher_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_teacher_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); - _addEntry( "woman_technologist", new String( new int[]{ 0x1f469, 0x1f4bb }, 0, 2 ) ); - _addEntry( "woman_technologist_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_technologist_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); - _addEntry( "woman_tipping_hand", new String( new int[]{ 0x1f481, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_tipping_hand_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_medium_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_medium_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_tone1", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_tone2", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_tone3", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_tone4", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tipping_hand_tone5", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_tone1", new String( new int[]{ 0x1f469, 0x1f3fb }, 0, 2 ) ); - _addEntry( "woman_tone2", new String( new int[]{ 0x1f469, 0x1f3fc }, 0, 2 ) ); - _addEntry( "woman_tone3", new String( new int[]{ 0x1f469, 0x1f3fd }, 0, 2 ) ); - _addEntry( "woman_tone4", new String( new int[]{ 0x1f469, 0x1f3fe }, 0, 2 ) ); - _addEntry( "woman_tone5", new String( new int[]{ 0x1f469, 0x1f3ff }, 0, 2 ) ); - _addEntry( "woman_walking", new String( new int[]{ 0x1f6b6, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_walking_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_medium_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_medium_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_tone1", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_tone2", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_tone3", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_tone4", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_walking_tone5", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban", new String( new int[]{ 0x1f473, 0x2640 }, 0, 2 ) ); - _addEntry( "woman_wearing_turban_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_medium_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_medium_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_medium_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_tone1", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_tone2", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_tone3", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_tone4", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2640 }, 0, 3 ) ); - _addEntry( "woman_wearing_turban_tone5", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2640 }, 0, 3 ) ); - _addEntry( "womans_clothes", new String( new int[]{ 0x1f45a }, 0, 1 ) ); - _addEntry( "womans_hat", new String( new int[]{ 0x1f452 }, 0, 1 ) ); - _addEntry( "women_with_bunny_ears_partying", new String( new int[]{ 0x1f46f, 0x2640 }, 0, 2 ) ); - _addEntry( "women_wrestling", new String( new int[]{ 0x1f93c, 0x2640 }, 0, 2 ) ); - _addEntry( "womens", new String( new int[]{ 0x1f6ba }, 0, 1 ) ); - _addEntry( "world_map", new String( new int[]{ 0x1f5fa }, 0, 1 ) ); - _addEntry( "worried", new String( new int[]{ 0x1f61f }, 0, 1 ) ); - _addEntry( "worship_symbol", new String( new int[]{ 0x1f6d0 }, 0, 1 ) ); - } - - private static void init35(){ - _addEntry( "wrench", new String( new int[]{ 0x1f527 }, 0, 1 ) ); - _addEntry( "wrestlers", new String( new int[]{ 0x1f93c }, 0, 1 ) ); - _addEntry( "wrestling", new String( new int[]{ 0x1f93c }, 0, 1 ) ); - _addEntry( "writing_hand", new String( new int[]{ 0x270d }, 0, 1 ) ); - _addEntry( "writing_hand_tone1", new String( new int[]{ 0x270d, 0x1f3fb }, 0, 2 ) ); - _addEntry( "writing_hand_tone2", new String( new int[]{ 0x270d, 0x1f3fc }, 0, 2 ) ); - _addEntry( "writing_hand_tone3", new String( new int[]{ 0x270d, 0x1f3fd }, 0, 2 ) ); - _addEntry( "writing_hand_tone4", new String( new int[]{ 0x270d, 0x1f3fe }, 0, 2 ) ); - _addEntry( "writing_hand_tone5", new String( new int[]{ 0x270d, 0x1f3ff }, 0, 2 ) ); - _addEntry( "ws", new String( new int[]{ 0x1f1fc, 0x1f1f8 }, 0, 2 ) ); - _addEntry( "x", new String( new int[]{ 0x274c }, 0, 1 ) ); - _addEntry( "xk", new String( new int[]{ 0x1f1fd, 0x1f1f0 }, 0, 2 ) ); - _addEntry( "ye", new String( new int[]{ 0x1f1fe, 0x1f1ea }, 0, 2 ) ); - _addEntry( "yellow_heart", new String( new int[]{ 0x1f49b }, 0, 1 ) ); - _addEntry( "yen", new String( new int[]{ 0x1f4b4 }, 0, 1 ) ); - _addEntry( "yin_yang", new String( new int[]{ 0x262f }, 0, 1 ) ); - _addEntry( "yt", new String( new int[]{ 0x1f1fe, 0x1f1f9 }, 0, 2 ) ); - _addEntry( "yum", new String( new int[]{ 0x1f60b }, 0, 1 ) ); - _addEntry( "za", new String( new int[]{ 0x1f1ff, 0x1f1e6 }, 0, 2 ) ); - _addEntry( "zap", new String( new int[]{ 0x26a1 }, 0, 1 ) ); - _addEntry( "zero", new String( new int[]{ 0x0030, 0x20e3 }, 0, 2 ) ); - _addEntry( "zipper_mouth", new String( new int[]{ 0x1f910 }, 0, 1 ) ); - _addEntry( "zipper_mouth_face", new String( new int[]{ 0x1f910 }, 0, 1 ) ); - _addEntry( "zm", new String( new int[]{ 0x1f1ff, 0x1f1f2 }, 0, 2 ) ); - _addEntry( "zw", new String( new int[]{ 0x1f1ff, 0x1f1fc }, 0, 2 ) ); - _addEntry( "zzz", new String( new int[]{ 0x1f4a4 }, 0, 1 ) ); - } - - static{ - init1(); - init2(); - init3(); - init4(); - init5(); - init6(); - init7(); - init8(); - init9(); - init10(); - init11(); - init12(); - init13(); - init14(); - init15(); - init16(); - init17(); - init18(); - init19(); - init20(); - init21(); - init22(); - init23(); - init24(); - init25(); - init26(); - init27(); - init28(); - init29(); - init30(); - init31(); - init32(); - init33(); - init34(); - init35(); - - } -//codepoint_max=0x1f9c0, length_max=4 - -} +//package jp.juggler.subwaytooter.util; +// +//import java.util.HashMap; +//import java.util.HashSet; +// +//public class EmojiMap { +// public static final HashMap< String, String > _shortNameToUnicode = new HashMap<>(); +// public static final HashSet< String > _unicode_set = new HashSet<>(); +// +// static int max_length = 0; +// +// private static void _addEntry( String name, String utf16 ){ +// +// // ショートネームからunicodeへの変換マップ +// _shortNameToUnicode.put( name, utf16 ); +// +// // ASCII文字列は絵文字とみなさない +// int c = utf16.charAt( 0 ); +// if( utf16.length() == 1 && 0 <= c && c <= 0x7f ){ +// return; +// } +// +// // 絵文字のUTF-16表現の最大長 +// if( utf16.length() > max_length ){ +// max_length = utf16.length(); +// } +// // 集合を覚えておく +// _unicode_set.add( utf16 ); +// } +// +// private static void init1(){ +// _addEntry( "+1", new String( new int[]{ 0x1f44d }, 0, 1 ) ); +// _addEntry( "+1_tone1", new String( new int[]{ 0x1f44d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "+1_tone2", new String( new int[]{ 0x1f44d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "+1_tone3", new String( new int[]{ 0x1f44d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "+1_tone4", new String( new int[]{ 0x1f44d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "+1_tone5", new String( new int[]{ 0x1f44d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "-1", new String( new int[]{ 0x1f44e }, 0, 1 ) ); +// _addEntry( "-1_tone1", new String( new int[]{ 0x1f44e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "-1_tone2", new String( new int[]{ 0x1f44e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "-1_tone3", new String( new int[]{ 0x1f44e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "-1_tone4", new String( new int[]{ 0x1f44e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "-1_tone5", new String( new int[]{ 0x1f44e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "100", new String( new int[]{ 0x1f4af }, 0, 1 ) ); +// _addEntry( "1234", new String( new int[]{ 0x1f522 }, 0, 1 ) ); +// _addEntry( "8ball", new String( new int[]{ 0x1f3b1 }, 0, 1 ) ); +// _addEntry( "a", new String( new int[]{ 0x1f170 }, 0, 1 ) ); +// _addEntry( "ab", new String( new int[]{ 0x1f18e }, 0, 1 ) ); +// _addEntry( "abc", new String( new int[]{ 0x1f524 }, 0, 1 ) ); +// _addEntry( "abcd", new String( new int[]{ 0x1f521 }, 0, 1 ) ); +// _addEntry( "ac", new String( new int[]{ 0x1f1e6, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "accept", new String( new int[]{ 0x1f251 }, 0, 1 ) ); +// _addEntry( "ad", new String( new int[]{ 0x1f1e6, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "admission_tickets", new String( new int[]{ 0x1f39f }, 0, 1 ) ); +// _addEntry( "ae", new String( new int[]{ 0x1f1e6, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "aerial_tramway", new String( new int[]{ 0x1f6a1 }, 0, 1 ) ); +// _addEntry( "af", new String( new int[]{ 0x1f1e6, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "ag", new String( new int[]{ 0x1f1e6, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "ai", new String( new int[]{ 0x1f1e6, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "airplane", new String( new int[]{ 0x2708 }, 0, 1 ) ); +// _addEntry( "airplane_arriving", new String( new int[]{ 0x1f6ec }, 0, 1 ) ); +// _addEntry( "airplane_departure", new String( new int[]{ 0x1f6eb }, 0, 1 ) ); +// _addEntry( "airplane_small", new String( new int[]{ 0x1f6e9 }, 0, 1 ) ); +// _addEntry( "al", new String( new int[]{ 0x1f1e6, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "alarm_clock", new String( new int[]{ 0x23f0 }, 0, 1 ) ); +// _addEntry( "alembic", new String( new int[]{ 0x2697 }, 0, 1 ) ); +// _addEntry( "alien", new String( new int[]{ 0x1f47d }, 0, 1 ) ); +// _addEntry( "am", new String( new int[]{ 0x1f1e6, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "ambulance", new String( new int[]{ 0x1f691 }, 0, 1 ) ); +// _addEntry( "amphora", new String( new int[]{ 0x1f3fa }, 0, 1 ) ); +// _addEntry( "anchor", new String( new int[]{ 0x2693 }, 0, 1 ) ); +// _addEntry( "angel", new String( new int[]{ 0x1f47c }, 0, 1 ) ); +// _addEntry( "angel_tone1", new String( new int[]{ 0x1f47c, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "angel_tone2", new String( new int[]{ 0x1f47c, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "angel_tone3", new String( new int[]{ 0x1f47c, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "angel_tone4", new String( new int[]{ 0x1f47c, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "angel_tone5", new String( new int[]{ 0x1f47c, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "anger", new String( new int[]{ 0x1f4a2 }, 0, 1 ) ); +// _addEntry( "anger_right", new String( new int[]{ 0x1f5ef }, 0, 1 ) ); +// _addEntry( "angry", new String( new int[]{ 0x1f620 }, 0, 1 ) ); +// _addEntry( "anguished", new String( new int[]{ 0x1f627 }, 0, 1 ) ); +// _addEntry( "ant", new String( new int[]{ 0x1f41c }, 0, 1 ) ); +// _addEntry( "ao", new String( new int[]{ 0x1f1e6, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "apple", new String( new int[]{ 0x1f34e }, 0, 1 ) ); +// _addEntry( "aq", new String( new int[]{ 0x1f1e6, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "aquarius", new String( new int[]{ 0x2652 }, 0, 1 ) ); +// _addEntry( "ar", new String( new int[]{ 0x1f1e6, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "archery", new String( new int[]{ 0x1f3f9 }, 0, 1 ) ); +// _addEntry( "aries", new String( new int[]{ 0x2648 }, 0, 1 ) ); +// _addEntry( "arrow_backward", new String( new int[]{ 0x25c0 }, 0, 1 ) ); +// _addEntry( "arrow_double_down", new String( new int[]{ 0x23ec }, 0, 1 ) ); +// _addEntry( "arrow_double_up", new String( new int[]{ 0x23eb }, 0, 1 ) ); +// _addEntry( "arrow_down", new String( new int[]{ 0x2b07 }, 0, 1 ) ); +// _addEntry( "arrow_down_small", new String( new int[]{ 0x1f53d }, 0, 1 ) ); +// _addEntry( "arrow_forward", new String( new int[]{ 0x25b6 }, 0, 1 ) ); +// _addEntry( "arrow_heading_down", new String( new int[]{ 0x2935 }, 0, 1 ) ); +// _addEntry( "arrow_heading_up", new String( new int[]{ 0x2934 }, 0, 1 ) ); +// _addEntry( "arrow_left", new String( new int[]{ 0x2b05 }, 0, 1 ) ); +// _addEntry( "arrow_lower_left", new String( new int[]{ 0x2199 }, 0, 1 ) ); +// _addEntry( "arrow_lower_right", new String( new int[]{ 0x2198 }, 0, 1 ) ); +// _addEntry( "arrow_right", new String( new int[]{ 0x27a1 }, 0, 1 ) ); +// _addEntry( "arrow_right_hook", new String( new int[]{ 0x21aa }, 0, 1 ) ); +// _addEntry( "arrow_up", new String( new int[]{ 0x2b06 }, 0, 1 ) ); +// _addEntry( "arrow_up_down", new String( new int[]{ 0x2195 }, 0, 1 ) ); +// _addEntry( "arrow_up_small", new String( new int[]{ 0x1f53c }, 0, 1 ) ); +// _addEntry( "arrow_upper_left", new String( new int[]{ 0x2196 }, 0, 1 ) ); +// _addEntry( "arrow_upper_right", new String( new int[]{ 0x2197 }, 0, 1 ) ); +// _addEntry( "arrows_clockwise", new String( new int[]{ 0x1f503 }, 0, 1 ) ); +// _addEntry( "arrows_counterclockwise", new String( new int[]{ 0x1f504 }, 0, 1 ) ); +// _addEntry( "art", new String( new int[]{ 0x1f3a8 }, 0, 1 ) ); +// _addEntry( "articulated_lorry", new String( new int[]{ 0x1f69b }, 0, 1 ) ); +// _addEntry( "as", new String( new int[]{ 0x1f1e6, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "asterisk", new String( new int[]{ 0x002a, 0x20e3 }, 0, 2 ) ); +// _addEntry( "asterisk_symbol", new String( new int[]{ 0x002a }, 0, 1 ) ); +// _addEntry( "astonished", new String( new int[]{ 0x1f632 }, 0, 1 ) ); +// _addEntry( "at", new String( new int[]{ 0x1f1e6, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "athletic_shoe", new String( new int[]{ 0x1f45f }, 0, 1 ) ); +// _addEntry( "atm", new String( new int[]{ 0x1f3e7 }, 0, 1 ) ); +// _addEntry( "atom", new String( new int[]{ 0x269b }, 0, 1 ) ); +// _addEntry( "atom_symbol", new String( new int[]{ 0x269b }, 0, 1 ) ); +// _addEntry( "au", new String( new int[]{ 0x1f1e6, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "avocado", new String( new int[]{ 0x1f951 }, 0, 1 ) ); +// _addEntry( "aw", new String( new int[]{ 0x1f1e6, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "ax", new String( new int[]{ 0x1f1e6, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "az", new String( new int[]{ 0x1f1e6, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "b", new String( new int[]{ 0x1f171 }, 0, 1 ) ); +// _addEntry( "ba", new String( new int[]{ 0x1f1e7, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "baby", new String( new int[]{ 0x1f476 }, 0, 1 ) ); +// _addEntry( "baby_bottle", new String( new int[]{ 0x1f37c }, 0, 1 ) ); +// _addEntry( "baby_chick", new String( new int[]{ 0x1f424 }, 0, 1 ) ); +// _addEntry( "baby_symbol", new String( new int[]{ 0x1f6bc }, 0, 1 ) ); +// _addEntry( "baby_tone1", new String( new int[]{ 0x1f476, 0x1f3fb }, 0, 2 ) ); +// } +// +// private static void init2(){ +// _addEntry( "baby_tone2", new String( new int[]{ 0x1f476, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "baby_tone3", new String( new int[]{ 0x1f476, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "baby_tone4", new String( new int[]{ 0x1f476, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "baby_tone5", new String( new int[]{ 0x1f476, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "back", new String( new int[]{ 0x1f519 }, 0, 1 ) ); +// _addEntry( "back_of_hand", new String( new int[]{ 0x1f91a }, 0, 1 ) ); +// _addEntry( "back_of_hand_tone1", new String( new int[]{ 0x1f91a, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "back_of_hand_tone2", new String( new int[]{ 0x1f91a, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "back_of_hand_tone3", new String( new int[]{ 0x1f91a, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "back_of_hand_tone4", new String( new int[]{ 0x1f91a, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "back_of_hand_tone5", new String( new int[]{ 0x1f91a, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bacon", new String( new int[]{ 0x1f953 }, 0, 1 ) ); +// _addEntry( "badminton", new String( new int[]{ 0x1f3f8 }, 0, 1 ) ); +// _addEntry( "baggage_claim", new String( new int[]{ 0x1f6c4 }, 0, 1 ) ); +// _addEntry( "baguette_bread", new String( new int[]{ 0x1f956 }, 0, 1 ) ); +// _addEntry( "balloon", new String( new int[]{ 0x1f388 }, 0, 1 ) ); +// _addEntry( "ballot_box", new String( new int[]{ 0x1f5f3 }, 0, 1 ) ); +// _addEntry( "ballot_box_with_ballot", new String( new int[]{ 0x1f5f3 }, 0, 1 ) ); +// _addEntry( "ballot_box_with_check", new String( new int[]{ 0x2611 }, 0, 1 ) ); +// _addEntry( "bamboo", new String( new int[]{ 0x1f38d }, 0, 1 ) ); +// _addEntry( "banana", new String( new int[]{ 0x1f34c }, 0, 1 ) ); +// _addEntry( "bangbang", new String( new int[]{ 0x203c }, 0, 1 ) ); +// _addEntry( "bank", new String( new int[]{ 0x1f3e6 }, 0, 1 ) ); +// _addEntry( "bar_chart", new String( new int[]{ 0x1f4ca }, 0, 1 ) ); +// _addEntry( "barber", new String( new int[]{ 0x1f488 }, 0, 1 ) ); +// _addEntry( "baseball", new String( new int[]{ 0x26be }, 0, 1 ) ); +// _addEntry( "basketball", new String( new int[]{ 0x1f3c0 }, 0, 1 ) ); +// _addEntry( "basketball_player", new String( new int[]{ 0x26f9 }, 0, 1 ) ); +// _addEntry( "basketball_player_tone1", new String( new int[]{ 0x26f9, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "basketball_player_tone2", new String( new int[]{ 0x26f9, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "basketball_player_tone3", new String( new int[]{ 0x26f9, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "basketball_player_tone4", new String( new int[]{ 0x26f9, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "basketball_player_tone5", new String( new int[]{ 0x26f9, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bat", new String( new int[]{ 0x1f987 }, 0, 1 ) ); +// _addEntry( "bath", new String( new int[]{ 0x1f6c0 }, 0, 1 ) ); +// _addEntry( "bath_tone1", new String( new int[]{ 0x1f6c0, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "bath_tone2", new String( new int[]{ 0x1f6c0, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "bath_tone3", new String( new int[]{ 0x1f6c0, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "bath_tone4", new String( new int[]{ 0x1f6c0, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "bath_tone5", new String( new int[]{ 0x1f6c0, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bathtub", new String( new int[]{ 0x1f6c1 }, 0, 1 ) ); +// _addEntry( "battery", new String( new int[]{ 0x1f50b }, 0, 1 ) ); +// _addEntry( "bb", new String( new int[]{ 0x1f1e7, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "bd", new String( new int[]{ 0x1f1e7, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "be", new String( new int[]{ 0x1f1e7, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "beach", new String( new int[]{ 0x1f3d6 }, 0, 1 ) ); +// _addEntry( "beach_umbrella", new String( new int[]{ 0x26f1 }, 0, 1 ) ); +// _addEntry( "beach_with_umbrella", new String( new int[]{ 0x1f3d6 }, 0, 1 ) ); +// _addEntry( "bear", new String( new int[]{ 0x1f43b }, 0, 1 ) ); +// _addEntry( "bed", new String( new int[]{ 0x1f6cf }, 0, 1 ) ); +// _addEntry( "bee", new String( new int[]{ 0x1f41d }, 0, 1 ) ); +// _addEntry( "beer", new String( new int[]{ 0x1f37a }, 0, 1 ) ); +// _addEntry( "beers", new String( new int[]{ 0x1f37b }, 0, 1 ) ); +// _addEntry( "beetle", new String( new int[]{ 0x1f41e }, 0, 1 ) ); +// _addEntry( "beginner", new String( new int[]{ 0x1f530 }, 0, 1 ) ); +// _addEntry( "bell", new String( new int[]{ 0x1f514 }, 0, 1 ) ); +// _addEntry( "bellhop", new String( new int[]{ 0x1f6ce }, 0, 1 ) ); +// _addEntry( "bellhop_bell", new String( new int[]{ 0x1f6ce }, 0, 1 ) ); +// _addEntry( "bento", new String( new int[]{ 0x1f371 }, 0, 1 ) ); +// _addEntry( "bf", new String( new int[]{ 0x1f1e7, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "bg", new String( new int[]{ 0x1f1e7, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "bh", new String( new int[]{ 0x1f1e7, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "bi", new String( new int[]{ 0x1f1e7, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "bicyclist", new String( new int[]{ 0x1f6b4 }, 0, 1 ) ); +// _addEntry( "bicyclist_tone1", new String( new int[]{ 0x1f6b4, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "bicyclist_tone2", new String( new int[]{ 0x1f6b4, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "bicyclist_tone3", new String( new int[]{ 0x1f6b4, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "bicyclist_tone4", new String( new int[]{ 0x1f6b4, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "bicyclist_tone5", new String( new int[]{ 0x1f6b4, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bike", new String( new int[]{ 0x1f6b2 }, 0, 1 ) ); +// _addEntry( "bikini", new String( new int[]{ 0x1f459 }, 0, 1 ) ); +// _addEntry( "biohazard", new String( new int[]{ 0x2623 }, 0, 1 ) ); +// _addEntry( "biohazard_sign", new String( new int[]{ 0x2623 }, 0, 1 ) ); +// _addEntry( "bird", new String( new int[]{ 0x1f426 }, 0, 1 ) ); +// _addEntry( "birthday", new String( new int[]{ 0x1f382 }, 0, 1 ) ); +// _addEntry( "bj", new String( new int[]{ 0x1f1e7, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "bl", new String( new int[]{ 0x1f1e7, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "black_circle", new String( new int[]{ 0x26ab }, 0, 1 ) ); +// _addEntry( "black_heart", new String( new int[]{ 0x1f5a4 }, 0, 1 ) ); +// _addEntry( "black_joker", new String( new int[]{ 0x1f0cf }, 0, 1 ) ); +// _addEntry( "black_large_square", new String( new int[]{ 0x2b1b }, 0, 1 ) ); +// _addEntry( "black_medium_small_square", new String( new int[]{ 0x25fe }, 0, 1 ) ); +// _addEntry( "black_medium_square", new String( new int[]{ 0x25fc }, 0, 1 ) ); +// _addEntry( "black_nib", new String( new int[]{ 0x2712 }, 0, 1 ) ); +// _addEntry( "black_small_square", new String( new int[]{ 0x25aa }, 0, 1 ) ); +// _addEntry( "black_square_button", new String( new int[]{ 0x1f532 }, 0, 1 ) ); +// _addEntry( "blond-haired_man", new String( new int[]{ 0x1f471, 0x2642 }, 0, 2 ) ); +// _addEntry( "blond-haired_man_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_medium_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_medium_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_medium_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_tone1", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_tone2", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_tone3", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_tone4", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_man_tone5", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman", new String( new int[]{ 0x1f471, 0x2640 }, 0, 2 ) ); +// _addEntry( "blond-haired_woman_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_medium_dark_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// } +// +// private static void init3(){ +// _addEntry( "blond-haired_woman_medium_light_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_medium_skin_tone", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_tone1", new String( new int[]{ 0x1f471, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_tone2", new String( new int[]{ 0x1f471, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_tone3", new String( new int[]{ 0x1f471, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_tone4", new String( new int[]{ 0x1f471, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "blond-haired_woman_tone5", new String( new int[]{ 0x1f471, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "blossom", new String( new int[]{ 0x1f33c }, 0, 1 ) ); +// _addEntry( "blowfish", new String( new int[]{ 0x1f421 }, 0, 1 ) ); +// _addEntry( "blue_book", new String( new int[]{ 0x1f4d8 }, 0, 1 ) ); +// _addEntry( "blue_car", new String( new int[]{ 0x1f699 }, 0, 1 ) ); +// _addEntry( "blue_circle", new String( new int[]{ 0x1f535 }, 0, 1 ) ); +// _addEntry( "blue_heart", new String( new int[]{ 0x1f499 }, 0, 1 ) ); +// _addEntry( "blush", new String( new int[]{ 0x1f60a }, 0, 1 ) ); +// _addEntry( "bm", new String( new int[]{ 0x1f1e7, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "bn", new String( new int[]{ 0x1f1e7, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "bo", new String( new int[]{ 0x1f1e7, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "boar", new String( new int[]{ 0x1f417 }, 0, 1 ) ); +// _addEntry( "bomb", new String( new int[]{ 0x1f4a3 }, 0, 1 ) ); +// _addEntry( "book", new String( new int[]{ 0x1f4d6 }, 0, 1 ) ); +// _addEntry( "bookmark", new String( new int[]{ 0x1f516 }, 0, 1 ) ); +// _addEntry( "bookmark_tabs", new String( new int[]{ 0x1f4d1 }, 0, 1 ) ); +// _addEntry( "books", new String( new int[]{ 0x1f4da }, 0, 1 ) ); +// _addEntry( "boom", new String( new int[]{ 0x1f4a5 }, 0, 1 ) ); +// _addEntry( "boot", new String( new int[]{ 0x1f462 }, 0, 1 ) ); +// _addEntry( "bottle_with_popping_cork", new String( new int[]{ 0x1f37e }, 0, 1 ) ); +// _addEntry( "bouquet", new String( new int[]{ 0x1f490 }, 0, 1 ) ); +// _addEntry( "bow", new String( new int[]{ 0x1f647 }, 0, 1 ) ); +// _addEntry( "bow_and_arrow", new String( new int[]{ 0x1f3f9 }, 0, 1 ) ); +// _addEntry( "bow_tone1", new String( new int[]{ 0x1f647, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "bow_tone2", new String( new int[]{ 0x1f647, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "bow_tone3", new String( new int[]{ 0x1f647, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "bow_tone4", new String( new int[]{ 0x1f647, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "bow_tone5", new String( new int[]{ 0x1f647, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bowling", new String( new int[]{ 0x1f3b3 }, 0, 1 ) ); +// _addEntry( "boxing_glove", new String( new int[]{ 0x1f94a }, 0, 1 ) ); +// _addEntry( "boxing_gloves", new String( new int[]{ 0x1f94a }, 0, 1 ) ); +// _addEntry( "boy", new String( new int[]{ 0x1f466 }, 0, 1 ) ); +// _addEntry( "boy_tone1", new String( new int[]{ 0x1f466, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "boy_tone2", new String( new int[]{ 0x1f466, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "boy_tone3", new String( new int[]{ 0x1f466, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "boy_tone4", new String( new int[]{ 0x1f466, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "boy_tone5", new String( new int[]{ 0x1f466, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bq", new String( new int[]{ 0x1f1e7, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "br", new String( new int[]{ 0x1f1e7, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "bread", new String( new int[]{ 0x1f35e }, 0, 1 ) ); +// _addEntry( "bride_with_veil", new String( new int[]{ 0x1f470 }, 0, 1 ) ); +// _addEntry( "bride_with_veil_tone1", new String( new int[]{ 0x1f470, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "bride_with_veil_tone2", new String( new int[]{ 0x1f470, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "bride_with_veil_tone3", new String( new int[]{ 0x1f470, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "bride_with_veil_tone4", new String( new int[]{ 0x1f470, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "bride_with_veil_tone5", new String( new int[]{ 0x1f470, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "bridge_at_night", new String( new int[]{ 0x1f309 }, 0, 1 ) ); +// _addEntry( "briefcase", new String( new int[]{ 0x1f4bc }, 0, 1 ) ); +// _addEntry( "broken_heart", new String( new int[]{ 0x1f494 }, 0, 1 ) ); +// _addEntry( "bs", new String( new int[]{ 0x1f1e7, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "bt", new String( new int[]{ 0x1f1e7, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "bug", new String( new int[]{ 0x1f41b }, 0, 1 ) ); +// _addEntry( "building_construction", new String( new int[]{ 0x1f3d7 }, 0, 1 ) ); +// _addEntry( "bulb", new String( new int[]{ 0x1f4a1 }, 0, 1 ) ); +// _addEntry( "bullettrain_front", new String( new int[]{ 0x1f685 }, 0, 1 ) ); +// _addEntry( "bullettrain_side", new String( new int[]{ 0x1f684 }, 0, 1 ) ); +// _addEntry( "burrito", new String( new int[]{ 0x1f32f }, 0, 1 ) ); +// _addEntry( "bus", new String( new int[]{ 0x1f68c }, 0, 1 ) ); +// _addEntry( "busstop", new String( new int[]{ 0x1f68f }, 0, 1 ) ); +// _addEntry( "bust_in_silhouette", new String( new int[]{ 0x1f464 }, 0, 1 ) ); +// _addEntry( "busts_in_silhouette", new String( new int[]{ 0x1f465 }, 0, 1 ) ); +// _addEntry( "butterfly", new String( new int[]{ 0x1f98b }, 0, 1 ) ); +// _addEntry( "bv", new String( new int[]{ 0x1f1e7, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "bw", new String( new int[]{ 0x1f1e7, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "by", new String( new int[]{ 0x1f1e7, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "bz", new String( new int[]{ 0x1f1e7, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "ca", new String( new int[]{ 0x1f1e8, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "cactus", new String( new int[]{ 0x1f335 }, 0, 1 ) ); +// _addEntry( "cake", new String( new int[]{ 0x1f370 }, 0, 1 ) ); +// _addEntry( "calendar", new String( new int[]{ 0x1f4c6 }, 0, 1 ) ); +// _addEntry( "calendar_spiral", new String( new int[]{ 0x1f5d3 }, 0, 1 ) ); +// _addEntry( "call_me", new String( new int[]{ 0x1f919 }, 0, 1 ) ); +// _addEntry( "call_me_hand", new String( new int[]{ 0x1f919 }, 0, 1 ) ); +// _addEntry( "call_me_hand_tone1", new String( new int[]{ 0x1f919, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "call_me_hand_tone2", new String( new int[]{ 0x1f919, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "call_me_hand_tone3", new String( new int[]{ 0x1f919, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "call_me_hand_tone4", new String( new int[]{ 0x1f919, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "call_me_hand_tone5", new String( new int[]{ 0x1f919, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "call_me_tone1", new String( new int[]{ 0x1f919, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "call_me_tone2", new String( new int[]{ 0x1f919, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "call_me_tone3", new String( new int[]{ 0x1f919, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "call_me_tone4", new String( new int[]{ 0x1f919, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "call_me_tone5", new String( new int[]{ 0x1f919, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "calling", new String( new int[]{ 0x1f4f2 }, 0, 1 ) ); +// _addEntry( "camel", new String( new int[]{ 0x1f42b }, 0, 1 ) ); +// _addEntry( "camera", new String( new int[]{ 0x1f4f7 }, 0, 1 ) ); +// _addEntry( "camera_with_flash", new String( new int[]{ 0x1f4f8 }, 0, 1 ) ); +// _addEntry( "camping", new String( new int[]{ 0x1f3d5 }, 0, 1 ) ); +// _addEntry( "cancer", new String( new int[]{ 0x264b }, 0, 1 ) ); +// _addEntry( "candle", new String( new int[]{ 0x1f56f }, 0, 1 ) ); +// _addEntry( "candy", new String( new int[]{ 0x1f36c }, 0, 1 ) ); +// _addEntry( "canoe", new String( new int[]{ 0x1f6f6 }, 0, 1 ) ); +// _addEntry( "capital_abcd", new String( new int[]{ 0x1f520 }, 0, 1 ) ); +// _addEntry( "capricorn", new String( new int[]{ 0x2651 }, 0, 1 ) ); +// _addEntry( "card_box", new String( new int[]{ 0x1f5c3 }, 0, 1 ) ); +// } +// +// private static void init4(){ +// _addEntry( "card_file_box", new String( new int[]{ 0x1f5c3 }, 0, 1 ) ); +// _addEntry( "card_index", new String( new int[]{ 0x1f4c7 }, 0, 1 ) ); +// _addEntry( "card_index_dividers", new String( new int[]{ 0x1f5c2 }, 0, 1 ) ); +// _addEntry( "carousel_horse", new String( new int[]{ 0x1f3a0 }, 0, 1 ) ); +// _addEntry( "carrot", new String( new int[]{ 0x1f955 }, 0, 1 ) ); +// _addEntry( "cartwheel", new String( new int[]{ 0x1f938 }, 0, 1 ) ); +// _addEntry( "cartwheel_tone1", new String( new int[]{ 0x1f938, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "cartwheel_tone2", new String( new int[]{ 0x1f938, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "cartwheel_tone3", new String( new int[]{ 0x1f938, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "cartwheel_tone4", new String( new int[]{ 0x1f938, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "cartwheel_tone5", new String( new int[]{ 0x1f938, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "cat", new String( new int[]{ 0x1f431 }, 0, 1 ) ); +// _addEntry( "cat2", new String( new int[]{ 0x1f408 }, 0, 1 ) ); +// _addEntry( "cc", new String( new int[]{ 0x1f1e8, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "cd", new String( new int[]{ 0x1f4bf }, 0, 1 ) ); +// _addEntry( "cf", new String( new int[]{ 0x1f1e8, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "cg", new String( new int[]{ 0x1f1e8, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "ch", new String( new int[]{ 0x1f1e8, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "chains", new String( new int[]{ 0x26d3 }, 0, 1 ) ); +// _addEntry( "champagne", new String( new int[]{ 0x1f37e }, 0, 1 ) ); +// _addEntry( "champagne_glass", new String( new int[]{ 0x1f942 }, 0, 1 ) ); +// _addEntry( "chart", new String( new int[]{ 0x1f4b9 }, 0, 1 ) ); +// _addEntry( "chart_with_downwards_trend", new String( new int[]{ 0x1f4c9 }, 0, 1 ) ); +// _addEntry( "chart_with_upwards_trend", new String( new int[]{ 0x1f4c8 }, 0, 1 ) ); +// _addEntry( "checkered_flag", new String( new int[]{ 0x1f3c1 }, 0, 1 ) ); +// _addEntry( "cheese", new String( new int[]{ 0x1f9c0 }, 0, 1 ) ); +// _addEntry( "cheese_wedge", new String( new int[]{ 0x1f9c0 }, 0, 1 ) ); +// _addEntry( "cherries", new String( new int[]{ 0x1f352 }, 0, 1 ) ); +// _addEntry( "cherry_blossom", new String( new int[]{ 0x1f338 }, 0, 1 ) ); +// _addEntry( "chestnut", new String( new int[]{ 0x1f330 }, 0, 1 ) ); +// _addEntry( "chicken", new String( new int[]{ 0x1f414 }, 0, 1 ) ); +// _addEntry( "children_crossing", new String( new int[]{ 0x1f6b8 }, 0, 1 ) ); +// _addEntry( "chile", new String( new int[]{ 0x1f1e8, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "chipmunk", new String( new int[]{ 0x1f43f }, 0, 1 ) ); +// _addEntry( "chocolate_bar", new String( new int[]{ 0x1f36b }, 0, 1 ) ); +// _addEntry( "christmas_tree", new String( new int[]{ 0x1f384 }, 0, 1 ) ); +// _addEntry( "church", new String( new int[]{ 0x26ea }, 0, 1 ) ); +// _addEntry( "ci", new String( new int[]{ 0x1f1e8, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "cinema", new String( new int[]{ 0x1f3a6 }, 0, 1 ) ); +// _addEntry( "circus_tent", new String( new int[]{ 0x1f3aa }, 0, 1 ) ); +// _addEntry( "city_dusk", new String( new int[]{ 0x1f306 }, 0, 1 ) ); +// _addEntry( "city_sunrise", new String( new int[]{ 0x1f307 }, 0, 1 ) ); +// _addEntry( "city_sunset", new String( new int[]{ 0x1f307 }, 0, 1 ) ); +// _addEntry( "cityscape", new String( new int[]{ 0x1f3d9 }, 0, 1 ) ); +// _addEntry( "ck", new String( new int[]{ 0x1f1e8, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "cl", new String( new int[]{ 0x1f191 }, 0, 1 ) ); +// _addEntry( "clap", new String( new int[]{ 0x1f44f }, 0, 1 ) ); +// _addEntry( "clap_tone1", new String( new int[]{ 0x1f44f, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "clap_tone2", new String( new int[]{ 0x1f44f, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "clap_tone3", new String( new int[]{ 0x1f44f, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "clap_tone4", new String( new int[]{ 0x1f44f, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "clap_tone5", new String( new int[]{ 0x1f44f, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "clapper", new String( new int[]{ 0x1f3ac }, 0, 1 ) ); +// _addEntry( "classical_building", new String( new int[]{ 0x1f3db }, 0, 1 ) ); +// _addEntry( "clinking_glass", new String( new int[]{ 0x1f942 }, 0, 1 ) ); +// _addEntry( "clipboard", new String( new int[]{ 0x1f4cb }, 0, 1 ) ); +// _addEntry( "clock", new String( new int[]{ 0x1f570 }, 0, 1 ) ); +// _addEntry( "clock1", new String( new int[]{ 0x1f550 }, 0, 1 ) ); +// _addEntry( "clock10", new String( new int[]{ 0x1f559 }, 0, 1 ) ); +// _addEntry( "clock1030", new String( new int[]{ 0x1f565 }, 0, 1 ) ); +// _addEntry( "clock11", new String( new int[]{ 0x1f55a }, 0, 1 ) ); +// _addEntry( "clock1130", new String( new int[]{ 0x1f566 }, 0, 1 ) ); +// _addEntry( "clock12", new String( new int[]{ 0x1f55b }, 0, 1 ) ); +// _addEntry( "clock1230", new String( new int[]{ 0x1f567 }, 0, 1 ) ); +// _addEntry( "clock130", new String( new int[]{ 0x1f55c }, 0, 1 ) ); +// _addEntry( "clock2", new String( new int[]{ 0x1f551 }, 0, 1 ) ); +// _addEntry( "clock230", new String( new int[]{ 0x1f55d }, 0, 1 ) ); +// _addEntry( "clock3", new String( new int[]{ 0x1f552 }, 0, 1 ) ); +// _addEntry( "clock330", new String( new int[]{ 0x1f55e }, 0, 1 ) ); +// _addEntry( "clock4", new String( new int[]{ 0x1f553 }, 0, 1 ) ); +// _addEntry( "clock430", new String( new int[]{ 0x1f55f }, 0, 1 ) ); +// _addEntry( "clock5", new String( new int[]{ 0x1f554 }, 0, 1 ) ); +// _addEntry( "clock530", new String( new int[]{ 0x1f560 }, 0, 1 ) ); +// _addEntry( "clock6", new String( new int[]{ 0x1f555 }, 0, 1 ) ); +// _addEntry( "clock630", new String( new int[]{ 0x1f561 }, 0, 1 ) ); +// _addEntry( "clock7", new String( new int[]{ 0x1f556 }, 0, 1 ) ); +// _addEntry( "clock730", new String( new int[]{ 0x1f562 }, 0, 1 ) ); +// _addEntry( "clock8", new String( new int[]{ 0x1f557 }, 0, 1 ) ); +// _addEntry( "clock830", new String( new int[]{ 0x1f563 }, 0, 1 ) ); +// _addEntry( "clock9", new String( new int[]{ 0x1f558 }, 0, 1 ) ); +// _addEntry( "clock930", new String( new int[]{ 0x1f564 }, 0, 1 ) ); +// _addEntry( "closed_book", new String( new int[]{ 0x1f4d5 }, 0, 1 ) ); +// _addEntry( "closed_lock_with_key", new String( new int[]{ 0x1f510 }, 0, 1 ) ); +// _addEntry( "closed_umbrella", new String( new int[]{ 0x1f302 }, 0, 1 ) ); +// _addEntry( "cloud", new String( new int[]{ 0x2601 }, 0, 1 ) ); +// _addEntry( "cloud_lightning", new String( new int[]{ 0x1f329 }, 0, 1 ) ); +// _addEntry( "cloud_rain", new String( new int[]{ 0x1f327 }, 0, 1 ) ); +// _addEntry( "cloud_snow", new String( new int[]{ 0x1f328 }, 0, 1 ) ); +// _addEntry( "cloud_tornado", new String( new int[]{ 0x1f32a }, 0, 1 ) ); +// _addEntry( "cloud_with_lightning", new String( new int[]{ 0x1f329 }, 0, 1 ) ); +// _addEntry( "cloud_with_rain", new String( new int[]{ 0x1f327 }, 0, 1 ) ); +// _addEntry( "cloud_with_snow", new String( new int[]{ 0x1f328 }, 0, 1 ) ); +// _addEntry( "cloud_with_tornado", new String( new int[]{ 0x1f32a }, 0, 1 ) ); +// _addEntry( "clown", new String( new int[]{ 0x1f921 }, 0, 1 ) ); +// _addEntry( "clown_face", new String( new int[]{ 0x1f921 }, 0, 1 ) ); +// _addEntry( "clubs", new String( new int[]{ 0x2663 }, 0, 1 ) ); +// _addEntry( "cm", new String( new int[]{ 0x1f1e8, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "cn", new String( new int[]{ 0x1f1e8, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "co", new String( new int[]{ 0x1f1e8, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "cocktail", new String( new int[]{ 0x1f378 }, 0, 1 ) ); +// _addEntry( "coffee", new String( new int[]{ 0x2615 }, 0, 1 ) ); +// } +// +// private static void init5(){ +// _addEntry( "coffin", new String( new int[]{ 0x26b0 }, 0, 1 ) ); +// _addEntry( "cold_sweat", new String( new int[]{ 0x1f630 }, 0, 1 ) ); +// _addEntry( "comet", new String( new int[]{ 0x2604 }, 0, 1 ) ); +// _addEntry( "compression", new String( new int[]{ 0x1f5dc }, 0, 1 ) ); +// _addEntry( "computer", new String( new int[]{ 0x1f4bb }, 0, 1 ) ); +// _addEntry( "confetti_ball", new String( new int[]{ 0x1f38a }, 0, 1 ) ); +// _addEntry( "confounded", new String( new int[]{ 0x1f616 }, 0, 1 ) ); +// _addEntry( "confused", new String( new int[]{ 0x1f615 }, 0, 1 ) ); +// _addEntry( "congo", new String( new int[]{ 0x1f1e8, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "congratulations", new String( new int[]{ 0x3297 }, 0, 1 ) ); +// _addEntry( "construction", new String( new int[]{ 0x1f6a7 }, 0, 1 ) ); +// _addEntry( "construction_site", new String( new int[]{ 0x1f3d7 }, 0, 1 ) ); +// _addEntry( "construction_worker", new String( new int[]{ 0x1f477 }, 0, 1 ) ); +// _addEntry( "construction_worker_tone1", new String( new int[]{ 0x1f477, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "construction_worker_tone2", new String( new int[]{ 0x1f477, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "construction_worker_tone3", new String( new int[]{ 0x1f477, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "construction_worker_tone4", new String( new int[]{ 0x1f477, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "construction_worker_tone5", new String( new int[]{ 0x1f477, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "control_knobs", new String( new int[]{ 0x1f39b }, 0, 1 ) ); +// _addEntry( "convenience_store", new String( new int[]{ 0x1f3ea }, 0, 1 ) ); +// _addEntry( "cookie", new String( new int[]{ 0x1f36a }, 0, 1 ) ); +// _addEntry( "cooking", new String( new int[]{ 0x1f373 }, 0, 1 ) ); +// _addEntry( "cool", new String( new int[]{ 0x1f192 }, 0, 1 ) ); +// _addEntry( "cop", new String( new int[]{ 0x1f46e }, 0, 1 ) ); +// _addEntry( "cop_tone1", new String( new int[]{ 0x1f46e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "cop_tone2", new String( new int[]{ 0x1f46e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "cop_tone3", new String( new int[]{ 0x1f46e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "cop_tone4", new String( new int[]{ 0x1f46e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "cop_tone5", new String( new int[]{ 0x1f46e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "copyright", new String( new int[]{ 0x00a9 }, 0, 1 ) ); +// _addEntry( "corn", new String( new int[]{ 0x1f33d }, 0, 1 ) ); +// _addEntry( "couch", new String( new int[]{ 0x1f6cb }, 0, 1 ) ); +// _addEntry( "couch_and_lamp", new String( new int[]{ 0x1f6cb }, 0, 1 ) ); +// _addEntry( "couple", new String( new int[]{ 0x1f46b }, 0, 1 ) ); +// _addEntry( "couple_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f468 }, 0, 3 ) ); +// _addEntry( "couple_with_heart", new String( new int[]{ 0x1f491 }, 0, 1 ) ); +// _addEntry( "couple_with_heart_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f468 }, 0, 3 ) ); +// _addEntry( "couple_with_heart_woman_man", new String( new int[]{ 0x1f469, 0x2764, 0x1f468 }, 0, 3 ) ); +// _addEntry( "couple_with_heart_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f469 }, 0, 3 ) ); +// _addEntry( "couple_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f469 }, 0, 3 ) ); +// _addEntry( "couplekiss", new String( new int[]{ 0x1f48f }, 0, 1 ) ); +// _addEntry( "couplekiss_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f48b, 0x1f468 }, 0, 4 ) ); +// _addEntry( "couplekiss_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f48b, 0x1f469 }, 0, 4 ) ); +// _addEntry( "cow", new String( new int[]{ 0x1f42e }, 0, 1 ) ); +// _addEntry( "cow2", new String( new int[]{ 0x1f404 }, 0, 1 ) ); +// _addEntry( "cowboy", new String( new int[]{ 0x1f920 }, 0, 1 ) ); +// _addEntry( "cp", new String( new int[]{ 0x1f1e8, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "cr", new String( new int[]{ 0x1f1e8, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "crab", new String( new int[]{ 0x1f980 }, 0, 1 ) ); +// _addEntry( "crayon", new String( new int[]{ 0x1f58d }, 0, 1 ) ); +// _addEntry( "credit_card", new String( new int[]{ 0x1f4b3 }, 0, 1 ) ); +// _addEntry( "crescent_moon", new String( new int[]{ 0x1f319 }, 0, 1 ) ); +// _addEntry( "cricket", new String( new int[]{ 0x1f3cf }, 0, 1 ) ); +// _addEntry( "cricket_bat_ball", new String( new int[]{ 0x1f3cf }, 0, 1 ) ); +// _addEntry( "crocodile", new String( new int[]{ 0x1f40a }, 0, 1 ) ); +// _addEntry( "croissant", new String( new int[]{ 0x1f950 }, 0, 1 ) ); +// _addEntry( "cross", new String( new int[]{ 0x271d }, 0, 1 ) ); +// _addEntry( "crossed_flags", new String( new int[]{ 0x1f38c }, 0, 1 ) ); +// _addEntry( "crossed_swords", new String( new int[]{ 0x2694 }, 0, 1 ) ); +// _addEntry( "crown", new String( new int[]{ 0x1f451 }, 0, 1 ) ); +// _addEntry( "cruise_ship", new String( new int[]{ 0x1f6f3 }, 0, 1 ) ); +// _addEntry( "cry", new String( new int[]{ 0x1f622 }, 0, 1 ) ); +// _addEntry( "crying_cat_face", new String( new int[]{ 0x1f63f }, 0, 1 ) ); +// _addEntry( "crystal_ball", new String( new int[]{ 0x1f52e }, 0, 1 ) ); +// _addEntry( "cu", new String( new int[]{ 0x1f1e8, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "cucumber", new String( new int[]{ 0x1f952 }, 0, 1 ) ); +// _addEntry( "cupid", new String( new int[]{ 0x1f498 }, 0, 1 ) ); +// _addEntry( "curly_loop", new String( new int[]{ 0x27b0 }, 0, 1 ) ); +// _addEntry( "currency_exchange", new String( new int[]{ 0x1f4b1 }, 0, 1 ) ); +// _addEntry( "curry", new String( new int[]{ 0x1f35b }, 0, 1 ) ); +// _addEntry( "custard", new String( new int[]{ 0x1f36e }, 0, 1 ) ); +// _addEntry( "customs", new String( new int[]{ 0x1f6c3 }, 0, 1 ) ); +// _addEntry( "cv", new String( new int[]{ 0x1f1e8, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "cw", new String( new int[]{ 0x1f1e8, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "cx", new String( new int[]{ 0x1f1e8, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "cy", new String( new int[]{ 0x1f1e8, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "cyclone", new String( new int[]{ 0x1f300 }, 0, 1 ) ); +// _addEntry( "cz", new String( new int[]{ 0x1f1e8, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "dagger", new String( new int[]{ 0x1f5e1 }, 0, 1 ) ); +// _addEntry( "dagger_knife", new String( new int[]{ 0x1f5e1 }, 0, 1 ) ); +// _addEntry( "dancer", new String( new int[]{ 0x1f483 }, 0, 1 ) ); +// _addEntry( "dancer_tone1", new String( new int[]{ 0x1f483, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "dancer_tone2", new String( new int[]{ 0x1f483, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "dancer_tone3", new String( new int[]{ 0x1f483, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "dancer_tone4", new String( new int[]{ 0x1f483, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "dancer_tone5", new String( new int[]{ 0x1f483, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "dancers", new String( new int[]{ 0x1f46f }, 0, 1 ) ); +// _addEntry( "dango", new String( new int[]{ 0x1f361 }, 0, 1 ) ); +// _addEntry( "dark_sunglasses", new String( new int[]{ 0x1f576 }, 0, 1 ) ); +// _addEntry( "dart", new String( new int[]{ 0x1f3af }, 0, 1 ) ); +// _addEntry( "dash", new String( new int[]{ 0x1f4a8 }, 0, 1 ) ); +// _addEntry( "date", new String( new int[]{ 0x1f4c5 }, 0, 1 ) ); +// _addEntry( "de", new String( new int[]{ 0x1f1e9, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "deciduous_tree", new String( new int[]{ 0x1f333 }, 0, 1 ) ); +// _addEntry( "deer", new String( new int[]{ 0x1f98c }, 0, 1 ) ); +// _addEntry( "department_store", new String( new int[]{ 0x1f3ec }, 0, 1 ) ); +// _addEntry( "derelict_house_building", new String( new int[]{ 0x1f3da }, 0, 1 ) ); +// _addEntry( "desert", new String( new int[]{ 0x1f3dc }, 0, 1 ) ); +// _addEntry( "desert_island", new String( new int[]{ 0x1f3dd }, 0, 1 ) ); +// _addEntry( "desktop", new String( new int[]{ 0x1f5a5 }, 0, 1 ) ); +// _addEntry( "desktop_computer", new String( new int[]{ 0x1f5a5 }, 0, 1 ) ); +// } +// +// private static void init6(){ +// _addEntry( "dg", new String( new int[]{ 0x1f1e9, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "diamond_shape_with_a_dot_inside", new String( new int[]{ 0x1f4a0 }, 0, 1 ) ); +// _addEntry( "diamonds", new String( new int[]{ 0x2666 }, 0, 1 ) ); +// _addEntry( "digit_eight", new String( new int[]{ 0x0038 }, 0, 1 ) ); +// _addEntry( "digit_five", new String( new int[]{ 0x0035 }, 0, 1 ) ); +// _addEntry( "digit_four", new String( new int[]{ 0x0034 }, 0, 1 ) ); +// _addEntry( "digit_nine", new String( new int[]{ 0x0039 }, 0, 1 ) ); +// _addEntry( "digit_one", new String( new int[]{ 0x0031 }, 0, 1 ) ); +// _addEntry( "digit_seven", new String( new int[]{ 0x0037 }, 0, 1 ) ); +// _addEntry( "digit_six", new String( new int[]{ 0x0036 }, 0, 1 ) ); +// _addEntry( "digit_three", new String( new int[]{ 0x0033 }, 0, 1 ) ); +// _addEntry( "digit_two", new String( new int[]{ 0x0032 }, 0, 1 ) ); +// _addEntry( "digit_zero", new String( new int[]{ 0x0030 }, 0, 1 ) ); +// _addEntry( "disappointed", new String( new int[]{ 0x1f61e }, 0, 1 ) ); +// _addEntry( "disappointed_relieved", new String( new int[]{ 0x1f625 }, 0, 1 ) ); +// _addEntry( "dividers", new String( new int[]{ 0x1f5c2 }, 0, 1 ) ); +// _addEntry( "dizzy", new String( new int[]{ 0x1f4ab }, 0, 1 ) ); +// _addEntry( "dizzy_face", new String( new int[]{ 0x1f635 }, 0, 1 ) ); +// _addEntry( "dj", new String( new int[]{ 0x1f1e9, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "dk", new String( new int[]{ 0x1f1e9, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "dm", new String( new int[]{ 0x1f1e9, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "do", new String( new int[]{ 0x1f1e9, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "do_not_litter", new String( new int[]{ 0x1f6af }, 0, 1 ) ); +// _addEntry( "dog", new String( new int[]{ 0x1f436 }, 0, 1 ) ); +// _addEntry( "dog2", new String( new int[]{ 0x1f415 }, 0, 1 ) ); +// _addEntry( "dollar", new String( new int[]{ 0x1f4b5 }, 0, 1 ) ); +// _addEntry( "dolls", new String( new int[]{ 0x1f38e }, 0, 1 ) ); +// _addEntry( "dolphin", new String( new int[]{ 0x1f42c }, 0, 1 ) ); +// _addEntry( "door", new String( new int[]{ 0x1f6aa }, 0, 1 ) ); +// _addEntry( "double_vertical_bar", new String( new int[]{ 0x23f8 }, 0, 1 ) ); +// _addEntry( "doughnut", new String( new int[]{ 0x1f369 }, 0, 1 ) ); +// _addEntry( "dove", new String( new int[]{ 0x1f54a }, 0, 1 ) ); +// _addEntry( "dove_of_peace", new String( new int[]{ 0x1f54a }, 0, 1 ) ); +// _addEntry( "dragon", new String( new int[]{ 0x1f409 }, 0, 1 ) ); +// _addEntry( "dragon_face", new String( new int[]{ 0x1f432 }, 0, 1 ) ); +// _addEntry( "dress", new String( new int[]{ 0x1f457 }, 0, 1 ) ); +// _addEntry( "dromedary_camel", new String( new int[]{ 0x1f42a }, 0, 1 ) ); +// _addEntry( "drool", new String( new int[]{ 0x1f924 }, 0, 1 ) ); +// _addEntry( "drooling_face", new String( new int[]{ 0x1f924 }, 0, 1 ) ); +// _addEntry( "droplet", new String( new int[]{ 0x1f4a7 }, 0, 1 ) ); +// _addEntry( "drum", new String( new int[]{ 0x1f941 }, 0, 1 ) ); +// _addEntry( "drum_with_drumsticks", new String( new int[]{ 0x1f941 }, 0, 1 ) ); +// _addEntry( "duck", new String( new int[]{ 0x1f986 }, 0, 1 ) ); +// _addEntry( "dvd", new String( new int[]{ 0x1f4c0 }, 0, 1 ) ); +// _addEntry( "dz", new String( new int[]{ 0x1f1e9, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "e-mail", new String( new int[]{ 0x1f4e7 }, 0, 1 ) ); +// _addEntry( "ea", new String( new int[]{ 0x1f1ea, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "eagle", new String( new int[]{ 0x1f985 }, 0, 1 ) ); +// _addEntry( "ear", new String( new int[]{ 0x1f442 }, 0, 1 ) ); +// _addEntry( "ear_of_rice", new String( new int[]{ 0x1f33e }, 0, 1 ) ); +// _addEntry( "ear_tone1", new String( new int[]{ 0x1f442, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "ear_tone2", new String( new int[]{ 0x1f442, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "ear_tone3", new String( new int[]{ 0x1f442, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "ear_tone4", new String( new int[]{ 0x1f442, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "ear_tone5", new String( new int[]{ 0x1f442, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "earth_africa", new String( new int[]{ 0x1f30d }, 0, 1 ) ); +// _addEntry( "earth_americas", new String( new int[]{ 0x1f30e }, 0, 1 ) ); +// _addEntry( "earth_asia", new String( new int[]{ 0x1f30f }, 0, 1 ) ); +// _addEntry( "ec", new String( new int[]{ 0x1f1ea, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "ee", new String( new int[]{ 0x1f1ea, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "eg", new String( new int[]{ 0x1f1ea, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "egg", new String( new int[]{ 0x1f95a }, 0, 1 ) ); +// _addEntry( "eggplant", new String( new int[]{ 0x1f346 }, 0, 1 ) ); +// _addEntry( "eh", new String( new int[]{ 0x1f1ea, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "eight", new String( new int[]{ 0x0038, 0x20e3 }, 0, 2 ) ); +// _addEntry( "eight_pointed_black_star", new String( new int[]{ 0x2734 }, 0, 1 ) ); +// _addEntry( "eight_spoked_asterisk", new String( new int[]{ 0x2733 }, 0, 1 ) ); +// _addEntry( "eject", new String( new int[]{ 0x23cf }, 0, 1 ) ); +// _addEntry( "eject_symbol", new String( new int[]{ 0x23cf }, 0, 1 ) ); +// _addEntry( "electric_plug", new String( new int[]{ 0x1f50c }, 0, 1 ) ); +// _addEntry( "elephant", new String( new int[]{ 0x1f418 }, 0, 1 ) ); +// _addEntry( "email", new String( new int[]{ 0x1f4e7 }, 0, 1 ) ); +// _addEntry( "end", new String( new int[]{ 0x1f51a }, 0, 1 ) ); +// _addEntry( "envelope", new String( new int[]{ 0x2709 }, 0, 1 ) ); +// _addEntry( "envelope_with_arrow", new String( new int[]{ 0x1f4e9 }, 0, 1 ) ); +// _addEntry( "er", new String( new int[]{ 0x1f1ea, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "es", new String( new int[]{ 0x1f1ea, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "et", new String( new int[]{ 0x1f1ea, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "eu", new String( new int[]{ 0x1f1ea, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "euro", new String( new int[]{ 0x1f4b6 }, 0, 1 ) ); +// _addEntry( "european_castle", new String( new int[]{ 0x1f3f0 }, 0, 1 ) ); +// _addEntry( "european_post_office", new String( new int[]{ 0x1f3e4 }, 0, 1 ) ); +// _addEntry( "evergreen_tree", new String( new int[]{ 0x1f332 }, 0, 1 ) ); +// _addEntry( "exclamation", new String( new int[]{ 0x2757 }, 0, 1 ) ); +// _addEntry( "expecting_woman", new String( new int[]{ 0x1f930 }, 0, 1 ) ); +// _addEntry( "expecting_woman_tone1", new String( new int[]{ 0x1f930, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "expecting_woman_tone2", new String( new int[]{ 0x1f930, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "expecting_woman_tone3", new String( new int[]{ 0x1f930, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "expecting_woman_tone4", new String( new int[]{ 0x1f930, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "expecting_woman_tone5", new String( new int[]{ 0x1f930, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "expressionless", new String( new int[]{ 0x1f611 }, 0, 1 ) ); +// _addEntry( "eye", new String( new int[]{ 0x1f441 }, 0, 1 ) ); +// _addEntry( "eye_in_speech_bubble", new String( new int[]{ 0x1f441, 0x1f5e8 }, 0, 2 ) ); +// _addEntry( "eyeglasses", new String( new int[]{ 0x1f453 }, 0, 1 ) ); +// _addEntry( "eyes", new String( new int[]{ 0x1f440 }, 0, 1 ) ); +// _addEntry( "face_palm", new String( new int[]{ 0x1f926 }, 0, 1 ) ); +// _addEntry( "face_palm_tone1", new String( new int[]{ 0x1f926, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "face_palm_tone2", new String( new int[]{ 0x1f926, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "face_palm_tone3", new String( new int[]{ 0x1f926, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "face_palm_tone4", new String( new int[]{ 0x1f926, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "face_palm_tone5", new String( new int[]{ 0x1f926, 0x1f3ff }, 0, 2 ) ); +// } +// +// private static void init7(){ +// _addEntry( "face_with_cowboy_hat", new String( new int[]{ 0x1f920 }, 0, 1 ) ); +// _addEntry( "face_with_head_bandage", new String( new int[]{ 0x1f915 }, 0, 1 ) ); +// _addEntry( "face_with_rolling_eyes", new String( new int[]{ 0x1f644 }, 0, 1 ) ); +// _addEntry( "face_with_thermometer", new String( new int[]{ 0x1f912 }, 0, 1 ) ); +// _addEntry( "facepalm", new String( new int[]{ 0x1f926 }, 0, 1 ) ); +// _addEntry( "facepalm_tone1", new String( new int[]{ 0x1f926, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "facepalm_tone2", new String( new int[]{ 0x1f926, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "facepalm_tone3", new String( new int[]{ 0x1f926, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "facepalm_tone4", new String( new int[]{ 0x1f926, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "facepalm_tone5", new String( new int[]{ 0x1f926, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "factory", new String( new int[]{ 0x1f3ed }, 0, 1 ) ); +// _addEntry( "fallen_leaf", new String( new int[]{ 0x1f342 }, 0, 1 ) ); +// _addEntry( "family", new String( new int[]{ 0x1f46a }, 0, 1 ) ); +// _addEntry( "family_man_boy", new String( new int[]{ 0x1f468, 0x1f466 }, 0, 2 ) ); +// _addEntry( "family_man_boy_boy", new String( new int[]{ 0x1f468, 0x1f466, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_man_girl", new String( new int[]{ 0x1f468, 0x1f467 }, 0, 2 ) ); +// _addEntry( "family_man_girl_boy", new String( new int[]{ 0x1f468, 0x1f467, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_man_girl_girl", new String( new int[]{ 0x1f468, 0x1f467, 0x1f467 }, 0, 3 ) ); +// _addEntry( "family_man_woman_boy", new String( new int[]{ 0x1f468, 0x1f469, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_mmb", new String( new int[]{ 0x1f468, 0x1f468, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_mmbb", new String( new int[]{ 0x1f468, 0x1f468, 0x1f466, 0x1f466 }, 0, 4 ) ); +// _addEntry( "family_mmg", new String( new int[]{ 0x1f468, 0x1f468, 0x1f467 }, 0, 3 ) ); +// _addEntry( "family_mmgb", new String( new int[]{ 0x1f468, 0x1f468, 0x1f467, 0x1f466 }, 0, 4 ) ); +// _addEntry( "family_mmgg", new String( new int[]{ 0x1f468, 0x1f468, 0x1f467, 0x1f467 }, 0, 4 ) ); +// _addEntry( "family_mwbb", new String( new int[]{ 0x1f468, 0x1f469, 0x1f466, 0x1f466 }, 0, 4 ) ); +// _addEntry( "family_mwg", new String( new int[]{ 0x1f468, 0x1f469, 0x1f467 }, 0, 3 ) ); +// _addEntry( "family_mwgb", new String( new int[]{ 0x1f468, 0x1f469, 0x1f467, 0x1f466 }, 0, 4 ) ); +// _addEntry( "family_mwgg", new String( new int[]{ 0x1f468, 0x1f469, 0x1f467, 0x1f467 }, 0, 4 ) ); +// _addEntry( "family_woman_boy", new String( new int[]{ 0x1f469, 0x1f466 }, 0, 2 ) ); +// _addEntry( "family_woman_boy_boy", new String( new int[]{ 0x1f469, 0x1f466, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_woman_girl", new String( new int[]{ 0x1f469, 0x1f467 }, 0, 2 ) ); +// _addEntry( "family_woman_girl_boy", new String( new int[]{ 0x1f469, 0x1f467, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_woman_girl_girl", new String( new int[]{ 0x1f469, 0x1f467, 0x1f467 }, 0, 3 ) ); +// _addEntry( "family_wwb", new String( new int[]{ 0x1f469, 0x1f469, 0x1f466 }, 0, 3 ) ); +// _addEntry( "family_wwbb", new String( new int[]{ 0x1f469, 0x1f469, 0x1f466, 0x1f466 }, 0, 4 ) ); +// _addEntry( "family_wwg", new String( new int[]{ 0x1f469, 0x1f469, 0x1f467 }, 0, 3 ) ); +// _addEntry( "family_wwgb", new String( new int[]{ 0x1f469, 0x1f469, 0x1f467, 0x1f466 }, 0, 4 ) ); +// _addEntry( "family_wwgg", new String( new int[]{ 0x1f469, 0x1f469, 0x1f467, 0x1f467 }, 0, 4 ) ); +// _addEntry( "fast_forward", new String( new int[]{ 0x23e9 }, 0, 1 ) ); +// _addEntry( "fax", new String( new int[]{ 0x1f4e0 }, 0, 1 ) ); +// _addEntry( "fearful", new String( new int[]{ 0x1f628 }, 0, 1 ) ); +// _addEntry( "feet", new String( new int[]{ 0x1f43e }, 0, 1 ) ); +// _addEntry( "female_sign", new String( new int[]{ 0x2640 }, 0, 1 ) ); +// _addEntry( "fencer", new String( new int[]{ 0x1f93a }, 0, 1 ) ); +// _addEntry( "fencing", new String( new int[]{ 0x1f93a }, 0, 1 ) ); +// _addEntry( "ferris_wheel", new String( new int[]{ 0x1f3a1 }, 0, 1 ) ); +// _addEntry( "ferry", new String( new int[]{ 0x26f4 }, 0, 1 ) ); +// _addEntry( "fi", new String( new int[]{ 0x1f1eb, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "field_hockey", new String( new int[]{ 0x1f3d1 }, 0, 1 ) ); +// _addEntry( "file_cabinet", new String( new int[]{ 0x1f5c4 }, 0, 1 ) ); +// _addEntry( "file_folder", new String( new int[]{ 0x1f4c1 }, 0, 1 ) ); +// _addEntry( "film_frames", new String( new int[]{ 0x1f39e }, 0, 1 ) ); +// _addEntry( "film_projector", new String( new int[]{ 0x1f4fd }, 0, 1 ) ); +// _addEntry( "fingers_crossed", new String( new int[]{ 0x1f91e }, 0, 1 ) ); +// _addEntry( "fingers_crossed_tone1", new String( new int[]{ 0x1f91e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "fingers_crossed_tone2", new String( new int[]{ 0x1f91e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "fingers_crossed_tone3", new String( new int[]{ 0x1f91e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "fingers_crossed_tone4", new String( new int[]{ 0x1f91e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "fingers_crossed_tone5", new String( new int[]{ 0x1f91e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "fire", new String( new int[]{ 0x1f525 }, 0, 1 ) ); +// _addEntry( "fire_engine", new String( new int[]{ 0x1f692 }, 0, 1 ) ); +// _addEntry( "fireworks", new String( new int[]{ 0x1f386 }, 0, 1 ) ); +// _addEntry( "first_place", new String( new int[]{ 0x1f947 }, 0, 1 ) ); +// _addEntry( "first_place_medal", new String( new int[]{ 0x1f947 }, 0, 1 ) ); +// _addEntry( "first_quarter_moon", new String( new int[]{ 0x1f313 }, 0, 1 ) ); +// _addEntry( "first_quarter_moon_with_face", new String( new int[]{ 0x1f31b }, 0, 1 ) ); +// _addEntry( "fish", new String( new int[]{ 0x1f41f }, 0, 1 ) ); +// _addEntry( "fish_cake", new String( new int[]{ 0x1f365 }, 0, 1 ) ); +// _addEntry( "fishing_pole_and_fish", new String( new int[]{ 0x1f3a3 }, 0, 1 ) ); +// _addEntry( "fist", new String( new int[]{ 0x270a }, 0, 1 ) ); +// _addEntry( "fist_tone1", new String( new int[]{ 0x270a, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "fist_tone2", new String( new int[]{ 0x270a, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "fist_tone3", new String( new int[]{ 0x270a, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "fist_tone4", new String( new int[]{ 0x270a, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "fist_tone5", new String( new int[]{ 0x270a, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "five", new String( new int[]{ 0x0035, 0x20e3 }, 0, 2 ) ); +// _addEntry( "fj", new String( new int[]{ 0x1f1eb, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "fk", new String( new int[]{ 0x1f1eb, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_ac", new String( new int[]{ 0x1f1e6, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_ad", new String( new int[]{ 0x1f1e6, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_ae", new String( new int[]{ 0x1f1e6, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_af", new String( new int[]{ 0x1f1e6, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_ag", new String( new int[]{ 0x1f1e6, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_ai", new String( new int[]{ 0x1f1e6, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_al", new String( new int[]{ 0x1f1e6, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_am", new String( new int[]{ 0x1f1e6, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_ao", new String( new int[]{ 0x1f1e6, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_aq", new String( new int[]{ 0x1f1e6, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "flag_ar", new String( new int[]{ 0x1f1e6, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_as", new String( new int[]{ 0x1f1e6, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_at", new String( new int[]{ 0x1f1e6, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_au", new String( new int[]{ 0x1f1e6, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_aw", new String( new int[]{ 0x1f1e6, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_ax", new String( new int[]{ 0x1f1e6, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "flag_az", new String( new int[]{ 0x1f1e6, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_ba", new String( new int[]{ 0x1f1e7, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_bb", new String( new int[]{ 0x1f1e7, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "flag_bd", new String( new int[]{ 0x1f1e7, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_be", new String( new int[]{ 0x1f1e7, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_bf", new String( new int[]{ 0x1f1e7, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_bg", new String( new int[]{ 0x1f1e7, 0x1f1ec }, 0, 2 ) ); +// } +// +// private static void init8(){ +// _addEntry( "flag_bh", new String( new int[]{ 0x1f1e7, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_bi", new String( new int[]{ 0x1f1e7, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_bj", new String( new int[]{ 0x1f1e7, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "flag_bl", new String( new int[]{ 0x1f1e7, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_black", new String( new int[]{ 0x1f3f4 }, 0, 1 ) ); +// _addEntry( "flag_bm", new String( new int[]{ 0x1f1e7, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_bn", new String( new int[]{ 0x1f1e7, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_bo", new String( new int[]{ 0x1f1e7, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_bq", new String( new int[]{ 0x1f1e7, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "flag_br", new String( new int[]{ 0x1f1e7, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_bs", new String( new int[]{ 0x1f1e7, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_bt", new String( new int[]{ 0x1f1e7, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_bv", new String( new int[]{ 0x1f1e7, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "flag_bw", new String( new int[]{ 0x1f1e7, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_by", new String( new int[]{ 0x1f1e7, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_bz", new String( new int[]{ 0x1f1e7, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_ca", new String( new int[]{ 0x1f1e8, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_cc", new String( new int[]{ 0x1f1e8, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_cd", new String( new int[]{ 0x1f1e8, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_cf", new String( new int[]{ 0x1f1e8, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_cg", new String( new int[]{ 0x1f1e8, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_ch", new String( new int[]{ 0x1f1e8, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_ci", new String( new int[]{ 0x1f1e8, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_ck", new String( new int[]{ 0x1f1e8, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_cl", new String( new int[]{ 0x1f1e8, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_cm", new String( new int[]{ 0x1f1e8, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_cn", new String( new int[]{ 0x1f1e8, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_co", new String( new int[]{ 0x1f1e8, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_cp", new String( new int[]{ 0x1f1e8, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "flag_cr", new String( new int[]{ 0x1f1e8, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_cu", new String( new int[]{ 0x1f1e8, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_cv", new String( new int[]{ 0x1f1e8, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "flag_cw", new String( new int[]{ 0x1f1e8, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_cx", new String( new int[]{ 0x1f1e8, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "flag_cy", new String( new int[]{ 0x1f1e8, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_cz", new String( new int[]{ 0x1f1e8, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_de", new String( new int[]{ 0x1f1e9, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_dg", new String( new int[]{ 0x1f1e9, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_dj", new String( new int[]{ 0x1f1e9, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "flag_dk", new String( new int[]{ 0x1f1e9, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_dm", new String( new int[]{ 0x1f1e9, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_do", new String( new int[]{ 0x1f1e9, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_dz", new String( new int[]{ 0x1f1e9, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_ea", new String( new int[]{ 0x1f1ea, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_ec", new String( new int[]{ 0x1f1ea, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_ee", new String( new int[]{ 0x1f1ea, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_eg", new String( new int[]{ 0x1f1ea, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_eh", new String( new int[]{ 0x1f1ea, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_er", new String( new int[]{ 0x1f1ea, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_es", new String( new int[]{ 0x1f1ea, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_et", new String( new int[]{ 0x1f1ea, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_eu", new String( new int[]{ 0x1f1ea, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_fi", new String( new int[]{ 0x1f1eb, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_fj", new String( new int[]{ 0x1f1eb, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "flag_fk", new String( new int[]{ 0x1f1eb, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_fm", new String( new int[]{ 0x1f1eb, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_fo", new String( new int[]{ 0x1f1eb, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_fr", new String( new int[]{ 0x1f1eb, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_ga", new String( new int[]{ 0x1f1ec, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_gb", new String( new int[]{ 0x1f1ec, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "flag_gd", new String( new int[]{ 0x1f1ec, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_ge", new String( new int[]{ 0x1f1ec, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_gf", new String( new int[]{ 0x1f1ec, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_gg", new String( new int[]{ 0x1f1ec, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_gh", new String( new int[]{ 0x1f1ec, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_gi", new String( new int[]{ 0x1f1ec, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_gl", new String( new int[]{ 0x1f1ec, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_gm", new String( new int[]{ 0x1f1ec, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_gn", new String( new int[]{ 0x1f1ec, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_gp", new String( new int[]{ 0x1f1ec, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "flag_gq", new String( new int[]{ 0x1f1ec, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "flag_gr", new String( new int[]{ 0x1f1ec, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_gs", new String( new int[]{ 0x1f1ec, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_gt", new String( new int[]{ 0x1f1ec, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_gu", new String( new int[]{ 0x1f1ec, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_gw", new String( new int[]{ 0x1f1ec, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_gy", new String( new int[]{ 0x1f1ec, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_hk", new String( new int[]{ 0x1f1ed, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_hm", new String( new int[]{ 0x1f1ed, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_hn", new String( new int[]{ 0x1f1ed, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_hr", new String( new int[]{ 0x1f1ed, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_ht", new String( new int[]{ 0x1f1ed, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_hu", new String( new int[]{ 0x1f1ed, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_ic", new String( new int[]{ 0x1f1ee, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_id", new String( new int[]{ 0x1f1ee, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_ie", new String( new int[]{ 0x1f1ee, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_il", new String( new int[]{ 0x1f1ee, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_im", new String( new int[]{ 0x1f1ee, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_in", new String( new int[]{ 0x1f1ee, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_io", new String( new int[]{ 0x1f1ee, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_iq", new String( new int[]{ 0x1f1ee, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "flag_ir", new String( new int[]{ 0x1f1ee, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_is", new String( new int[]{ 0x1f1ee, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_it", new String( new int[]{ 0x1f1ee, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_je", new String( new int[]{ 0x1f1ef, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_jm", new String( new int[]{ 0x1f1ef, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_jo", new String( new int[]{ 0x1f1ef, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_jp", new String( new int[]{ 0x1f1ef, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "flag_ke", new String( new int[]{ 0x1f1f0, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_kg", new String( new int[]{ 0x1f1f0, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_kh", new String( new int[]{ 0x1f1f0, 0x1f1ed }, 0, 2 ) ); +// } +// +// private static void init9(){ +// _addEntry( "flag_ki", new String( new int[]{ 0x1f1f0, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_km", new String( new int[]{ 0x1f1f0, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_kn", new String( new int[]{ 0x1f1f0, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_kp", new String( new int[]{ 0x1f1f0, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "flag_kr", new String( new int[]{ 0x1f1f0, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_kw", new String( new int[]{ 0x1f1f0, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_ky", new String( new int[]{ 0x1f1f0, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_kz", new String( new int[]{ 0x1f1f0, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_la", new String( new int[]{ 0x1f1f1, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_lb", new String( new int[]{ 0x1f1f1, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "flag_lc", new String( new int[]{ 0x1f1f1, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_li", new String( new int[]{ 0x1f1f1, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_lk", new String( new int[]{ 0x1f1f1, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_lr", new String( new int[]{ 0x1f1f1, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_ls", new String( new int[]{ 0x1f1f1, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_lt", new String( new int[]{ 0x1f1f1, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_lu", new String( new int[]{ 0x1f1f1, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_lv", new String( new int[]{ 0x1f1f1, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "flag_ly", new String( new int[]{ 0x1f1f1, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_ma", new String( new int[]{ 0x1f1f2, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_mc", new String( new int[]{ 0x1f1f2, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_md", new String( new int[]{ 0x1f1f2, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_me", new String( new int[]{ 0x1f1f2, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_mf", new String( new int[]{ 0x1f1f2, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_mg", new String( new int[]{ 0x1f1f2, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_mh", new String( new int[]{ 0x1f1f2, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_mk", new String( new int[]{ 0x1f1f2, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_ml", new String( new int[]{ 0x1f1f2, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_mm", new String( new int[]{ 0x1f1f2, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_mn", new String( new int[]{ 0x1f1f2, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_mo", new String( new int[]{ 0x1f1f2, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_mp", new String( new int[]{ 0x1f1f2, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "flag_mq", new String( new int[]{ 0x1f1f2, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "flag_mr", new String( new int[]{ 0x1f1f2, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_ms", new String( new int[]{ 0x1f1f2, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_mt", new String( new int[]{ 0x1f1f2, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_mu", new String( new int[]{ 0x1f1f2, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_mv", new String( new int[]{ 0x1f1f2, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "flag_mw", new String( new int[]{ 0x1f1f2, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_mx", new String( new int[]{ 0x1f1f2, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "flag_my", new String( new int[]{ 0x1f1f2, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_mz", new String( new int[]{ 0x1f1f2, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_na", new String( new int[]{ 0x1f1f3, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_nc", new String( new int[]{ 0x1f1f3, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_ne", new String( new int[]{ 0x1f1f3, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_nf", new String( new int[]{ 0x1f1f3, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_ng", new String( new int[]{ 0x1f1f3, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_ni", new String( new int[]{ 0x1f1f3, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_nl", new String( new int[]{ 0x1f1f3, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_no", new String( new int[]{ 0x1f1f3, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_np", new String( new int[]{ 0x1f1f3, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "flag_nr", new String( new int[]{ 0x1f1f3, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_nu", new String( new int[]{ 0x1f1f3, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_nz", new String( new int[]{ 0x1f1f3, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_om", new String( new int[]{ 0x1f1f4, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_pa", new String( new int[]{ 0x1f1f5, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_pe", new String( new int[]{ 0x1f1f5, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_pf", new String( new int[]{ 0x1f1f5, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_pg", new String( new int[]{ 0x1f1f5, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_ph", new String( new int[]{ 0x1f1f5, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_pk", new String( new int[]{ 0x1f1f5, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_pl", new String( new int[]{ 0x1f1f5, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_pm", new String( new int[]{ 0x1f1f5, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_pn", new String( new int[]{ 0x1f1f5, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_pr", new String( new int[]{ 0x1f1f5, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_ps", new String( new int[]{ 0x1f1f5, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_pt", new String( new int[]{ 0x1f1f5, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_pw", new String( new int[]{ 0x1f1f5, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_py", new String( new int[]{ 0x1f1f5, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_qa", new String( new int[]{ 0x1f1f6, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_re", new String( new int[]{ 0x1f1f7, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_ro", new String( new int[]{ 0x1f1f7, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_rs", new String( new int[]{ 0x1f1f7, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_ru", new String( new int[]{ 0x1f1f7, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_rw", new String( new int[]{ 0x1f1f7, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_sa", new String( new int[]{ 0x1f1f8, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_sb", new String( new int[]{ 0x1f1f8, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "flag_sc", new String( new int[]{ 0x1f1f8, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_sd", new String( new int[]{ 0x1f1f8, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_se", new String( new int[]{ 0x1f1f8, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_sg", new String( new int[]{ 0x1f1f8, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_sh", new String( new int[]{ 0x1f1f8, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_si", new String( new int[]{ 0x1f1f8, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_sj", new String( new int[]{ 0x1f1f8, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "flag_sk", new String( new int[]{ 0x1f1f8, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_sl", new String( new int[]{ 0x1f1f8, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_sm", new String( new int[]{ 0x1f1f8, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_sn", new String( new int[]{ 0x1f1f8, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_so", new String( new int[]{ 0x1f1f8, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_sr", new String( new int[]{ 0x1f1f8, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_ss", new String( new int[]{ 0x1f1f8, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_st", new String( new int[]{ 0x1f1f8, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_sv", new String( new int[]{ 0x1f1f8, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "flag_sx", new String( new int[]{ 0x1f1f8, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "flag_sy", new String( new int[]{ 0x1f1f8, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_sz", new String( new int[]{ 0x1f1f8, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_ta", new String( new int[]{ 0x1f1f9, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_tc", new String( new int[]{ 0x1f1f9, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_td", new String( new int[]{ 0x1f1f9, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "flag_tf", new String( new int[]{ 0x1f1f9, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_tg", new String( new int[]{ 0x1f1f9, 0x1f1ec }, 0, 2 ) ); +// } +// +// private static void init10(){ +// _addEntry( "flag_th", new String( new int[]{ 0x1f1f9, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "flag_tj", new String( new int[]{ 0x1f1f9, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "flag_tk", new String( new int[]{ 0x1f1f9, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_tl", new String( new int[]{ 0x1f1f9, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "flag_tm", new String( new int[]{ 0x1f1f9, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_tn", new String( new int[]{ 0x1f1f9, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_to", new String( new int[]{ 0x1f1f9, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "flag_tr", new String( new int[]{ 0x1f1f9, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "flag_tt", new String( new int[]{ 0x1f1f9, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_tv", new String( new int[]{ 0x1f1f9, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "flag_tw", new String( new int[]{ 0x1f1f9, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flag_tz", new String( new int[]{ 0x1f1f9, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_ua", new String( new int[]{ 0x1f1fa, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_ug", new String( new int[]{ 0x1f1fa, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_um", new String( new int[]{ 0x1f1fa, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_us", new String( new int[]{ 0x1f1fa, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_uy", new String( new int[]{ 0x1f1fa, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "flag_uz", new String( new int[]{ 0x1f1fa, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "flag_va", new String( new int[]{ 0x1f1fb, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_vc", new String( new int[]{ 0x1f1fb, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "flag_ve", new String( new int[]{ 0x1f1fb, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_vg", new String( new int[]{ 0x1f1fb, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "flag_vi", new String( new int[]{ 0x1f1fb, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "flag_vn", new String( new int[]{ 0x1f1fb, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "flag_vu", new String( new int[]{ 0x1f1fb, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "flag_wf", new String( new int[]{ 0x1f1fc, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "flag_white", new String( new int[]{ 0x1f3f3 }, 0, 1 ) ); +// _addEntry( "flag_ws", new String( new int[]{ 0x1f1fc, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "flag_xk", new String( new int[]{ 0x1f1fd, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "flag_ye", new String( new int[]{ 0x1f1fe, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "flag_yt", new String( new int[]{ 0x1f1fe, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "flag_za", new String( new int[]{ 0x1f1ff, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "flag_zm", new String( new int[]{ 0x1f1ff, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "flag_zw", new String( new int[]{ 0x1f1ff, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "flags", new String( new int[]{ 0x1f38f }, 0, 1 ) ); +// _addEntry( "flame", new String( new int[]{ 0x1f525 }, 0, 1 ) ); +// _addEntry( "flan", new String( new int[]{ 0x1f36e }, 0, 1 ) ); +// _addEntry( "flashlight", new String( new int[]{ 0x1f526 }, 0, 1 ) ); +// _addEntry( "fleur-de-lis", new String( new int[]{ 0x269c }, 0, 1 ) ); +// _addEntry( "floppy_disk", new String( new int[]{ 0x1f4be }, 0, 1 ) ); +// _addEntry( "flower_playing_cards", new String( new int[]{ 0x1f3b4 }, 0, 1 ) ); +// _addEntry( "flushed", new String( new int[]{ 0x1f633 }, 0, 1 ) ); +// _addEntry( "fm", new String( new int[]{ 0x1f1eb, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "fo", new String( new int[]{ 0x1f1eb, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "fog", new String( new int[]{ 0x1f32b }, 0, 1 ) ); +// _addEntry( "foggy", new String( new int[]{ 0x1f301 }, 0, 1 ) ); +// _addEntry( "football", new String( new int[]{ 0x1f3c8 }, 0, 1 ) ); +// _addEntry( "footprints", new String( new int[]{ 0x1f463 }, 0, 1 ) ); +// _addEntry( "fork_and_knife", new String( new int[]{ 0x1f374 }, 0, 1 ) ); +// _addEntry( "fork_and_knife_with_plate", new String( new int[]{ 0x1f37d }, 0, 1 ) ); +// _addEntry( "fork_knife_plate", new String( new int[]{ 0x1f37d }, 0, 1 ) ); +// _addEntry( "fountain", new String( new int[]{ 0x26f2 }, 0, 1 ) ); +// _addEntry( "four", new String( new int[]{ 0x0034, 0x20e3 }, 0, 2 ) ); +// _addEntry( "four_leaf_clover", new String( new int[]{ 0x1f340 }, 0, 1 ) ); +// _addEntry( "fox", new String( new int[]{ 0x1f98a }, 0, 1 ) ); +// _addEntry( "fox_face", new String( new int[]{ 0x1f98a }, 0, 1 ) ); +// _addEntry( "fr", new String( new int[]{ 0x1f1eb, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "frame_photo", new String( new int[]{ 0x1f5bc }, 0, 1 ) ); +// _addEntry( "frame_with_picture", new String( new int[]{ 0x1f5bc }, 0, 1 ) ); +// _addEntry( "free", new String( new int[]{ 0x1f193 }, 0, 1 ) ); +// _addEntry( "french_bread", new String( new int[]{ 0x1f956 }, 0, 1 ) ); +// _addEntry( "fried_shrimp", new String( new int[]{ 0x1f364 }, 0, 1 ) ); +// _addEntry( "fries", new String( new int[]{ 0x1f35f }, 0, 1 ) ); +// _addEntry( "frog", new String( new int[]{ 0x1f438 }, 0, 1 ) ); +// _addEntry( "frowning", new String( new int[]{ 0x1f626 }, 0, 1 ) ); +// _addEntry( "frowning2", new String( new int[]{ 0x2639 }, 0, 1 ) ); +// _addEntry( "fuelpump", new String( new int[]{ 0x26fd }, 0, 1 ) ); +// _addEntry( "full_moon", new String( new int[]{ 0x1f315 }, 0, 1 ) ); +// _addEntry( "full_moon_with_face", new String( new int[]{ 0x1f31d }, 0, 1 ) ); +// _addEntry( "funeral_urn", new String( new int[]{ 0x26b1 }, 0, 1 ) ); +// _addEntry( "ga", new String( new int[]{ 0x1f1ec, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "game_die", new String( new int[]{ 0x1f3b2 }, 0, 1 ) ); +// _addEntry( "gay_pride_flag", new String( new int[]{ 0x1f3f3, 0x1f308 }, 0, 2 ) ); +// _addEntry( "gb", new String( new int[]{ 0x1f1ec, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "gd", new String( new int[]{ 0x1f1ec, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "ge", new String( new int[]{ 0x1f1ec, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "gear", new String( new int[]{ 0x2699 }, 0, 1 ) ); +// _addEntry( "gem", new String( new int[]{ 0x1f48e }, 0, 1 ) ); +// _addEntry( "gemini", new String( new int[]{ 0x264a }, 0, 1 ) ); +// _addEntry( "gf", new String( new int[]{ 0x1f1ec, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "gg", new String( new int[]{ 0x1f1ec, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "gh", new String( new int[]{ 0x1f1ec, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "ghost", new String( new int[]{ 0x1f47b }, 0, 1 ) ); +// _addEntry( "gi", new String( new int[]{ 0x1f1ec, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "gift", new String( new int[]{ 0x1f381 }, 0, 1 ) ); +// _addEntry( "gift_heart", new String( new int[]{ 0x1f49d }, 0, 1 ) ); +// _addEntry( "girl", new String( new int[]{ 0x1f467 }, 0, 1 ) ); +// _addEntry( "girl_tone1", new String( new int[]{ 0x1f467, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "girl_tone2", new String( new int[]{ 0x1f467, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "girl_tone3", new String( new int[]{ 0x1f467, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "girl_tone4", new String( new int[]{ 0x1f467, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "girl_tone5", new String( new int[]{ 0x1f467, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "gl", new String( new int[]{ 0x1f1ec, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "glass_of_milk", new String( new int[]{ 0x1f95b }, 0, 1 ) ); +// _addEntry( "globe_with_meridians", new String( new int[]{ 0x1f310 }, 0, 1 ) ); +// _addEntry( "gm", new String( new int[]{ 0x1f1ec, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "gn", new String( new int[]{ 0x1f1ec, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "goal", new String( new int[]{ 0x1f945 }, 0, 1 ) ); +// _addEntry( "goal_net", new String( new int[]{ 0x1f945 }, 0, 1 ) ); +// _addEntry( "goat", new String( new int[]{ 0x1f410 }, 0, 1 ) ); +// _addEntry( "golf", new String( new int[]{ 0x26f3 }, 0, 1 ) ); +// } +// +// private static void init11(){ +// _addEntry( "golfer", new String( new int[]{ 0x1f3cc }, 0, 1 ) ); +// _addEntry( "gorilla", new String( new int[]{ 0x1f98d }, 0, 1 ) ); +// _addEntry( "gp", new String( new int[]{ 0x1f1ec, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "gq", new String( new int[]{ 0x1f1ec, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "gr", new String( new int[]{ 0x1f1ec, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "grandma", new String( new int[]{ 0x1f475 }, 0, 1 ) ); +// _addEntry( "grandma_tone1", new String( new int[]{ 0x1f475, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "grandma_tone2", new String( new int[]{ 0x1f475, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "grandma_tone3", new String( new int[]{ 0x1f475, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "grandma_tone4", new String( new int[]{ 0x1f475, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "grandma_tone5", new String( new int[]{ 0x1f475, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "grapes", new String( new int[]{ 0x1f347 }, 0, 1 ) ); +// _addEntry( "green_apple", new String( new int[]{ 0x1f34f }, 0, 1 ) ); +// _addEntry( "green_book", new String( new int[]{ 0x1f4d7 }, 0, 1 ) ); +// _addEntry( "green_heart", new String( new int[]{ 0x1f49a }, 0, 1 ) ); +// _addEntry( "green_salad", new String( new int[]{ 0x1f957 }, 0, 1 ) ); +// _addEntry( "grey_exclamation", new String( new int[]{ 0x2755 }, 0, 1 ) ); +// _addEntry( "grey_question", new String( new int[]{ 0x2754 }, 0, 1 ) ); +// _addEntry( "grimacing", new String( new int[]{ 0x1f62c }, 0, 1 ) ); +// _addEntry( "grin", new String( new int[]{ 0x1f601 }, 0, 1 ) ); +// _addEntry( "grinning", new String( new int[]{ 0x1f600 }, 0, 1 ) ); +// _addEntry( "gs", new String( new int[]{ 0x1f1ec, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "gt", new String( new int[]{ 0x1f1ec, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "gu", new String( new int[]{ 0x1f1ec, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "guardsman", new String( new int[]{ 0x1f482 }, 0, 1 ) ); +// _addEntry( "guardsman_tone1", new String( new int[]{ 0x1f482, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "guardsman_tone2", new String( new int[]{ 0x1f482, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "guardsman_tone3", new String( new int[]{ 0x1f482, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "guardsman_tone4", new String( new int[]{ 0x1f482, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "guardsman_tone5", new String( new int[]{ 0x1f482, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "guitar", new String( new int[]{ 0x1f3b8 }, 0, 1 ) ); +// _addEntry( "gun", new String( new int[]{ 0x1f52b }, 0, 1 ) ); +// _addEntry( "gw", new String( new int[]{ 0x1f1ec, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "gy", new String( new int[]{ 0x1f1ec, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "haircut", new String( new int[]{ 0x1f487 }, 0, 1 ) ); +// _addEntry( "haircut_tone1", new String( new int[]{ 0x1f487, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "haircut_tone2", new String( new int[]{ 0x1f487, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "haircut_tone3", new String( new int[]{ 0x1f487, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "haircut_tone4", new String( new int[]{ 0x1f487, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "haircut_tone5", new String( new int[]{ 0x1f487, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "hamburger", new String( new int[]{ 0x1f354 }, 0, 1 ) ); +// _addEntry( "hammer", new String( new int[]{ 0x1f528 }, 0, 1 ) ); +// _addEntry( "hammer_and_pick", new String( new int[]{ 0x2692 }, 0, 1 ) ); +// _addEntry( "hammer_and_wrench", new String( new int[]{ 0x1f6e0 }, 0, 1 ) ); +// _addEntry( "hammer_pick", new String( new int[]{ 0x2692 }, 0, 1 ) ); +// _addEntry( "hamster", new String( new int[]{ 0x1f439 }, 0, 1 ) ); +// _addEntry( "hand_splayed", new String( new int[]{ 0x1f590 }, 0, 1 ) ); +// _addEntry( "hand_splayed_tone1", new String( new int[]{ 0x1f590, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "hand_splayed_tone2", new String( new int[]{ 0x1f590, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "hand_splayed_tone3", new String( new int[]{ 0x1f590, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "hand_splayed_tone4", new String( new int[]{ 0x1f590, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "hand_splayed_tone5", new String( new int[]{ 0x1f590, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "hand_with_index_and_middle_finger_crossed", new String( new int[]{ 0x1f91e }, 0, 1 ) ); +// _addEntry( "hand_with_index_and_middle_fingers_crossed_tone1", new String( new int[]{ 0x1f91e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "hand_with_index_and_middle_fingers_crossed_tone2", new String( new int[]{ 0x1f91e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "hand_with_index_and_middle_fingers_crossed_tone3", new String( new int[]{ 0x1f91e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "hand_with_index_and_middle_fingers_crossed_tone4", new String( new int[]{ 0x1f91e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "hand_with_index_and_middle_fingers_crossed_tone5", new String( new int[]{ 0x1f91e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "handbag", new String( new int[]{ 0x1f45c }, 0, 1 ) ); +// _addEntry( "handball", new String( new int[]{ 0x1f93e }, 0, 1 ) ); +// _addEntry( "handball_tone1", new String( new int[]{ 0x1f93e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "handball_tone2", new String( new int[]{ 0x1f93e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "handball_tone3", new String( new int[]{ 0x1f93e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "handball_tone4", new String( new int[]{ 0x1f93e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "handball_tone5", new String( new int[]{ 0x1f93e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "handshake", new String( new int[]{ 0x1f91d }, 0, 1 ) ); +// _addEntry( "hankey", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); +// _addEntry( "hash", new String( new int[]{ 0x0023, 0x20e3 }, 0, 2 ) ); +// _addEntry( "hatched_chick", new String( new int[]{ 0x1f425 }, 0, 1 ) ); +// _addEntry( "hatching_chick", new String( new int[]{ 0x1f423 }, 0, 1 ) ); +// _addEntry( "head_bandage", new String( new int[]{ 0x1f915 }, 0, 1 ) ); +// _addEntry( "headphones", new String( new int[]{ 0x1f3a7 }, 0, 1 ) ); +// _addEntry( "hear_no_evil", new String( new int[]{ 0x1f649 }, 0, 1 ) ); +// _addEntry( "heart", new String( new int[]{ 0x2764 }, 0, 1 ) ); +// _addEntry( "heart_decoration", new String( new int[]{ 0x1f49f }, 0, 1 ) ); +// _addEntry( "heart_exclamation", new String( new int[]{ 0x2763 }, 0, 1 ) ); +// _addEntry( "heart_eyes", new String( new int[]{ 0x1f60d }, 0, 1 ) ); +// _addEntry( "heart_eyes_cat", new String( new int[]{ 0x1f63b }, 0, 1 ) ); +// _addEntry( "heartbeat", new String( new int[]{ 0x1f493 }, 0, 1 ) ); +// _addEntry( "heartpulse", new String( new int[]{ 0x1f497 }, 0, 1 ) ); +// _addEntry( "hearts", new String( new int[]{ 0x2665 }, 0, 1 ) ); +// _addEntry( "heavy_check_mark", new String( new int[]{ 0x2714 }, 0, 1 ) ); +// _addEntry( "heavy_division_sign", new String( new int[]{ 0x2797 }, 0, 1 ) ); +// _addEntry( "heavy_dollar_sign", new String( new int[]{ 0x1f4b2 }, 0, 1 ) ); +// _addEntry( "heavy_heart_exclamation_mark_ornament", new String( new int[]{ 0x2763 }, 0, 1 ) ); +// _addEntry( "heavy_minus_sign", new String( new int[]{ 0x2796 }, 0, 1 ) ); +// _addEntry( "heavy_multiplication_x", new String( new int[]{ 0x2716 }, 0, 1 ) ); +// _addEntry( "heavy_plus_sign", new String( new int[]{ 0x2795 }, 0, 1 ) ); +// _addEntry( "helicopter", new String( new int[]{ 0x1f681 }, 0, 1 ) ); +// _addEntry( "helmet_with_cross", new String( new int[]{ 0x26d1 }, 0, 1 ) ); +// _addEntry( "helmet_with_white_cross", new String( new int[]{ 0x26d1 }, 0, 1 ) ); +// _addEntry( "herb", new String( new int[]{ 0x1f33f }, 0, 1 ) ); +// _addEntry( "hibiscus", new String( new int[]{ 0x1f33a }, 0, 1 ) ); +// _addEntry( "high_brightness", new String( new int[]{ 0x1f506 }, 0, 1 ) ); +// _addEntry( "high_heel", new String( new int[]{ 0x1f460 }, 0, 1 ) ); +// _addEntry( "hk", new String( new int[]{ 0x1f1ed, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "hm", new String( new int[]{ 0x1f1ed, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "hn", new String( new int[]{ 0x1f1ed, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "hockey", new String( new int[]{ 0x1f3d2 }, 0, 1 ) ); +// _addEntry( "hole", new String( new int[]{ 0x1f573 }, 0, 1 ) ); +// _addEntry( "homes", new String( new int[]{ 0x1f3d8 }, 0, 1 ) ); +// } +// +// private static void init12(){ +// _addEntry( "honey_pot", new String( new int[]{ 0x1f36f }, 0, 1 ) ); +// _addEntry( "horse", new String( new int[]{ 0x1f434 }, 0, 1 ) ); +// _addEntry( "horse_racing", new String( new int[]{ 0x1f3c7 }, 0, 1 ) ); +// _addEntry( "horse_racing_tone1", new String( new int[]{ 0x1f3c7, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "horse_racing_tone2", new String( new int[]{ 0x1f3c7, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "horse_racing_tone3", new String( new int[]{ 0x1f3c7, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "horse_racing_tone4", new String( new int[]{ 0x1f3c7, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "horse_racing_tone5", new String( new int[]{ 0x1f3c7, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "hospital", new String( new int[]{ 0x1f3e5 }, 0, 1 ) ); +// _addEntry( "hot_dog", new String( new int[]{ 0x1f32d }, 0, 1 ) ); +// _addEntry( "hot_pepper", new String( new int[]{ 0x1f336 }, 0, 1 ) ); +// _addEntry( "hotdog", new String( new int[]{ 0x1f32d }, 0, 1 ) ); +// _addEntry( "hotel", new String( new int[]{ 0x1f3e8 }, 0, 1 ) ); +// _addEntry( "hotsprings", new String( new int[]{ 0x2668 }, 0, 1 ) ); +// _addEntry( "hourglass", new String( new int[]{ 0x231b }, 0, 1 ) ); +// _addEntry( "hourglass_flowing_sand", new String( new int[]{ 0x23f3 }, 0, 1 ) ); +// _addEntry( "house", new String( new int[]{ 0x1f3e0 }, 0, 1 ) ); +// _addEntry( "house_abandoned", new String( new int[]{ 0x1f3da }, 0, 1 ) ); +// _addEntry( "house_buildings", new String( new int[]{ 0x1f3d8 }, 0, 1 ) ); +// _addEntry( "house_with_garden", new String( new int[]{ 0x1f3e1 }, 0, 1 ) ); +// _addEntry( "hr", new String( new int[]{ 0x1f1ed, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "ht", new String( new int[]{ 0x1f1ed, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "hu", new String( new int[]{ 0x1f1ed, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "hugging", new String( new int[]{ 0x1f917 }, 0, 1 ) ); +// _addEntry( "hugging_face", new String( new int[]{ 0x1f917 }, 0, 1 ) ); +// _addEntry( "hushed", new String( new int[]{ 0x1f62f }, 0, 1 ) ); +// _addEntry( "ic", new String( new int[]{ 0x1f1ee, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "ice_cream", new String( new int[]{ 0x1f368 }, 0, 1 ) ); +// _addEntry( "ice_skate", new String( new int[]{ 0x26f8 }, 0, 1 ) ); +// _addEntry( "icecream", new String( new int[]{ 0x1f366 }, 0, 1 ) ); +// _addEntry( "id", new String( new int[]{ 0x1f194 }, 0, 1 ) ); +// _addEntry( "ideograph_advantage", new String( new int[]{ 0x1f250 }, 0, 1 ) ); +// _addEntry( "ie", new String( new int[]{ 0x1f1ee, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "il", new String( new int[]{ 0x1f1ee, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "im", new String( new int[]{ 0x1f1ee, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "imp", new String( new int[]{ 0x1f47f }, 0, 1 ) ); +// _addEntry( "in", new String( new int[]{ 0x1f1ee, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "inbox_tray", new String( new int[]{ 0x1f4e5 }, 0, 1 ) ); +// _addEntry( "incoming_envelope", new String( new int[]{ 0x1f4e8 }, 0, 1 ) ); +// _addEntry( "indonesia", new String( new int[]{ 0x1f1ee, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "information_desk_person", new String( new int[]{ 0x1f481 }, 0, 1 ) ); +// _addEntry( "information_desk_person_tone1", new String( new int[]{ 0x1f481, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "information_desk_person_tone2", new String( new int[]{ 0x1f481, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "information_desk_person_tone3", new String( new int[]{ 0x1f481, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "information_desk_person_tone4", new String( new int[]{ 0x1f481, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "information_desk_person_tone5", new String( new int[]{ 0x1f481, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "information_source", new String( new int[]{ 0x2139 }, 0, 1 ) ); +// _addEntry( "innocent", new String( new int[]{ 0x1f607 }, 0, 1 ) ); +// _addEntry( "interrobang", new String( new int[]{ 0x2049 }, 0, 1 ) ); +// _addEntry( "io", new String( new int[]{ 0x1f1ee, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "iphone", new String( new int[]{ 0x1f4f1 }, 0, 1 ) ); +// _addEntry( "iq", new String( new int[]{ 0x1f1ee, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "ir", new String( new int[]{ 0x1f1ee, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "is", new String( new int[]{ 0x1f1ee, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "island", new String( new int[]{ 0x1f3dd }, 0, 1 ) ); +// _addEntry( "it", new String( new int[]{ 0x1f1ee, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "izakaya_lantern", new String( new int[]{ 0x1f3ee }, 0, 1 ) ); +// _addEntry( "jack_o_lantern", new String( new int[]{ 0x1f383 }, 0, 1 ) ); +// _addEntry( "japan", new String( new int[]{ 0x1f5fe }, 0, 1 ) ); +// _addEntry( "japanese_castle", new String( new int[]{ 0x1f3ef }, 0, 1 ) ); +// _addEntry( "japanese_goblin", new String( new int[]{ 0x1f47a }, 0, 1 ) ); +// _addEntry( "japanese_ogre", new String( new int[]{ 0x1f479 }, 0, 1 ) ); +// _addEntry( "je", new String( new int[]{ 0x1f1ef, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "jeans", new String( new int[]{ 0x1f456 }, 0, 1 ) ); +// _addEntry( "jm", new String( new int[]{ 0x1f1ef, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "jo", new String( new int[]{ 0x1f1ef, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "joy", new String( new int[]{ 0x1f602 }, 0, 1 ) ); +// _addEntry( "joy_cat", new String( new int[]{ 0x1f639 }, 0, 1 ) ); +// _addEntry( "joystick", new String( new int[]{ 0x1f579 }, 0, 1 ) ); +// _addEntry( "jp", new String( new int[]{ 0x1f1ef, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "juggler", new String( new int[]{ 0x1f939 }, 0, 1 ) ); +// _addEntry( "juggler_tone1", new String( new int[]{ 0x1f939, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "juggler_tone2", new String( new int[]{ 0x1f939, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "juggler_tone3", new String( new int[]{ 0x1f939, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "juggler_tone4", new String( new int[]{ 0x1f939, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "juggler_tone5", new String( new int[]{ 0x1f939, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "juggling", new String( new int[]{ 0x1f939 }, 0, 1 ) ); +// _addEntry( "juggling_tone1", new String( new int[]{ 0x1f939, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "juggling_tone2", new String( new int[]{ 0x1f939, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "juggling_tone3", new String( new int[]{ 0x1f939, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "juggling_tone4", new String( new int[]{ 0x1f939, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "juggling_tone5", new String( new int[]{ 0x1f939, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "kaaba", new String( new int[]{ 0x1f54b }, 0, 1 ) ); +// _addEntry( "karate_uniform", new String( new int[]{ 0x1f94b }, 0, 1 ) ); +// _addEntry( "kayak", new String( new int[]{ 0x1f6f6 }, 0, 1 ) ); +// _addEntry( "ke", new String( new int[]{ 0x1f1f0, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "key", new String( new int[]{ 0x1f511 }, 0, 1 ) ); +// _addEntry( "key2", new String( new int[]{ 0x1f5dd }, 0, 1 ) ); +// _addEntry( "keyboard", new String( new int[]{ 0x2328 }, 0, 1 ) ); +// _addEntry( "keycap_asterisk", new String( new int[]{ 0x002a, 0x20e3 }, 0, 2 ) ); +// _addEntry( "keycap_ten", new String( new int[]{ 0x1f51f }, 0, 1 ) ); +// _addEntry( "kg", new String( new int[]{ 0x1f1f0, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "kh", new String( new int[]{ 0x1f1f0, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "ki", new String( new int[]{ 0x1f1f0, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "kimono", new String( new int[]{ 0x1f458 }, 0, 1 ) ); +// _addEntry( "kiss", new String( new int[]{ 0x1f48b }, 0, 1 ) ); +// _addEntry( "kiss_mm", new String( new int[]{ 0x1f468, 0x2764, 0x1f48b, 0x1f468 }, 0, 4 ) ); +// _addEntry( "kiss_woman_man", new String( new int[]{ 0x1f469, 0x2764, 0x1f48b, 0x1f468 }, 0, 4 ) ); +// _addEntry( "kiss_ww", new String( new int[]{ 0x1f469, 0x2764, 0x1f48b, 0x1f469 }, 0, 4 ) ); +// _addEntry( "kissing", new String( new int[]{ 0x1f617 }, 0, 1 ) ); +// _addEntry( "kissing_cat", new String( new int[]{ 0x1f63d }, 0, 1 ) ); +// } +// +// private static void init13(){ +// _addEntry( "kissing_closed_eyes", new String( new int[]{ 0x1f61a }, 0, 1 ) ); +// _addEntry( "kissing_heart", new String( new int[]{ 0x1f618 }, 0, 1 ) ); +// _addEntry( "kissing_smiling_eyes", new String( new int[]{ 0x1f619 }, 0, 1 ) ); +// _addEntry( "kiwi", new String( new int[]{ 0x1f95d }, 0, 1 ) ); +// _addEntry( "kiwifruit", new String( new int[]{ 0x1f95d }, 0, 1 ) ); +// _addEntry( "km", new String( new int[]{ 0x1f1f0, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "kn", new String( new int[]{ 0x1f1f0, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "knife", new String( new int[]{ 0x1f52a }, 0, 1 ) ); +// _addEntry( "koala", new String( new int[]{ 0x1f428 }, 0, 1 ) ); +// _addEntry( "koko", new String( new int[]{ 0x1f201 }, 0, 1 ) ); +// _addEntry( "kp", new String( new int[]{ 0x1f1f0, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "kr", new String( new int[]{ 0x1f1f0, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "kw", new String( new int[]{ 0x1f1f0, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "ky", new String( new int[]{ 0x1f1f0, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "kz", new String( new int[]{ 0x1f1f0, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "la", new String( new int[]{ 0x1f1f1, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "label", new String( new int[]{ 0x1f3f7 }, 0, 1 ) ); +// _addEntry( "large_blue_diamond", new String( new int[]{ 0x1f537 }, 0, 1 ) ); +// _addEntry( "large_orange_diamond", new String( new int[]{ 0x1f536 }, 0, 1 ) ); +// _addEntry( "last_quarter_moon", new String( new int[]{ 0x1f317 }, 0, 1 ) ); +// _addEntry( "last_quarter_moon_with_face", new String( new int[]{ 0x1f31c }, 0, 1 ) ); +// _addEntry( "latin_cross", new String( new int[]{ 0x271d }, 0, 1 ) ); +// _addEntry( "laughing", new String( new int[]{ 0x1f606 }, 0, 1 ) ); +// _addEntry( "lb", new String( new int[]{ 0x1f1f1, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "lc", new String( new int[]{ 0x1f1f1, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "leaves", new String( new int[]{ 0x1f343 }, 0, 1 ) ); +// _addEntry( "ledger", new String( new int[]{ 0x1f4d2 }, 0, 1 ) ); +// _addEntry( "left_facing_fist", new String( new int[]{ 0x1f91b }, 0, 1 ) ); +// _addEntry( "left_facing_fist_tone1", new String( new int[]{ 0x1f91b, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "left_facing_fist_tone2", new String( new int[]{ 0x1f91b, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "left_facing_fist_tone3", new String( new int[]{ 0x1f91b, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "left_facing_fist_tone4", new String( new int[]{ 0x1f91b, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "left_facing_fist_tone5", new String( new int[]{ 0x1f91b, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "left_fist", new String( new int[]{ 0x1f91b }, 0, 1 ) ); +// _addEntry( "left_fist_tone1", new String( new int[]{ 0x1f91b, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "left_fist_tone2", new String( new int[]{ 0x1f91b, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "left_fist_tone3", new String( new int[]{ 0x1f91b, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "left_fist_tone4", new String( new int[]{ 0x1f91b, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "left_fist_tone5", new String( new int[]{ 0x1f91b, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "left_luggage", new String( new int[]{ 0x1f6c5 }, 0, 1 ) ); +// _addEntry( "left_right_arrow", new String( new int[]{ 0x2194 }, 0, 1 ) ); +// _addEntry( "left_speech_bubble", new String( new int[]{ 0x1f5e8 }, 0, 1 ) ); +// _addEntry( "leftwards_arrow_with_hook", new String( new int[]{ 0x21a9 }, 0, 1 ) ); +// _addEntry( "lemon", new String( new int[]{ 0x1f34b }, 0, 1 ) ); +// _addEntry( "leo", new String( new int[]{ 0x264c }, 0, 1 ) ); +// _addEntry( "leopard", new String( new int[]{ 0x1f406 }, 0, 1 ) ); +// _addEntry( "level_slider", new String( new int[]{ 0x1f39a }, 0, 1 ) ); +// _addEntry( "levitate", new String( new int[]{ 0x1f574 }, 0, 1 ) ); +// _addEntry( "li", new String( new int[]{ 0x1f1f1, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "liar", new String( new int[]{ 0x1f925 }, 0, 1 ) ); +// _addEntry( "libra", new String( new int[]{ 0x264e }, 0, 1 ) ); +// _addEntry( "lifter", new String( new int[]{ 0x1f3cb }, 0, 1 ) ); +// _addEntry( "lifter_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "lifter_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "lifter_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "lifter_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "lifter_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "light_rail", new String( new int[]{ 0x1f688 }, 0, 1 ) ); +// _addEntry( "link", new String( new int[]{ 0x1f517 }, 0, 1 ) ); +// _addEntry( "linked_paperclips", new String( new int[]{ 0x1f587 }, 0, 1 ) ); +// _addEntry( "lion", new String( new int[]{ 0x1f981 }, 0, 1 ) ); +// _addEntry( "lion_face", new String( new int[]{ 0x1f981 }, 0, 1 ) ); +// _addEntry( "lips", new String( new int[]{ 0x1f444 }, 0, 1 ) ); +// _addEntry( "lipstick", new String( new int[]{ 0x1f484 }, 0, 1 ) ); +// _addEntry( "lizard", new String( new int[]{ 0x1f98e }, 0, 1 ) ); +// _addEntry( "lk", new String( new int[]{ 0x1f1f1, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "lock", new String( new int[]{ 0x1f512 }, 0, 1 ) ); +// _addEntry( "lock_with_ink_pen", new String( new int[]{ 0x1f50f }, 0, 1 ) ); +// _addEntry( "lollipop", new String( new int[]{ 0x1f36d }, 0, 1 ) ); +// _addEntry( "loop", new String( new int[]{ 0x27bf }, 0, 1 ) ); +// _addEntry( "loud_sound", new String( new int[]{ 0x1f50a }, 0, 1 ) ); +// _addEntry( "loudspeaker", new String( new int[]{ 0x1f4e2 }, 0, 1 ) ); +// _addEntry( "love_hotel", new String( new int[]{ 0x1f3e9 }, 0, 1 ) ); +// _addEntry( "love_letter", new String( new int[]{ 0x1f48c }, 0, 1 ) ); +// _addEntry( "low_brightness", new String( new int[]{ 0x1f505 }, 0, 1 ) ); +// _addEntry( "lower_left_ballpoint_pen", new String( new int[]{ 0x1f58a }, 0, 1 ) ); +// _addEntry( "lower_left_crayon", new String( new int[]{ 0x1f58d }, 0, 1 ) ); +// _addEntry( "lower_left_fountain_pen", new String( new int[]{ 0x1f58b }, 0, 1 ) ); +// _addEntry( "lower_left_paintbrush", new String( new int[]{ 0x1f58c }, 0, 1 ) ); +// _addEntry( "lr", new String( new int[]{ 0x1f1f1, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "ls", new String( new int[]{ 0x1f1f1, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "lt", new String( new int[]{ 0x1f1f1, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "lu", new String( new int[]{ 0x1f1f1, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "lv", new String( new int[]{ 0x1f1f1, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "ly", new String( new int[]{ 0x1f1f1, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "lying_face", new String( new int[]{ 0x1f925 }, 0, 1 ) ); +// _addEntry( "m", new String( new int[]{ 0x24c2 }, 0, 1 ) ); +// _addEntry( "ma", new String( new int[]{ 0x1f1f2, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "mag", new String( new int[]{ 0x1f50d }, 0, 1 ) ); +// _addEntry( "mag_right", new String( new int[]{ 0x1f50e }, 0, 1 ) ); +// _addEntry( "mahjong", new String( new int[]{ 0x1f004 }, 0, 1 ) ); +// _addEntry( "mailbox", new String( new int[]{ 0x1f4eb }, 0, 1 ) ); +// _addEntry( "mailbox_closed", new String( new int[]{ 0x1f4ea }, 0, 1 ) ); +// _addEntry( "mailbox_with_mail", new String( new int[]{ 0x1f4ec }, 0, 1 ) ); +// _addEntry( "mailbox_with_no_mail", new String( new int[]{ 0x1f4ed }, 0, 1 ) ); +// _addEntry( "male_dancer", new String( new int[]{ 0x1f57a }, 0, 1 ) ); +// _addEntry( "male_dancer_tone1", new String( new int[]{ 0x1f57a, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "male_dancer_tone2", new String( new int[]{ 0x1f57a, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "male_dancer_tone3", new String( new int[]{ 0x1f57a, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "male_dancer_tone4", new String( new int[]{ 0x1f57a, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "male_dancer_tone5", new String( new int[]{ 0x1f57a, 0x1f3ff }, 0, 2 ) ); +// } +// +// private static void init14(){ +// _addEntry( "male_sign", new String( new int[]{ 0x2642 }, 0, 1 ) ); +// _addEntry( "man", new String( new int[]{ 0x1f468 }, 0, 1 ) ); +// _addEntry( "man_artist", new String( new int[]{ 0x1f468, 0x1f3a8 }, 0, 2 ) ); +// _addEntry( "man_artist_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_artist_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "man_astronaut", new String( new int[]{ 0x1f468, 0x1f680 }, 0, 2 ) ); +// _addEntry( "man_astronaut_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_astronaut_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f680 }, 0, 3 ) ); +// _addEntry( "man_biking", new String( new int[]{ 0x1f6b4, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_biking_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_medium_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_tone1", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_tone2", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_tone3", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_tone4", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_biking_tone5", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball", new String( new int[]{ 0x26f9, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_bouncing_ball_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_medium_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_medium_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_medium_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_tone1", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_tone2", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_tone3", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_tone4", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bouncing_ball_tone5", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing", new String( new int[]{ 0x1f647, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_bowing_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_medium_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_medium_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_medium_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_tone1", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_tone2", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_tone3", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_tone4", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_bowing_tone5", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling", new String( new int[]{ 0x1f938, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_cartwheeling_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_medium_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_medium_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_medium_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_tone1", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_tone2", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_tone3", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_tone4", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cartwheeling_tone5", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker", new String( new int[]{ 0x1f477, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_construction_worker_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_medium_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_medium_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_tone1", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_tone2", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_tone3", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_tone4", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_construction_worker_tone5", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_cook", new String( new int[]{ 0x1f468, 0x1f373 }, 0, 2 ) ); +// _addEntry( "man_cook_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_cook_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f373 }, 0, 3 ) ); +// _addEntry( "man_dancing", new String( new int[]{ 0x1f57a }, 0, 1 ) ); +// _addEntry( "man_dancing_tone1", new String( new int[]{ 0x1f57a, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_dancing_tone2", new String( new int[]{ 0x1f57a, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_dancing_tone3", new String( new int[]{ 0x1f57a, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_dancing_tone4", new String( new int[]{ 0x1f57a, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_dancing_tone5", new String( new int[]{ 0x1f57a, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "man_detective", new String( new int[]{ 0x1f575, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_detective_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_medium_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_medium_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// } +// +// private static void init15(){ +// _addEntry( "man_detective_medium_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_tone1", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_tone2", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_tone3", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_tone4", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_detective_tone5", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming", new String( new int[]{ 0x1f926, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_facepalming_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_medium_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_medium_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_medium_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_tone1", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_tone2", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_tone3", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_tone4", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_facepalming_tone5", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_factory_worker", new String( new int[]{ 0x1f468, 0x1f3ed }, 0, 2 ) ); +// _addEntry( "man_factory_worker_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_factory_worker_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "man_farmer", new String( new int[]{ 0x1f468, 0x1f33e }, 0, 2 ) ); +// _addEntry( "man_farmer_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_farmer_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f33e }, 0, 3 ) ); +// _addEntry( "man_firefighter", new String( new int[]{ 0x1f468, 0x1f692 }, 0, 2 ) ); +// _addEntry( "man_firefighter_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_firefighter_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f692 }, 0, 3 ) ); +// _addEntry( "man_frowning", new String( new int[]{ 0x1f64d, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_frowning_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_medium_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_medium_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_medium_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_tone1", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_tone2", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_tone3", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_tone4", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_frowning_tone5", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no", new String( new int[]{ 0x1f645, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_gesturing_no_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_medium_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_medium_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_medium_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_tone1", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_tone2", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_tone3", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_tone4", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_no_tone5", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok", new String( new int[]{ 0x1f646, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_gesturing_ok_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_medium_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_medium_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_medium_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_tone1", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_tone2", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_tone3", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_tone4", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_gesturing_ok_tone5", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage", new String( new int[]{ 0x1f486, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_getting_face_massage_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_medium_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_medium_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_medium_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_tone1", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_tone2", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_tone3", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_tone4", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_face_massage_tone5", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut", new String( new int[]{ 0x1f487, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_getting_haircut_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_medium_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_medium_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_medium_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_tone1", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// } +// +// private static void init16(){ +// _addEntry( "man_getting_haircut_tone2", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_tone3", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_tone4", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_getting_haircut_tone5", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing", new String( new int[]{ 0x1f3cc, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_golfing_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_medium_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_medium_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_tone1", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_tone2", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_tone3", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_tone4", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_golfing_tone5", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard", new String( new int[]{ 0x1f482, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_guard_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_medium_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_medium_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_medium_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_tone1", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_tone2", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_tone3", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_tone4", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_guard_tone5", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_health_worker", new String( new int[]{ 0x1f468, 0x2695 }, 0, 2 ) ); +// _addEntry( "man_health_worker_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_health_worker_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2695 }, 0, 3 ) ); +// _addEntry( "man_in_business_suit_levitating", new String( new int[]{ 0x1f574 }, 0, 1 ) ); +// _addEntry( "man_in_business_suit_levitating_dark_skin_tone", new String( new int[]{ 0x1f574, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_light_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_medium_dark_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_medium_light_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_medium_skin_tone", new String( new int[]{ 0x1f574, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_tone1", new String( new int[]{ 0x1f574, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_tone2", new String( new int[]{ 0x1f574, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_tone3", new String( new int[]{ 0x1f574, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_tone4", new String( new int[]{ 0x1f574, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_in_business_suit_levitating_tone5", new String( new int[]{ 0x1f574, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "man_in_tuxedo", new String( new int[]{ 0x1f935 }, 0, 1 ) ); +// _addEntry( "man_in_tuxedo_tone1", new String( new int[]{ 0x1f935, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_in_tuxedo_tone2", new String( new int[]{ 0x1f935, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_in_tuxedo_tone3", new String( new int[]{ 0x1f935, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_in_tuxedo_tone4", new String( new int[]{ 0x1f935, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_in_tuxedo_tone5", new String( new int[]{ 0x1f935, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "man_judge", new String( new int[]{ 0x1f468, 0x2696 }, 0, 2 ) ); +// _addEntry( "man_judge_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_judge_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2696 }, 0, 3 ) ); +// _addEntry( "man_juggling", new String( new int[]{ 0x1f939, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_juggling_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_medium_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_medium_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_medium_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_tone1", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_tone2", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_tone3", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_tone4", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_juggling_tone5", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights", new String( new int[]{ 0x1f3cb, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_lifting_weights_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_medium_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_medium_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_medium_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_lifting_weights_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mechanic", new String( new int[]{ 0x1f468, 0x1f527 }, 0, 2 ) ); +// _addEntry( "man_mechanic_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mechanic_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f527 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking", new String( new int[]{ 0x1f6b5, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_mountain_biking_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// } +// +// private static void init17(){ +// _addEntry( "man_mountain_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_medium_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_tone1", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_tone2", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_tone3", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_tone4", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_mountain_biking_tone5", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_office_worker", new String( new int[]{ 0x1f468, 0x1f4bc }, 0, 2 ) ); +// _addEntry( "man_office_worker_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_office_worker_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "man_pilot", new String( new int[]{ 0x1f468, 0x2708 }, 0, 2 ) ); +// _addEntry( "man_pilot_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_pilot_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x2708 }, 0, 3 ) ); +// _addEntry( "man_playing_handball", new String( new int[]{ 0x1f93e, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_playing_handball_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_medium_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_medium_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_medium_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_tone1", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_tone2", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_tone3", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_tone4", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_handball_tone5", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo", new String( new int[]{ 0x1f93d, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_playing_water_polo_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_medium_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_medium_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_medium_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_tone1", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_tone2", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_tone3", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_tone4", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_playing_water_polo_tone5", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer", new String( new int[]{ 0x1f46e, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_police_officer_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_medium_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_medium_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_medium_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_tone1", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_tone2", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_tone3", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_tone4", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_police_officer_tone5", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting", new String( new int[]{ 0x1f64e, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_pouting_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_medium_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_medium_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_medium_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_tone1", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_tone2", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_tone3", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_tone4", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_pouting_tone5", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand", new String( new int[]{ 0x1f64b, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_raising_hand_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_medium_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_medium_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_tone1", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_tone2", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_tone3", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_tone4", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_raising_hand_tone5", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat", new String( new int[]{ 0x1f6a3, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_rowing_boat_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_medium_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_medium_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_medium_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_tone1", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_tone2", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_tone3", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_tone4", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_rowing_boat_tone5", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running", new String( new int[]{ 0x1f3c3, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_running_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_medium_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_medium_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// } +// +// private static void init18(){ +// _addEntry( "man_running_medium_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_tone1", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_tone2", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_tone3", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_tone4", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_running_tone5", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_scientist", new String( new int[]{ 0x1f468, 0x1f52c }, 0, 2 ) ); +// _addEntry( "man_scientist_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_scientist_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f52c }, 0, 3 ) ); +// _addEntry( "man_shrugging", new String( new int[]{ 0x1f937, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_shrugging_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_medium_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_medium_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_medium_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_tone1", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_tone2", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_tone3", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_tone4", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_shrugging_tone5", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_singer", new String( new int[]{ 0x1f468, 0x1f3a4 }, 0, 2 ) ); +// _addEntry( "man_singer_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_singer_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "man_student", new String( new int[]{ 0x1f468, 0x1f393 }, 0, 2 ) ); +// _addEntry( "man_student_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_student_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f393 }, 0, 3 ) ); +// _addEntry( "man_surfing", new String( new int[]{ 0x1f3c4, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_surfing_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_medium_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_medium_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_tone1", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_tone2", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_tone3", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_tone4", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_surfing_tone5", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming", new String( new int[]{ 0x1f3ca, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_swimming_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_medium_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_medium_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_medium_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_tone1", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_tone2", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_tone3", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_tone4", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_swimming_tone5", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_teacher", new String( new int[]{ 0x1f468, 0x1f3eb }, 0, 2 ) ); +// _addEntry( "man_teacher_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_teacher_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "man_technologist", new String( new int[]{ 0x1f468, 0x1f4bb }, 0, 2 ) ); +// _addEntry( "man_technologist_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_medium_dark_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_medium_light_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_medium_skin_tone", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_tone1", new String( new int[]{ 0x1f468, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_tone2", new String( new int[]{ 0x1f468, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_tone3", new String( new int[]{ 0x1f468, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_tone4", new String( new int[]{ 0x1f468, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_technologist_tone5", new String( new int[]{ 0x1f468, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "man_tipping_hand", new String( new int[]{ 0x1f481, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_tipping_hand_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_medium_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_medium_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_tone1", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// } +// +// private static void init19(){ +// _addEntry( "man_tipping_hand_tone2", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_tone3", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_tone4", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tipping_hand_tone5", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_tone1", new String( new int[]{ 0x1f468, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_tone2", new String( new int[]{ 0x1f468, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_tone3", new String( new int[]{ 0x1f468, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_tone4", new String( new int[]{ 0x1f468, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_tone5", new String( new int[]{ 0x1f468, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "man_walking", new String( new int[]{ 0x1f6b6, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_walking_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_medium_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_medium_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_tone1", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_tone2", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_tone3", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_tone4", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_walking_tone5", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban", new String( new int[]{ 0x1f473, 0x2642 }, 0, 2 ) ); +// _addEntry( "man_wearing_turban_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_medium_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_medium_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_medium_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_tone1", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_tone2", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_tone3", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_tone4", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_wearing_turban_tone5", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2642 }, 0, 3 ) ); +// _addEntry( "man_with_gua_pi_mao", new String( new int[]{ 0x1f472 }, 0, 1 ) ); +// _addEntry( "man_with_gua_pi_mao_tone1", new String( new int[]{ 0x1f472, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_with_gua_pi_mao_tone2", new String( new int[]{ 0x1f472, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_with_gua_pi_mao_tone3", new String( new int[]{ 0x1f472, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_with_gua_pi_mao_tone4", new String( new int[]{ 0x1f472, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_with_gua_pi_mao_tone5", new String( new int[]{ 0x1f472, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "man_with_turban", new String( new int[]{ 0x1f473 }, 0, 1 ) ); +// _addEntry( "man_with_turban_tone1", new String( new int[]{ 0x1f473, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "man_with_turban_tone2", new String( new int[]{ 0x1f473, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "man_with_turban_tone3", new String( new int[]{ 0x1f473, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "man_with_turban_tone4", new String( new int[]{ 0x1f473, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "man_with_turban_tone5", new String( new int[]{ 0x1f473, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "mans_shoe", new String( new int[]{ 0x1f45e }, 0, 1 ) ); +// _addEntry( "mantlepiece_clock", new String( new int[]{ 0x1f570 }, 0, 1 ) ); +// _addEntry( "map", new String( new int[]{ 0x1f5fa }, 0, 1 ) ); +// _addEntry( "maple_leaf", new String( new int[]{ 0x1f341 }, 0, 1 ) ); +// _addEntry( "martial_arts_uniform", new String( new int[]{ 0x1f94b }, 0, 1 ) ); +// _addEntry( "mask", new String( new int[]{ 0x1f637 }, 0, 1 ) ); +// _addEntry( "massage", new String( new int[]{ 0x1f486 }, 0, 1 ) ); +// _addEntry( "massage_tone1", new String( new int[]{ 0x1f486, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "massage_tone2", new String( new int[]{ 0x1f486, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "massage_tone3", new String( new int[]{ 0x1f486, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "massage_tone4", new String( new int[]{ 0x1f486, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "massage_tone5", new String( new int[]{ 0x1f486, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "mc", new String( new int[]{ 0x1f1f2, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "md", new String( new int[]{ 0x1f1f2, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "me", new String( new int[]{ 0x1f1f2, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "meat_on_bone", new String( new int[]{ 0x1f356 }, 0, 1 ) ); +// _addEntry( "medal", new String( new int[]{ 0x1f3c5 }, 0, 1 ) ); +// _addEntry( "medical_symbol", new String( new int[]{ 0x2695 }, 0, 1 ) ); +// _addEntry( "mega", new String( new int[]{ 0x1f4e3 }, 0, 1 ) ); +// _addEntry( "melon", new String( new int[]{ 0x1f348 }, 0, 1 ) ); +// _addEntry( "men_with_bunny_ears_partying", new String( new int[]{ 0x1f46f, 0x2642 }, 0, 2 ) ); +// _addEntry( "men_wrestling", new String( new int[]{ 0x1f93c, 0x2642 }, 0, 2 ) ); +// _addEntry( "menorah", new String( new int[]{ 0x1f54e }, 0, 1 ) ); +// _addEntry( "mens", new String( new int[]{ 0x1f6b9 }, 0, 1 ) ); +// _addEntry( "metal", new String( new int[]{ 0x1f918 }, 0, 1 ) ); +// _addEntry( "metal_tone1", new String( new int[]{ 0x1f918, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "metal_tone2", new String( new int[]{ 0x1f918, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "metal_tone3", new String( new int[]{ 0x1f918, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "metal_tone4", new String( new int[]{ 0x1f918, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "metal_tone5", new String( new int[]{ 0x1f918, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "metro", new String( new int[]{ 0x1f687 }, 0, 1 ) ); +// _addEntry( "mf", new String( new int[]{ 0x1f1f2, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "mg", new String( new int[]{ 0x1f1f2, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "mh", new String( new int[]{ 0x1f1f2, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "microphone", new String( new int[]{ 0x1f3a4 }, 0, 1 ) ); +// _addEntry( "microphone2", new String( new int[]{ 0x1f399 }, 0, 1 ) ); +// _addEntry( "microscope", new String( new int[]{ 0x1f52c }, 0, 1 ) ); +// _addEntry( "middle_finger", new String( new int[]{ 0x1f595 }, 0, 1 ) ); +// _addEntry( "middle_finger_tone1", new String( new int[]{ 0x1f595, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "middle_finger_tone2", new String( new int[]{ 0x1f595, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "middle_finger_tone3", new String( new int[]{ 0x1f595, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "middle_finger_tone4", new String( new int[]{ 0x1f595, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "middle_finger_tone5", new String( new int[]{ 0x1f595, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "military_medal", new String( new int[]{ 0x1f396 }, 0, 1 ) ); +// _addEntry( "milk", new String( new int[]{ 0x1f95b }, 0, 1 ) ); +// _addEntry( "milky_way", new String( new int[]{ 0x1f30c }, 0, 1 ) ); +// _addEntry( "minibus", new String( new int[]{ 0x1f690 }, 0, 1 ) ); +// _addEntry( "minidisc", new String( new int[]{ 0x1f4bd }, 0, 1 ) ); +// _addEntry( "mk", new String( new int[]{ 0x1f1f2, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "ml", new String( new int[]{ 0x1f1f2, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "mm", new String( new int[]{ 0x1f1f2, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "mn", new String( new int[]{ 0x1f1f2, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "mo", new String( new int[]{ 0x1f1f2, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "mobile_phone_off", new String( new int[]{ 0x1f4f4 }, 0, 1 ) ); +// _addEntry( "money_mouth", new String( new int[]{ 0x1f911 }, 0, 1 ) ); +// _addEntry( "money_mouth_face", new String( new int[]{ 0x1f911 }, 0, 1 ) ); +// _addEntry( "money_with_wings", new String( new int[]{ 0x1f4b8 }, 0, 1 ) ); +// _addEntry( "moneybag", new String( new int[]{ 0x1f4b0 }, 0, 1 ) ); +// } +// +// private static void init20(){ +// _addEntry( "monkey", new String( new int[]{ 0x1f412 }, 0, 1 ) ); +// _addEntry( "monkey_face", new String( new int[]{ 0x1f435 }, 0, 1 ) ); +// _addEntry( "monorail", new String( new int[]{ 0x1f69d }, 0, 1 ) ); +// _addEntry( "mortar_board", new String( new int[]{ 0x1f393 }, 0, 1 ) ); +// _addEntry( "mosque", new String( new int[]{ 0x1f54c }, 0, 1 ) ); +// _addEntry( "mother_christmas", new String( new int[]{ 0x1f936 }, 0, 1 ) ); +// _addEntry( "mother_christmas_tone1", new String( new int[]{ 0x1f936, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "mother_christmas_tone2", new String( new int[]{ 0x1f936, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "mother_christmas_tone3", new String( new int[]{ 0x1f936, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "mother_christmas_tone4", new String( new int[]{ 0x1f936, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "mother_christmas_tone5", new String( new int[]{ 0x1f936, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "motor_scooter", new String( new int[]{ 0x1f6f5 }, 0, 1 ) ); +// _addEntry( "motorbike", new String( new int[]{ 0x1f6f5 }, 0, 1 ) ); +// _addEntry( "motorboat", new String( new int[]{ 0x1f6e5 }, 0, 1 ) ); +// _addEntry( "motorcycle", new String( new int[]{ 0x1f3cd }, 0, 1 ) ); +// _addEntry( "motorway", new String( new int[]{ 0x1f6e3 }, 0, 1 ) ); +// _addEntry( "mount_fuji", new String( new int[]{ 0x1f5fb }, 0, 1 ) ); +// _addEntry( "mountain", new String( new int[]{ 0x26f0 }, 0, 1 ) ); +// _addEntry( "mountain_bicyclist", new String( new int[]{ 0x1f6b5 }, 0, 1 ) ); +// _addEntry( "mountain_bicyclist_tone1", new String( new int[]{ 0x1f6b5, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "mountain_bicyclist_tone2", new String( new int[]{ 0x1f6b5, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "mountain_bicyclist_tone3", new String( new int[]{ 0x1f6b5, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "mountain_bicyclist_tone4", new String( new int[]{ 0x1f6b5, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "mountain_bicyclist_tone5", new String( new int[]{ 0x1f6b5, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "mountain_cableway", new String( new int[]{ 0x1f6a0 }, 0, 1 ) ); +// _addEntry( "mountain_railway", new String( new int[]{ 0x1f69e }, 0, 1 ) ); +// _addEntry( "mountain_snow", new String( new int[]{ 0x1f3d4 }, 0, 1 ) ); +// _addEntry( "mouse", new String( new int[]{ 0x1f42d }, 0, 1 ) ); +// _addEntry( "mouse2", new String( new int[]{ 0x1f401 }, 0, 1 ) ); +// _addEntry( "mouse_three_button", new String( new int[]{ 0x1f5b1 }, 0, 1 ) ); +// _addEntry( "movie_camera", new String( new int[]{ 0x1f3a5 }, 0, 1 ) ); +// _addEntry( "moyai", new String( new int[]{ 0x1f5ff }, 0, 1 ) ); +// _addEntry( "mp", new String( new int[]{ 0x1f1f2, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "mq", new String( new int[]{ 0x1f1f2, 0x1f1f6 }, 0, 2 ) ); +// _addEntry( "mr", new String( new int[]{ 0x1f1f2, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "mrs_claus", new String( new int[]{ 0x1f936 }, 0, 1 ) ); +// _addEntry( "mrs_claus_tone1", new String( new int[]{ 0x1f936, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "mrs_claus_tone2", new String( new int[]{ 0x1f936, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "mrs_claus_tone3", new String( new int[]{ 0x1f936, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "mrs_claus_tone4", new String( new int[]{ 0x1f936, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "mrs_claus_tone5", new String( new int[]{ 0x1f936, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "ms", new String( new int[]{ 0x1f1f2, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "mt", new String( new int[]{ 0x1f1f2, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "mu", new String( new int[]{ 0x1f1f2, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "muscle", new String( new int[]{ 0x1f4aa }, 0, 1 ) ); +// _addEntry( "muscle_tone1", new String( new int[]{ 0x1f4aa, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "muscle_tone2", new String( new int[]{ 0x1f4aa, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "muscle_tone3", new String( new int[]{ 0x1f4aa, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "muscle_tone4", new String( new int[]{ 0x1f4aa, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "muscle_tone5", new String( new int[]{ 0x1f4aa, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "mushroom", new String( new int[]{ 0x1f344 }, 0, 1 ) ); +// _addEntry( "musical_keyboard", new String( new int[]{ 0x1f3b9 }, 0, 1 ) ); +// _addEntry( "musical_note", new String( new int[]{ 0x1f3b5 }, 0, 1 ) ); +// _addEntry( "musical_score", new String( new int[]{ 0x1f3bc }, 0, 1 ) ); +// _addEntry( "mute", new String( new int[]{ 0x1f507 }, 0, 1 ) ); +// _addEntry( "mv", new String( new int[]{ 0x1f1f2, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "mw", new String( new int[]{ 0x1f1f2, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "mx", new String( new int[]{ 0x1f1f2, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "my", new String( new int[]{ 0x1f1f2, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "mz", new String( new int[]{ 0x1f1f2, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "na", new String( new int[]{ 0x1f1f3, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "nail_care", new String( new int[]{ 0x1f485 }, 0, 1 ) ); +// _addEntry( "nail_care_tone1", new String( new int[]{ 0x1f485, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "nail_care_tone2", new String( new int[]{ 0x1f485, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "nail_care_tone3", new String( new int[]{ 0x1f485, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "nail_care_tone4", new String( new int[]{ 0x1f485, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "nail_care_tone5", new String( new int[]{ 0x1f485, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "name_badge", new String( new int[]{ 0x1f4db }, 0, 1 ) ); +// _addEntry( "national_park", new String( new int[]{ 0x1f3de }, 0, 1 ) ); +// _addEntry( "nauseated_face", new String( new int[]{ 0x1f922 }, 0, 1 ) ); +// _addEntry( "nc", new String( new int[]{ 0x1f1f3, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "ne", new String( new int[]{ 0x1f1f3, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "necktie", new String( new int[]{ 0x1f454 }, 0, 1 ) ); +// _addEntry( "negative_squared_cross_mark", new String( new int[]{ 0x274e }, 0, 1 ) ); +// _addEntry( "nerd", new String( new int[]{ 0x1f913 }, 0, 1 ) ); +// _addEntry( "nerd_face", new String( new int[]{ 0x1f913 }, 0, 1 ) ); +// _addEntry( "neutral_face", new String( new int[]{ 0x1f610 }, 0, 1 ) ); +// _addEntry( "new", new String( new int[]{ 0x1f195 }, 0, 1 ) ); +// _addEntry( "new_moon", new String( new int[]{ 0x1f311 }, 0, 1 ) ); +// _addEntry( "new_moon_with_face", new String( new int[]{ 0x1f31a }, 0, 1 ) ); +// _addEntry( "newspaper", new String( new int[]{ 0x1f4f0 }, 0, 1 ) ); +// _addEntry( "newspaper2", new String( new int[]{ 0x1f5de }, 0, 1 ) ); +// _addEntry( "next_track", new String( new int[]{ 0x23ed }, 0, 1 ) ); +// _addEntry( "nf", new String( new int[]{ 0x1f1f3, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "ng", new String( new int[]{ 0x1f196 }, 0, 1 ) ); +// _addEntry( "ni", new String( new int[]{ 0x1f1f3, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "nigeria", new String( new int[]{ 0x1f1f3, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "night_with_stars", new String( new int[]{ 0x1f303 }, 0, 1 ) ); +// _addEntry( "nine", new String( new int[]{ 0x0039, 0x20e3 }, 0, 2 ) ); +// _addEntry( "nl", new String( new int[]{ 0x1f1f3, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "no", new String( new int[]{ 0x1f1f3, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "no_bell", new String( new int[]{ 0x1f515 }, 0, 1 ) ); +// _addEntry( "no_bicycles", new String( new int[]{ 0x1f6b3 }, 0, 1 ) ); +// _addEntry( "no_entry", new String( new int[]{ 0x26d4 }, 0, 1 ) ); +// _addEntry( "no_entry_sign", new String( new int[]{ 0x1f6ab }, 0, 1 ) ); +// _addEntry( "no_good", new String( new int[]{ 0x1f645 }, 0, 1 ) ); +// _addEntry( "no_good_tone1", new String( new int[]{ 0x1f645, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "no_good_tone2", new String( new int[]{ 0x1f645, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "no_good_tone3", new String( new int[]{ 0x1f645, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "no_good_tone4", new String( new int[]{ 0x1f645, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "no_good_tone5", new String( new int[]{ 0x1f645, 0x1f3ff }, 0, 2 ) ); +// } +// +// private static void init21(){ +// _addEntry( "no_mobile_phones", new String( new int[]{ 0x1f4f5 }, 0, 1 ) ); +// _addEntry( "no_mouth", new String( new int[]{ 0x1f636 }, 0, 1 ) ); +// _addEntry( "no_pedestrians", new String( new int[]{ 0x1f6b7 }, 0, 1 ) ); +// _addEntry( "no_smoking", new String( new int[]{ 0x1f6ad }, 0, 1 ) ); +// _addEntry( "non-potable_water", new String( new int[]{ 0x1f6b1 }, 0, 1 ) ); +// _addEntry( "nose", new String( new int[]{ 0x1f443 }, 0, 1 ) ); +// _addEntry( "nose_tone1", new String( new int[]{ 0x1f443, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "nose_tone2", new String( new int[]{ 0x1f443, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "nose_tone3", new String( new int[]{ 0x1f443, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "nose_tone4", new String( new int[]{ 0x1f443, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "nose_tone5", new String( new int[]{ 0x1f443, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "notebook", new String( new int[]{ 0x1f4d3 }, 0, 1 ) ); +// _addEntry( "notebook_with_decorative_cover", new String( new int[]{ 0x1f4d4 }, 0, 1 ) ); +// _addEntry( "notepad_spiral", new String( new int[]{ 0x1f5d2 }, 0, 1 ) ); +// _addEntry( "notes", new String( new int[]{ 0x1f3b6 }, 0, 1 ) ); +// _addEntry( "np", new String( new int[]{ 0x1f1f3, 0x1f1f5 }, 0, 2 ) ); +// _addEntry( "nr", new String( new int[]{ 0x1f1f3, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "nu", new String( new int[]{ 0x1f1f3, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "nut_and_bolt", new String( new int[]{ 0x1f529 }, 0, 1 ) ); +// _addEntry( "nz", new String( new int[]{ 0x1f1f3, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "o", new String( new int[]{ 0x2b55 }, 0, 1 ) ); +// _addEntry( "o2", new String( new int[]{ 0x1f17e }, 0, 1 ) ); +// _addEntry( "ocean", new String( new int[]{ 0x1f30a }, 0, 1 ) ); +// _addEntry( "octagonal_sign", new String( new int[]{ 0x1f6d1 }, 0, 1 ) ); +// _addEntry( "octopus", new String( new int[]{ 0x1f419 }, 0, 1 ) ); +// _addEntry( "oden", new String( new int[]{ 0x1f362 }, 0, 1 ) ); +// _addEntry( "office", new String( new int[]{ 0x1f3e2 }, 0, 1 ) ); +// _addEntry( "oil", new String( new int[]{ 0x1f6e2 }, 0, 1 ) ); +// _addEntry( "oil_drum", new String( new int[]{ 0x1f6e2 }, 0, 1 ) ); +// _addEntry( "ok", new String( new int[]{ 0x1f197 }, 0, 1 ) ); +// _addEntry( "ok_hand", new String( new int[]{ 0x1f44c }, 0, 1 ) ); +// _addEntry( "ok_hand_tone1", new String( new int[]{ 0x1f44c, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "ok_hand_tone2", new String( new int[]{ 0x1f44c, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "ok_hand_tone3", new String( new int[]{ 0x1f44c, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "ok_hand_tone4", new String( new int[]{ 0x1f44c, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "ok_hand_tone5", new String( new int[]{ 0x1f44c, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "ok_woman", new String( new int[]{ 0x1f646 }, 0, 1 ) ); +// _addEntry( "ok_woman_tone1", new String( new int[]{ 0x1f646, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "ok_woman_tone2", new String( new int[]{ 0x1f646, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "ok_woman_tone3", new String( new int[]{ 0x1f646, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "ok_woman_tone4", new String( new int[]{ 0x1f646, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "ok_woman_tone5", new String( new int[]{ 0x1f646, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "old_key", new String( new int[]{ 0x1f5dd }, 0, 1 ) ); +// _addEntry( "older_man", new String( new int[]{ 0x1f474 }, 0, 1 ) ); +// _addEntry( "older_man_tone1", new String( new int[]{ 0x1f474, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "older_man_tone2", new String( new int[]{ 0x1f474, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "older_man_tone3", new String( new int[]{ 0x1f474, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "older_man_tone4", new String( new int[]{ 0x1f474, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "older_man_tone5", new String( new int[]{ 0x1f474, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "older_woman", new String( new int[]{ 0x1f475 }, 0, 1 ) ); +// _addEntry( "older_woman_tone1", new String( new int[]{ 0x1f475, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "older_woman_tone2", new String( new int[]{ 0x1f475, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "older_woman_tone3", new String( new int[]{ 0x1f475, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "older_woman_tone4", new String( new int[]{ 0x1f475, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "older_woman_tone5", new String( new int[]{ 0x1f475, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "om", new String( new int[]{ 0x1f1f4, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "om_symbol", new String( new int[]{ 0x1f549 }, 0, 1 ) ); +// _addEntry( "on", new String( new int[]{ 0x1f51b }, 0, 1 ) ); +// _addEntry( "oncoming_automobile", new String( new int[]{ 0x1f698 }, 0, 1 ) ); +// _addEntry( "oncoming_bus", new String( new int[]{ 0x1f68d }, 0, 1 ) ); +// _addEntry( "oncoming_police_car", new String( new int[]{ 0x1f694 }, 0, 1 ) ); +// _addEntry( "oncoming_taxi", new String( new int[]{ 0x1f696 }, 0, 1 ) ); +// _addEntry( "one", new String( new int[]{ 0x0031, 0x20e3 }, 0, 2 ) ); +// _addEntry( "open_file_folder", new String( new int[]{ 0x1f4c2 }, 0, 1 ) ); +// _addEntry( "open_hands", new String( new int[]{ 0x1f450 }, 0, 1 ) ); +// _addEntry( "open_hands_tone1", new String( new int[]{ 0x1f450, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "open_hands_tone2", new String( new int[]{ 0x1f450, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "open_hands_tone3", new String( new int[]{ 0x1f450, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "open_hands_tone4", new String( new int[]{ 0x1f450, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "open_hands_tone5", new String( new int[]{ 0x1f450, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "open_mouth", new String( new int[]{ 0x1f62e }, 0, 1 ) ); +// _addEntry( "ophiuchus", new String( new int[]{ 0x26ce }, 0, 1 ) ); +// _addEntry( "orange_book", new String( new int[]{ 0x1f4d9 }, 0, 1 ) ); +// _addEntry( "orthodox_cross", new String( new int[]{ 0x2626 }, 0, 1 ) ); +// _addEntry( "outbox_tray", new String( new int[]{ 0x1f4e4 }, 0, 1 ) ); +// _addEntry( "owl", new String( new int[]{ 0x1f989 }, 0, 1 ) ); +// _addEntry( "ox", new String( new int[]{ 0x1f402 }, 0, 1 ) ); +// _addEntry( "pa", new String( new int[]{ 0x1f1f5, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "package", new String( new int[]{ 0x1f4e6 }, 0, 1 ) ); +// _addEntry( "paella", new String( new int[]{ 0x1f958 }, 0, 1 ) ); +// _addEntry( "page_facing_up", new String( new int[]{ 0x1f4c4 }, 0, 1 ) ); +// _addEntry( "page_with_curl", new String( new int[]{ 0x1f4c3 }, 0, 1 ) ); +// _addEntry( "pager", new String( new int[]{ 0x1f4df }, 0, 1 ) ); +// _addEntry( "paintbrush", new String( new int[]{ 0x1f58c }, 0, 1 ) ); +// _addEntry( "palm_tree", new String( new int[]{ 0x1f334 }, 0, 1 ) ); +// _addEntry( "pancakes", new String( new int[]{ 0x1f95e }, 0, 1 ) ); +// _addEntry( "panda_face", new String( new int[]{ 0x1f43c }, 0, 1 ) ); +// _addEntry( "paperclip", new String( new int[]{ 0x1f4ce }, 0, 1 ) ); +// _addEntry( "paperclips", new String( new int[]{ 0x1f587 }, 0, 1 ) ); +// _addEntry( "park", new String( new int[]{ 0x1f3de }, 0, 1 ) ); +// _addEntry( "parking", new String( new int[]{ 0x1f17f }, 0, 1 ) ); +// _addEntry( "part_alternation_mark", new String( new int[]{ 0x303d }, 0, 1 ) ); +// _addEntry( "partly_sunny", new String( new int[]{ 0x26c5 }, 0, 1 ) ); +// _addEntry( "passenger_ship", new String( new int[]{ 0x1f6f3 }, 0, 1 ) ); +// _addEntry( "passport_control", new String( new int[]{ 0x1f6c2 }, 0, 1 ) ); +// _addEntry( "pause_button", new String( new int[]{ 0x23f8 }, 0, 1 ) ); +// _addEntry( "paw_prints", new String( new int[]{ 0x1f43e }, 0, 1 ) ); +// _addEntry( "pe", new String( new int[]{ 0x1f1f5, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "peace", new String( new int[]{ 0x262e }, 0, 1 ) ); +// _addEntry( "peace_symbol", new String( new int[]{ 0x262e }, 0, 1 ) ); +// _addEntry( "peach", new String( new int[]{ 0x1f351 }, 0, 1 ) ); +// } +// +// private static void init22(){ +// _addEntry( "peanuts", new String( new int[]{ 0x1f95c }, 0, 1 ) ); +// _addEntry( "pear", new String( new int[]{ 0x1f350 }, 0, 1 ) ); +// _addEntry( "pen_ballpoint", new String( new int[]{ 0x1f58a }, 0, 1 ) ); +// _addEntry( "pen_fountain", new String( new int[]{ 0x1f58b }, 0, 1 ) ); +// _addEntry( "pencil", new String( new int[]{ 0x1f4dd }, 0, 1 ) ); +// _addEntry( "pencil2", new String( new int[]{ 0x270f }, 0, 1 ) ); +// _addEntry( "penguin", new String( new int[]{ 0x1f427 }, 0, 1 ) ); +// _addEntry( "pensive", new String( new int[]{ 0x1f614 }, 0, 1 ) ); +// _addEntry( "performing_arts", new String( new int[]{ 0x1f3ad }, 0, 1 ) ); +// _addEntry( "persevere", new String( new int[]{ 0x1f623 }, 0, 1 ) ); +// _addEntry( "person_doing_cartwheel", new String( new int[]{ 0x1f938 }, 0, 1 ) ); +// _addEntry( "person_doing_cartwheel_tone1", new String( new int[]{ 0x1f938, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_doing_cartwheel_tone2", new String( new int[]{ 0x1f938, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_doing_cartwheel_tone3", new String( new int[]{ 0x1f938, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_doing_cartwheel_tone4", new String( new int[]{ 0x1f938, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_doing_cartwheel_tone5", new String( new int[]{ 0x1f938, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_frowning", new String( new int[]{ 0x1f64d }, 0, 1 ) ); +// _addEntry( "person_frowning_tone1", new String( new int[]{ 0x1f64d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_frowning_tone2", new String( new int[]{ 0x1f64d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_frowning_tone3", new String( new int[]{ 0x1f64d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_frowning_tone4", new String( new int[]{ 0x1f64d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_frowning_tone5", new String( new int[]{ 0x1f64d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_golfing_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_golfing_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_golfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_golfing_medium_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_golfing_medium_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_golfing_tone1", new String( new int[]{ 0x1f3cc, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_golfing_tone2", new String( new int[]{ 0x1f3cc, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_golfing_tone3", new String( new int[]{ 0x1f3cc, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_golfing_tone4", new String( new int[]{ 0x1f3cc, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_golfing_tone5", new String( new int[]{ 0x1f3cc, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_in_bed_dark_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_in_bed_light_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_in_bed_medium_dark_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_in_bed_medium_light_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_in_bed_medium_skin_tone", new String( new int[]{ 0x1f6cc, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_in_bed_tone1", new String( new int[]{ 0x1f6cc, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_in_bed_tone2", new String( new int[]{ 0x1f6cc, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_in_bed_tone3", new String( new int[]{ 0x1f6cc, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_in_bed_tone4", new String( new int[]{ 0x1f6cc, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_in_bed_tone5", new String( new int[]{ 0x1f6cc, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_with_ball", new String( new int[]{ 0x26f9 }, 0, 1 ) ); +// _addEntry( "person_with_ball_tone1", new String( new int[]{ 0x26f9, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_with_ball_tone2", new String( new int[]{ 0x26f9, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_with_ball_tone3", new String( new int[]{ 0x26f9, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_with_ball_tone4", new String( new int[]{ 0x26f9, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_with_ball_tone5", new String( new int[]{ 0x26f9, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_with_blond_hair", new String( new int[]{ 0x1f471 }, 0, 1 ) ); +// _addEntry( "person_with_blond_hair_tone1", new String( new int[]{ 0x1f471, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_with_blond_hair_tone2", new String( new int[]{ 0x1f471, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_with_blond_hair_tone3", new String( new int[]{ 0x1f471, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_with_blond_hair_tone4", new String( new int[]{ 0x1f471, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_with_blond_hair_tone5", new String( new int[]{ 0x1f471, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "person_with_pouting_face", new String( new int[]{ 0x1f64e }, 0, 1 ) ); +// _addEntry( "person_with_pouting_face_tone1", new String( new int[]{ 0x1f64e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "person_with_pouting_face_tone2", new String( new int[]{ 0x1f64e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "person_with_pouting_face_tone3", new String( new int[]{ 0x1f64e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "person_with_pouting_face_tone4", new String( new int[]{ 0x1f64e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "person_with_pouting_face_tone5", new String( new int[]{ 0x1f64e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "pf", new String( new int[]{ 0x1f1f5, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "pg", new String( new int[]{ 0x1f1f5, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "ph", new String( new int[]{ 0x1f1f5, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "pick", new String( new int[]{ 0x26cf }, 0, 1 ) ); +// _addEntry( "pig", new String( new int[]{ 0x1f437 }, 0, 1 ) ); +// _addEntry( "pig2", new String( new int[]{ 0x1f416 }, 0, 1 ) ); +// _addEntry( "pig_nose", new String( new int[]{ 0x1f43d }, 0, 1 ) ); +// _addEntry( "pill", new String( new int[]{ 0x1f48a }, 0, 1 ) ); +// _addEntry( "pineapple", new String( new int[]{ 0x1f34d }, 0, 1 ) ); +// _addEntry( "ping_pong", new String( new int[]{ 0x1f3d3 }, 0, 1 ) ); +// _addEntry( "pisces", new String( new int[]{ 0x2653 }, 0, 1 ) ); +// _addEntry( "pizza", new String( new int[]{ 0x1f355 }, 0, 1 ) ); +// _addEntry( "pk", new String( new int[]{ 0x1f1f5, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "pl", new String( new int[]{ 0x1f1f5, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "place_of_worship", new String( new int[]{ 0x1f6d0 }, 0, 1 ) ); +// _addEntry( "play_pause", new String( new int[]{ 0x23ef }, 0, 1 ) ); +// _addEntry( "pm", new String( new int[]{ 0x1f1f5, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "pn", new String( new int[]{ 0x1f1f5, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "point_down", new String( new int[]{ 0x1f447 }, 0, 1 ) ); +// _addEntry( "point_down_tone1", new String( new int[]{ 0x1f447, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "point_down_tone2", new String( new int[]{ 0x1f447, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "point_down_tone3", new String( new int[]{ 0x1f447, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "point_down_tone4", new String( new int[]{ 0x1f447, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "point_down_tone5", new String( new int[]{ 0x1f447, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "point_left", new String( new int[]{ 0x1f448 }, 0, 1 ) ); +// _addEntry( "point_left_tone1", new String( new int[]{ 0x1f448, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "point_left_tone2", new String( new int[]{ 0x1f448, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "point_left_tone3", new String( new int[]{ 0x1f448, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "point_left_tone4", new String( new int[]{ 0x1f448, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "point_left_tone5", new String( new int[]{ 0x1f448, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "point_right", new String( new int[]{ 0x1f449 }, 0, 1 ) ); +// _addEntry( "point_right_tone1", new String( new int[]{ 0x1f449, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "point_right_tone2", new String( new int[]{ 0x1f449, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "point_right_tone3", new String( new int[]{ 0x1f449, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "point_right_tone4", new String( new int[]{ 0x1f449, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "point_right_tone5", new String( new int[]{ 0x1f449, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "point_up", new String( new int[]{ 0x261d }, 0, 1 ) ); +// _addEntry( "point_up_2", new String( new int[]{ 0x1f446 }, 0, 1 ) ); +// _addEntry( "point_up_2_tone1", new String( new int[]{ 0x1f446, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "point_up_2_tone2", new String( new int[]{ 0x1f446, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "point_up_2_tone3", new String( new int[]{ 0x1f446, 0x1f3fd }, 0, 2 ) ); +// } +// +// private static void init23(){ +// _addEntry( "point_up_2_tone4", new String( new int[]{ 0x1f446, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "point_up_2_tone5", new String( new int[]{ 0x1f446, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "point_up_tone1", new String( new int[]{ 0x261d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "point_up_tone2", new String( new int[]{ 0x261d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "point_up_tone3", new String( new int[]{ 0x261d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "point_up_tone4", new String( new int[]{ 0x261d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "point_up_tone5", new String( new int[]{ 0x261d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "police_car", new String( new int[]{ 0x1f693 }, 0, 1 ) ); +// _addEntry( "poo", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); +// _addEntry( "poodle", new String( new int[]{ 0x1f429 }, 0, 1 ) ); +// _addEntry( "poop", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); +// _addEntry( "popcorn", new String( new int[]{ 0x1f37f }, 0, 1 ) ); +// _addEntry( "post_office", new String( new int[]{ 0x1f3e3 }, 0, 1 ) ); +// _addEntry( "postal_horn", new String( new int[]{ 0x1f4ef }, 0, 1 ) ); +// _addEntry( "postbox", new String( new int[]{ 0x1f4ee }, 0, 1 ) ); +// _addEntry( "potable_water", new String( new int[]{ 0x1f6b0 }, 0, 1 ) ); +// _addEntry( "potato", new String( new int[]{ 0x1f954 }, 0, 1 ) ); +// _addEntry( "pouch", new String( new int[]{ 0x1f45d }, 0, 1 ) ); +// _addEntry( "poultry_leg", new String( new int[]{ 0x1f357 }, 0, 1 ) ); +// _addEntry( "pound", new String( new int[]{ 0x1f4b7 }, 0, 1 ) ); +// _addEntry( "pound_symbol", new String( new int[]{ 0x0023 }, 0, 1 ) ); +// _addEntry( "pouting_cat", new String( new int[]{ 0x1f63e }, 0, 1 ) ); +// _addEntry( "pr", new String( new int[]{ 0x1f1f5, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "pray", new String( new int[]{ 0x1f64f }, 0, 1 ) ); +// _addEntry( "pray_tone1", new String( new int[]{ 0x1f64f, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "pray_tone2", new String( new int[]{ 0x1f64f, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "pray_tone3", new String( new int[]{ 0x1f64f, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "pray_tone4", new String( new int[]{ 0x1f64f, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "pray_tone5", new String( new int[]{ 0x1f64f, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "prayer_beads", new String( new int[]{ 0x1f4ff }, 0, 1 ) ); +// _addEntry( "pregnant_woman", new String( new int[]{ 0x1f930 }, 0, 1 ) ); +// _addEntry( "pregnant_woman_tone1", new String( new int[]{ 0x1f930, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "pregnant_woman_tone2", new String( new int[]{ 0x1f930, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "pregnant_woman_tone3", new String( new int[]{ 0x1f930, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "pregnant_woman_tone4", new String( new int[]{ 0x1f930, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "pregnant_woman_tone5", new String( new int[]{ 0x1f930, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "previous_track", new String( new int[]{ 0x23ee }, 0, 1 ) ); +// _addEntry( "prince", new String( new int[]{ 0x1f934 }, 0, 1 ) ); +// _addEntry( "prince_tone1", new String( new int[]{ 0x1f934, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "prince_tone2", new String( new int[]{ 0x1f934, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "prince_tone3", new String( new int[]{ 0x1f934, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "prince_tone4", new String( new int[]{ 0x1f934, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "prince_tone5", new String( new int[]{ 0x1f934, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "princess", new String( new int[]{ 0x1f478 }, 0, 1 ) ); +// _addEntry( "princess_tone1", new String( new int[]{ 0x1f478, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "princess_tone2", new String( new int[]{ 0x1f478, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "princess_tone3", new String( new int[]{ 0x1f478, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "princess_tone4", new String( new int[]{ 0x1f478, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "princess_tone5", new String( new int[]{ 0x1f478, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "printer", new String( new int[]{ 0x1f5a8 }, 0, 1 ) ); +// _addEntry( "projector", new String( new int[]{ 0x1f4fd }, 0, 1 ) ); +// _addEntry( "ps", new String( new int[]{ 0x1f1f5, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "pt", new String( new int[]{ 0x1f1f5, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "pudding", new String( new int[]{ 0x1f36e }, 0, 1 ) ); +// _addEntry( "punch", new String( new int[]{ 0x1f44a }, 0, 1 ) ); +// _addEntry( "punch_tone1", new String( new int[]{ 0x1f44a, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "punch_tone2", new String( new int[]{ 0x1f44a, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "punch_tone3", new String( new int[]{ 0x1f44a, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "punch_tone4", new String( new int[]{ 0x1f44a, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "punch_tone5", new String( new int[]{ 0x1f44a, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "purple_heart", new String( new int[]{ 0x1f49c }, 0, 1 ) ); +// _addEntry( "purse", new String( new int[]{ 0x1f45b }, 0, 1 ) ); +// _addEntry( "pushpin", new String( new int[]{ 0x1f4cc }, 0, 1 ) ); +// _addEntry( "put_litter_in_its_place", new String( new int[]{ 0x1f6ae }, 0, 1 ) ); +// _addEntry( "pw", new String( new int[]{ 0x1f1f5, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "py", new String( new int[]{ 0x1f1f5, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "qa", new String( new int[]{ 0x1f1f6, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "question", new String( new int[]{ 0x2753 }, 0, 1 ) ); +// _addEntry( "rabbit", new String( new int[]{ 0x1f430 }, 0, 1 ) ); +// _addEntry( "rabbit2", new String( new int[]{ 0x1f407 }, 0, 1 ) ); +// _addEntry( "race_car", new String( new int[]{ 0x1f3ce }, 0, 1 ) ); +// _addEntry( "racehorse", new String( new int[]{ 0x1f40e }, 0, 1 ) ); +// _addEntry( "racing_car", new String( new int[]{ 0x1f3ce }, 0, 1 ) ); +// _addEntry( "racing_motorcycle", new String( new int[]{ 0x1f3cd }, 0, 1 ) ); +// _addEntry( "radio", new String( new int[]{ 0x1f4fb }, 0, 1 ) ); +// _addEntry( "radio_button", new String( new int[]{ 0x1f518 }, 0, 1 ) ); +// _addEntry( "radioactive", new String( new int[]{ 0x2622 }, 0, 1 ) ); +// _addEntry( "radioactive_sign", new String( new int[]{ 0x2622 }, 0, 1 ) ); +// _addEntry( "rage", new String( new int[]{ 0x1f621 }, 0, 1 ) ); +// _addEntry( "railroad_track", new String( new int[]{ 0x1f6e4 }, 0, 1 ) ); +// _addEntry( "railway_car", new String( new int[]{ 0x1f683 }, 0, 1 ) ); +// _addEntry( "railway_track", new String( new int[]{ 0x1f6e4 }, 0, 1 ) ); +// _addEntry( "rainbow", new String( new int[]{ 0x1f308 }, 0, 1 ) ); +// _addEntry( "rainbow_flag", new String( new int[]{ 0x1f3f3, 0x1f308 }, 0, 2 ) ); +// _addEntry( "raised_back_of_hand", new String( new int[]{ 0x1f91a }, 0, 1 ) ); +// _addEntry( "raised_back_of_hand_tone1", new String( new int[]{ 0x1f91a, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "raised_back_of_hand_tone2", new String( new int[]{ 0x1f91a, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "raised_back_of_hand_tone3", new String( new int[]{ 0x1f91a, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "raised_back_of_hand_tone4", new String( new int[]{ 0x1f91a, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "raised_back_of_hand_tone5", new String( new int[]{ 0x1f91a, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "raised_hand", new String( new int[]{ 0x270b }, 0, 1 ) ); +// _addEntry( "raised_hand_tone1", new String( new int[]{ 0x270b, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "raised_hand_tone2", new String( new int[]{ 0x270b, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "raised_hand_tone3", new String( new int[]{ 0x270b, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "raised_hand_tone4", new String( new int[]{ 0x270b, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "raised_hand_tone5", new String( new int[]{ 0x270b, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "raised_hand_with_fingers_splayed", new String( new int[]{ 0x1f590 }, 0, 1 ) ); +// _addEntry( "raised_hand_with_fingers_splayed_tone1", new String( new int[]{ 0x1f590, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "raised_hand_with_fingers_splayed_tone2", new String( new int[]{ 0x1f590, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "raised_hand_with_fingers_splayed_tone3", new String( new int[]{ 0x1f590, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "raised_hand_with_fingers_splayed_tone4", new String( new int[]{ 0x1f590, 0x1f3fe }, 0, 2 ) ); +// } +// +// private static void init24(){ +// _addEntry( "raised_hand_with_fingers_splayed_tone5", new String( new int[]{ 0x1f590, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers", new String( new int[]{ 0x1f596 }, 0, 1 ) ); +// _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone1", new String( new int[]{ 0x1f596, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone2", new String( new int[]{ 0x1f596, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone3", new String( new int[]{ 0x1f596, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone4", new String( new int[]{ 0x1f596, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "raised_hand_with_part_between_middle_and_ring_fingers_tone5", new String( new int[]{ 0x1f596, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "raised_hands", new String( new int[]{ 0x1f64c }, 0, 1 ) ); +// _addEntry( "raised_hands_tone1", new String( new int[]{ 0x1f64c, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "raised_hands_tone2", new String( new int[]{ 0x1f64c, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "raised_hands_tone3", new String( new int[]{ 0x1f64c, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "raised_hands_tone4", new String( new int[]{ 0x1f64c, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "raised_hands_tone5", new String( new int[]{ 0x1f64c, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "raising_hand", new String( new int[]{ 0x1f64b }, 0, 1 ) ); +// _addEntry( "raising_hand_tone1", new String( new int[]{ 0x1f64b, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "raising_hand_tone2", new String( new int[]{ 0x1f64b, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "raising_hand_tone3", new String( new int[]{ 0x1f64b, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "raising_hand_tone4", new String( new int[]{ 0x1f64b, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "raising_hand_tone5", new String( new int[]{ 0x1f64b, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "ram", new String( new int[]{ 0x1f40f }, 0, 1 ) ); +// _addEntry( "ramen", new String( new int[]{ 0x1f35c }, 0, 1 ) ); +// _addEntry( "rat", new String( new int[]{ 0x1f400 }, 0, 1 ) ); +// _addEntry( "re", new String( new int[]{ 0x1f1f7, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "record_button", new String( new int[]{ 0x23fa }, 0, 1 ) ); +// _addEntry( "recycle", new String( new int[]{ 0x267b }, 0, 1 ) ); +// _addEntry( "red_car", new String( new int[]{ 0x1f697 }, 0, 1 ) ); +// _addEntry( "red_circle", new String( new int[]{ 0x1f534 }, 0, 1 ) ); +// _addEntry( "regional_indicator_a", new String( new int[]{ 0x1f1e6 }, 0, 1 ) ); +// _addEntry( "regional_indicator_b", new String( new int[]{ 0x1f1e7 }, 0, 1 ) ); +// _addEntry( "regional_indicator_c", new String( new int[]{ 0x1f1e8 }, 0, 1 ) ); +// _addEntry( "regional_indicator_d", new String( new int[]{ 0x1f1e9 }, 0, 1 ) ); +// _addEntry( "regional_indicator_e", new String( new int[]{ 0x1f1ea }, 0, 1 ) ); +// _addEntry( "regional_indicator_f", new String( new int[]{ 0x1f1eb }, 0, 1 ) ); +// _addEntry( "regional_indicator_g", new String( new int[]{ 0x1f1ec }, 0, 1 ) ); +// _addEntry( "regional_indicator_h", new String( new int[]{ 0x1f1ed }, 0, 1 ) ); +// _addEntry( "regional_indicator_i", new String( new int[]{ 0x1f1ee }, 0, 1 ) ); +// _addEntry( "regional_indicator_j", new String( new int[]{ 0x1f1ef }, 0, 1 ) ); +// _addEntry( "regional_indicator_k", new String( new int[]{ 0x1f1f0 }, 0, 1 ) ); +// _addEntry( "regional_indicator_l", new String( new int[]{ 0x1f1f1 }, 0, 1 ) ); +// _addEntry( "regional_indicator_m", new String( new int[]{ 0x1f1f2 }, 0, 1 ) ); +// _addEntry( "regional_indicator_n", new String( new int[]{ 0x1f1f3 }, 0, 1 ) ); +// _addEntry( "regional_indicator_o", new String( new int[]{ 0x1f1f4 }, 0, 1 ) ); +// _addEntry( "regional_indicator_p", new String( new int[]{ 0x1f1f5 }, 0, 1 ) ); +// _addEntry( "regional_indicator_q", new String( new int[]{ 0x1f1f6 }, 0, 1 ) ); +// _addEntry( "regional_indicator_r", new String( new int[]{ 0x1f1f7 }, 0, 1 ) ); +// _addEntry( "regional_indicator_s", new String( new int[]{ 0x1f1f8 }, 0, 1 ) ); +// _addEntry( "regional_indicator_t", new String( new int[]{ 0x1f1f9 }, 0, 1 ) ); +// _addEntry( "regional_indicator_u", new String( new int[]{ 0x1f1fa }, 0, 1 ) ); +// _addEntry( "regional_indicator_v", new String( new int[]{ 0x1f1fb }, 0, 1 ) ); +// _addEntry( "regional_indicator_w", new String( new int[]{ 0x1f1fc }, 0, 1 ) ); +// _addEntry( "regional_indicator_x", new String( new int[]{ 0x1f1fd }, 0, 1 ) ); +// _addEntry( "regional_indicator_y", new String( new int[]{ 0x1f1fe }, 0, 1 ) ); +// _addEntry( "regional_indicator_z", new String( new int[]{ 0x1f1ff }, 0, 1 ) ); +// _addEntry( "registered", new String( new int[]{ 0x00ae }, 0, 1 ) ); +// _addEntry( "relaxed", new String( new int[]{ 0x263a }, 0, 1 ) ); +// _addEntry( "relieved", new String( new int[]{ 0x1f60c }, 0, 1 ) ); +// _addEntry( "reminder_ribbon", new String( new int[]{ 0x1f397 }, 0, 1 ) ); +// _addEntry( "repeat", new String( new int[]{ 0x1f501 }, 0, 1 ) ); +// _addEntry( "repeat_one", new String( new int[]{ 0x1f502 }, 0, 1 ) ); +// _addEntry( "restroom", new String( new int[]{ 0x1f6bb }, 0, 1 ) ); +// _addEntry( "reversed_hand_with_middle_finger_extended", new String( new int[]{ 0x1f595 }, 0, 1 ) ); +// _addEntry( "reversed_hand_with_middle_finger_extended_tone1", new String( new int[]{ 0x1f595, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "reversed_hand_with_middle_finger_extended_tone2", new String( new int[]{ 0x1f595, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "reversed_hand_with_middle_finger_extended_tone3", new String( new int[]{ 0x1f595, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "reversed_hand_with_middle_finger_extended_tone4", new String( new int[]{ 0x1f595, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "reversed_hand_with_middle_finger_extended_tone5", new String( new int[]{ 0x1f595, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "revolving_hearts", new String( new int[]{ 0x1f49e }, 0, 1 ) ); +// _addEntry( "rewind", new String( new int[]{ 0x23ea }, 0, 1 ) ); +// _addEntry( "rhino", new String( new int[]{ 0x1f98f }, 0, 1 ) ); +// _addEntry( "rhinoceros", new String( new int[]{ 0x1f98f }, 0, 1 ) ); +// _addEntry( "ribbon", new String( new int[]{ 0x1f380 }, 0, 1 ) ); +// _addEntry( "rice", new String( new int[]{ 0x1f35a }, 0, 1 ) ); +// _addEntry( "rice_ball", new String( new int[]{ 0x1f359 }, 0, 1 ) ); +// _addEntry( "rice_cracker", new String( new int[]{ 0x1f358 }, 0, 1 ) ); +// _addEntry( "rice_scene", new String( new int[]{ 0x1f391 }, 0, 1 ) ); +// _addEntry( "right_anger_bubble", new String( new int[]{ 0x1f5ef }, 0, 1 ) ); +// _addEntry( "right_facing_fist", new String( new int[]{ 0x1f91c }, 0, 1 ) ); +// _addEntry( "right_facing_fist_tone1", new String( new int[]{ 0x1f91c, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "right_facing_fist_tone2", new String( new int[]{ 0x1f91c, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "right_facing_fist_tone3", new String( new int[]{ 0x1f91c, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "right_facing_fist_tone4", new String( new int[]{ 0x1f91c, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "right_facing_fist_tone5", new String( new int[]{ 0x1f91c, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "right_fist", new String( new int[]{ 0x1f91c }, 0, 1 ) ); +// _addEntry( "right_fist_tone1", new String( new int[]{ 0x1f91c, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "right_fist_tone2", new String( new int[]{ 0x1f91c, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "right_fist_tone3", new String( new int[]{ 0x1f91c, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "right_fist_tone4", new String( new int[]{ 0x1f91c, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "right_fist_tone5", new String( new int[]{ 0x1f91c, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "ring", new String( new int[]{ 0x1f48d }, 0, 1 ) ); +// _addEntry( "ro", new String( new int[]{ 0x1f1f7, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "robot", new String( new int[]{ 0x1f916 }, 0, 1 ) ); +// _addEntry( "robot_face", new String( new int[]{ 0x1f916 }, 0, 1 ) ); +// _addEntry( "rocket", new String( new int[]{ 0x1f680 }, 0, 1 ) ); +// _addEntry( "rofl", new String( new int[]{ 0x1f923 }, 0, 1 ) ); +// _addEntry( "rolled_up_newspaper", new String( new int[]{ 0x1f5de }, 0, 1 ) ); +// _addEntry( "roller_coaster", new String( new int[]{ 0x1f3a2 }, 0, 1 ) ); +// _addEntry( "rolling_eyes", new String( new int[]{ 0x1f644 }, 0, 1 ) ); +// _addEntry( "rolling_on_the_floor_laughing", new String( new int[]{ 0x1f923 }, 0, 1 ) ); +// _addEntry( "rooster", new String( new int[]{ 0x1f413 }, 0, 1 ) ); +// _addEntry( "rose", new String( new int[]{ 0x1f339 }, 0, 1 ) ); +// _addEntry( "rosette", new String( new int[]{ 0x1f3f5 }, 0, 1 ) ); +// } +// +// private static void init25(){ +// _addEntry( "rotating_light", new String( new int[]{ 0x1f6a8 }, 0, 1 ) ); +// _addEntry( "round_pushpin", new String( new int[]{ 0x1f4cd }, 0, 1 ) ); +// _addEntry( "rowboat", new String( new int[]{ 0x1f6a3 }, 0, 1 ) ); +// _addEntry( "rowboat_tone1", new String( new int[]{ 0x1f6a3, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "rowboat_tone2", new String( new int[]{ 0x1f6a3, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "rowboat_tone3", new String( new int[]{ 0x1f6a3, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "rowboat_tone4", new String( new int[]{ 0x1f6a3, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "rowboat_tone5", new String( new int[]{ 0x1f6a3, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "rs", new String( new int[]{ 0x1f1f7, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "ru", new String( new int[]{ 0x1f1f7, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "rugby_football", new String( new int[]{ 0x1f3c9 }, 0, 1 ) ); +// _addEntry( "runner", new String( new int[]{ 0x1f3c3 }, 0, 1 ) ); +// _addEntry( "runner_tone1", new String( new int[]{ 0x1f3c3, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "runner_tone2", new String( new int[]{ 0x1f3c3, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "runner_tone3", new String( new int[]{ 0x1f3c3, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "runner_tone4", new String( new int[]{ 0x1f3c3, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "runner_tone5", new String( new int[]{ 0x1f3c3, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "running_shirt_with_sash", new String( new int[]{ 0x1f3bd }, 0, 1 ) ); +// _addEntry( "rw", new String( new int[]{ 0x1f1f7, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "sa", new String( new int[]{ 0x1f202 }, 0, 1 ) ); +// _addEntry( "sagittarius", new String( new int[]{ 0x2650 }, 0, 1 ) ); +// _addEntry( "sailboat", new String( new int[]{ 0x26f5 }, 0, 1 ) ); +// _addEntry( "sake", new String( new int[]{ 0x1f376 }, 0, 1 ) ); +// _addEntry( "salad", new String( new int[]{ 0x1f957 }, 0, 1 ) ); +// _addEntry( "sandal", new String( new int[]{ 0x1f461 }, 0, 1 ) ); +// _addEntry( "santa", new String( new int[]{ 0x1f385 }, 0, 1 ) ); +// _addEntry( "santa_tone1", new String( new int[]{ 0x1f385, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "santa_tone2", new String( new int[]{ 0x1f385, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "santa_tone3", new String( new int[]{ 0x1f385, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "santa_tone4", new String( new int[]{ 0x1f385, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "santa_tone5", new String( new int[]{ 0x1f385, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "satellite", new String( new int[]{ 0x1f4e1 }, 0, 1 ) ); +// _addEntry( "satellite_orbital", new String( new int[]{ 0x1f6f0 }, 0, 1 ) ); +// _addEntry( "satisfied", new String( new int[]{ 0x1f606 }, 0, 1 ) ); +// _addEntry( "saudi", new String( new int[]{ 0x1f1f8, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "saudiarabia", new String( new int[]{ 0x1f1f8, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "saxophone", new String( new int[]{ 0x1f3b7 }, 0, 1 ) ); +// _addEntry( "sb", new String( new int[]{ 0x1f1f8, 0x1f1e7 }, 0, 2 ) ); +// _addEntry( "sc", new String( new int[]{ 0x1f1f8, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "scales", new String( new int[]{ 0x2696 }, 0, 1 ) ); +// _addEntry( "school", new String( new int[]{ 0x1f3eb }, 0, 1 ) ); +// _addEntry( "school_satchel", new String( new int[]{ 0x1f392 }, 0, 1 ) ); +// _addEntry( "scissors", new String( new int[]{ 0x2702 }, 0, 1 ) ); +// _addEntry( "scooter", new String( new int[]{ 0x1f6f4 }, 0, 1 ) ); +// _addEntry( "scorpion", new String( new int[]{ 0x1f982 }, 0, 1 ) ); +// _addEntry( "scorpius", new String( new int[]{ 0x264f }, 0, 1 ) ); +// _addEntry( "scream", new String( new int[]{ 0x1f631 }, 0, 1 ) ); +// _addEntry( "scream_cat", new String( new int[]{ 0x1f640 }, 0, 1 ) ); +// _addEntry( "scroll", new String( new int[]{ 0x1f4dc }, 0, 1 ) ); +// _addEntry( "sd", new String( new int[]{ 0x1f1f8, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "se", new String( new int[]{ 0x1f1f8, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "seat", new String( new int[]{ 0x1f4ba }, 0, 1 ) ); +// _addEntry( "second_place", new String( new int[]{ 0x1f948 }, 0, 1 ) ); +// _addEntry( "second_place_medal", new String( new int[]{ 0x1f948 }, 0, 1 ) ); +// _addEntry( "secret", new String( new int[]{ 0x3299 }, 0, 1 ) ); +// _addEntry( "see_no_evil", new String( new int[]{ 0x1f648 }, 0, 1 ) ); +// _addEntry( "seedling", new String( new int[]{ 0x1f331 }, 0, 1 ) ); +// _addEntry( "selfie", new String( new int[]{ 0x1f933 }, 0, 1 ) ); +// _addEntry( "selfie_tone1", new String( new int[]{ 0x1f933, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "selfie_tone2", new String( new int[]{ 0x1f933, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "selfie_tone3", new String( new int[]{ 0x1f933, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "selfie_tone4", new String( new int[]{ 0x1f933, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "selfie_tone5", new String( new int[]{ 0x1f933, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "seven", new String( new int[]{ 0x0037, 0x20e3 }, 0, 2 ) ); +// _addEntry( "sg", new String( new int[]{ 0x1f1f8, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "sh", new String( new int[]{ 0x1f1f8, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "shaking_hands", new String( new int[]{ 0x1f91d }, 0, 1 ) ); +// _addEntry( "shallow_pan_of_food", new String( new int[]{ 0x1f958 }, 0, 1 ) ); +// _addEntry( "shamrock", new String( new int[]{ 0x2618 }, 0, 1 ) ); +// _addEntry( "shark", new String( new int[]{ 0x1f988 }, 0, 1 ) ); +// _addEntry( "shaved_ice", new String( new int[]{ 0x1f367 }, 0, 1 ) ); +// _addEntry( "sheep", new String( new int[]{ 0x1f411 }, 0, 1 ) ); +// _addEntry( "shell", new String( new int[]{ 0x1f41a }, 0, 1 ) ); +// _addEntry( "shelled_peanut", new String( new int[]{ 0x1f95c }, 0, 1 ) ); +// _addEntry( "shield", new String( new int[]{ 0x1f6e1 }, 0, 1 ) ); +// _addEntry( "shinto_shrine", new String( new int[]{ 0x26e9 }, 0, 1 ) ); +// _addEntry( "ship", new String( new int[]{ 0x1f6a2 }, 0, 1 ) ); +// _addEntry( "shirt", new String( new int[]{ 0x1f455 }, 0, 1 ) ); +// _addEntry( "shit", new String( new int[]{ 0x1f4a9 }, 0, 1 ) ); +// _addEntry( "shopping_bags", new String( new int[]{ 0x1f6cd }, 0, 1 ) ); +// _addEntry( "shopping_cart", new String( new int[]{ 0x1f6d2 }, 0, 1 ) ); +// _addEntry( "shopping_trolley", new String( new int[]{ 0x1f6d2 }, 0, 1 ) ); +// _addEntry( "shower", new String( new int[]{ 0x1f6bf }, 0, 1 ) ); +// _addEntry( "shrimp", new String( new int[]{ 0x1f990 }, 0, 1 ) ); +// _addEntry( "shrug", new String( new int[]{ 0x1f937 }, 0, 1 ) ); +// _addEntry( "shrug_tone1", new String( new int[]{ 0x1f937, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "shrug_tone2", new String( new int[]{ 0x1f937, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "shrug_tone3", new String( new int[]{ 0x1f937, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "shrug_tone4", new String( new int[]{ 0x1f937, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "shrug_tone5", new String( new int[]{ 0x1f937, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "si", new String( new int[]{ 0x1f1f8, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "sick", new String( new int[]{ 0x1f922 }, 0, 1 ) ); +// _addEntry( "sign_of_the_horns", new String( new int[]{ 0x1f918 }, 0, 1 ) ); +// _addEntry( "sign_of_the_horns_tone1", new String( new int[]{ 0x1f918, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "sign_of_the_horns_tone2", new String( new int[]{ 0x1f918, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "sign_of_the_horns_tone3", new String( new int[]{ 0x1f918, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "sign_of_the_horns_tone4", new String( new int[]{ 0x1f918, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "sign_of_the_horns_tone5", new String( new int[]{ 0x1f918, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "signal_strength", new String( new int[]{ 0x1f4f6 }, 0, 1 ) ); +// _addEntry( "six", new String( new int[]{ 0x0036, 0x20e3 }, 0, 2 ) ); +// _addEntry( "six_pointed_star", new String( new int[]{ 0x1f52f }, 0, 1 ) ); +// } +// +// private static void init26(){ +// _addEntry( "sj", new String( new int[]{ 0x1f1f8, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "sk", new String( new int[]{ 0x1f1f8, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "skeleton", new String( new int[]{ 0x1f480 }, 0, 1 ) ); +// _addEntry( "ski", new String( new int[]{ 0x1f3bf }, 0, 1 ) ); +// _addEntry( "skier", new String( new int[]{ 0x26f7 }, 0, 1 ) ); +// _addEntry( "skull", new String( new int[]{ 0x1f480 }, 0, 1 ) ); +// _addEntry( "skull_and_crossbones", new String( new int[]{ 0x2620 }, 0, 1 ) ); +// _addEntry( "skull_crossbones", new String( new int[]{ 0x2620 }, 0, 1 ) ); +// _addEntry( "sl", new String( new int[]{ 0x1f1f8, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "sleeping", new String( new int[]{ 0x1f634 }, 0, 1 ) ); +// _addEntry( "sleeping_accommodation", new String( new int[]{ 0x1f6cc }, 0, 1 ) ); +// _addEntry( "sleepy", new String( new int[]{ 0x1f62a }, 0, 1 ) ); +// _addEntry( "sleuth_or_spy", new String( new int[]{ 0x1f575 }, 0, 1 ) ); +// _addEntry( "sleuth_or_spy_tone1", new String( new int[]{ 0x1f575, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "sleuth_or_spy_tone2", new String( new int[]{ 0x1f575, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "sleuth_or_spy_tone3", new String( new int[]{ 0x1f575, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "sleuth_or_spy_tone4", new String( new int[]{ 0x1f575, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "sleuth_or_spy_tone5", new String( new int[]{ 0x1f575, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "slight_frown", new String( new int[]{ 0x1f641 }, 0, 1 ) ); +// _addEntry( "slight_smile", new String( new int[]{ 0x1f642 }, 0, 1 ) ); +// _addEntry( "slightly_frowning_face", new String( new int[]{ 0x1f641 }, 0, 1 ) ); +// _addEntry( "slightly_smiling_face", new String( new int[]{ 0x1f642 }, 0, 1 ) ); +// _addEntry( "slot_machine", new String( new int[]{ 0x1f3b0 }, 0, 1 ) ); +// _addEntry( "sm", new String( new int[]{ 0x1f1f8, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "small_airplane", new String( new int[]{ 0x1f6e9 }, 0, 1 ) ); +// _addEntry( "small_blue_diamond", new String( new int[]{ 0x1f539 }, 0, 1 ) ); +// _addEntry( "small_orange_diamond", new String( new int[]{ 0x1f538 }, 0, 1 ) ); +// _addEntry( "small_red_triangle", new String( new int[]{ 0x1f53a }, 0, 1 ) ); +// _addEntry( "small_red_triangle_down", new String( new int[]{ 0x1f53b }, 0, 1 ) ); +// _addEntry( "smile", new String( new int[]{ 0x1f604 }, 0, 1 ) ); +// _addEntry( "smile_cat", new String( new int[]{ 0x1f638 }, 0, 1 ) ); +// _addEntry( "smiley", new String( new int[]{ 0x1f603 }, 0, 1 ) ); +// _addEntry( "smiley_cat", new String( new int[]{ 0x1f63a }, 0, 1 ) ); +// _addEntry( "smiling_imp", new String( new int[]{ 0x1f608 }, 0, 1 ) ); +// _addEntry( "smirk", new String( new int[]{ 0x1f60f }, 0, 1 ) ); +// _addEntry( "smirk_cat", new String( new int[]{ 0x1f63c }, 0, 1 ) ); +// _addEntry( "smoking", new String( new int[]{ 0x1f6ac }, 0, 1 ) ); +// _addEntry( "sn", new String( new int[]{ 0x1f1f8, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "snail", new String( new int[]{ 0x1f40c }, 0, 1 ) ); +// _addEntry( "snake", new String( new int[]{ 0x1f40d }, 0, 1 ) ); +// _addEntry( "sneeze", new String( new int[]{ 0x1f927 }, 0, 1 ) ); +// _addEntry( "sneezing_face", new String( new int[]{ 0x1f927 }, 0, 1 ) ); +// _addEntry( "snow_capped_mountain", new String( new int[]{ 0x1f3d4 }, 0, 1 ) ); +// _addEntry( "snowboarder", new String( new int[]{ 0x1f3c2 }, 0, 1 ) ); +// _addEntry( "snowboarder_dark_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "snowboarder_light_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "snowboarder_medium_dark_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "snowboarder_medium_light_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "snowboarder_medium_skin_tone", new String( new int[]{ 0x1f3c2, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "snowboarder_tone1", new String( new int[]{ 0x1f3c2, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "snowboarder_tone2", new String( new int[]{ 0x1f3c2, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "snowboarder_tone3", new String( new int[]{ 0x1f3c2, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "snowboarder_tone4", new String( new int[]{ 0x1f3c2, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "snowboarder_tone5", new String( new int[]{ 0x1f3c2, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "snowflake", new String( new int[]{ 0x2744 }, 0, 1 ) ); +// _addEntry( "snowman", new String( new int[]{ 0x26c4 }, 0, 1 ) ); +// _addEntry( "snowman2", new String( new int[]{ 0x2603 }, 0, 1 ) ); +// _addEntry( "so", new String( new int[]{ 0x1f1f8, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "sob", new String( new int[]{ 0x1f62d }, 0, 1 ) ); +// _addEntry( "soccer", new String( new int[]{ 0x26bd }, 0, 1 ) ); +// _addEntry( "soon", new String( new int[]{ 0x1f51c }, 0, 1 ) ); +// _addEntry( "sos", new String( new int[]{ 0x1f198 }, 0, 1 ) ); +// _addEntry( "sound", new String( new int[]{ 0x1f509 }, 0, 1 ) ); +// _addEntry( "space_invader", new String( new int[]{ 0x1f47e }, 0, 1 ) ); +// _addEntry( "spades", new String( new int[]{ 0x2660 }, 0, 1 ) ); +// _addEntry( "spaghetti", new String( new int[]{ 0x1f35d }, 0, 1 ) ); +// _addEntry( "sparkle", new String( new int[]{ 0x2747 }, 0, 1 ) ); +// _addEntry( "sparkler", new String( new int[]{ 0x1f387 }, 0, 1 ) ); +// _addEntry( "sparkles", new String( new int[]{ 0x2728 }, 0, 1 ) ); +// _addEntry( "sparkling_heart", new String( new int[]{ 0x1f496 }, 0, 1 ) ); +// _addEntry( "speak_no_evil", new String( new int[]{ 0x1f64a }, 0, 1 ) ); +// _addEntry( "speaker", new String( new int[]{ 0x1f508 }, 0, 1 ) ); +// _addEntry( "speaking_head", new String( new int[]{ 0x1f5e3 }, 0, 1 ) ); +// _addEntry( "speaking_head_in_silhouette", new String( new int[]{ 0x1f5e3 }, 0, 1 ) ); +// _addEntry( "speech_balloon", new String( new int[]{ 0x1f4ac }, 0, 1 ) ); +// _addEntry( "speech_left", new String( new int[]{ 0x1f5e8 }, 0, 1 ) ); +// _addEntry( "speedboat", new String( new int[]{ 0x1f6a4 }, 0, 1 ) ); +// _addEntry( "spider", new String( new int[]{ 0x1f577 }, 0, 1 ) ); +// _addEntry( "spider_web", new String( new int[]{ 0x1f578 }, 0, 1 ) ); +// _addEntry( "spiral_calendar_pad", new String( new int[]{ 0x1f5d3 }, 0, 1 ) ); +// _addEntry( "spiral_note_pad", new String( new int[]{ 0x1f5d2 }, 0, 1 ) ); +// _addEntry( "spoon", new String( new int[]{ 0x1f944 }, 0, 1 ) ); +// _addEntry( "sports_medal", new String( new int[]{ 0x1f3c5 }, 0, 1 ) ); +// _addEntry( "spy", new String( new int[]{ 0x1f575 }, 0, 1 ) ); +// _addEntry( "spy_tone1", new String( new int[]{ 0x1f575, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "spy_tone2", new String( new int[]{ 0x1f575, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "spy_tone3", new String( new int[]{ 0x1f575, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "spy_tone4", new String( new int[]{ 0x1f575, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "spy_tone5", new String( new int[]{ 0x1f575, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "squid", new String( new int[]{ 0x1f991 }, 0, 1 ) ); +// _addEntry( "sr", new String( new int[]{ 0x1f1f8, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "ss", new String( new int[]{ 0x1f1f8, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "st", new String( new int[]{ 0x1f1f8, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "stadium", new String( new int[]{ 0x1f3df }, 0, 1 ) ); +// _addEntry( "star", new String( new int[]{ 0x2b50 }, 0, 1 ) ); +// _addEntry( "star2", new String( new int[]{ 0x1f31f }, 0, 1 ) ); +// _addEntry( "star_and_crescent", new String( new int[]{ 0x262a }, 0, 1 ) ); +// _addEntry( "star_of_david", new String( new int[]{ 0x2721 }, 0, 1 ) ); +// _addEntry( "stars", new String( new int[]{ 0x1f320 }, 0, 1 ) ); +// _addEntry( "station", new String( new int[]{ 0x1f689 }, 0, 1 ) ); +// _addEntry( "statue_of_liberty", new String( new int[]{ 0x1f5fd }, 0, 1 ) ); +// } +// +// private static void init27(){ +// _addEntry( "steam_locomotive", new String( new int[]{ 0x1f682 }, 0, 1 ) ); +// _addEntry( "stew", new String( new int[]{ 0x1f372 }, 0, 1 ) ); +// _addEntry( "stop_button", new String( new int[]{ 0x23f9 }, 0, 1 ) ); +// _addEntry( "stop_sign", new String( new int[]{ 0x1f6d1 }, 0, 1 ) ); +// _addEntry( "stopwatch", new String( new int[]{ 0x23f1 }, 0, 1 ) ); +// _addEntry( "straight_ruler", new String( new int[]{ 0x1f4cf }, 0, 1 ) ); +// _addEntry( "strawberry", new String( new int[]{ 0x1f353 }, 0, 1 ) ); +// _addEntry( "stuck_out_tongue", new String( new int[]{ 0x1f61b }, 0, 1 ) ); +// _addEntry( "stuck_out_tongue_closed_eyes", new String( new int[]{ 0x1f61d }, 0, 1 ) ); +// _addEntry( "stuck_out_tongue_winking_eye", new String( new int[]{ 0x1f61c }, 0, 1 ) ); +// _addEntry( "studio_microphone", new String( new int[]{ 0x1f399 }, 0, 1 ) ); +// _addEntry( "stuffed_flatbread", new String( new int[]{ 0x1f959 }, 0, 1 ) ); +// _addEntry( "stuffed_pita", new String( new int[]{ 0x1f959 }, 0, 1 ) ); +// _addEntry( "sun_with_face", new String( new int[]{ 0x1f31e }, 0, 1 ) ); +// _addEntry( "sunflower", new String( new int[]{ 0x1f33b }, 0, 1 ) ); +// _addEntry( "sunglasses", new String( new int[]{ 0x1f60e }, 0, 1 ) ); +// _addEntry( "sunny", new String( new int[]{ 0x2600 }, 0, 1 ) ); +// _addEntry( "sunrise", new String( new int[]{ 0x1f305 }, 0, 1 ) ); +// _addEntry( "sunrise_over_mountains", new String( new int[]{ 0x1f304 }, 0, 1 ) ); +// _addEntry( "surfer", new String( new int[]{ 0x1f3c4 }, 0, 1 ) ); +// _addEntry( "surfer_tone1", new String( new int[]{ 0x1f3c4, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "surfer_tone2", new String( new int[]{ 0x1f3c4, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "surfer_tone3", new String( new int[]{ 0x1f3c4, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "surfer_tone4", new String( new int[]{ 0x1f3c4, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "surfer_tone5", new String( new int[]{ 0x1f3c4, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "sushi", new String( new int[]{ 0x1f363 }, 0, 1 ) ); +// _addEntry( "suspension_railway", new String( new int[]{ 0x1f69f }, 0, 1 ) ); +// _addEntry( "sv", new String( new int[]{ 0x1f1f8, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "sweat", new String( new int[]{ 0x1f613 }, 0, 1 ) ); +// _addEntry( "sweat_drops", new String( new int[]{ 0x1f4a6 }, 0, 1 ) ); +// _addEntry( "sweat_smile", new String( new int[]{ 0x1f605 }, 0, 1 ) ); +// _addEntry( "sweet_potato", new String( new int[]{ 0x1f360 }, 0, 1 ) ); +// _addEntry( "swimmer", new String( new int[]{ 0x1f3ca }, 0, 1 ) ); +// _addEntry( "swimmer_tone1", new String( new int[]{ 0x1f3ca, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "swimmer_tone2", new String( new int[]{ 0x1f3ca, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "swimmer_tone3", new String( new int[]{ 0x1f3ca, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "swimmer_tone4", new String( new int[]{ 0x1f3ca, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "swimmer_tone5", new String( new int[]{ 0x1f3ca, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "sx", new String( new int[]{ 0x1f1f8, 0x1f1fd }, 0, 2 ) ); +// _addEntry( "sy", new String( new int[]{ 0x1f1f8, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "symbols", new String( new int[]{ 0x1f523 }, 0, 1 ) ); +// _addEntry( "synagogue", new String( new int[]{ 0x1f54d }, 0, 1 ) ); +// _addEntry( "syringe", new String( new int[]{ 0x1f489 }, 0, 1 ) ); +// _addEntry( "sz", new String( new int[]{ 0x1f1f8, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "ta", new String( new int[]{ 0x1f1f9, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "table_tennis", new String( new int[]{ 0x1f3d3 }, 0, 1 ) ); +// _addEntry( "taco", new String( new int[]{ 0x1f32e }, 0, 1 ) ); +// _addEntry( "tada", new String( new int[]{ 0x1f389 }, 0, 1 ) ); +// _addEntry( "tanabata_tree", new String( new int[]{ 0x1f38b }, 0, 1 ) ); +// _addEntry( "tangerine", new String( new int[]{ 0x1f34a }, 0, 1 ) ); +// _addEntry( "taurus", new String( new int[]{ 0x2649 }, 0, 1 ) ); +// _addEntry( "taxi", new String( new int[]{ 0x1f695 }, 0, 1 ) ); +// _addEntry( "tc", new String( new int[]{ 0x1f1f9, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "td", new String( new int[]{ 0x1f1f9, 0x1f1e9 }, 0, 2 ) ); +// _addEntry( "tea", new String( new int[]{ 0x1f375 }, 0, 1 ) ); +// _addEntry( "telephone", new String( new int[]{ 0x260e }, 0, 1 ) ); +// _addEntry( "telephone_receiver", new String( new int[]{ 0x1f4de }, 0, 1 ) ); +// _addEntry( "telescope", new String( new int[]{ 0x1f52d }, 0, 1 ) ); +// _addEntry( "tennis", new String( new int[]{ 0x1f3be }, 0, 1 ) ); +// _addEntry( "tent", new String( new int[]{ 0x26fa }, 0, 1 ) ); +// _addEntry( "tf", new String( new int[]{ 0x1f1f9, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "tg", new String( new int[]{ 0x1f1f9, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "th", new String( new int[]{ 0x1f1f9, 0x1f1ed }, 0, 2 ) ); +// _addEntry( "thermometer", new String( new int[]{ 0x1f321 }, 0, 1 ) ); +// _addEntry( "thermometer_face", new String( new int[]{ 0x1f912 }, 0, 1 ) ); +// _addEntry( "thinking", new String( new int[]{ 0x1f914 }, 0, 1 ) ); +// _addEntry( "thinking_face", new String( new int[]{ 0x1f914 }, 0, 1 ) ); +// _addEntry( "third_place", new String( new int[]{ 0x1f949 }, 0, 1 ) ); +// _addEntry( "third_place_medal", new String( new int[]{ 0x1f949 }, 0, 1 ) ); +// _addEntry( "thought_balloon", new String( new int[]{ 0x1f4ad }, 0, 1 ) ); +// _addEntry( "three", new String( new int[]{ 0x0033, 0x20e3 }, 0, 2 ) ); +// _addEntry( "three_button_mouse", new String( new int[]{ 0x1f5b1 }, 0, 1 ) ); +// _addEntry( "thumbdown", new String( new int[]{ 0x1f44e }, 0, 1 ) ); +// _addEntry( "thumbdown_tone1", new String( new int[]{ 0x1f44e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "thumbdown_tone2", new String( new int[]{ 0x1f44e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "thumbdown_tone3", new String( new int[]{ 0x1f44e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "thumbdown_tone4", new String( new int[]{ 0x1f44e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "thumbdown_tone5", new String( new int[]{ 0x1f44e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "thumbsdown", new String( new int[]{ 0x1f44e }, 0, 1 ) ); +// _addEntry( "thumbsdown_tone1", new String( new int[]{ 0x1f44e, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "thumbsdown_tone2", new String( new int[]{ 0x1f44e, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "thumbsdown_tone3", new String( new int[]{ 0x1f44e, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "thumbsdown_tone4", new String( new int[]{ 0x1f44e, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "thumbsdown_tone5", new String( new int[]{ 0x1f44e, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "thumbsup", new String( new int[]{ 0x1f44d }, 0, 1 ) ); +// _addEntry( "thumbsup_tone1", new String( new int[]{ 0x1f44d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "thumbsup_tone2", new String( new int[]{ 0x1f44d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "thumbsup_tone3", new String( new int[]{ 0x1f44d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "thumbsup_tone4", new String( new int[]{ 0x1f44d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "thumbsup_tone5", new String( new int[]{ 0x1f44d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "thumbup", new String( new int[]{ 0x1f44d }, 0, 1 ) ); +// _addEntry( "thumbup_tone1", new String( new int[]{ 0x1f44d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "thumbup_tone2", new String( new int[]{ 0x1f44d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "thumbup_tone3", new String( new int[]{ 0x1f44d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "thumbup_tone4", new String( new int[]{ 0x1f44d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "thumbup_tone5", new String( new int[]{ 0x1f44d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "thunder_cloud_and_rain", new String( new int[]{ 0x26c8 }, 0, 1 ) ); +// _addEntry( "thunder_cloud_rain", new String( new int[]{ 0x26c8 }, 0, 1 ) ); +// _addEntry( "ticket", new String( new int[]{ 0x1f3ab }, 0, 1 ) ); +// _addEntry( "tickets", new String( new int[]{ 0x1f39f }, 0, 1 ) ); +// _addEntry( "tiger", new String( new int[]{ 0x1f42f }, 0, 1 ) ); +// } +// +// private static void init28(){ +// _addEntry( "tiger2", new String( new int[]{ 0x1f405 }, 0, 1 ) ); +// _addEntry( "timer", new String( new int[]{ 0x23f2 }, 0, 1 ) ); +// _addEntry( "timer_clock", new String( new int[]{ 0x23f2 }, 0, 1 ) ); +// _addEntry( "tired_face", new String( new int[]{ 0x1f62b }, 0, 1 ) ); +// _addEntry( "tj", new String( new int[]{ 0x1f1f9, 0x1f1ef }, 0, 2 ) ); +// _addEntry( "tk", new String( new int[]{ 0x1f1f9, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "tl", new String( new int[]{ 0x1f1f9, 0x1f1f1 }, 0, 2 ) ); +// _addEntry( "tm", new String( new int[]{ 0x2122 }, 0, 1 ) ); +// _addEntry( "tn", new String( new int[]{ 0x1f1f9, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "to", new String( new int[]{ 0x1f1f9, 0x1f1f4 }, 0, 2 ) ); +// _addEntry( "toilet", new String( new int[]{ 0x1f6bd }, 0, 1 ) ); +// _addEntry( "tokyo_tower", new String( new int[]{ 0x1f5fc }, 0, 1 ) ); +// _addEntry( "tomato", new String( new int[]{ 0x1f345 }, 0, 1 ) ); +// _addEntry( "tone1", new String( new int[]{ 0x1f3fb }, 0, 1 ) ); +// _addEntry( "tone2", new String( new int[]{ 0x1f3fc }, 0, 1 ) ); +// _addEntry( "tone3", new String( new int[]{ 0x1f3fd }, 0, 1 ) ); +// _addEntry( "tone4", new String( new int[]{ 0x1f3fe }, 0, 1 ) ); +// _addEntry( "tone5", new String( new int[]{ 0x1f3ff }, 0, 1 ) ); +// _addEntry( "tongue", new String( new int[]{ 0x1f445 }, 0, 1 ) ); +// _addEntry( "tools", new String( new int[]{ 0x1f6e0 }, 0, 1 ) ); +// _addEntry( "top", new String( new int[]{ 0x1f51d }, 0, 1 ) ); +// _addEntry( "tophat", new String( new int[]{ 0x1f3a9 }, 0, 1 ) ); +// _addEntry( "tr", new String( new int[]{ 0x1f1f9, 0x1f1f7 }, 0, 2 ) ); +// _addEntry( "track_next", new String( new int[]{ 0x23ed }, 0, 1 ) ); +// _addEntry( "track_previous", new String( new int[]{ 0x23ee }, 0, 1 ) ); +// _addEntry( "trackball", new String( new int[]{ 0x1f5b2 }, 0, 1 ) ); +// _addEntry( "tractor", new String( new int[]{ 0x1f69c }, 0, 1 ) ); +// _addEntry( "traffic_light", new String( new int[]{ 0x1f6a5 }, 0, 1 ) ); +// _addEntry( "train", new String( new int[]{ 0x1f68b }, 0, 1 ) ); +// _addEntry( "train2", new String( new int[]{ 0x1f686 }, 0, 1 ) ); +// _addEntry( "tram", new String( new int[]{ 0x1f68a }, 0, 1 ) ); +// _addEntry( "triangular_flag_on_post", new String( new int[]{ 0x1f6a9 }, 0, 1 ) ); +// _addEntry( "triangular_ruler", new String( new int[]{ 0x1f4d0 }, 0, 1 ) ); +// _addEntry( "trident", new String( new int[]{ 0x1f531 }, 0, 1 ) ); +// _addEntry( "triumph", new String( new int[]{ 0x1f624 }, 0, 1 ) ); +// _addEntry( "trolleybus", new String( new int[]{ 0x1f68e }, 0, 1 ) ); +// _addEntry( "trophy", new String( new int[]{ 0x1f3c6 }, 0, 1 ) ); +// _addEntry( "tropical_drink", new String( new int[]{ 0x1f379 }, 0, 1 ) ); +// _addEntry( "tropical_fish", new String( new int[]{ 0x1f420 }, 0, 1 ) ); +// _addEntry( "truck", new String( new int[]{ 0x1f69a }, 0, 1 ) ); +// _addEntry( "trumpet", new String( new int[]{ 0x1f3ba }, 0, 1 ) ); +// _addEntry( "tt", new String( new int[]{ 0x1f1f9, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "tulip", new String( new int[]{ 0x1f337 }, 0, 1 ) ); +// _addEntry( "tumbler_glass", new String( new int[]{ 0x1f943 }, 0, 1 ) ); +// _addEntry( "turkey", new String( new int[]{ 0x1f983 }, 0, 1 ) ); +// _addEntry( "turkmenistan", new String( new int[]{ 0x1f1f9, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "turtle", new String( new int[]{ 0x1f422 }, 0, 1 ) ); +// _addEntry( "tuvalu", new String( new int[]{ 0x1f1f9, 0x1f1fb }, 0, 2 ) ); +// _addEntry( "tuxedo_tone1", new String( new int[]{ 0x1f935, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "tuxedo_tone2", new String( new int[]{ 0x1f935, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "tuxedo_tone3", new String( new int[]{ 0x1f935, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "tuxedo_tone4", new String( new int[]{ 0x1f935, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "tuxedo_tone5", new String( new int[]{ 0x1f935, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "tv", new String( new int[]{ 0x1f4fa }, 0, 1 ) ); +// _addEntry( "tw", new String( new int[]{ 0x1f1f9, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "twisted_rightwards_arrows", new String( new int[]{ 0x1f500 }, 0, 1 ) ); +// _addEntry( "two", new String( new int[]{ 0x0032, 0x20e3 }, 0, 2 ) ); +// _addEntry( "two_hearts", new String( new int[]{ 0x1f495 }, 0, 1 ) ); +// _addEntry( "two_men_holding_hands", new String( new int[]{ 0x1f46c }, 0, 1 ) ); +// _addEntry( "two_women_holding_hands", new String( new int[]{ 0x1f46d }, 0, 1 ) ); +// _addEntry( "tz", new String( new int[]{ 0x1f1f9, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "u5272", new String( new int[]{ 0x1f239 }, 0, 1 ) ); +// _addEntry( "u5408", new String( new int[]{ 0x1f234 }, 0, 1 ) ); +// _addEntry( "u55b6", new String( new int[]{ 0x1f23a }, 0, 1 ) ); +// _addEntry( "u6307", new String( new int[]{ 0x1f22f }, 0, 1 ) ); +// _addEntry( "u6708", new String( new int[]{ 0x1f237 }, 0, 1 ) ); +// _addEntry( "u6709", new String( new int[]{ 0x1f236 }, 0, 1 ) ); +// _addEntry( "u6e80", new String( new int[]{ 0x1f235 }, 0, 1 ) ); +// _addEntry( "u7121", new String( new int[]{ 0x1f21a }, 0, 1 ) ); +// _addEntry( "u7533", new String( new int[]{ 0x1f238 }, 0, 1 ) ); +// _addEntry( "u7981", new String( new int[]{ 0x1f232 }, 0, 1 ) ); +// _addEntry( "u7a7a", new String( new int[]{ 0x1f233 }, 0, 1 ) ); +// _addEntry( "ua", new String( new int[]{ 0x1f1fa, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "ug", new String( new int[]{ 0x1f1fa, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "um", new String( new int[]{ 0x1f1fa, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "umbrella", new String( new int[]{ 0x2614 }, 0, 1 ) ); +// _addEntry( "umbrella2", new String( new int[]{ 0x2602 }, 0, 1 ) ); +// _addEntry( "umbrella_on_ground", new String( new int[]{ 0x26f1 }, 0, 1 ) ); +// _addEntry( "unamused", new String( new int[]{ 0x1f612 }, 0, 1 ) ); +// _addEntry( "underage", new String( new int[]{ 0x1f51e }, 0, 1 ) ); +// _addEntry( "unicorn", new String( new int[]{ 0x1f984 }, 0, 1 ) ); +// _addEntry( "unicorn_face", new String( new int[]{ 0x1f984 }, 0, 1 ) ); +// _addEntry( "united_nations", new String( new int[]{ 0x1f1fa, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "unlock", new String( new int[]{ 0x1f513 }, 0, 1 ) ); +// _addEntry( "up", new String( new int[]{ 0x1f199 }, 0, 1 ) ); +// _addEntry( "upside_down", new String( new int[]{ 0x1f643 }, 0, 1 ) ); +// _addEntry( "upside_down_face", new String( new int[]{ 0x1f643 }, 0, 1 ) ); +// _addEntry( "urn", new String( new int[]{ 0x26b1 }, 0, 1 ) ); +// _addEntry( "us", new String( new int[]{ 0x1f1fa, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "uy", new String( new int[]{ 0x1f1fa, 0x1f1fe }, 0, 2 ) ); +// _addEntry( "uz", new String( new int[]{ 0x1f1fa, 0x1f1ff }, 0, 2 ) ); +// _addEntry( "v", new String( new int[]{ 0x270c }, 0, 1 ) ); +// _addEntry( "v_tone1", new String( new int[]{ 0x270c, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "v_tone2", new String( new int[]{ 0x270c, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "v_tone3", new String( new int[]{ 0x270c, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "v_tone4", new String( new int[]{ 0x270c, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "v_tone5", new String( new int[]{ 0x270c, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "va", new String( new int[]{ 0x1f1fb, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "vc", new String( new int[]{ 0x1f1fb, 0x1f1e8 }, 0, 2 ) ); +// _addEntry( "ve", new String( new int[]{ 0x1f1fb, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "vertical_traffic_light", new String( new int[]{ 0x1f6a6 }, 0, 1 ) ); +// } +// +// private static void init29(){ +// _addEntry( "vg", new String( new int[]{ 0x1f1fb, 0x1f1ec }, 0, 2 ) ); +// _addEntry( "vhs", new String( new int[]{ 0x1f4fc }, 0, 1 ) ); +// _addEntry( "vi", new String( new int[]{ 0x1f1fb, 0x1f1ee }, 0, 2 ) ); +// _addEntry( "vibration_mode", new String( new int[]{ 0x1f4f3 }, 0, 1 ) ); +// _addEntry( "video_camera", new String( new int[]{ 0x1f4f9 }, 0, 1 ) ); +// _addEntry( "video_game", new String( new int[]{ 0x1f3ae }, 0, 1 ) ); +// _addEntry( "violin", new String( new int[]{ 0x1f3bb }, 0, 1 ) ); +// _addEntry( "virgo", new String( new int[]{ 0x264d }, 0, 1 ) ); +// _addEntry( "vn", new String( new int[]{ 0x1f1fb, 0x1f1f3 }, 0, 2 ) ); +// _addEntry( "volcano", new String( new int[]{ 0x1f30b }, 0, 1 ) ); +// _addEntry( "volleyball", new String( new int[]{ 0x1f3d0 }, 0, 1 ) ); +// _addEntry( "vs", new String( new int[]{ 0x1f19a }, 0, 1 ) ); +// _addEntry( "vu", new String( new int[]{ 0x1f1fb, 0x1f1fa }, 0, 2 ) ); +// _addEntry( "vulcan", new String( new int[]{ 0x1f596 }, 0, 1 ) ); +// _addEntry( "vulcan_tone1", new String( new int[]{ 0x1f596, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "vulcan_tone2", new String( new int[]{ 0x1f596, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "vulcan_tone3", new String( new int[]{ 0x1f596, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "vulcan_tone4", new String( new int[]{ 0x1f596, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "vulcan_tone5", new String( new int[]{ 0x1f596, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "walking", new String( new int[]{ 0x1f6b6 }, 0, 1 ) ); +// _addEntry( "walking_tone1", new String( new int[]{ 0x1f6b6, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "walking_tone2", new String( new int[]{ 0x1f6b6, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "walking_tone3", new String( new int[]{ 0x1f6b6, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "walking_tone4", new String( new int[]{ 0x1f6b6, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "walking_tone5", new String( new int[]{ 0x1f6b6, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "waning_crescent_moon", new String( new int[]{ 0x1f318 }, 0, 1 ) ); +// _addEntry( "waning_gibbous_moon", new String( new int[]{ 0x1f316 }, 0, 1 ) ); +// _addEntry( "warning", new String( new int[]{ 0x26a0 }, 0, 1 ) ); +// _addEntry( "wastebasket", new String( new int[]{ 0x1f5d1 }, 0, 1 ) ); +// _addEntry( "watch", new String( new int[]{ 0x231a }, 0, 1 ) ); +// _addEntry( "water_buffalo", new String( new int[]{ 0x1f403 }, 0, 1 ) ); +// _addEntry( "water_polo", new String( new int[]{ 0x1f93d }, 0, 1 ) ); +// _addEntry( "water_polo_tone1", new String( new int[]{ 0x1f93d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "water_polo_tone2", new String( new int[]{ 0x1f93d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "water_polo_tone3", new String( new int[]{ 0x1f93d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "water_polo_tone4", new String( new int[]{ 0x1f93d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "water_polo_tone5", new String( new int[]{ 0x1f93d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "watermelon", new String( new int[]{ 0x1f349 }, 0, 1 ) ); +// _addEntry( "wave", new String( new int[]{ 0x1f44b }, 0, 1 ) ); +// _addEntry( "wave_tone1", new String( new int[]{ 0x1f44b, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "wave_tone2", new String( new int[]{ 0x1f44b, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "wave_tone3", new String( new int[]{ 0x1f44b, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "wave_tone4", new String( new int[]{ 0x1f44b, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "wave_tone5", new String( new int[]{ 0x1f44b, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "waving_black_flag", new String( new int[]{ 0x1f3f4 }, 0, 1 ) ); +// _addEntry( "waving_white_flag", new String( new int[]{ 0x1f3f3 }, 0, 1 ) ); +// _addEntry( "wavy_dash", new String( new int[]{ 0x3030 }, 0, 1 ) ); +// _addEntry( "waxing_crescent_moon", new String( new int[]{ 0x1f312 }, 0, 1 ) ); +// _addEntry( "waxing_gibbous_moon", new String( new int[]{ 0x1f314 }, 0, 1 ) ); +// _addEntry( "wc", new String( new int[]{ 0x1f6be }, 0, 1 ) ); +// _addEntry( "weary", new String( new int[]{ 0x1f629 }, 0, 1 ) ); +// _addEntry( "wedding", new String( new int[]{ 0x1f492 }, 0, 1 ) ); +// _addEntry( "weight_lifter", new String( new int[]{ 0x1f3cb }, 0, 1 ) ); +// _addEntry( "weight_lifter_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "weight_lifter_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "weight_lifter_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "weight_lifter_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "weight_lifter_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "wf", new String( new int[]{ 0x1f1fc, 0x1f1eb }, 0, 2 ) ); +// _addEntry( "whale", new String( new int[]{ 0x1f433 }, 0, 1 ) ); +// _addEntry( "whale2", new String( new int[]{ 0x1f40b }, 0, 1 ) ); +// _addEntry( "wheel_of_dharma", new String( new int[]{ 0x2638 }, 0, 1 ) ); +// _addEntry( "wheelchair", new String( new int[]{ 0x267f }, 0, 1 ) ); +// _addEntry( "whisky", new String( new int[]{ 0x1f943 }, 0, 1 ) ); +// _addEntry( "white_check_mark", new String( new int[]{ 0x2705 }, 0, 1 ) ); +// _addEntry( "white_circle", new String( new int[]{ 0x26aa }, 0, 1 ) ); +// _addEntry( "white_flower", new String( new int[]{ 0x1f4ae }, 0, 1 ) ); +// _addEntry( "white_frowning_face", new String( new int[]{ 0x2639 }, 0, 1 ) ); +// _addEntry( "white_large_square", new String( new int[]{ 0x2b1c }, 0, 1 ) ); +// _addEntry( "white_medium_small_square", new String( new int[]{ 0x25fd }, 0, 1 ) ); +// _addEntry( "white_medium_square", new String( new int[]{ 0x25fb }, 0, 1 ) ); +// _addEntry( "white_small_square", new String( new int[]{ 0x25ab }, 0, 1 ) ); +// _addEntry( "white_square_button", new String( new int[]{ 0x1f533 }, 0, 1 ) ); +// _addEntry( "white_sun_behind_cloud", new String( new int[]{ 0x1f325 }, 0, 1 ) ); +// _addEntry( "white_sun_behind_cloud_with_rain", new String( new int[]{ 0x1f326 }, 0, 1 ) ); +// _addEntry( "white_sun_cloud", new String( new int[]{ 0x1f325 }, 0, 1 ) ); +// _addEntry( "white_sun_rain_cloud", new String( new int[]{ 0x1f326 }, 0, 1 ) ); +// _addEntry( "white_sun_small_cloud", new String( new int[]{ 0x1f324 }, 0, 1 ) ); +// _addEntry( "white_sun_with_small_cloud", new String( new int[]{ 0x1f324 }, 0, 1 ) ); +// _addEntry( "wilted_flower", new String( new int[]{ 0x1f940 }, 0, 1 ) ); +// _addEntry( "wilted_rose", new String( new int[]{ 0x1f940 }, 0, 1 ) ); +// _addEntry( "wind_blowing_face", new String( new int[]{ 0x1f32c }, 0, 1 ) ); +// _addEntry( "wind_chime", new String( new int[]{ 0x1f390 }, 0, 1 ) ); +// _addEntry( "wine_glass", new String( new int[]{ 0x1f377 }, 0, 1 ) ); +// _addEntry( "wink", new String( new int[]{ 0x1f609 }, 0, 1 ) ); +// _addEntry( "wolf", new String( new int[]{ 0x1f43a }, 0, 1 ) ); +// _addEntry( "woman", new String( new int[]{ 0x1f469 }, 0, 1 ) ); +// _addEntry( "woman_artist", new String( new int[]{ 0x1f469, 0x1f3a8 }, 0, 2 ) ); +// _addEntry( "woman_artist_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_artist_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a8 }, 0, 3 ) ); +// _addEntry( "woman_astronaut", new String( new int[]{ 0x1f469, 0x1f680 }, 0, 2 ) ); +// _addEntry( "woman_astronaut_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f680 }, 0, 3 ) ); +// } +// +// private static void init30(){ +// _addEntry( "woman_astronaut_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_astronaut_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f680 }, 0, 3 ) ); +// _addEntry( "woman_biking", new String( new int[]{ 0x1f6b4, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_biking_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_medium_skin_tone", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_tone1", new String( new int[]{ 0x1f6b4, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_tone2", new String( new int[]{ 0x1f6b4, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_tone3", new String( new int[]{ 0x1f6b4, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_tone4", new String( new int[]{ 0x1f6b4, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_biking_tone5", new String( new int[]{ 0x1f6b4, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball", new String( new int[]{ 0x26f9, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_bouncing_ball_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_medium_dark_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_medium_light_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_medium_skin_tone", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_tone1", new String( new int[]{ 0x26f9, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_tone2", new String( new int[]{ 0x26f9, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_tone3", new String( new int[]{ 0x26f9, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_tone4", new String( new int[]{ 0x26f9, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bouncing_ball_tone5", new String( new int[]{ 0x26f9, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing", new String( new int[]{ 0x1f647, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_bowing_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_medium_dark_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_medium_light_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_medium_skin_tone", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_tone1", new String( new int[]{ 0x1f647, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_tone2", new String( new int[]{ 0x1f647, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_tone3", new String( new int[]{ 0x1f647, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_tone4", new String( new int[]{ 0x1f647, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_bowing_tone5", new String( new int[]{ 0x1f647, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling", new String( new int[]{ 0x1f938, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_cartwheeling_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_medium_dark_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_medium_light_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_medium_skin_tone", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_tone1", new String( new int[]{ 0x1f938, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_tone2", new String( new int[]{ 0x1f938, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_tone3", new String( new int[]{ 0x1f938, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_tone4", new String( new int[]{ 0x1f938, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cartwheeling_tone5", new String( new int[]{ 0x1f938, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker", new String( new int[]{ 0x1f477, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_construction_worker_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_medium_light_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_medium_skin_tone", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_tone1", new String( new int[]{ 0x1f477, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_tone2", new String( new int[]{ 0x1f477, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_tone3", new String( new int[]{ 0x1f477, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_tone4", new String( new int[]{ 0x1f477, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_construction_worker_tone5", new String( new int[]{ 0x1f477, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_cook", new String( new int[]{ 0x1f469, 0x1f373 }, 0, 2 ) ); +// _addEntry( "woman_cook_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_cook_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f373 }, 0, 3 ) ); +// _addEntry( "woman_detective", new String( new int[]{ 0x1f575, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_detective_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_medium_dark_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_medium_light_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_medium_skin_tone", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_tone1", new String( new int[]{ 0x1f575, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_tone2", new String( new int[]{ 0x1f575, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_tone3", new String( new int[]{ 0x1f575, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_tone4", new String( new int[]{ 0x1f575, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_detective_tone5", new String( new int[]{ 0x1f575, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming", new String( new int[]{ 0x1f926, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_facepalming_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_medium_dark_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_medium_light_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_medium_skin_tone", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_tone1", new String( new int[]{ 0x1f926, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_tone2", new String( new int[]{ 0x1f926, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_tone3", new String( new int[]{ 0x1f926, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_tone4", new String( new int[]{ 0x1f926, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_facepalming_tone5", new String( new int[]{ 0x1f926, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_factory_worker", new String( new int[]{ 0x1f469, 0x1f3ed }, 0, 2 ) ); +// _addEntry( "woman_factory_worker_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); +// } +// +// private static void init31(){ +// _addEntry( "woman_factory_worker_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_factory_worker_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3ed }, 0, 3 ) ); +// _addEntry( "woman_farmer", new String( new int[]{ 0x1f469, 0x1f33e }, 0, 2 ) ); +// _addEntry( "woman_farmer_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_farmer_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f33e }, 0, 3 ) ); +// _addEntry( "woman_firefighter", new String( new int[]{ 0x1f469, 0x1f692 }, 0, 2 ) ); +// _addEntry( "woman_firefighter_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_firefighter_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f692 }, 0, 3 ) ); +// _addEntry( "woman_frowning", new String( new int[]{ 0x1f64d, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_frowning_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_medium_dark_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_medium_light_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_medium_skin_tone", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_tone1", new String( new int[]{ 0x1f64d, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_tone2", new String( new int[]{ 0x1f64d, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_tone3", new String( new int[]{ 0x1f64d, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_tone4", new String( new int[]{ 0x1f64d, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_frowning_tone5", new String( new int[]{ 0x1f64d, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no", new String( new int[]{ 0x1f645, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_gesturing_no_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_medium_dark_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_medium_light_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_medium_skin_tone", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_tone1", new String( new int[]{ 0x1f645, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_tone2", new String( new int[]{ 0x1f645, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_tone3", new String( new int[]{ 0x1f645, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_tone4", new String( new int[]{ 0x1f645, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_no_tone5", new String( new int[]{ 0x1f645, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok", new String( new int[]{ 0x1f646, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_gesturing_ok_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_medium_dark_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_medium_light_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_medium_skin_tone", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_tone1", new String( new int[]{ 0x1f646, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_tone2", new String( new int[]{ 0x1f646, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_tone3", new String( new int[]{ 0x1f646, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_tone4", new String( new int[]{ 0x1f646, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_gesturing_ok_tone5", new String( new int[]{ 0x1f646, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage", new String( new int[]{ 0x1f486, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_getting_face_massage_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_medium_dark_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_medium_light_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_medium_skin_tone", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_tone1", new String( new int[]{ 0x1f486, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_tone2", new String( new int[]{ 0x1f486, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_tone3", new String( new int[]{ 0x1f486, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_tone4", new String( new int[]{ 0x1f486, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_face_massage_tone5", new String( new int[]{ 0x1f486, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut", new String( new int[]{ 0x1f487, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_getting_haircut_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_medium_dark_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_medium_light_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_medium_skin_tone", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_tone1", new String( new int[]{ 0x1f487, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_tone2", new String( new int[]{ 0x1f487, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_tone3", new String( new int[]{ 0x1f487, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_tone4", new String( new int[]{ 0x1f487, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_getting_haircut_tone5", new String( new int[]{ 0x1f487, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing", new String( new int[]{ 0x1f3cc, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_golfing_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_medium_light_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_medium_skin_tone", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_tone1", new String( new int[]{ 0x1f3cc, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_tone2", new String( new int[]{ 0x1f3cc, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_tone3", new String( new int[]{ 0x1f3cc, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_tone4", new String( new int[]{ 0x1f3cc, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_golfing_tone5", new String( new int[]{ 0x1f3cc, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard", new String( new int[]{ 0x1f482, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_guard_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_medium_dark_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_medium_light_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_medium_skin_tone", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_tone1", new String( new int[]{ 0x1f482, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// } +// +// private static void init32(){ +// _addEntry( "woman_guard_tone2", new String( new int[]{ 0x1f482, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_tone3", new String( new int[]{ 0x1f482, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_tone4", new String( new int[]{ 0x1f482, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_guard_tone5", new String( new int[]{ 0x1f482, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_health_worker", new String( new int[]{ 0x1f469, 0x2695 }, 0, 2 ) ); +// _addEntry( "woman_health_worker_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_health_worker_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2695 }, 0, 3 ) ); +// _addEntry( "woman_judge", new String( new int[]{ 0x1f469, 0x2696 }, 0, 2 ) ); +// _addEntry( "woman_judge_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_judge_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2696 }, 0, 3 ) ); +// _addEntry( "woman_juggling", new String( new int[]{ 0x1f939, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_juggling_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_medium_dark_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_medium_light_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_medium_skin_tone", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_tone1", new String( new int[]{ 0x1f939, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_tone2", new String( new int[]{ 0x1f939, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_tone3", new String( new int[]{ 0x1f939, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_tone4", new String( new int[]{ 0x1f939, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_juggling_tone5", new String( new int[]{ 0x1f939, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights", new String( new int[]{ 0x1f3cb, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_lifting_weights_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_medium_dark_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_medium_light_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_medium_skin_tone", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_tone1", new String( new int[]{ 0x1f3cb, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_tone2", new String( new int[]{ 0x1f3cb, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_tone3", new String( new int[]{ 0x1f3cb, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_tone4", new String( new int[]{ 0x1f3cb, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_lifting_weights_tone5", new String( new int[]{ 0x1f3cb, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mechanic", new String( new int[]{ 0x1f469, 0x1f527 }, 0, 2 ) ); +// _addEntry( "woman_mechanic_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mechanic_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f527 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking", new String( new int[]{ 0x1f6b5, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_mountain_biking_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_medium_light_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_medium_skin_tone", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_tone1", new String( new int[]{ 0x1f6b5, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_tone2", new String( new int[]{ 0x1f6b5, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_tone3", new String( new int[]{ 0x1f6b5, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_tone4", new String( new int[]{ 0x1f6b5, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_mountain_biking_tone5", new String( new int[]{ 0x1f6b5, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_office_worker", new String( new int[]{ 0x1f469, 0x1f4bc }, 0, 2 ) ); +// _addEntry( "woman_office_worker_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_office_worker_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bc }, 0, 3 ) ); +// _addEntry( "woman_pilot", new String( new int[]{ 0x1f469, 0x2708 }, 0, 2 ) ); +// _addEntry( "woman_pilot_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_pilot_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x2708 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball", new String( new int[]{ 0x1f93e, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_playing_handball_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_medium_dark_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_medium_light_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_medium_skin_tone", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_tone1", new String( new int[]{ 0x1f93e, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_tone2", new String( new int[]{ 0x1f93e, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_tone3", new String( new int[]{ 0x1f93e, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// } +// +// private static void init33(){ +// _addEntry( "woman_playing_handball_tone4", new String( new int[]{ 0x1f93e, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_handball_tone5", new String( new int[]{ 0x1f93e, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo", new String( new int[]{ 0x1f93d, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_playing_water_polo_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_medium_dark_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_medium_light_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_medium_skin_tone", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_tone1", new String( new int[]{ 0x1f93d, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_tone2", new String( new int[]{ 0x1f93d, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_tone3", new String( new int[]{ 0x1f93d, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_tone4", new String( new int[]{ 0x1f93d, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_playing_water_polo_tone5", new String( new int[]{ 0x1f93d, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer", new String( new int[]{ 0x1f46e, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_police_officer_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_medium_dark_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_medium_light_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_medium_skin_tone", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_tone1", new String( new int[]{ 0x1f46e, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_tone2", new String( new int[]{ 0x1f46e, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_tone3", new String( new int[]{ 0x1f46e, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_tone4", new String( new int[]{ 0x1f46e, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_police_officer_tone5", new String( new int[]{ 0x1f46e, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting", new String( new int[]{ 0x1f64e, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_pouting_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_medium_dark_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_medium_light_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_medium_skin_tone", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_tone1", new String( new int[]{ 0x1f64e, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_tone2", new String( new int[]{ 0x1f64e, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_tone3", new String( new int[]{ 0x1f64e, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_tone4", new String( new int[]{ 0x1f64e, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_pouting_tone5", new String( new int[]{ 0x1f64e, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand", new String( new int[]{ 0x1f64b, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_raising_hand_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_medium_light_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_medium_skin_tone", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_tone1", new String( new int[]{ 0x1f64b, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_tone2", new String( new int[]{ 0x1f64b, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_tone3", new String( new int[]{ 0x1f64b, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_tone4", new String( new int[]{ 0x1f64b, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_raising_hand_tone5", new String( new int[]{ 0x1f64b, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat", new String( new int[]{ 0x1f6a3, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_rowing_boat_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_medium_dark_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_medium_light_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_medium_skin_tone", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_tone1", new String( new int[]{ 0x1f6a3, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_tone2", new String( new int[]{ 0x1f6a3, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_tone3", new String( new int[]{ 0x1f6a3, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_tone4", new String( new int[]{ 0x1f6a3, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_rowing_boat_tone5", new String( new int[]{ 0x1f6a3, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running", new String( new int[]{ 0x1f3c3, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_running_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_medium_dark_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_medium_light_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_medium_skin_tone", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_tone1", new String( new int[]{ 0x1f3c3, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_tone2", new String( new int[]{ 0x1f3c3, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_tone3", new String( new int[]{ 0x1f3c3, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_tone4", new String( new int[]{ 0x1f3c3, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_running_tone5", new String( new int[]{ 0x1f3c3, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_scientist", new String( new int[]{ 0x1f469, 0x1f52c }, 0, 2 ) ); +// _addEntry( "woman_scientist_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_scientist_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f52c }, 0, 3 ) ); +// _addEntry( "woman_shrugging", new String( new int[]{ 0x1f937, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_shrugging_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_medium_dark_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_medium_light_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_medium_skin_tone", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_tone1", new String( new int[]{ 0x1f937, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_tone2", new String( new int[]{ 0x1f937, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_tone3", new String( new int[]{ 0x1f937, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_tone4", new String( new int[]{ 0x1f937, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_shrugging_tone5", new String( new int[]{ 0x1f937, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_singer", new String( new int[]{ 0x1f469, 0x1f3a4 }, 0, 2 ) ); +// _addEntry( "woman_singer_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3a4 }, 0, 3 ) ); +// _addEntry( "woman_singer_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3a4 }, 0, 3 ) ); +// } +// +// private static void init34(){ +// _addEntry( "woman_student", new String( new int[]{ 0x1f469, 0x1f393 }, 0, 2 ) ); +// _addEntry( "woman_student_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_student_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f393 }, 0, 3 ) ); +// _addEntry( "woman_surfing", new String( new int[]{ 0x1f3c4, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_surfing_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_medium_dark_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_medium_light_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_medium_skin_tone", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_tone1", new String( new int[]{ 0x1f3c4, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_tone2", new String( new int[]{ 0x1f3c4, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_tone3", new String( new int[]{ 0x1f3c4, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_tone4", new String( new int[]{ 0x1f3c4, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_surfing_tone5", new String( new int[]{ 0x1f3c4, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming", new String( new int[]{ 0x1f3ca, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_swimming_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_medium_dark_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_medium_light_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_medium_skin_tone", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_tone1", new String( new int[]{ 0x1f3ca, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_tone2", new String( new int[]{ 0x1f3ca, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_tone3", new String( new int[]{ 0x1f3ca, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_tone4", new String( new int[]{ 0x1f3ca, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_swimming_tone5", new String( new int[]{ 0x1f3ca, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_teacher", new String( new int[]{ 0x1f469, 0x1f3eb }, 0, 2 ) ); +// _addEntry( "woman_teacher_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_teacher_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f3eb }, 0, 3 ) ); +// _addEntry( "woman_technologist", new String( new int[]{ 0x1f469, 0x1f4bb }, 0, 2 ) ); +// _addEntry( "woman_technologist_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_medium_dark_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_medium_light_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_medium_skin_tone", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_tone1", new String( new int[]{ 0x1f469, 0x1f3fb, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_tone2", new String( new int[]{ 0x1f469, 0x1f3fc, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_tone3", new String( new int[]{ 0x1f469, 0x1f3fd, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_tone4", new String( new int[]{ 0x1f469, 0x1f3fe, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_technologist_tone5", new String( new int[]{ 0x1f469, 0x1f3ff, 0x1f4bb }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand", new String( new int[]{ 0x1f481, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_tipping_hand_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_medium_dark_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_medium_light_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_medium_skin_tone", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_tone1", new String( new int[]{ 0x1f481, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_tone2", new String( new int[]{ 0x1f481, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_tone3", new String( new int[]{ 0x1f481, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_tone4", new String( new int[]{ 0x1f481, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tipping_hand_tone5", new String( new int[]{ 0x1f481, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_tone1", new String( new int[]{ 0x1f469, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "woman_tone2", new String( new int[]{ 0x1f469, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "woman_tone3", new String( new int[]{ 0x1f469, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "woman_tone4", new String( new int[]{ 0x1f469, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "woman_tone5", new String( new int[]{ 0x1f469, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "woman_walking", new String( new int[]{ 0x1f6b6, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_walking_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_medium_dark_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_medium_light_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_medium_skin_tone", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_tone1", new String( new int[]{ 0x1f6b6, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_tone2", new String( new int[]{ 0x1f6b6, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_tone3", new String( new int[]{ 0x1f6b6, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_tone4", new String( new int[]{ 0x1f6b6, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_walking_tone5", new String( new int[]{ 0x1f6b6, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban", new String( new int[]{ 0x1f473, 0x2640 }, 0, 2 ) ); +// _addEntry( "woman_wearing_turban_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_medium_dark_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_medium_light_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_medium_skin_tone", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_tone1", new String( new int[]{ 0x1f473, 0x1f3fb, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_tone2", new String( new int[]{ 0x1f473, 0x1f3fc, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_tone3", new String( new int[]{ 0x1f473, 0x1f3fd, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_tone4", new String( new int[]{ 0x1f473, 0x1f3fe, 0x2640 }, 0, 3 ) ); +// _addEntry( "woman_wearing_turban_tone5", new String( new int[]{ 0x1f473, 0x1f3ff, 0x2640 }, 0, 3 ) ); +// _addEntry( "womans_clothes", new String( new int[]{ 0x1f45a }, 0, 1 ) ); +// _addEntry( "womans_hat", new String( new int[]{ 0x1f452 }, 0, 1 ) ); +// _addEntry( "women_with_bunny_ears_partying", new String( new int[]{ 0x1f46f, 0x2640 }, 0, 2 ) ); +// _addEntry( "women_wrestling", new String( new int[]{ 0x1f93c, 0x2640 }, 0, 2 ) ); +// _addEntry( "womens", new String( new int[]{ 0x1f6ba }, 0, 1 ) ); +// _addEntry( "world_map", new String( new int[]{ 0x1f5fa }, 0, 1 ) ); +// _addEntry( "worried", new String( new int[]{ 0x1f61f }, 0, 1 ) ); +// _addEntry( "worship_symbol", new String( new int[]{ 0x1f6d0 }, 0, 1 ) ); +// } +// +// private static void init35(){ +// _addEntry( "wrench", new String( new int[]{ 0x1f527 }, 0, 1 ) ); +// _addEntry( "wrestlers", new String( new int[]{ 0x1f93c }, 0, 1 ) ); +// _addEntry( "wrestling", new String( new int[]{ 0x1f93c }, 0, 1 ) ); +// _addEntry( "writing_hand", new String( new int[]{ 0x270d }, 0, 1 ) ); +// _addEntry( "writing_hand_tone1", new String( new int[]{ 0x270d, 0x1f3fb }, 0, 2 ) ); +// _addEntry( "writing_hand_tone2", new String( new int[]{ 0x270d, 0x1f3fc }, 0, 2 ) ); +// _addEntry( "writing_hand_tone3", new String( new int[]{ 0x270d, 0x1f3fd }, 0, 2 ) ); +// _addEntry( "writing_hand_tone4", new String( new int[]{ 0x270d, 0x1f3fe }, 0, 2 ) ); +// _addEntry( "writing_hand_tone5", new String( new int[]{ 0x270d, 0x1f3ff }, 0, 2 ) ); +// _addEntry( "ws", new String( new int[]{ 0x1f1fc, 0x1f1f8 }, 0, 2 ) ); +// _addEntry( "x", new String( new int[]{ 0x274c }, 0, 1 ) ); +// _addEntry( "xk", new String( new int[]{ 0x1f1fd, 0x1f1f0 }, 0, 2 ) ); +// _addEntry( "ye", new String( new int[]{ 0x1f1fe, 0x1f1ea }, 0, 2 ) ); +// _addEntry( "yellow_heart", new String( new int[]{ 0x1f49b }, 0, 1 ) ); +// _addEntry( "yen", new String( new int[]{ 0x1f4b4 }, 0, 1 ) ); +// _addEntry( "yin_yang", new String( new int[]{ 0x262f }, 0, 1 ) ); +// _addEntry( "yt", new String( new int[]{ 0x1f1fe, 0x1f1f9 }, 0, 2 ) ); +// _addEntry( "yum", new String( new int[]{ 0x1f60b }, 0, 1 ) ); +// _addEntry( "za", new String( new int[]{ 0x1f1ff, 0x1f1e6 }, 0, 2 ) ); +// _addEntry( "zap", new String( new int[]{ 0x26a1 }, 0, 1 ) ); +// _addEntry( "zero", new String( new int[]{ 0x0030, 0x20e3 }, 0, 2 ) ); +// _addEntry( "zipper_mouth", new String( new int[]{ 0x1f910 }, 0, 1 ) ); +// _addEntry( "zipper_mouth_face", new String( new int[]{ 0x1f910 }, 0, 1 ) ); +// _addEntry( "zm", new String( new int[]{ 0x1f1ff, 0x1f1f2 }, 0, 2 ) ); +// _addEntry( "zw", new String( new int[]{ 0x1f1ff, 0x1f1fc }, 0, 2 ) ); +// _addEntry( "zzz", new String( new int[]{ 0x1f4a4 }, 0, 1 ) ); +// } +// +// static{ +// init1(); +// init2(); +// init3(); +// init4(); +// init5(); +// init6(); +// init7(); +// init8(); +// init9(); +// init10(); +// init11(); +// init12(); +// init13(); +// init14(); +// init15(); +// init16(); +// init17(); +// init18(); +// init19(); +// init20(); +// init21(); +// init22(); +// init23(); +// init24(); +// init25(); +// init26(); +// init27(); +// init28(); +// init29(); +// init30(); +// init31(); +// init32(); +// init33(); +// init34(); +// init35(); +// +// } +// //codepoint_max=0x1f9c0, length_max=4 +// +//} diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap201709.java b/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap201709.java index 7ba8ab02..daadc4e3 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap201709.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/EmojiMap201709.java @@ -1,5 +1,8 @@ package jp.juggler.subwaytooter.util; +import android.support.annotation.DrawableRes; +import android.support.annotation.NonNull; +import android.support.annotation.StringRes; import android.util.SparseArray; import java.util.ArrayList; @@ -19,9 +22,26 @@ import jp.juggler.subwaytooter.R; } } + public static class EmojiInfo { + @DrawableRes public final int image_id; + @NonNull public final String unified; + + public EmojiInfo( @DrawableRes int image_id, @NonNull String unified ){ + this.image_id = image_id; + this.unified = unified; + } + } + + // 表示に使う。絵文字のユニコードシーケンスから画像リソースIDへのマップ static final HashMap< String, Integer > sUTF16ToImageId = new HashMap<>(); - public static final HashMap< String, Integer > sShortNameToImageId = new HashMap<>(); + + // 表示と投稿に使う。絵文字のショートコードから画像リソースIDとユニコードシーケンスへのマップ + public static final HashMap< String, EmojiInfo > sShortNameToImageId = new HashMap<>(); + + // 入力補完に使う。絵文字のショートコードのソートされたリスト static final ArrayList< String > sShortNameList = new ArrayList<>(); + + // ピッカーに使う。カテゴリのリスト public static final SparseArray< Category > sCategoryMap = new SparseArray<>(); static{ @@ -29,7 +49,7 @@ import jp.juggler.subwaytooter.R; Collections.sort( sShortNameList ); } - private static void code( int image_id, String code ){ + private static void code( @DrawableRes int image_id, @NonNull String code ){ // 素の数字とcopyright,registered, trademark は絵文字にしない int c = code.charAt( 0 ); if( code.length() == 1 && ( 0 <= c && c <= 0xae ) || c == 0x2122 ){ @@ -38,12 +58,12 @@ import jp.juggler.subwaytooter.R; sUTF16ToImageId.put( code, image_id ); } - private static void name( int image_id, String name ){ - sShortNameToImageId.put( name, image_id ); + private static void name( @NonNull String name, @DrawableRes int image_id, @NonNull String unified ){ + sShortNameToImageId.put( name, new EmojiInfo( image_id, unified ) ); sShortNameList.add( name ); } - private static void category( int string_id, String name ){ + private static void category( @StringRes int string_id, @NonNull String name ){ Category c = sCategoryMap.get( string_id ); if( c == null ){ c = new Category( string_id ); @@ -51,7 +71,9 @@ import jp.juggler.subwaytooter.R; } c.emoji_list.add( name ); } + ////////////////////////////////////////////////////////////////////////// + // 以下は自動生成コード private static void init1(){ code( R.drawable.emj_0023, "\u0023" ); @@ -5626,4650 +5648,4650 @@ import jp.juggler.subwaytooter.R; code( R.drawable.emj_3299, "\ue4f1" ); code( R.drawable.emj_3299, "\ue734" ); code( R.drawable.emj_3299, "\udbba\udf2b" ); - name( R.drawable.emj_0023, "pound_symbol" ); - name( R.drawable.emj_0023_20e3, "hash" ); - name( R.drawable.emj_002a, "asterisk_symbol" ); - name( R.drawable.emj_002a_20e3, "asterisk" ); - name( R.drawable.emj_002a_20e3, "keycap_asterisk" ); - name( R.drawable.emj_002a_20e3, "keycap_star" ); - name( R.drawable.emj_0030, "digit_zero" ); - name( R.drawable.emj_0030_20e3, "zero" ); - name( R.drawable.emj_0031, "digit_one" ); - name( R.drawable.emj_0031_20e3, "one" ); - name( R.drawable.emj_0032, "digit_two" ); - name( R.drawable.emj_0032_20e3, "two" ); - name( R.drawable.emj_0033, "digit_three" ); - name( R.drawable.emj_0033_20e3, "three" ); - name( R.drawable.emj_0034, "digit_four" ); - name( R.drawable.emj_0034_20e3, "four" ); - name( R.drawable.emj_0035, "digit_five" ); - name( R.drawable.emj_0035_20e3, "five" ); - name( R.drawable.emj_0036, "digit_six" ); - name( R.drawable.emj_0036_20e3, "six" ); - name( R.drawable.emj_0037, "digit_seven" ); - name( R.drawable.emj_0037_20e3, "seven" ); - name( R.drawable.emj_0038, "digit_eight" ); - name( R.drawable.emj_0038_20e3, "eight" ); - name( R.drawable.emj_0039, "digit_nine" ); - name( R.drawable.emj_0039_20e3, "nine" ); - name( R.drawable.emj_00a9, "copyright" ); - name( R.drawable.emj_00ae, "registered" ); - name( R.drawable.emj_1f004, "mahjong" ); - name( R.drawable.emj_1f0cf, "black_joker" ); - name( R.drawable.emj_1f170, "a" ); - name( R.drawable.emj_1f171, "b" ); - name( R.drawable.emj_1f17e, "o2" ); - name( R.drawable.emj_1f17f, "parking" ); - name( R.drawable.emj_1f18e, "ab" ); - name( R.drawable.emj_1f191, "cl" ); - name( R.drawable.emj_1f192, "cool" ); - name( R.drawable.emj_1f193, "free" ); - name( R.drawable.emj_1f194, "id" ); - name( R.drawable.emj_1f195, "new" ); - name( R.drawable.emj_1f196, "ng" ); + name( "+1", R.drawable.emj_1f44d, "\ud83d\udc4d" ); + name( "+1_dark_skin_tone", R.drawable.emj_1f44d_1f3ff, "\ud83d\udc4d\ud83c\udfff" ); + name( "+1_light_skin_tone", R.drawable.emj_1f44d_1f3fb, "\ud83d\udc4d\ud83c\udffb" ); + name( "+1_medium_dark_skin_tone", R.drawable.emj_1f44d_1f3fe, "\ud83d\udc4d\ud83c\udffe" ); + name( "+1_medium_light_skin_tone", R.drawable.emj_1f44d_1f3fc, "\ud83d\udc4d\ud83c\udffc" ); + name( "+1_medium_skin_tone", R.drawable.emj_1f44d_1f3fd, "\ud83d\udc4d\ud83c\udffd" ); + name( "+1_tone1", R.drawable.emj_1f44d_1f3fb, "\ud83d\udc4d\ud83c\udffb" ); + name( "+1_tone2", R.drawable.emj_1f44d_1f3fc, "\ud83d\udc4d\ud83c\udffc" ); + name( "+1_tone3", R.drawable.emj_1f44d_1f3fd, "\ud83d\udc4d\ud83c\udffd" ); + name( "+1_tone4", R.drawable.emj_1f44d_1f3fe, "\ud83d\udc4d\ud83c\udffe" ); + name( "+1_tone5", R.drawable.emj_1f44d_1f3ff, "\ud83d\udc4d\ud83c\udfff" ); + name( "100", R.drawable.emj_1f4af, "\ud83d\udcaf" ); + name( "1234", R.drawable.emj_1f522, "\ud83d\udd22" ); + name( "8ball", R.drawable.emj_1f3b1, "\ud83c\udfb1" ); + name( "_1", R.drawable.emj_1f44e, "\ud83d\udc4e" ); + name( "_1_dark_skin_tone", R.drawable.emj_1f44e_1f3ff, "\ud83d\udc4e\ud83c\udfff" ); + name( "_1_light_skin_tone", R.drawable.emj_1f44e_1f3fb, "\ud83d\udc4e\ud83c\udffb" ); + name( "_1_medium_dark_skin_tone", R.drawable.emj_1f44e_1f3fe, "\ud83d\udc4e\ud83c\udffe" ); + name( "_1_medium_light_skin_tone", R.drawable.emj_1f44e_1f3fc, "\ud83d\udc4e\ud83c\udffc" ); + name( "_1_medium_skin_tone", R.drawable.emj_1f44e_1f3fd, "\ud83d\udc4e\ud83c\udffd" ); + name( "_1_tone1", R.drawable.emj_1f44e_1f3fb, "\ud83d\udc4e\ud83c\udffb" ); + name( "_1_tone2", R.drawable.emj_1f44e_1f3fc, "\ud83d\udc4e\ud83c\udffc" ); + name( "_1_tone3", R.drawable.emj_1f44e_1f3fd, "\ud83d\udc4e\ud83c\udffd" ); + name( "_1_tone4", R.drawable.emj_1f44e_1f3fe, "\ud83d\udc4e\ud83c\udffe" ); + name( "_1_tone5", R.drawable.emj_1f44e_1f3ff, "\ud83d\udc4e\ud83c\udfff" ); + name( "a", R.drawable.emj_1f170, "\ud83c\udd70" ); + name( "ab", R.drawable.emj_1f18e, "\ud83c\udd8e" ); + name( "abc", R.drawable.emj_1f524, "\ud83d\udd24" ); + name( "abcd", R.drawable.emj_1f521, "\ud83d\udd21" ); + name( "ac", R.drawable.emj_1f1e6_1f1e8, "\ud83c\udde6\ud83c\udde8" ); + name( "accept", R.drawable.emj_1f251, "\ud83c\ude51" ); + name( "ad", R.drawable.emj_1f1e6_1f1e9, "\ud83c\udde6\ud83c\udde9" ); + name( "admission_tickets", R.drawable.emj_1f39f, "\ud83c\udf9f" ); + name( "ae", R.drawable.emj_1f1e6_1f1ea, "\ud83c\udde6\ud83c\uddea" ); + name( "aerial_tramway", R.drawable.emj_1f6a1, "\ud83d\udea1" ); + name( "af", R.drawable.emj_1f1e6_1f1eb, "\ud83c\udde6\ud83c\uddeb" ); + name( "ag", R.drawable.emj_1f1e6_1f1ec, "\ud83c\udde6\ud83c\uddec" ); + name( "ai", R.drawable.emj_1f1e6_1f1ee, "\ud83c\udde6\ud83c\uddee" ); + name( "airplane", R.drawable.emj_2708, "\u2708" ); + name( "airplane_arriving", R.drawable.emj_1f6ec, "\ud83d\udeec" ); + name( "airplane_departure", R.drawable.emj_1f6eb, "\ud83d\udeeb" ); } private static void init55(){ - name( R.drawable.emj_1f197, "ok" ); - name( R.drawable.emj_1f198, "sos" ); - name( R.drawable.emj_1f199, "up" ); - name( R.drawable.emj_1f19a, "vs" ); - name( R.drawable.emj_1f1e6, "regional_indicator_a" ); - name( R.drawable.emj_1f1e6_1f1e8, "ac" ); - name( R.drawable.emj_1f1e6_1f1e8, "flag_ac" ); - name( R.drawable.emj_1f1e6_1f1e9, "ad" ); - name( R.drawable.emj_1f1e6_1f1e9, "flag_ad" ); - name( R.drawable.emj_1f1e6_1f1ea, "ae" ); - name( R.drawable.emj_1f1e6_1f1ea, "flag_ae" ); - name( R.drawable.emj_1f1e6_1f1eb, "af" ); - name( R.drawable.emj_1f1e6_1f1eb, "flag_af" ); - name( R.drawable.emj_1f1e6_1f1ec, "ag" ); - name( R.drawable.emj_1f1e6_1f1ec, "flag_ag" ); - name( R.drawable.emj_1f1e6_1f1ee, "ai" ); - name( R.drawable.emj_1f1e6_1f1ee, "flag_ai" ); - name( R.drawable.emj_1f1e6_1f1f1, "al" ); - name( R.drawable.emj_1f1e6_1f1f1, "flag_al" ); - name( R.drawable.emj_1f1e6_1f1f2, "am" ); - name( R.drawable.emj_1f1e6_1f1f2, "flag_am" ); - name( R.drawable.emj_1f1e6_1f1f4, "ao" ); - name( R.drawable.emj_1f1e6_1f1f4, "flag_ao" ); - name( R.drawable.emj_1f1e6_1f1f6, "aq" ); - name( R.drawable.emj_1f1e6_1f1f6, "flag_aq" ); - name( R.drawable.emj_1f1e6_1f1f7, "ar" ); - name( R.drawable.emj_1f1e6_1f1f7, "flag_ar" ); - name( R.drawable.emj_1f1e6_1f1f8, "as" ); - name( R.drawable.emj_1f1e6_1f1f8, "flag_as" ); - name( R.drawable.emj_1f1e6_1f1f9, "at" ); - name( R.drawable.emj_1f1e6_1f1f9, "flag_at" ); - name( R.drawable.emj_1f1e6_1f1fa, "au" ); - name( R.drawable.emj_1f1e6_1f1fa, "flag_au" ); - name( R.drawable.emj_1f1e6_1f1fc, "aw" ); - name( R.drawable.emj_1f1e6_1f1fc, "flag_aw" ); - name( R.drawable.emj_1f1e6_1f1fd, "ax" ); - name( R.drawable.emj_1f1e6_1f1fd, "flag_ax" ); - name( R.drawable.emj_1f1e6_1f1ff, "az" ); - name( R.drawable.emj_1f1e6_1f1ff, "flag_az" ); - name( R.drawable.emj_1f1e7, "regional_indicator_b" ); - name( R.drawable.emj_1f1e7_1f1e6, "ba" ); - name( R.drawable.emj_1f1e7_1f1e6, "flag_ba" ); - name( R.drawable.emj_1f1e7_1f1e7, "bb" ); - name( R.drawable.emj_1f1e7_1f1e7, "flag_bb" ); - name( R.drawable.emj_1f1e7_1f1e9, "bd" ); - name( R.drawable.emj_1f1e7_1f1e9, "flag_bd" ); - name( R.drawable.emj_1f1e7_1f1ea, "be" ); - name( R.drawable.emj_1f1e7_1f1ea, "flag_be" ); - name( R.drawable.emj_1f1e7_1f1eb, "bf" ); - name( R.drawable.emj_1f1e7_1f1eb, "flag_bf" ); - name( R.drawable.emj_1f1e7_1f1ec, "bg" ); - name( R.drawable.emj_1f1e7_1f1ec, "flag_bg" ); - name( R.drawable.emj_1f1e7_1f1ed, "bh" ); - name( R.drawable.emj_1f1e7_1f1ed, "flag_bh" ); - name( R.drawable.emj_1f1e7_1f1ee, "bi" ); - name( R.drawable.emj_1f1e7_1f1ee, "flag_bi" ); - name( R.drawable.emj_1f1e7_1f1ef, "bj" ); - name( R.drawable.emj_1f1e7_1f1ef, "flag_bj" ); - name( R.drawable.emj_1f1e7_1f1f1, "bl" ); - name( R.drawable.emj_1f1e7_1f1f1, "flag_bl" ); - name( R.drawable.emj_1f1e7_1f1f2, "bm" ); - name( R.drawable.emj_1f1e7_1f1f2, "flag_bm" ); - name( R.drawable.emj_1f1e7_1f1f3, "bn" ); - name( R.drawable.emj_1f1e7_1f1f3, "flag_bn" ); - name( R.drawable.emj_1f1e7_1f1f4, "bo" ); - name( R.drawable.emj_1f1e7_1f1f4, "flag_bo" ); - name( R.drawable.emj_1f1e7_1f1f6, "bq" ); - name( R.drawable.emj_1f1e7_1f1f6, "flag_bq" ); - name( R.drawable.emj_1f1e7_1f1f7, "br" ); - name( R.drawable.emj_1f1e7_1f1f7, "flag_br" ); - name( R.drawable.emj_1f1e7_1f1f8, "bs" ); - name( R.drawable.emj_1f1e7_1f1f8, "flag_bs" ); - name( R.drawable.emj_1f1e7_1f1f9, "bt" ); - name( R.drawable.emj_1f1e7_1f1f9, "flag_bt" ); - name( R.drawable.emj_1f1e7_1f1fb, "bv" ); - name( R.drawable.emj_1f1e7_1f1fb, "flag_bv" ); - name( R.drawable.emj_1f1e7_1f1fc, "bw" ); - name( R.drawable.emj_1f1e7_1f1fc, "flag_bw" ); - name( R.drawable.emj_1f1e7_1f1fe, "by" ); - name( R.drawable.emj_1f1e7_1f1fe, "flag_by" ); - name( R.drawable.emj_1f1e7_1f1ff, "bz" ); - name( R.drawable.emj_1f1e7_1f1ff, "flag_bz" ); - name( R.drawable.emj_1f1e8, "regional_indicator_c" ); - name( R.drawable.emj_1f1e8_1f1e6, "ca" ); - name( R.drawable.emj_1f1e8_1f1e6, "flag_ca" ); - name( R.drawable.emj_1f1e8_1f1e8, "cc" ); - name( R.drawable.emj_1f1e8_1f1e8, "flag_cc" ); - name( R.drawable.emj_1f1e8_1f1e9, "congo" ); - name( R.drawable.emj_1f1e8_1f1e9, "flag_cd" ); - name( R.drawable.emj_1f1e8_1f1eb, "cf" ); - name( R.drawable.emj_1f1e8_1f1eb, "flag_cf" ); - name( R.drawable.emj_1f1e8_1f1ec, "cg" ); - name( R.drawable.emj_1f1e8_1f1ec, "flag_cg" ); - name( R.drawable.emj_1f1e8_1f1ed, "ch" ); - name( R.drawable.emj_1f1e8_1f1ed, "flag_ch" ); - name( R.drawable.emj_1f1e8_1f1ee, "ci" ); - name( R.drawable.emj_1f1e8_1f1ee, "flag_ci" ); - name( R.drawable.emj_1f1e8_1f1f0, "ck" ); - name( R.drawable.emj_1f1e8_1f1f0, "flag_ck" ); - name( R.drawable.emj_1f1e8_1f1f1, "chile" ); - name( R.drawable.emj_1f1e8_1f1f1, "flag_cl" ); + name( "airplane_small", R.drawable.emj_1f6e9, "\ud83d\udee9" ); + name( "al", R.drawable.emj_1f1e6_1f1f1, "\ud83c\udde6\ud83c\uddf1" ); + name( "alarm_clock", R.drawable.emj_23f0, "\u23f0" ); + name( "alembic", R.drawable.emj_2697, "\u2697" ); + name( "alien", R.drawable.emj_1f47d, "\ud83d\udc7d" ); + name( "am", R.drawable.emj_1f1e6_1f1f2, "\ud83c\udde6\ud83c\uddf2" ); + name( "ambulance", R.drawable.emj_1f691, "\ud83d\ude91" ); + name( "amphora", R.drawable.emj_1f3fa, "\ud83c\udffa" ); + name( "anchor", R.drawable.emj_2693, "\u2693" ); + name( "angel", R.drawable.emj_1f47c, "\ud83d\udc7c" ); + name( "angel_dark_skin_tone", R.drawable.emj_1f47c_1f3ff, "\ud83d\udc7c\ud83c\udfff" ); + name( "angel_light_skin_tone", R.drawable.emj_1f47c_1f3fb, "\ud83d\udc7c\ud83c\udffb" ); + name( "angel_medium_dark_skin_tone", R.drawable.emj_1f47c_1f3fe, "\ud83d\udc7c\ud83c\udffe" ); + name( "angel_medium_light_skin_tone", R.drawable.emj_1f47c_1f3fc, "\ud83d\udc7c\ud83c\udffc" ); + name( "angel_medium_skin_tone", R.drawable.emj_1f47c_1f3fd, "\ud83d\udc7c\ud83c\udffd" ); + name( "angel_tone1", R.drawable.emj_1f47c_1f3fb, "\ud83d\udc7c\ud83c\udffb" ); + name( "angel_tone2", R.drawable.emj_1f47c_1f3fc, "\ud83d\udc7c\ud83c\udffc" ); + name( "angel_tone3", R.drawable.emj_1f47c_1f3fd, "\ud83d\udc7c\ud83c\udffd" ); + name( "angel_tone4", R.drawable.emj_1f47c_1f3fe, "\ud83d\udc7c\ud83c\udffe" ); + name( "angel_tone5", R.drawable.emj_1f47c_1f3ff, "\ud83d\udc7c\ud83c\udfff" ); + name( "anger", R.drawable.emj_1f4a2, "\ud83d\udca2" ); + name( "anger_right", R.drawable.emj_1f5ef, "\ud83d\uddef" ); + name( "angry", R.drawable.emj_1f620, "\ud83d\ude20" ); + name( "anguished", R.drawable.emj_1f627, "\ud83d\ude27" ); + name( "ant", R.drawable.emj_1f41c, "\ud83d\udc1c" ); + name( "ao", R.drawable.emj_1f1e6_1f1f4, "\ud83c\udde6\ud83c\uddf4" ); + name( "apple", R.drawable.emj_1f34e, "\ud83c\udf4e" ); + name( "aq", R.drawable.emj_1f1e6_1f1f6, "\ud83c\udde6\ud83c\uddf6" ); + name( "aquarius", R.drawable.emj_2652, "\u2652" ); + name( "ar", R.drawable.emj_1f1e6_1f1f7, "\ud83c\udde6\ud83c\uddf7" ); + name( "archery", R.drawable.emj_1f3f9, "\ud83c\udff9" ); + name( "aries", R.drawable.emj_2648, "\u2648" ); + name( "arrow_backward", R.drawable.emj_25c0, "\u25c0" ); + name( "arrow_double_down", R.drawable.emj_23ec, "\u23ec" ); + name( "arrow_double_up", R.drawable.emj_23eb, "\u23eb" ); + name( "arrow_down", R.drawable.emj_2b07, "\u2b07" ); + name( "arrow_down_small", R.drawable.emj_1f53d, "\ud83d\udd3d" ); + name( "arrow_forward", R.drawable.emj_25b6, "\u25b6" ); + name( "arrow_heading_down", R.drawable.emj_2935, "\u2935" ); + name( "arrow_heading_up", R.drawable.emj_2934, "\u2934" ); + name( "arrow_left", R.drawable.emj_2b05, "\u2b05" ); + name( "arrow_lower_left", R.drawable.emj_2199, "\u2199" ); + name( "arrow_lower_right", R.drawable.emj_2198, "\u2198" ); + name( "arrow_right", R.drawable.emj_27a1, "\u27a1" ); + name( "arrow_right_hook", R.drawable.emj_21aa, "\u21aa" ); + name( "arrow_up", R.drawable.emj_2b06, "\u2b06" ); + name( "arrow_up_down", R.drawable.emj_2195, "\u2195" ); + name( "arrow_up_small", R.drawable.emj_1f53c, "\ud83d\udd3c" ); + name( "arrow_upper_left", R.drawable.emj_2196, "\u2196" ); + name( "arrow_upper_right", R.drawable.emj_2197, "\u2197" ); + name( "arrows_clockwise", R.drawable.emj_1f503, "\ud83d\udd03" ); + name( "arrows_counterclockwise", R.drawable.emj_1f504, "\ud83d\udd04" ); + name( "art", R.drawable.emj_1f3a8, "\ud83c\udfa8" ); + name( "articulated_lorry", R.drawable.emj_1f69b, "\ud83d\ude9b" ); + name( "as", R.drawable.emj_1f1e6_1f1f8, "\ud83c\udde6\ud83c\uddf8" ); + name( "asterisk", R.drawable.emj_002a_20e3, "\u002a\u20e3" ); + name( "asterisk_symbol", R.drawable.emj_002a, "\u002a" ); + name( "astonished", R.drawable.emj_1f632, "\ud83d\ude32" ); + name( "at", R.drawable.emj_1f1e6_1f1f9, "\ud83c\udde6\ud83c\uddf9" ); + name( "athletic_shoe", R.drawable.emj_1f45f, "\ud83d\udc5f" ); + name( "atm", R.drawable.emj_1f3e7, "\ud83c\udfe7" ); + name( "atom", R.drawable.emj_269b, "\u269b" ); + name( "atom_symbol", R.drawable.emj_269b, "\u269b" ); + name( "au", R.drawable.emj_1f1e6_1f1fa, "\ud83c\udde6\ud83c\uddfa" ); + name( "avocado", R.drawable.emj_1f951, "\ud83e\udd51" ); + name( "aw", R.drawable.emj_1f1e6_1f1fc, "\ud83c\udde6\ud83c\uddfc" ); + name( "ax", R.drawable.emj_1f1e6_1f1fd, "\ud83c\udde6\ud83c\uddfd" ); + name( "az", R.drawable.emj_1f1e6_1f1ff, "\ud83c\udde6\ud83c\uddff" ); + name( "b", R.drawable.emj_1f171, "\ud83c\udd71" ); + name( "ba", R.drawable.emj_1f1e7_1f1e6, "\ud83c\udde7\ud83c\udde6" ); + name( "baby", R.drawable.emj_1f476, "\ud83d\udc76" ); + name( "baby_bottle", R.drawable.emj_1f37c, "\ud83c\udf7c" ); + name( "baby_chick", R.drawable.emj_1f424, "\ud83d\udc24" ); + name( "baby_dark_skin_tone", R.drawable.emj_1f476_1f3ff, "\ud83d\udc76\ud83c\udfff" ); + name( "baby_light_skin_tone", R.drawable.emj_1f476_1f3fb, "\ud83d\udc76\ud83c\udffb" ); + name( "baby_medium_dark_skin_tone", R.drawable.emj_1f476_1f3fe, "\ud83d\udc76\ud83c\udffe" ); + name( "baby_medium_light_skin_tone", R.drawable.emj_1f476_1f3fc, "\ud83d\udc76\ud83c\udffc" ); + name( "baby_medium_skin_tone", R.drawable.emj_1f476_1f3fd, "\ud83d\udc76\ud83c\udffd" ); + name( "baby_symbol", R.drawable.emj_1f6bc, "\ud83d\udebc" ); + name( "baby_tone1", R.drawable.emj_1f476_1f3fb, "\ud83d\udc76\ud83c\udffb" ); + name( "baby_tone2", R.drawable.emj_1f476_1f3fc, "\ud83d\udc76\ud83c\udffc" ); + name( "baby_tone3", R.drawable.emj_1f476_1f3fd, "\ud83d\udc76\ud83c\udffd" ); + name( "baby_tone4", R.drawable.emj_1f476_1f3fe, "\ud83d\udc76\ud83c\udffe" ); + name( "baby_tone5", R.drawable.emj_1f476_1f3ff, "\ud83d\udc76\ud83c\udfff" ); + name( "back", R.drawable.emj_1f519, "\ud83d\udd19" ); + name( "back_of_hand", R.drawable.emj_1f91a, "\ud83e\udd1a" ); + name( "back_of_hand_tone1", R.drawable.emj_1f91a_1f3fb, "\ud83e\udd1a\ud83c\udffb" ); + name( "back_of_hand_tone2", R.drawable.emj_1f91a_1f3fc, "\ud83e\udd1a\ud83c\udffc" ); + name( "back_of_hand_tone3", R.drawable.emj_1f91a_1f3fd, "\ud83e\udd1a\ud83c\udffd" ); + name( "back_of_hand_tone4", R.drawable.emj_1f91a_1f3fe, "\ud83e\udd1a\ud83c\udffe" ); + name( "back_of_hand_tone5", R.drawable.emj_1f91a_1f3ff, "\ud83e\udd1a\ud83c\udfff" ); + name( "bacon", R.drawable.emj_1f953, "\ud83e\udd53" ); + name( "badminton", R.drawable.emj_1f3f8, "\ud83c\udff8" ); + name( "badminton_racquet_and_shuttlecock", R.drawable.emj_1f3f8, "\ud83c\udff8" ); + name( "baggage_claim", R.drawable.emj_1f6c4, "\ud83d\udec4" ); + name( "baguette_bread", R.drawable.emj_1f956, "\ud83e\udd56" ); + name( "balloon", R.drawable.emj_1f388, "\ud83c\udf88" ); + name( "ballot_box", R.drawable.emj_1f5f3, "\ud83d\uddf3" ); + name( "ballot_box_with_ballot", R.drawable.emj_1f5f3, "\ud83d\uddf3" ); + name( "ballot_box_with_check", R.drawable.emj_2611, "\u2611" ); + name( "bamboo", R.drawable.emj_1f38d, "\ud83c\udf8d" ); } private static void init56(){ - name( R.drawable.emj_1f1e8_1f1f2, "cm" ); - name( R.drawable.emj_1f1e8_1f1f2, "flag_cm" ); - name( R.drawable.emj_1f1e8_1f1f3, "cn" ); - name( R.drawable.emj_1f1e8_1f1f3, "flag_cn" ); - name( R.drawable.emj_1f1e8_1f1f4, "co" ); - name( R.drawable.emj_1f1e8_1f1f4, "flag_co" ); - name( R.drawable.emj_1f1e8_1f1f5, "cp" ); - name( R.drawable.emj_1f1e8_1f1f5, "flag_cp" ); - name( R.drawable.emj_1f1e8_1f1f7, "cr" ); - name( R.drawable.emj_1f1e8_1f1f7, "flag_cr" ); - name( R.drawable.emj_1f1e8_1f1fa, "cu" ); - name( R.drawable.emj_1f1e8_1f1fa, "flag_cu" ); - name( R.drawable.emj_1f1e8_1f1fb, "cv" ); - name( R.drawable.emj_1f1e8_1f1fb, "flag_cv" ); - name( R.drawable.emj_1f1e8_1f1fc, "cw" ); - name( R.drawable.emj_1f1e8_1f1fc, "flag_cw" ); - name( R.drawable.emj_1f1e8_1f1fd, "cx" ); - name( R.drawable.emj_1f1e8_1f1fd, "flag_cx" ); - name( R.drawable.emj_1f1e8_1f1fe, "cy" ); - name( R.drawable.emj_1f1e8_1f1fe, "flag_cy" ); - name( R.drawable.emj_1f1e8_1f1ff, "cz" ); - name( R.drawable.emj_1f1e8_1f1ff, "flag_cz" ); - name( R.drawable.emj_1f1e9, "regional_indicator_d" ); - name( R.drawable.emj_1f1e9_1f1ea, "de" ); - name( R.drawable.emj_1f1e9_1f1ea, "flag_de" ); - name( R.drawable.emj_1f1e9_1f1ec, "dg" ); - name( R.drawable.emj_1f1e9_1f1ec, "flag_dg" ); - name( R.drawable.emj_1f1e9_1f1ef, "dj" ); - name( R.drawable.emj_1f1e9_1f1ef, "flag_dj" ); - name( R.drawable.emj_1f1e9_1f1f0, "dk" ); - name( R.drawable.emj_1f1e9_1f1f0, "flag_dk" ); - name( R.drawable.emj_1f1e9_1f1f2, "dm" ); - name( R.drawable.emj_1f1e9_1f1f2, "flag_dm" ); - name( R.drawable.emj_1f1e9_1f1f4, "do" ); - name( R.drawable.emj_1f1e9_1f1f4, "flag_do" ); - name( R.drawable.emj_1f1e9_1f1ff, "dz" ); - name( R.drawable.emj_1f1e9_1f1ff, "flag_dz" ); - name( R.drawable.emj_1f1ea, "regional_indicator_e" ); - name( R.drawable.emj_1f1ea_1f1e6, "ea" ); - name( R.drawable.emj_1f1ea_1f1e6, "flag_ea" ); - name( R.drawable.emj_1f1ea_1f1e8, "ec" ); - name( R.drawable.emj_1f1ea_1f1e8, "flag_ec" ); - name( R.drawable.emj_1f1ea_1f1ea, "ee" ); - name( R.drawable.emj_1f1ea_1f1ea, "flag_ee" ); - name( R.drawable.emj_1f1ea_1f1ec, "eg" ); - name( R.drawable.emj_1f1ea_1f1ec, "flag_eg" ); - name( R.drawable.emj_1f1ea_1f1ed, "eh" ); - name( R.drawable.emj_1f1ea_1f1ed, "flag_eh" ); - name( R.drawable.emj_1f1ea_1f1f7, "er" ); - name( R.drawable.emj_1f1ea_1f1f7, "flag_er" ); - name( R.drawable.emj_1f1ea_1f1f8, "es" ); - name( R.drawable.emj_1f1ea_1f1f8, "flag_es" ); - name( R.drawable.emj_1f1ea_1f1f9, "et" ); - name( R.drawable.emj_1f1ea_1f1f9, "flag_et" ); - name( R.drawable.emj_1f1ea_1f1fa, "eu" ); - name( R.drawable.emj_1f1ea_1f1fa, "flag_eu" ); - name( R.drawable.emj_1f1eb, "regional_indicator_f" ); - name( R.drawable.emj_1f1eb_1f1ee, "fi" ); - name( R.drawable.emj_1f1eb_1f1ee, "flag_fi" ); - name( R.drawable.emj_1f1eb_1f1ef, "fj" ); - name( R.drawable.emj_1f1eb_1f1ef, "flag_fj" ); - name( R.drawable.emj_1f1eb_1f1f0, "fk" ); - name( R.drawable.emj_1f1eb_1f1f0, "flag_fk" ); - name( R.drawable.emj_1f1eb_1f1f2, "flag_fm" ); - name( R.drawable.emj_1f1eb_1f1f2, "fm" ); - name( R.drawable.emj_1f1eb_1f1f4, "flag_fo" ); - name( R.drawable.emj_1f1eb_1f1f4, "fo" ); - name( R.drawable.emj_1f1eb_1f1f7, "flag_fr" ); - name( R.drawable.emj_1f1eb_1f1f7, "fr" ); - name( R.drawable.emj_1f1ec, "regional_indicator_g" ); - name( R.drawable.emj_1f1ec_1f1e6, "flag_ga" ); - name( R.drawable.emj_1f1ec_1f1e6, "ga" ); - name( R.drawable.emj_1f1ec_1f1e7, "flag_gb" ); - name( R.drawable.emj_1f1ec_1f1e7, "gb" ); - name( R.drawable.emj_1f1ec_1f1e7, "uk" ); - name( R.drawable.emj_1f1ec_1f1e9, "flag_gd" ); - name( R.drawable.emj_1f1ec_1f1e9, "gd" ); - name( R.drawable.emj_1f1ec_1f1ea, "flag_ge" ); - name( R.drawable.emj_1f1ec_1f1ea, "ge" ); - name( R.drawable.emj_1f1ec_1f1eb, "flag_gf" ); - name( R.drawable.emj_1f1ec_1f1eb, "gf" ); - name( R.drawable.emj_1f1ec_1f1ec, "flag_gg" ); - name( R.drawable.emj_1f1ec_1f1ec, "gg" ); - name( R.drawable.emj_1f1ec_1f1ed, "flag_gh" ); - name( R.drawable.emj_1f1ec_1f1ed, "gh" ); - name( R.drawable.emj_1f1ec_1f1ee, "flag_gi" ); - name( R.drawable.emj_1f1ec_1f1ee, "gi" ); - name( R.drawable.emj_1f1ec_1f1f1, "flag_gl" ); - name( R.drawable.emj_1f1ec_1f1f1, "gl" ); - name( R.drawable.emj_1f1ec_1f1f2, "flag_gm" ); - name( R.drawable.emj_1f1ec_1f1f2, "gm" ); - name( R.drawable.emj_1f1ec_1f1f3, "flag_gn" ); - name( R.drawable.emj_1f1ec_1f1f3, "gn" ); - name( R.drawable.emj_1f1ec_1f1f5, "flag_gp" ); - name( R.drawable.emj_1f1ec_1f1f5, "gp" ); - name( R.drawable.emj_1f1ec_1f1f6, "flag_gq" ); - name( R.drawable.emj_1f1ec_1f1f6, "gq" ); - name( R.drawable.emj_1f1ec_1f1f7, "flag_gr" ); - name( R.drawable.emj_1f1ec_1f1f7, "gr" ); - name( R.drawable.emj_1f1ec_1f1f8, "flag_gs" ); - name( R.drawable.emj_1f1ec_1f1f8, "gs" ); + name( "banana", R.drawable.emj_1f34c, "\ud83c\udf4c" ); + name( "bangbang", R.drawable.emj_203c, "\u203c" ); + name( "bank", R.drawable.emj_1f3e6, "\ud83c\udfe6" ); + name( "bar_chart", R.drawable.emj_1f4ca, "\ud83d\udcca" ); + name( "barber", R.drawable.emj_1f488, "\ud83d\udc88" ); + name( "barely_sunny", R.drawable.emj_1f325, "\ud83c\udf25" ); + name( "baseball", R.drawable.emj_26be, "\u26be" ); + name( "basketball", R.drawable.emj_1f3c0, "\ud83c\udfc0" ); + name( "basketball_player", R.drawable.emj_26f9, "\u26f9" ); + name( "basketball_player_tone1", R.drawable.emj_26f9_1f3fb, "\u26f9\ud83c\udffb" ); + name( "basketball_player_tone2", R.drawable.emj_26f9_1f3fc, "\u26f9\ud83c\udffc" ); + name( "basketball_player_tone3", R.drawable.emj_26f9_1f3fd, "\u26f9\ud83c\udffd" ); + name( "basketball_player_tone4", R.drawable.emj_26f9_1f3fe, "\u26f9\ud83c\udffe" ); + name( "basketball_player_tone5", R.drawable.emj_26f9_1f3ff, "\u26f9\ud83c\udfff" ); + name( "bat", R.drawable.emj_1f987, "\ud83e\udd87" ); + name( "bath", R.drawable.emj_1f6c0, "\ud83d\udec0" ); + name( "bath_dark_skin_tone", R.drawable.emj_1f6c0_1f3ff, "\ud83d\udec0\ud83c\udfff" ); + name( "bath_light_skin_tone", R.drawable.emj_1f6c0_1f3fb, "\ud83d\udec0\ud83c\udffb" ); + name( "bath_medium_dark_skin_tone", R.drawable.emj_1f6c0_1f3fe, "\ud83d\udec0\ud83c\udffe" ); + name( "bath_medium_light_skin_tone", R.drawable.emj_1f6c0_1f3fc, "\ud83d\udec0\ud83c\udffc" ); + name( "bath_medium_skin_tone", R.drawable.emj_1f6c0_1f3fd, "\ud83d\udec0\ud83c\udffd" ); + name( "bath_tone1", R.drawable.emj_1f6c0_1f3fb, "\ud83d\udec0\ud83c\udffb" ); + name( "bath_tone2", R.drawable.emj_1f6c0_1f3fc, "\ud83d\udec0\ud83c\udffc" ); + name( "bath_tone3", R.drawable.emj_1f6c0_1f3fd, "\ud83d\udec0\ud83c\udffd" ); + name( "bath_tone4", R.drawable.emj_1f6c0_1f3fe, "\ud83d\udec0\ud83c\udffe" ); + name( "bath_tone5", R.drawable.emj_1f6c0_1f3ff, "\ud83d\udec0\ud83c\udfff" ); + name( "bathtub", R.drawable.emj_1f6c1, "\ud83d\udec1" ); + name( "battery", R.drawable.emj_1f50b, "\ud83d\udd0b" ); + name( "bb", R.drawable.emj_1f1e7_1f1e7, "\ud83c\udde7\ud83c\udde7" ); + name( "bd", R.drawable.emj_1f1e7_1f1e9, "\ud83c\udde7\ud83c\udde9" ); + name( "be", R.drawable.emj_1f1e7_1f1ea, "\ud83c\udde7\ud83c\uddea" ); + name( "beach", R.drawable.emj_1f3d6, "\ud83c\udfd6" ); + name( "beach_umbrella", R.drawable.emj_26f1, "\u26f1" ); + name( "beach_with_umbrella", R.drawable.emj_1f3d6, "\ud83c\udfd6" ); + name( "bear", R.drawable.emj_1f43b, "\ud83d\udc3b" ); + name( "bed", R.drawable.emj_1f6cf, "\ud83d\udecf" ); + name( "bee", R.drawable.emj_1f41d, "\ud83d\udc1d" ); + name( "beer", R.drawable.emj_1f37a, "\ud83c\udf7a" ); + name( "beers", R.drawable.emj_1f37b, "\ud83c\udf7b" ); + name( "beetle", R.drawable.emj_1f41e, "\ud83d\udc1e" ); + name( "beginner", R.drawable.emj_1f530, "\ud83d\udd30" ); + name( "bell", R.drawable.emj_1f514, "\ud83d\udd14" ); + name( "bellhop", R.drawable.emj_1f6ce, "\ud83d\udece" ); + name( "bellhop_bell", R.drawable.emj_1f6ce, "\ud83d\udece" ); + name( "bento", R.drawable.emj_1f371, "\ud83c\udf71" ); + name( "bf", R.drawable.emj_1f1e7_1f1eb, "\ud83c\udde7\ud83c\uddeb" ); + name( "bg", R.drawable.emj_1f1e7_1f1ec, "\ud83c\udde7\ud83c\uddec" ); + name( "bh", R.drawable.emj_1f1e7_1f1ed, "\ud83c\udde7\ud83c\udded" ); + name( "bi", R.drawable.emj_1f1e7_1f1ee, "\ud83c\udde7\ud83c\uddee" ); + name( "bicyclist", R.drawable.emj_1f6b4, "\ud83d\udeb4" ); + name( "bicyclist_dark_skin_tone", R.drawable.emj_1f6b4_1f3ff, "\ud83d\udeb4\ud83c\udfff" ); + name( "bicyclist_light_skin_tone", R.drawable.emj_1f6b4_1f3fb, "\ud83d\udeb4\ud83c\udffb" ); + name( "bicyclist_medium_dark_skin_tone", R.drawable.emj_1f6b4_1f3fe, "\ud83d\udeb4\ud83c\udffe" ); + name( "bicyclist_medium_light_skin_tone", R.drawable.emj_1f6b4_1f3fc, "\ud83d\udeb4\ud83c\udffc" ); + name( "bicyclist_medium_skin_tone", R.drawable.emj_1f6b4_1f3fd, "\ud83d\udeb4\ud83c\udffd" ); + name( "bicyclist_tone1", R.drawable.emj_1f6b4_1f3fb, "\ud83d\udeb4\ud83c\udffb" ); + name( "bicyclist_tone2", R.drawable.emj_1f6b4_1f3fc, "\ud83d\udeb4\ud83c\udffc" ); + name( "bicyclist_tone3", R.drawable.emj_1f6b4_1f3fd, "\ud83d\udeb4\ud83c\udffd" ); + name( "bicyclist_tone4", R.drawable.emj_1f6b4_1f3fe, "\ud83d\udeb4\ud83c\udffe" ); + name( "bicyclist_tone5", R.drawable.emj_1f6b4_1f3ff, "\ud83d\udeb4\ud83c\udfff" ); + name( "bike", R.drawable.emj_1f6b2, "\ud83d\udeb2" ); + name( "bikini", R.drawable.emj_1f459, "\ud83d\udc59" ); + name( "biohazard", R.drawable.emj_2623, "\u2623" ); + name( "biohazard_sign", R.drawable.emj_2623, "\u2623" ); + name( "bird", R.drawable.emj_1f426, "\ud83d\udc26" ); + name( "birthday", R.drawable.emj_1f382, "\ud83c\udf82" ); + name( "bj", R.drawable.emj_1f1e7_1f1ef, "\ud83c\udde7\ud83c\uddef" ); + name( "bl", R.drawable.emj_1f1e7_1f1f1, "\ud83c\udde7\ud83c\uddf1" ); + name( "black_circle", R.drawable.emj_26ab, "\u26ab" ); + name( "black_circle_for_record", R.drawable.emj_23fa, "\u23fa" ); + name( "black_heart", R.drawable.emj_1f5a4, "\ud83d\udda4" ); + name( "black_joker", R.drawable.emj_1f0cf, "\ud83c\udccf" ); + name( "black_large_square", R.drawable.emj_2b1b, "\u2b1b" ); + name( "black_left_pointing_double_triangle_with_vertical_bar", R.drawable.emj_23ee, "\u23ee" ); + name( "black_medium_small_square", R.drawable.emj_25fe, "\u25fe" ); + name( "black_medium_square", R.drawable.emj_25fc, "\u25fc" ); + name( "black_nib", R.drawable.emj_2712, "\u2712" ); + name( "black_right_pointing_double_triangle_with_vertical_bar", R.drawable.emj_23ed, "\u23ed" ); + name( "black_right_pointing_triangle_with_double_vertical_bar", R.drawable.emj_23ef, "\u23ef" ); + name( "black_small_square", R.drawable.emj_25aa, "\u25aa" ); + name( "black_square_button", R.drawable.emj_1f532, "\ud83d\udd32" ); + name( "black_square_for_stop", R.drawable.emj_23f9, "\u23f9" ); + name( "blond_haired_man", R.drawable.emj_1f471_200d_2642_fe0f, "\ud83d\udc71\u200d\u2642\ufe0f" ); + name( "blond_haired_man_dark_skin_tone", R.drawable.emj_1f471_1f3ff_200d_2642_fe0f, "\ud83d\udc71\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "blond_haired_man_light_skin_tone", R.drawable.emj_1f471_1f3fb_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "blond_haired_man_medium_dark_skin_tone", R.drawable.emj_1f471_1f3fe_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "blond_haired_man_medium_light_skin_tone", R.drawable.emj_1f471_1f3fc_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "blond_haired_man_medium_skin_tone", R.drawable.emj_1f471_1f3fd_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "blond_haired_man_tone1", R.drawable.emj_1f471_1f3fb_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "blond_haired_man_tone2", R.drawable.emj_1f471_1f3fc_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "blond_haired_man_tone3", R.drawable.emj_1f471_1f3fd_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "blond_haired_man_tone4", R.drawable.emj_1f471_1f3fe_200d_2642_fe0f, "\ud83d\udc71\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "blond_haired_man_tone5", R.drawable.emj_1f471_1f3ff_200d_2642_fe0f, "\ud83d\udc71\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "blond_haired_woman", R.drawable.emj_1f471_200d_2640_fe0f, "\ud83d\udc71\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_dark_skin_tone", R.drawable.emj_1f471_1f3ff_200d_2640_fe0f, "\ud83d\udc71\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_light_skin_tone", R.drawable.emj_1f471_1f3fb_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_medium_dark_skin_tone", R.drawable.emj_1f471_1f3fe_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_medium_light_skin_tone", R.drawable.emj_1f471_1f3fc_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_medium_skin_tone", R.drawable.emj_1f471_1f3fd_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_tone1", R.drawable.emj_1f471_1f3fb_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_tone2", R.drawable.emj_1f471_1f3fc_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffc\u200d\u2640\ufe0f" ); } private static void init57(){ - name( R.drawable.emj_1f1ec_1f1f9, "flag_gt" ); - name( R.drawable.emj_1f1ec_1f1f9, "gt" ); - name( R.drawable.emj_1f1ec_1f1fa, "flag_gu" ); - name( R.drawable.emj_1f1ec_1f1fa, "gu" ); - name( R.drawable.emj_1f1ec_1f1fc, "flag_gw" ); - name( R.drawable.emj_1f1ec_1f1fc, "gw" ); - name( R.drawable.emj_1f1ec_1f1fe, "flag_gy" ); - name( R.drawable.emj_1f1ec_1f1fe, "gy" ); - name( R.drawable.emj_1f1ed, "regional_indicator_h" ); - name( R.drawable.emj_1f1ed_1f1f0, "flag_hk" ); - name( R.drawable.emj_1f1ed_1f1f0, "hk" ); - name( R.drawable.emj_1f1ed_1f1f2, "flag_hm" ); - name( R.drawable.emj_1f1ed_1f1f2, "hm" ); - name( R.drawable.emj_1f1ed_1f1f3, "flag_hn" ); - name( R.drawable.emj_1f1ed_1f1f3, "hn" ); - name( R.drawable.emj_1f1ed_1f1f7, "flag_hr" ); - name( R.drawable.emj_1f1ed_1f1f7, "hr" ); - name( R.drawable.emj_1f1ed_1f1f9, "flag_ht" ); - name( R.drawable.emj_1f1ed_1f1f9, "ht" ); - name( R.drawable.emj_1f1ed_1f1fa, "flag_hu" ); - name( R.drawable.emj_1f1ed_1f1fa, "hu" ); - name( R.drawable.emj_1f1ee, "regional_indicator_i" ); - name( R.drawable.emj_1f1ee_1f1e8, "flag_ic" ); - name( R.drawable.emj_1f1ee_1f1e8, "ic" ); - name( R.drawable.emj_1f1ee_1f1e9, "flag_id" ); - name( R.drawable.emj_1f1ee_1f1e9, "indonesia" ); - name( R.drawable.emj_1f1ee_1f1ea, "flag_ie" ); - name( R.drawable.emj_1f1ee_1f1ea, "ie" ); - name( R.drawable.emj_1f1ee_1f1f1, "flag_il" ); - name( R.drawable.emj_1f1ee_1f1f1, "il" ); - name( R.drawable.emj_1f1ee_1f1f2, "flag_im" ); - name( R.drawable.emj_1f1ee_1f1f2, "im" ); - name( R.drawable.emj_1f1ee_1f1f3, "flag_in" ); - name( R.drawable.emj_1f1ee_1f1f3, "in" ); - name( R.drawable.emj_1f1ee_1f1f4, "flag_io" ); - name( R.drawable.emj_1f1ee_1f1f4, "io" ); - name( R.drawable.emj_1f1ee_1f1f6, "flag_iq" ); - name( R.drawable.emj_1f1ee_1f1f6, "iq" ); - name( R.drawable.emj_1f1ee_1f1f7, "flag_ir" ); - name( R.drawable.emj_1f1ee_1f1f7, "ir" ); - name( R.drawable.emj_1f1ee_1f1f8, "flag_is" ); - name( R.drawable.emj_1f1ee_1f1f8, "is" ); - name( R.drawable.emj_1f1ee_1f1f9, "flag_it" ); - name( R.drawable.emj_1f1ee_1f1f9, "it" ); - name( R.drawable.emj_1f1ef, "regional_indicator_j" ); - name( R.drawable.emj_1f1ef_1f1ea, "flag_je" ); - name( R.drawable.emj_1f1ef_1f1ea, "je" ); - name( R.drawable.emj_1f1ef_1f1f2, "flag_jm" ); - name( R.drawable.emj_1f1ef_1f1f2, "jm" ); - name( R.drawable.emj_1f1ef_1f1f4, "flag_jo" ); - name( R.drawable.emj_1f1ef_1f1f4, "jo" ); - name( R.drawable.emj_1f1ef_1f1f5, "flag_jp" ); - name( R.drawable.emj_1f1ef_1f1f5, "jp" ); - name( R.drawable.emj_1f1f0, "regional_indicator_k" ); - name( R.drawable.emj_1f1f0_1f1ea, "flag_ke" ); - name( R.drawable.emj_1f1f0_1f1ea, "ke" ); - name( R.drawable.emj_1f1f0_1f1ec, "flag_kg" ); - name( R.drawable.emj_1f1f0_1f1ec, "kg" ); - name( R.drawable.emj_1f1f0_1f1ed, "flag_kh" ); - name( R.drawable.emj_1f1f0_1f1ed, "kh" ); - name( R.drawable.emj_1f1f0_1f1ee, "flag_ki" ); - name( R.drawable.emj_1f1f0_1f1ee, "ki" ); - name( R.drawable.emj_1f1f0_1f1f2, "flag_km" ); - name( R.drawable.emj_1f1f0_1f1f2, "km" ); - name( R.drawable.emj_1f1f0_1f1f3, "flag_kn" ); - name( R.drawable.emj_1f1f0_1f1f3, "kn" ); - name( R.drawable.emj_1f1f0_1f1f5, "flag_kp" ); - name( R.drawable.emj_1f1f0_1f1f5, "kp" ); - name( R.drawable.emj_1f1f0_1f1f7, "flag_kr" ); - name( R.drawable.emj_1f1f0_1f1f7, "kr" ); - name( R.drawable.emj_1f1f0_1f1fc, "flag_kw" ); - name( R.drawable.emj_1f1f0_1f1fc, "kw" ); - name( R.drawable.emj_1f1f0_1f1fe, "flag_ky" ); - name( R.drawable.emj_1f1f0_1f1fe, "ky" ); - name( R.drawable.emj_1f1f0_1f1ff, "flag_kz" ); - name( R.drawable.emj_1f1f0_1f1ff, "kz" ); - name( R.drawable.emj_1f1f1, "regional_indicator_l" ); - name( R.drawable.emj_1f1f1_1f1e6, "flag_la" ); - name( R.drawable.emj_1f1f1_1f1e6, "la" ); - name( R.drawable.emj_1f1f1_1f1e7, "flag_lb" ); - name( R.drawable.emj_1f1f1_1f1e7, "lb" ); - name( R.drawable.emj_1f1f1_1f1e8, "flag_lc" ); - name( R.drawable.emj_1f1f1_1f1e8, "lc" ); - name( R.drawable.emj_1f1f1_1f1ee, "flag_li" ); - name( R.drawable.emj_1f1f1_1f1ee, "li" ); - name( R.drawable.emj_1f1f1_1f1f0, "flag_lk" ); - name( R.drawable.emj_1f1f1_1f1f0, "lk" ); - name( R.drawable.emj_1f1f1_1f1f7, "flag_lr" ); - name( R.drawable.emj_1f1f1_1f1f7, "lr" ); - name( R.drawable.emj_1f1f1_1f1f8, "flag_ls" ); - name( R.drawable.emj_1f1f1_1f1f8, "ls" ); - name( R.drawable.emj_1f1f1_1f1f9, "flag_lt" ); - name( R.drawable.emj_1f1f1_1f1f9, "lt" ); - name( R.drawable.emj_1f1f1_1f1fa, "flag_lu" ); - name( R.drawable.emj_1f1f1_1f1fa, "lu" ); - name( R.drawable.emj_1f1f1_1f1fb, "flag_lv" ); - name( R.drawable.emj_1f1f1_1f1fb, "lv" ); - name( R.drawable.emj_1f1f1_1f1fe, "flag_ly" ); - name( R.drawable.emj_1f1f1_1f1fe, "ly" ); - name( R.drawable.emj_1f1f2, "regional_indicator_m" ); - name( R.drawable.emj_1f1f2_1f1e6, "flag_ma" ); + name( "blond_haired_woman_tone3", R.drawable.emj_1f471_1f3fd_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_tone4", R.drawable.emj_1f471_1f3fe_200d_2640_fe0f, "\ud83d\udc71\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "blond_haired_woman_tone5", R.drawable.emj_1f471_1f3ff_200d_2640_fe0f, "\ud83d\udc71\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "blossom", R.drawable.emj_1f33c, "\ud83c\udf3c" ); + name( "blowfish", R.drawable.emj_1f421, "\ud83d\udc21" ); + name( "blue_book", R.drawable.emj_1f4d8, "\ud83d\udcd8" ); + name( "blue_car", R.drawable.emj_1f699, "\ud83d\ude99" ); + name( "blue_circle", R.drawable.emj_1f535, "\ud83d\udd35" ); + name( "blue_heart", R.drawable.emj_1f499, "\ud83d\udc99" ); + name( "blush", R.drawable.emj_1f60a, "\ud83d\ude0a" ); + name( "bm", R.drawable.emj_1f1e7_1f1f2, "\ud83c\udde7\ud83c\uddf2" ); + name( "bn", R.drawable.emj_1f1e7_1f1f3, "\ud83c\udde7\ud83c\uddf3" ); + name( "bo", R.drawable.emj_1f1e7_1f1f4, "\ud83c\udde7\ud83c\uddf4" ); + name( "boar", R.drawable.emj_1f417, "\ud83d\udc17" ); + name( "boat", R.drawable.emj_26f5, "\u26f5" ); + name( "bomb", R.drawable.emj_1f4a3, "\ud83d\udca3" ); + name( "book", R.drawable.emj_1f4d6, "\ud83d\udcd6" ); + name( "bookmark", R.drawable.emj_1f516, "\ud83d\udd16" ); + name( "bookmark_tabs", R.drawable.emj_1f4d1, "\ud83d\udcd1" ); + name( "books", R.drawable.emj_1f4da, "\ud83d\udcda" ); + name( "boom", R.drawable.emj_1f4a5, "\ud83d\udca5" ); + name( "boot", R.drawable.emj_1f462, "\ud83d\udc62" ); + name( "bottle_with_popping_cork", R.drawable.emj_1f37e, "\ud83c\udf7e" ); + name( "bouquet", R.drawable.emj_1f490, "\ud83d\udc90" ); + name( "bow", R.drawable.emj_1f647, "\ud83d\ude47" ); + name( "bow_and_arrow", R.drawable.emj_1f3f9, "\ud83c\udff9" ); + name( "bow_dark_skin_tone", R.drawable.emj_1f647_1f3ff, "\ud83d\ude47\ud83c\udfff" ); + name( "bow_light_skin_tone", R.drawable.emj_1f647_1f3fb, "\ud83d\ude47\ud83c\udffb" ); + name( "bow_medium_dark_skin_tone", R.drawable.emj_1f647_1f3fe, "\ud83d\ude47\ud83c\udffe" ); + name( "bow_medium_light_skin_tone", R.drawable.emj_1f647_1f3fc, "\ud83d\ude47\ud83c\udffc" ); + name( "bow_medium_skin_tone", R.drawable.emj_1f647_1f3fd, "\ud83d\ude47\ud83c\udffd" ); + name( "bow_tone1", R.drawable.emj_1f647_1f3fb, "\ud83d\ude47\ud83c\udffb" ); + name( "bow_tone2", R.drawable.emj_1f647_1f3fc, "\ud83d\ude47\ud83c\udffc" ); + name( "bow_tone3", R.drawable.emj_1f647_1f3fd, "\ud83d\ude47\ud83c\udffd" ); + name( "bow_tone4", R.drawable.emj_1f647_1f3fe, "\ud83d\ude47\ud83c\udffe" ); + name( "bow_tone5", R.drawable.emj_1f647_1f3ff, "\ud83d\ude47\ud83c\udfff" ); + name( "bowling", R.drawable.emj_1f3b3, "\ud83c\udfb3" ); + name( "boxing_glove", R.drawable.emj_1f94a, "\ud83e\udd4a" ); + name( "boxing_gloves", R.drawable.emj_1f94a, "\ud83e\udd4a" ); + name( "boy", R.drawable.emj_1f466, "\ud83d\udc66" ); + name( "boy_dark_skin_tone", R.drawable.emj_1f466_1f3ff, "\ud83d\udc66\ud83c\udfff" ); + name( "boy_light_skin_tone", R.drawable.emj_1f466_1f3fb, "\ud83d\udc66\ud83c\udffb" ); + name( "boy_medium_dark_skin_tone", R.drawable.emj_1f466_1f3fe, "\ud83d\udc66\ud83c\udffe" ); + name( "boy_medium_light_skin_tone", R.drawable.emj_1f466_1f3fc, "\ud83d\udc66\ud83c\udffc" ); + name( "boy_medium_skin_tone", R.drawable.emj_1f466_1f3fd, "\ud83d\udc66\ud83c\udffd" ); + name( "boy_tone1", R.drawable.emj_1f466_1f3fb, "\ud83d\udc66\ud83c\udffb" ); + name( "boy_tone2", R.drawable.emj_1f466_1f3fc, "\ud83d\udc66\ud83c\udffc" ); + name( "boy_tone3", R.drawable.emj_1f466_1f3fd, "\ud83d\udc66\ud83c\udffd" ); + name( "boy_tone4", R.drawable.emj_1f466_1f3fe, "\ud83d\udc66\ud83c\udffe" ); + name( "boy_tone5", R.drawable.emj_1f466_1f3ff, "\ud83d\udc66\ud83c\udfff" ); + name( "bq", R.drawable.emj_1f1e7_1f1f6, "\ud83c\udde7\ud83c\uddf6" ); + name( "br", R.drawable.emj_1f1e7_1f1f7, "\ud83c\udde7\ud83c\uddf7" ); + name( "bread", R.drawable.emj_1f35e, "\ud83c\udf5e" ); + name( "bride_with_veil", R.drawable.emj_1f470, "\ud83d\udc70" ); + name( "bride_with_veil_dark_skin_tone", R.drawable.emj_1f470_1f3ff, "\ud83d\udc70\ud83c\udfff" ); + name( "bride_with_veil_light_skin_tone", R.drawable.emj_1f470_1f3fb, "\ud83d\udc70\ud83c\udffb" ); + name( "bride_with_veil_medium_dark_skin_tone", R.drawable.emj_1f470_1f3fe, "\ud83d\udc70\ud83c\udffe" ); + name( "bride_with_veil_medium_light_skin_tone", R.drawable.emj_1f470_1f3fc, "\ud83d\udc70\ud83c\udffc" ); + name( "bride_with_veil_medium_skin_tone", R.drawable.emj_1f470_1f3fd, "\ud83d\udc70\ud83c\udffd" ); + name( "bride_with_veil_tone1", R.drawable.emj_1f470_1f3fb, "\ud83d\udc70\ud83c\udffb" ); + name( "bride_with_veil_tone2", R.drawable.emj_1f470_1f3fc, "\ud83d\udc70\ud83c\udffc" ); + name( "bride_with_veil_tone3", R.drawable.emj_1f470_1f3fd, "\ud83d\udc70\ud83c\udffd" ); + name( "bride_with_veil_tone4", R.drawable.emj_1f470_1f3fe, "\ud83d\udc70\ud83c\udffe" ); + name( "bride_with_veil_tone5", R.drawable.emj_1f470_1f3ff, "\ud83d\udc70\ud83c\udfff" ); + name( "bridge_at_night", R.drawable.emj_1f309, "\ud83c\udf09" ); + name( "briefcase", R.drawable.emj_1f4bc, "\ud83d\udcbc" ); + name( "broken_heart", R.drawable.emj_1f494, "\ud83d\udc94" ); + name( "bs", R.drawable.emj_1f1e7_1f1f8, "\ud83c\udde7\ud83c\uddf8" ); + name( "bt", R.drawable.emj_1f1e7_1f1f9, "\ud83c\udde7\ud83c\uddf9" ); + name( "bug", R.drawable.emj_1f41b, "\ud83d\udc1b" ); + name( "building_construction", R.drawable.emj_1f3d7, "\ud83c\udfd7" ); + name( "bulb", R.drawable.emj_1f4a1, "\ud83d\udca1" ); + name( "bullettrain_front", R.drawable.emj_1f685, "\ud83d\ude85" ); + name( "bullettrain_side", R.drawable.emj_1f684, "\ud83d\ude84" ); + name( "burrito", R.drawable.emj_1f32f, "\ud83c\udf2f" ); + name( "bus", R.drawable.emj_1f68c, "\ud83d\ude8c" ); + name( "busstop", R.drawable.emj_1f68f, "\ud83d\ude8f" ); + name( "bust_in_silhouette", R.drawable.emj_1f464, "\ud83d\udc64" ); + name( "busts_in_silhouette", R.drawable.emj_1f465, "\ud83d\udc65" ); + name( "butterfly", R.drawable.emj_1f98b, "\ud83e\udd8b" ); + name( "bv", R.drawable.emj_1f1e7_1f1fb, "\ud83c\udde7\ud83c\uddfb" ); + name( "bw", R.drawable.emj_1f1e7_1f1fc, "\ud83c\udde7\ud83c\uddfc" ); + name( "by", R.drawable.emj_1f1e7_1f1fe, "\ud83c\udde7\ud83c\uddfe" ); + name( "bz", R.drawable.emj_1f1e7_1f1ff, "\ud83c\udde7\ud83c\uddff" ); + name( "ca", R.drawable.emj_1f1e8_1f1e6, "\ud83c\udde8\ud83c\udde6" ); + name( "cactus", R.drawable.emj_1f335, "\ud83c\udf35" ); + name( "cake", R.drawable.emj_1f370, "\ud83c\udf70" ); + name( "calendar", R.drawable.emj_1f4c6, "\ud83d\udcc6" ); + name( "calendar_spiral", R.drawable.emj_1f5d3, "\ud83d\uddd3" ); + name( "call_me", R.drawable.emj_1f919, "\ud83e\udd19" ); + name( "call_me_hand", R.drawable.emj_1f919, "\ud83e\udd19" ); + name( "call_me_hand_dark_skin_tone", R.drawable.emj_1f919_1f3ff, "\ud83e\udd19\ud83c\udfff" ); + name( "call_me_hand_light_skin_tone", R.drawable.emj_1f919_1f3fb, "\ud83e\udd19\ud83c\udffb" ); + name( "call_me_hand_medium_dark_skin_tone", R.drawable.emj_1f919_1f3fe, "\ud83e\udd19\ud83c\udffe" ); + name( "call_me_hand_medium_light_skin_tone", R.drawable.emj_1f919_1f3fc, "\ud83e\udd19\ud83c\udffc" ); + name( "call_me_hand_medium_skin_tone", R.drawable.emj_1f919_1f3fd, "\ud83e\udd19\ud83c\udffd" ); + name( "call_me_hand_tone1", R.drawable.emj_1f919_1f3fb, "\ud83e\udd19\ud83c\udffb" ); + name( "call_me_hand_tone2", R.drawable.emj_1f919_1f3fc, "\ud83e\udd19\ud83c\udffc" ); + name( "call_me_hand_tone3", R.drawable.emj_1f919_1f3fd, "\ud83e\udd19\ud83c\udffd" ); + name( "call_me_hand_tone4", R.drawable.emj_1f919_1f3fe, "\ud83e\udd19\ud83c\udffe" ); + name( "call_me_hand_tone5", R.drawable.emj_1f919_1f3ff, "\ud83e\udd19\ud83c\udfff" ); } private static void init58(){ - name( R.drawable.emj_1f1f2_1f1e6, "ma" ); - name( R.drawable.emj_1f1f2_1f1e8, "flag_mc" ); - name( R.drawable.emj_1f1f2_1f1e8, "mc" ); - name( R.drawable.emj_1f1f2_1f1e9, "flag_md" ); - name( R.drawable.emj_1f1f2_1f1e9, "md" ); - name( R.drawable.emj_1f1f2_1f1ea, "flag_me" ); - name( R.drawable.emj_1f1f2_1f1ea, "me" ); - name( R.drawable.emj_1f1f2_1f1eb, "flag_mf" ); - name( R.drawable.emj_1f1f2_1f1eb, "mf" ); - name( R.drawable.emj_1f1f2_1f1ec, "flag_mg" ); - name( R.drawable.emj_1f1f2_1f1ec, "mg" ); - name( R.drawable.emj_1f1f2_1f1ed, "flag_mh" ); - name( R.drawable.emj_1f1f2_1f1ed, "mh" ); - name( R.drawable.emj_1f1f2_1f1f0, "flag_mk" ); - name( R.drawable.emj_1f1f2_1f1f0, "mk" ); - name( R.drawable.emj_1f1f2_1f1f1, "flag_ml" ); - name( R.drawable.emj_1f1f2_1f1f1, "ml" ); - name( R.drawable.emj_1f1f2_1f1f2, "flag_mm" ); - name( R.drawable.emj_1f1f2_1f1f2, "mm" ); - name( R.drawable.emj_1f1f2_1f1f3, "flag_mn" ); - name( R.drawable.emj_1f1f2_1f1f3, "mn" ); - name( R.drawable.emj_1f1f2_1f1f4, "flag_mo" ); - name( R.drawable.emj_1f1f2_1f1f4, "mo" ); - name( R.drawable.emj_1f1f2_1f1f5, "flag_mp" ); - name( R.drawable.emj_1f1f2_1f1f5, "mp" ); - name( R.drawable.emj_1f1f2_1f1f6, "flag_mq" ); - name( R.drawable.emj_1f1f2_1f1f6, "mq" ); - name( R.drawable.emj_1f1f2_1f1f7, "flag_mr" ); - name( R.drawable.emj_1f1f2_1f1f7, "mr" ); - name( R.drawable.emj_1f1f2_1f1f8, "flag_ms" ); - name( R.drawable.emj_1f1f2_1f1f8, "ms" ); - name( R.drawable.emj_1f1f2_1f1f9, "flag_mt" ); - name( R.drawable.emj_1f1f2_1f1f9, "mt" ); - name( R.drawable.emj_1f1f2_1f1fa, "flag_mu" ); - name( R.drawable.emj_1f1f2_1f1fa, "mu" ); - name( R.drawable.emj_1f1f2_1f1fb, "flag_mv" ); - name( R.drawable.emj_1f1f2_1f1fb, "mv" ); - name( R.drawable.emj_1f1f2_1f1fc, "flag_mw" ); - name( R.drawable.emj_1f1f2_1f1fc, "mw" ); - name( R.drawable.emj_1f1f2_1f1fd, "flag_mx" ); - name( R.drawable.emj_1f1f2_1f1fd, "mx" ); - name( R.drawable.emj_1f1f2_1f1fe, "flag_my" ); - name( R.drawable.emj_1f1f2_1f1fe, "my" ); - name( R.drawable.emj_1f1f2_1f1ff, "flag_mz" ); - name( R.drawable.emj_1f1f2_1f1ff, "mz" ); - name( R.drawable.emj_1f1f3, "regional_indicator_n" ); - name( R.drawable.emj_1f1f3_1f1e6, "flag_na" ); - name( R.drawable.emj_1f1f3_1f1e6, "na" ); - name( R.drawable.emj_1f1f3_1f1e8, "flag_nc" ); - name( R.drawable.emj_1f1f3_1f1e8, "nc" ); - name( R.drawable.emj_1f1f3_1f1ea, "flag_ne" ); - name( R.drawable.emj_1f1f3_1f1ea, "ne" ); - name( R.drawable.emj_1f1f3_1f1eb, "flag_nf" ); - name( R.drawable.emj_1f1f3_1f1eb, "nf" ); - name( R.drawable.emj_1f1f3_1f1ec, "flag_ng" ); - name( R.drawable.emj_1f1f3_1f1ec, "nigeria" ); - name( R.drawable.emj_1f1f3_1f1ee, "flag_ni" ); - name( R.drawable.emj_1f1f3_1f1ee, "ni" ); - name( R.drawable.emj_1f1f3_1f1f1, "flag_nl" ); - name( R.drawable.emj_1f1f3_1f1f1, "nl" ); - name( R.drawable.emj_1f1f3_1f1f4, "flag_no" ); - name( R.drawable.emj_1f1f3_1f1f4, "no" ); - name( R.drawable.emj_1f1f3_1f1f5, "flag_np" ); - name( R.drawable.emj_1f1f3_1f1f5, "np" ); - name( R.drawable.emj_1f1f3_1f1f7, "flag_nr" ); - name( R.drawable.emj_1f1f3_1f1f7, "nr" ); - name( R.drawable.emj_1f1f3_1f1fa, "flag_nu" ); - name( R.drawable.emj_1f1f3_1f1fa, "nu" ); - name( R.drawable.emj_1f1f3_1f1ff, "flag_nz" ); - name( R.drawable.emj_1f1f3_1f1ff, "nz" ); - name( R.drawable.emj_1f1f4, "regional_indicator_o" ); - name( R.drawable.emj_1f1f4_1f1f2, "flag_om" ); - name( R.drawable.emj_1f1f4_1f1f2, "om" ); - name( R.drawable.emj_1f1f5, "regional_indicator_p" ); - name( R.drawable.emj_1f1f5_1f1e6, "flag_pa" ); - name( R.drawable.emj_1f1f5_1f1e6, "pa" ); - name( R.drawable.emj_1f1f5_1f1ea, "flag_pe" ); - name( R.drawable.emj_1f1f5_1f1ea, "pe" ); - name( R.drawable.emj_1f1f5_1f1eb, "flag_pf" ); - name( R.drawable.emj_1f1f5_1f1eb, "pf" ); - name( R.drawable.emj_1f1f5_1f1ec, "flag_pg" ); - name( R.drawable.emj_1f1f5_1f1ec, "pg" ); - name( R.drawable.emj_1f1f5_1f1ed, "flag_ph" ); - name( R.drawable.emj_1f1f5_1f1ed, "ph" ); - name( R.drawable.emj_1f1f5_1f1f0, "flag_pk" ); - name( R.drawable.emj_1f1f5_1f1f0, "pk" ); - name( R.drawable.emj_1f1f5_1f1f1, "flag_pl" ); - name( R.drawable.emj_1f1f5_1f1f1, "pl" ); - name( R.drawable.emj_1f1f5_1f1f2, "flag_pm" ); - name( R.drawable.emj_1f1f5_1f1f2, "pm" ); - name( R.drawable.emj_1f1f5_1f1f3, "flag_pn" ); - name( R.drawable.emj_1f1f5_1f1f3, "pn" ); - name( R.drawable.emj_1f1f5_1f1f7, "flag_pr" ); - name( R.drawable.emj_1f1f5_1f1f7, "pr" ); - name( R.drawable.emj_1f1f5_1f1f8, "flag_ps" ); - name( R.drawable.emj_1f1f5_1f1f8, "ps" ); - name( R.drawable.emj_1f1f5_1f1f9, "flag_pt" ); - name( R.drawable.emj_1f1f5_1f1f9, "pt" ); - name( R.drawable.emj_1f1f5_1f1fc, "flag_pw" ); - name( R.drawable.emj_1f1f5_1f1fc, "pw" ); - name( R.drawable.emj_1f1f5_1f1fe, "flag_py" ); + name( "call_me_tone1", R.drawable.emj_1f919_1f3fb, "\ud83e\udd19\ud83c\udffb" ); + name( "call_me_tone2", R.drawable.emj_1f919_1f3fc, "\ud83e\udd19\ud83c\udffc" ); + name( "call_me_tone3", R.drawable.emj_1f919_1f3fd, "\ud83e\udd19\ud83c\udffd" ); + name( "call_me_tone4", R.drawable.emj_1f919_1f3fe, "\ud83e\udd19\ud83c\udffe" ); + name( "call_me_tone5", R.drawable.emj_1f919_1f3ff, "\ud83e\udd19\ud83c\udfff" ); + name( "calling", R.drawable.emj_1f4f2, "\ud83d\udcf2" ); + name( "camel", R.drawable.emj_1f42b, "\ud83d\udc2b" ); + name( "camera", R.drawable.emj_1f4f7, "\ud83d\udcf7" ); + name( "camera_with_flash", R.drawable.emj_1f4f8, "\ud83d\udcf8" ); + name( "camping", R.drawable.emj_1f3d5, "\ud83c\udfd5" ); + name( "cancer", R.drawable.emj_264b, "\u264b" ); + name( "candle", R.drawable.emj_1f56f, "\ud83d\udd6f" ); + name( "candy", R.drawable.emj_1f36c, "\ud83c\udf6c" ); + name( "canoe", R.drawable.emj_1f6f6, "\ud83d\udef6" ); + name( "capital_abcd", R.drawable.emj_1f520, "\ud83d\udd20" ); + name( "capricorn", R.drawable.emj_2651, "\u2651" ); + name( "car", R.drawable.emj_1f697, "\ud83d\ude97" ); + name( "card_box", R.drawable.emj_1f5c3, "\ud83d\uddc3" ); + name( "card_file_box", R.drawable.emj_1f5c3, "\ud83d\uddc3" ); + name( "card_index", R.drawable.emj_1f4c7, "\ud83d\udcc7" ); + name( "card_index_dividers", R.drawable.emj_1f5c2, "\ud83d\uddc2" ); + name( "carousel_horse", R.drawable.emj_1f3a0, "\ud83c\udfa0" ); + name( "carrot", R.drawable.emj_1f955, "\ud83e\udd55" ); + name( "cartwheel", R.drawable.emj_1f938, "\ud83e\udd38" ); + name( "cartwheel_tone1", R.drawable.emj_1f938_1f3fb, "\ud83e\udd38\ud83c\udffb" ); + name( "cartwheel_tone2", R.drawable.emj_1f938_1f3fc, "\ud83e\udd38\ud83c\udffc" ); + name( "cartwheel_tone3", R.drawable.emj_1f938_1f3fd, "\ud83e\udd38\ud83c\udffd" ); + name( "cartwheel_tone4", R.drawable.emj_1f938_1f3fe, "\ud83e\udd38\ud83c\udffe" ); + name( "cartwheel_tone5", R.drawable.emj_1f938_1f3ff, "\ud83e\udd38\ud83c\udfff" ); + name( "cat", R.drawable.emj_1f431, "\ud83d\udc31" ); + name( "cat2", R.drawable.emj_1f408, "\ud83d\udc08" ); + name( "cc", R.drawable.emj_1f1e8_1f1e8, "\ud83c\udde8\ud83c\udde8" ); + name( "cd", R.drawable.emj_1f4bf, "\ud83d\udcbf" ); + name( "cf", R.drawable.emj_1f1e8_1f1eb, "\ud83c\udde8\ud83c\uddeb" ); + name( "cg", R.drawable.emj_1f1e8_1f1ec, "\ud83c\udde8\ud83c\uddec" ); + name( "ch", R.drawable.emj_1f1e8_1f1ed, "\ud83c\udde8\ud83c\udded" ); + name( "chains", R.drawable.emj_26d3, "\u26d3" ); + name( "champagne", R.drawable.emj_1f37e, "\ud83c\udf7e" ); + name( "champagne_glass", R.drawable.emj_1f942, "\ud83e\udd42" ); + name( "chart", R.drawable.emj_1f4b9, "\ud83d\udcb9" ); + name( "chart_with_downwards_trend", R.drawable.emj_1f4c9, "\ud83d\udcc9" ); + name( "chart_with_upwards_trend", R.drawable.emj_1f4c8, "\ud83d\udcc8" ); + name( "checkered_flag", R.drawable.emj_1f3c1, "\ud83c\udfc1" ); + name( "cheese", R.drawable.emj_1f9c0, "\ud83e\uddc0" ); + name( "cheese_wedge", R.drawable.emj_1f9c0, "\ud83e\uddc0" ); + name( "cherries", R.drawable.emj_1f352, "\ud83c\udf52" ); + name( "cherry_blossom", R.drawable.emj_1f338, "\ud83c\udf38" ); + name( "chestnut", R.drawable.emj_1f330, "\ud83c\udf30" ); + name( "chicken", R.drawable.emj_1f414, "\ud83d\udc14" ); + name( "children_crossing", R.drawable.emj_1f6b8, "\ud83d\udeb8" ); + name( "chile", R.drawable.emj_1f1e8_1f1f1, "\ud83c\udde8\ud83c\uddf1" ); + name( "chipmunk", R.drawable.emj_1f43f, "\ud83d\udc3f" ); + name( "chocolate_bar", R.drawable.emj_1f36b, "\ud83c\udf6b" ); + name( "christmas_tree", R.drawable.emj_1f384, "\ud83c\udf84" ); + name( "church", R.drawable.emj_26ea, "\u26ea" ); + name( "ci", R.drawable.emj_1f1e8_1f1ee, "\ud83c\udde8\ud83c\uddee" ); + name( "cinema", R.drawable.emj_1f3a6, "\ud83c\udfa6" ); + name( "circus_tent", R.drawable.emj_1f3aa, "\ud83c\udfaa" ); + name( "city_dusk", R.drawable.emj_1f306, "\ud83c\udf06" ); + name( "city_sunrise", R.drawable.emj_1f307, "\ud83c\udf07" ); + name( "city_sunset", R.drawable.emj_1f307, "\ud83c\udf07" ); + name( "cityscape", R.drawable.emj_1f3d9, "\ud83c\udfd9" ); + name( "ck", R.drawable.emj_1f1e8_1f1f0, "\ud83c\udde8\ud83c\uddf0" ); + name( "cl", R.drawable.emj_1f191, "\ud83c\udd91" ); + name( "clap", R.drawable.emj_1f44f, "\ud83d\udc4f" ); + name( "clap_dark_skin_tone", R.drawable.emj_1f44f_1f3ff, "\ud83d\udc4f\ud83c\udfff" ); + name( "clap_light_skin_tone", R.drawable.emj_1f44f_1f3fb, "\ud83d\udc4f\ud83c\udffb" ); + name( "clap_medium_dark_skin_tone", R.drawable.emj_1f44f_1f3fe, "\ud83d\udc4f\ud83c\udffe" ); + name( "clap_medium_light_skin_tone", R.drawable.emj_1f44f_1f3fc, "\ud83d\udc4f\ud83c\udffc" ); + name( "clap_medium_skin_tone", R.drawable.emj_1f44f_1f3fd, "\ud83d\udc4f\ud83c\udffd" ); + name( "clap_tone1", R.drawable.emj_1f44f_1f3fb, "\ud83d\udc4f\ud83c\udffb" ); + name( "clap_tone2", R.drawable.emj_1f44f_1f3fc, "\ud83d\udc4f\ud83c\udffc" ); + name( "clap_tone3", R.drawable.emj_1f44f_1f3fd, "\ud83d\udc4f\ud83c\udffd" ); + name( "clap_tone4", R.drawable.emj_1f44f_1f3fe, "\ud83d\udc4f\ud83c\udffe" ); + name( "clap_tone5", R.drawable.emj_1f44f_1f3ff, "\ud83d\udc4f\ud83c\udfff" ); + name( "clapper", R.drawable.emj_1f3ac, "\ud83c\udfac" ); + name( "classical_building", R.drawable.emj_1f3db, "\ud83c\udfdb" ); + name( "clinking_glass", R.drawable.emj_1f942, "\ud83e\udd42" ); + name( "clinking_glasses", R.drawable.emj_1f942, "\ud83e\udd42" ); + name( "clipboard", R.drawable.emj_1f4cb, "\ud83d\udccb" ); + name( "clock", R.drawable.emj_1f570, "\ud83d\udd70" ); + name( "clock1", R.drawable.emj_1f550, "\ud83d\udd50" ); + name( "clock10", R.drawable.emj_1f559, "\ud83d\udd59" ); + name( "clock1030", R.drawable.emj_1f565, "\ud83d\udd65" ); + name( "clock11", R.drawable.emj_1f55a, "\ud83d\udd5a" ); + name( "clock1130", R.drawable.emj_1f566, "\ud83d\udd66" ); + name( "clock12", R.drawable.emj_1f55b, "\ud83d\udd5b" ); + name( "clock1230", R.drawable.emj_1f567, "\ud83d\udd67" ); + name( "clock130", R.drawable.emj_1f55c, "\ud83d\udd5c" ); + name( "clock2", R.drawable.emj_1f551, "\ud83d\udd51" ); + name( "clock230", R.drawable.emj_1f55d, "\ud83d\udd5d" ); + name( "clock3", R.drawable.emj_1f552, "\ud83d\udd52" ); + name( "clock330", R.drawable.emj_1f55e, "\ud83d\udd5e" ); + name( "clock4", R.drawable.emj_1f553, "\ud83d\udd53" ); + name( "clock430", R.drawable.emj_1f55f, "\ud83d\udd5f" ); + name( "clock5", R.drawable.emj_1f554, "\ud83d\udd54" ); + name( "clock530", R.drawable.emj_1f560, "\ud83d\udd60" ); + name( "clock6", R.drawable.emj_1f555, "\ud83d\udd55" ); + name( "clock630", R.drawable.emj_1f561, "\ud83d\udd61" ); + name( "clock7", R.drawable.emj_1f556, "\ud83d\udd56" ); + name( "clock730", R.drawable.emj_1f562, "\ud83d\udd62" ); } private static void init59(){ - name( R.drawable.emj_1f1f5_1f1fe, "py" ); - name( R.drawable.emj_1f1f6, "regional_indicator_q" ); - name( R.drawable.emj_1f1f6_1f1e6, "flag_qa" ); - name( R.drawable.emj_1f1f6_1f1e6, "qa" ); - name( R.drawable.emj_1f1f7, "regional_indicator_r" ); - name( R.drawable.emj_1f1f7_1f1ea, "flag_re" ); - name( R.drawable.emj_1f1f7_1f1ea, "re" ); - name( R.drawable.emj_1f1f7_1f1f4, "flag_ro" ); - name( R.drawable.emj_1f1f7_1f1f4, "ro" ); - name( R.drawable.emj_1f1f7_1f1f8, "flag_rs" ); - name( R.drawable.emj_1f1f7_1f1f8, "rs" ); - name( R.drawable.emj_1f1f7_1f1fa, "flag_ru" ); - name( R.drawable.emj_1f1f7_1f1fa, "ru" ); - name( R.drawable.emj_1f1f7_1f1fc, "flag_rw" ); - name( R.drawable.emj_1f1f7_1f1fc, "rw" ); - name( R.drawable.emj_1f1f8, "regional_indicator_s" ); - name( R.drawable.emj_1f1f8_1f1e6, "flag_sa" ); - name( R.drawable.emj_1f1f8_1f1e6, "saudi" ); - name( R.drawable.emj_1f1f8_1f1e6, "saudiarabia" ); - name( R.drawable.emj_1f1f8_1f1e7, "flag_sb" ); - name( R.drawable.emj_1f1f8_1f1e7, "sb" ); - name( R.drawable.emj_1f1f8_1f1e8, "flag_sc" ); - name( R.drawable.emj_1f1f8_1f1e8, "sc" ); - name( R.drawable.emj_1f1f8_1f1e9, "flag_sd" ); - name( R.drawable.emj_1f1f8_1f1e9, "sd" ); - name( R.drawable.emj_1f1f8_1f1ea, "flag_se" ); - name( R.drawable.emj_1f1f8_1f1ea, "se" ); - name( R.drawable.emj_1f1f8_1f1ec, "flag_sg" ); - name( R.drawable.emj_1f1f8_1f1ec, "sg" ); - name( R.drawable.emj_1f1f8_1f1ed, "flag_sh" ); - name( R.drawable.emj_1f1f8_1f1ed, "sh" ); - name( R.drawable.emj_1f1f8_1f1ee, "flag_si" ); - name( R.drawable.emj_1f1f8_1f1ee, "si" ); - name( R.drawable.emj_1f1f8_1f1ef, "flag_sj" ); - name( R.drawable.emj_1f1f8_1f1ef, "sj" ); - name( R.drawable.emj_1f1f8_1f1f0, "flag_sk" ); - name( R.drawable.emj_1f1f8_1f1f0, "sk" ); - name( R.drawable.emj_1f1f8_1f1f1, "flag_sl" ); - name( R.drawable.emj_1f1f8_1f1f1, "sl" ); - name( R.drawable.emj_1f1f8_1f1f2, "flag_sm" ); - name( R.drawable.emj_1f1f8_1f1f2, "sm" ); - name( R.drawable.emj_1f1f8_1f1f3, "flag_sn" ); - name( R.drawable.emj_1f1f8_1f1f3, "sn" ); - name( R.drawable.emj_1f1f8_1f1f4, "flag_so" ); - name( R.drawable.emj_1f1f8_1f1f4, "so" ); - name( R.drawable.emj_1f1f8_1f1f7, "flag_sr" ); - name( R.drawable.emj_1f1f8_1f1f7, "sr" ); - name( R.drawable.emj_1f1f8_1f1f8, "flag_ss" ); - name( R.drawable.emj_1f1f8_1f1f8, "ss" ); - name( R.drawable.emj_1f1f8_1f1f9, "flag_st" ); - name( R.drawable.emj_1f1f8_1f1f9, "st" ); - name( R.drawable.emj_1f1f8_1f1fb, "flag_sv" ); - name( R.drawable.emj_1f1f8_1f1fb, "sv" ); - name( R.drawable.emj_1f1f8_1f1fd, "flag_sx" ); - name( R.drawable.emj_1f1f8_1f1fd, "sx" ); - name( R.drawable.emj_1f1f8_1f1fe, "flag_sy" ); - name( R.drawable.emj_1f1f8_1f1fe, "sy" ); - name( R.drawable.emj_1f1f8_1f1ff, "flag_sz" ); - name( R.drawable.emj_1f1f8_1f1ff, "sz" ); - name( R.drawable.emj_1f1f9, "regional_indicator_t" ); - name( R.drawable.emj_1f1f9_1f1e6, "flag_ta" ); - name( R.drawable.emj_1f1f9_1f1e6, "ta" ); - name( R.drawable.emj_1f1f9_1f1e8, "flag_tc" ); - name( R.drawable.emj_1f1f9_1f1e8, "tc" ); - name( R.drawable.emj_1f1f9_1f1e9, "flag_td" ); - name( R.drawable.emj_1f1f9_1f1e9, "td" ); - name( R.drawable.emj_1f1f9_1f1eb, "flag_tf" ); - name( R.drawable.emj_1f1f9_1f1eb, "tf" ); - name( R.drawable.emj_1f1f9_1f1ec, "flag_tg" ); - name( R.drawable.emj_1f1f9_1f1ec, "tg" ); - name( R.drawable.emj_1f1f9_1f1ed, "flag_th" ); - name( R.drawable.emj_1f1f9_1f1ed, "th" ); - name( R.drawable.emj_1f1f9_1f1ef, "flag_tj" ); - name( R.drawable.emj_1f1f9_1f1ef, "tj" ); - name( R.drawable.emj_1f1f9_1f1f0, "flag_tk" ); - name( R.drawable.emj_1f1f9_1f1f0, "tk" ); - name( R.drawable.emj_1f1f9_1f1f1, "flag_tl" ); - name( R.drawable.emj_1f1f9_1f1f1, "tl" ); - name( R.drawable.emj_1f1f9_1f1f2, "flag_tm" ); - name( R.drawable.emj_1f1f9_1f1f2, "turkmenistan" ); - name( R.drawable.emj_1f1f9_1f1f3, "flag_tn" ); - name( R.drawable.emj_1f1f9_1f1f3, "tn" ); - name( R.drawable.emj_1f1f9_1f1f4, "flag_to" ); - name( R.drawable.emj_1f1f9_1f1f4, "to" ); - name( R.drawable.emj_1f1f9_1f1f7, "flag_tr" ); - name( R.drawable.emj_1f1f9_1f1f7, "tr" ); - name( R.drawable.emj_1f1f9_1f1f9, "flag_tt" ); - name( R.drawable.emj_1f1f9_1f1f9, "tt" ); - name( R.drawable.emj_1f1f9_1f1fb, "flag_tv" ); - name( R.drawable.emj_1f1f9_1f1fb, "tuvalu" ); - name( R.drawable.emj_1f1f9_1f1fc, "flag_tw" ); - name( R.drawable.emj_1f1f9_1f1fc, "tw" ); - name( R.drawable.emj_1f1f9_1f1ff, "flag_tz" ); - name( R.drawable.emj_1f1f9_1f1ff, "tz" ); - name( R.drawable.emj_1f1fa, "regional_indicator_u" ); - name( R.drawable.emj_1f1fa_1f1e6, "flag_ua" ); - name( R.drawable.emj_1f1fa_1f1e6, "ua" ); - name( R.drawable.emj_1f1fa_1f1ec, "flag_ug" ); - name( R.drawable.emj_1f1fa_1f1ec, "ug" ); - name( R.drawable.emj_1f1fa_1f1f2, "flag_um" ); - name( R.drawable.emj_1f1fa_1f1f2, "um" ); + name( "clock8", R.drawable.emj_1f557, "\ud83d\udd57" ); + name( "clock830", R.drawable.emj_1f563, "\ud83d\udd63" ); + name( "clock9", R.drawable.emj_1f558, "\ud83d\udd58" ); + name( "clock930", R.drawable.emj_1f564, "\ud83d\udd64" ); + name( "closed_book", R.drawable.emj_1f4d5, "\ud83d\udcd5" ); + name( "closed_lock_with_key", R.drawable.emj_1f510, "\ud83d\udd10" ); + name( "closed_umbrella", R.drawable.emj_1f302, "\ud83c\udf02" ); + name( "cloud", R.drawable.emj_2601, "\u2601" ); + name( "cloud_lightning", R.drawable.emj_1f329, "\ud83c\udf29" ); + name( "cloud_rain", R.drawable.emj_1f327, "\ud83c\udf27" ); + name( "cloud_snow", R.drawable.emj_1f328, "\ud83c\udf28" ); + name( "cloud_tornado", R.drawable.emj_1f32a, "\ud83c\udf2a" ); + name( "cloud_with_lightning", R.drawable.emj_1f329, "\ud83c\udf29" ); + name( "cloud_with_rain", R.drawable.emj_1f327, "\ud83c\udf27" ); + name( "cloud_with_snow", R.drawable.emj_1f328, "\ud83c\udf28" ); + name( "cloud_with_tornado", R.drawable.emj_1f32a, "\ud83c\udf2a" ); + name( "clown", R.drawable.emj_1f921, "\ud83e\udd21" ); + name( "clown_face", R.drawable.emj_1f921, "\ud83e\udd21" ); + name( "clubs", R.drawable.emj_2663, "\u2663" ); + name( "cm", R.drawable.emj_1f1e8_1f1f2, "\ud83c\udde8\ud83c\uddf2" ); + name( "cn", R.drawable.emj_1f1e8_1f1f3, "\ud83c\udde8\ud83c\uddf3" ); + name( "co", R.drawable.emj_1f1e8_1f1f4, "\ud83c\udde8\ud83c\uddf4" ); + name( "cocktail", R.drawable.emj_1f378, "\ud83c\udf78" ); + name( "coffee", R.drawable.emj_2615, "\u2615" ); + name( "coffin", R.drawable.emj_26b0, "\u26b0" ); + name( "cold_sweat", R.drawable.emj_1f630, "\ud83d\ude30" ); + name( "collision", R.drawable.emj_1f4a5, "\ud83d\udca5" ); + name( "comet", R.drawable.emj_2604, "\u2604" ); + name( "compression", R.drawable.emj_1f5dc, "\ud83d\udddc" ); + name( "computer", R.drawable.emj_1f4bb, "\ud83d\udcbb" ); + name( "confetti_ball", R.drawable.emj_1f38a, "\ud83c\udf8a" ); + name( "confounded", R.drawable.emj_1f616, "\ud83d\ude16" ); + name( "confused", R.drawable.emj_1f615, "\ud83d\ude15" ); + name( "congo", R.drawable.emj_1f1e8_1f1e9, "\ud83c\udde8\ud83c\udde9" ); + name( "congratulations", R.drawable.emj_3297, "\u3297" ); + name( "construction", R.drawable.emj_1f6a7, "\ud83d\udea7" ); + name( "construction_site", R.drawable.emj_1f3d7, "\ud83c\udfd7" ); + name( "construction_worker", R.drawable.emj_1f477, "\ud83d\udc77" ); + name( "construction_worker_dark_skin_tone", R.drawable.emj_1f477_1f3ff, "\ud83d\udc77\ud83c\udfff" ); + name( "construction_worker_light_skin_tone", R.drawable.emj_1f477_1f3fb, "\ud83d\udc77\ud83c\udffb" ); + name( "construction_worker_medium_dark_skin_tone", R.drawable.emj_1f477_1f3fe, "\ud83d\udc77\ud83c\udffe" ); + name( "construction_worker_medium_light_skin_tone", R.drawable.emj_1f477_1f3fc, "\ud83d\udc77\ud83c\udffc" ); + name( "construction_worker_medium_skin_tone", R.drawable.emj_1f477_1f3fd, "\ud83d\udc77\ud83c\udffd" ); + name( "construction_worker_tone1", R.drawable.emj_1f477_1f3fb, "\ud83d\udc77\ud83c\udffb" ); + name( "construction_worker_tone2", R.drawable.emj_1f477_1f3fc, "\ud83d\udc77\ud83c\udffc" ); + name( "construction_worker_tone3", R.drawable.emj_1f477_1f3fd, "\ud83d\udc77\ud83c\udffd" ); + name( "construction_worker_tone4", R.drawable.emj_1f477_1f3fe, "\ud83d\udc77\ud83c\udffe" ); + name( "construction_worker_tone5", R.drawable.emj_1f477_1f3ff, "\ud83d\udc77\ud83c\udfff" ); + name( "control_knobs", R.drawable.emj_1f39b, "\ud83c\udf9b" ); + name( "convenience_store", R.drawable.emj_1f3ea, "\ud83c\udfea" ); + name( "cookie", R.drawable.emj_1f36a, "\ud83c\udf6a" ); + name( "cooking", R.drawable.emj_1f373, "\ud83c\udf73" ); + name( "cool", R.drawable.emj_1f192, "\ud83c\udd92" ); + name( "cop", R.drawable.emj_1f46e, "\ud83d\udc6e" ); + name( "cop_dark_skin_tone", R.drawable.emj_1f46e_1f3ff, "\ud83d\udc6e\ud83c\udfff" ); + name( "cop_light_skin_tone", R.drawable.emj_1f46e_1f3fb, "\ud83d\udc6e\ud83c\udffb" ); + name( "cop_medium_dark_skin_tone", R.drawable.emj_1f46e_1f3fe, "\ud83d\udc6e\ud83c\udffe" ); + name( "cop_medium_light_skin_tone", R.drawable.emj_1f46e_1f3fc, "\ud83d\udc6e\ud83c\udffc" ); + name( "cop_medium_skin_tone", R.drawable.emj_1f46e_1f3fd, "\ud83d\udc6e\ud83c\udffd" ); + name( "cop_tone1", R.drawable.emj_1f46e_1f3fb, "\ud83d\udc6e\ud83c\udffb" ); + name( "cop_tone2", R.drawable.emj_1f46e_1f3fc, "\ud83d\udc6e\ud83c\udffc" ); + name( "cop_tone3", R.drawable.emj_1f46e_1f3fd, "\ud83d\udc6e\ud83c\udffd" ); + name( "cop_tone4", R.drawable.emj_1f46e_1f3fe, "\ud83d\udc6e\ud83c\udffe" ); + name( "cop_tone5", R.drawable.emj_1f46e_1f3ff, "\ud83d\udc6e\ud83c\udfff" ); + name( "copyright", R.drawable.emj_00a9, "\u00a9" ); + name( "corn", R.drawable.emj_1f33d, "\ud83c\udf3d" ); + name( "couch", R.drawable.emj_1f6cb, "\ud83d\udecb" ); + name( "couch_and_lamp", R.drawable.emj_1f6cb, "\ud83d\udecb" ); + name( "couple", R.drawable.emj_1f46b, "\ud83d\udc6b" ); + name( "couple_mm", R.drawable.emj_1f468_200d_2764_fe0f_200d_1f468, "\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68" ); + name( "couple_with_heart", R.drawable.emj_1f491, "\ud83d\udc91" ); + name( "couple_with_heart_mm", R.drawable.emj_1f468_200d_2764_fe0f_200d_1f468, "\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68" ); + name( "couple_with_heart_woman_man", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f468, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc68" ); + name( "couple_with_heart_ww", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f469, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc69" ); + name( "couple_ww", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f469, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc69" ); + name( "couplekiss", R.drawable.emj_1f48f, "\ud83d\udc8f" ); + name( "couplekiss_mm", R.drawable.emj_1f468_200d_2764_fe0f_200d_1f48b_200d_1f468, "\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68" ); + name( "couplekiss_ww", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f469, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69" ); + name( "cow", R.drawable.emj_1f42e, "\ud83d\udc2e" ); + name( "cow2", R.drawable.emj_1f404, "\ud83d\udc04" ); + name( "cowboy", R.drawable.emj_1f920, "\ud83e\udd20" ); + name( "cp", R.drawable.emj_1f1e8_1f1f5, "\ud83c\udde8\ud83c\uddf5" ); + name( "cr", R.drawable.emj_1f1e8_1f1f7, "\ud83c\udde8\ud83c\uddf7" ); + name( "crab", R.drawable.emj_1f980, "\ud83e\udd80" ); + name( "crayon", R.drawable.emj_1f58d, "\ud83d\udd8d" ); + name( "credit_card", R.drawable.emj_1f4b3, "\ud83d\udcb3" ); + name( "crescent_moon", R.drawable.emj_1f319, "\ud83c\udf19" ); + name( "cricket", R.drawable.emj_1f3cf, "\ud83c\udfcf" ); + name( "cricket_bat_and_ball", R.drawable.emj_1f3cf, "\ud83c\udfcf" ); + name( "cricket_bat_ball", R.drawable.emj_1f3cf, "\ud83c\udfcf" ); + name( "crocodile", R.drawable.emj_1f40a, "\ud83d\udc0a" ); + name( "croissant", R.drawable.emj_1f950, "\ud83e\udd50" ); + name( "cross", R.drawable.emj_271d, "\u271d" ); + name( "crossed_flags", R.drawable.emj_1f38c, "\ud83c\udf8c" ); + name( "crossed_swords", R.drawable.emj_2694, "\u2694" ); + name( "crown", R.drawable.emj_1f451, "\ud83d\udc51" ); + name( "cruise_ship", R.drawable.emj_1f6f3, "\ud83d\udef3" ); + name( "cry", R.drawable.emj_1f622, "\ud83d\ude22" ); + name( "crying_cat_face", R.drawable.emj_1f63f, "\ud83d\ude3f" ); + name( "crystal_ball", R.drawable.emj_1f52e, "\ud83d\udd2e" ); + name( "cu", R.drawable.emj_1f1e8_1f1fa, "\ud83c\udde8\ud83c\uddfa" ); } private static void init60(){ - name( R.drawable.emj_1f1fa_1f1f3, "flag_un" ); - name( R.drawable.emj_1f1fa_1f1f3, "united_nations" ); - name( R.drawable.emj_1f1fa_1f1f8, "flag_us" ); - name( R.drawable.emj_1f1fa_1f1f8, "us" ); - name( R.drawable.emj_1f1fa_1f1fe, "flag_uy" ); - name( R.drawable.emj_1f1fa_1f1fe, "uy" ); - name( R.drawable.emj_1f1fa_1f1ff, "flag_uz" ); - name( R.drawable.emj_1f1fa_1f1ff, "uz" ); - name( R.drawable.emj_1f1fb, "regional_indicator_v" ); - name( R.drawable.emj_1f1fb_1f1e6, "flag_va" ); - name( R.drawable.emj_1f1fb_1f1e6, "va" ); - name( R.drawable.emj_1f1fb_1f1e8, "flag_vc" ); - name( R.drawable.emj_1f1fb_1f1e8, "vc" ); - name( R.drawable.emj_1f1fb_1f1ea, "flag_ve" ); - name( R.drawable.emj_1f1fb_1f1ea, "ve" ); - name( R.drawable.emj_1f1fb_1f1ec, "flag_vg" ); - name( R.drawable.emj_1f1fb_1f1ec, "vg" ); - name( R.drawable.emj_1f1fb_1f1ee, "flag_vi" ); - name( R.drawable.emj_1f1fb_1f1ee, "vi" ); - name( R.drawable.emj_1f1fb_1f1f3, "flag_vn" ); - name( R.drawable.emj_1f1fb_1f1f3, "vn" ); - name( R.drawable.emj_1f1fb_1f1fa, "flag_vu" ); - name( R.drawable.emj_1f1fb_1f1fa, "vu" ); - name( R.drawable.emj_1f1fc, "regional_indicator_w" ); - name( R.drawable.emj_1f1fc_1f1eb, "flag_wf" ); - name( R.drawable.emj_1f1fc_1f1eb, "wf" ); - name( R.drawable.emj_1f1fc_1f1f8, "flag_ws" ); - name( R.drawable.emj_1f1fc_1f1f8, "ws" ); - name( R.drawable.emj_1f1fd, "regional_indicator_x" ); - name( R.drawable.emj_1f1fd_1f1f0, "flag_xk" ); - name( R.drawable.emj_1f1fd_1f1f0, "xk" ); - name( R.drawable.emj_1f1fe, "regional_indicator_y" ); - name( R.drawable.emj_1f1fe_1f1ea, "flag_ye" ); - name( R.drawable.emj_1f1fe_1f1ea, "ye" ); - name( R.drawable.emj_1f1fe_1f1f9, "flag_yt" ); - name( R.drawable.emj_1f1fe_1f1f9, "yt" ); - name( R.drawable.emj_1f1ff, "regional_indicator_z" ); - name( R.drawable.emj_1f1ff_1f1e6, "flag_za" ); - name( R.drawable.emj_1f1ff_1f1e6, "za" ); - name( R.drawable.emj_1f1ff_1f1f2, "flag_zm" ); - name( R.drawable.emj_1f1ff_1f1f2, "zm" ); - name( R.drawable.emj_1f1ff_1f1fc, "flag_zw" ); - name( R.drawable.emj_1f1ff_1f1fc, "zw" ); - name( R.drawable.emj_1f201, "koko" ); - name( R.drawable.emj_1f202, "sa" ); - name( R.drawable.emj_1f21a, "u7121" ); - name( R.drawable.emj_1f22f, "u6307" ); - name( R.drawable.emj_1f232, "u7981" ); - name( R.drawable.emj_1f233, "u7a7a" ); - name( R.drawable.emj_1f234, "u5408" ); - name( R.drawable.emj_1f235, "u6e80" ); - name( R.drawable.emj_1f236, "u6709" ); - name( R.drawable.emj_1f237, "u6708" ); - name( R.drawable.emj_1f238, "u7533" ); - name( R.drawable.emj_1f239, "u5272" ); - name( R.drawable.emj_1f23a, "u55b6" ); - name( R.drawable.emj_1f250, "ideograph_advantage" ); - name( R.drawable.emj_1f251, "accept" ); - name( R.drawable.emj_1f300, "cyclone" ); - name( R.drawable.emj_1f301, "foggy" ); - name( R.drawable.emj_1f302, "closed_umbrella" ); - name( R.drawable.emj_1f303, "night_with_stars" ); - name( R.drawable.emj_1f304, "sunrise_over_mountains" ); - name( R.drawable.emj_1f305, "sunrise" ); - name( R.drawable.emj_1f306, "city_dusk" ); - name( R.drawable.emj_1f307, "city_sunrise" ); - name( R.drawable.emj_1f307, "city_sunset" ); - name( R.drawable.emj_1f308, "rainbow" ); - name( R.drawable.emj_1f309, "bridge_at_night" ); - name( R.drawable.emj_1f30a, "ocean" ); - name( R.drawable.emj_1f30b, "volcano" ); - name( R.drawable.emj_1f30c, "milky_way" ); - name( R.drawable.emj_1f30d, "earth_africa" ); - name( R.drawable.emj_1f30e, "earth_americas" ); - name( R.drawable.emj_1f30f, "earth_asia" ); - name( R.drawable.emj_1f310, "globe_with_meridians" ); - name( R.drawable.emj_1f311, "new_moon" ); - name( R.drawable.emj_1f312, "waxing_crescent_moon" ); - name( R.drawable.emj_1f313, "first_quarter_moon" ); - name( R.drawable.emj_1f314, "moon" ); - name( R.drawable.emj_1f314, "waxing_gibbous_moon" ); - name( R.drawable.emj_1f315, "full_moon" ); - name( R.drawable.emj_1f316, "waning_gibbous_moon" ); - name( R.drawable.emj_1f317, "last_quarter_moon" ); - name( R.drawable.emj_1f318, "waning_crescent_moon" ); - name( R.drawable.emj_1f319, "crescent_moon" ); - name( R.drawable.emj_1f31a, "new_moon_with_face" ); - name( R.drawable.emj_1f31b, "first_quarter_moon_with_face" ); - name( R.drawable.emj_1f31c, "last_quarter_moon_with_face" ); - name( R.drawable.emj_1f31d, "full_moon_with_face" ); - name( R.drawable.emj_1f31e, "sun_with_face" ); - name( R.drawable.emj_1f31f, "star2" ); - name( R.drawable.emj_1f320, "stars" ); - name( R.drawable.emj_1f321, "thermometer" ); - name( R.drawable.emj_1f324, "mostly_sunny" ); - name( R.drawable.emj_1f324, "sun_small_cloud" ); - name( R.drawable.emj_1f324, "white_sun_small_cloud" ); - name( R.drawable.emj_1f324, "white_sun_with_small_cloud" ); - name( R.drawable.emj_1f325, "barely_sunny" ); - name( R.drawable.emj_1f325, "sun_behind_cloud" ); - name( R.drawable.emj_1f325, "white_sun_behind_cloud" ); + name( "cucumber", R.drawable.emj_1f952, "\ud83e\udd52" ); + name( "cupid", R.drawable.emj_1f498, "\ud83d\udc98" ); + name( "curly_loop", R.drawable.emj_27b0, "\u27b0" ); + name( "currency_exchange", R.drawable.emj_1f4b1, "\ud83d\udcb1" ); + name( "curry", R.drawable.emj_1f35b, "\ud83c\udf5b" ); + name( "custard", R.drawable.emj_1f36e, "\ud83c\udf6e" ); + name( "customs", R.drawable.emj_1f6c3, "\ud83d\udec3" ); + name( "cv", R.drawable.emj_1f1e8_1f1fb, "\ud83c\udde8\ud83c\uddfb" ); + name( "cw", R.drawable.emj_1f1e8_1f1fc, "\ud83c\udde8\ud83c\uddfc" ); + name( "cx", R.drawable.emj_1f1e8_1f1fd, "\ud83c\udde8\ud83c\uddfd" ); + name( "cy", R.drawable.emj_1f1e8_1f1fe, "\ud83c\udde8\ud83c\uddfe" ); + name( "cyclone", R.drawable.emj_1f300, "\ud83c\udf00" ); + name( "cz", R.drawable.emj_1f1e8_1f1ff, "\ud83c\udde8\ud83c\uddff" ); + name( "dagger", R.drawable.emj_1f5e1, "\ud83d\udde1" ); + name( "dagger_knife", R.drawable.emj_1f5e1, "\ud83d\udde1" ); + name( "dancer", R.drawable.emj_1f483, "\ud83d\udc83" ); + name( "dancer_dark_skin_tone", R.drawable.emj_1f483_1f3ff, "\ud83d\udc83\ud83c\udfff" ); + name( "dancer_light_skin_tone", R.drawable.emj_1f483_1f3fb, "\ud83d\udc83\ud83c\udffb" ); + name( "dancer_medium_dark_skin_tone", R.drawable.emj_1f483_1f3fe, "\ud83d\udc83\ud83c\udffe" ); + name( "dancer_medium_light_skin_tone", R.drawable.emj_1f483_1f3fc, "\ud83d\udc83\ud83c\udffc" ); + name( "dancer_medium_skin_tone", R.drawable.emj_1f483_1f3fd, "\ud83d\udc83\ud83c\udffd" ); + name( "dancer_tone1", R.drawable.emj_1f483_1f3fb, "\ud83d\udc83\ud83c\udffb" ); + name( "dancer_tone2", R.drawable.emj_1f483_1f3fc, "\ud83d\udc83\ud83c\udffc" ); + name( "dancer_tone3", R.drawable.emj_1f483_1f3fd, "\ud83d\udc83\ud83c\udffd" ); + name( "dancer_tone4", R.drawable.emj_1f483_1f3fe, "\ud83d\udc83\ud83c\udffe" ); + name( "dancer_tone5", R.drawable.emj_1f483_1f3ff, "\ud83d\udc83\ud83c\udfff" ); + name( "dancers", R.drawable.emj_1f46f, "\ud83d\udc6f" ); + name( "dango", R.drawable.emj_1f361, "\ud83c\udf61" ); + name( "dark_sunglasses", R.drawable.emj_1f576, "\ud83d\udd76" ); + name( "dart", R.drawable.emj_1f3af, "\ud83c\udfaf" ); + name( "dash", R.drawable.emj_1f4a8, "\ud83d\udca8" ); + name( "date", R.drawable.emj_1f4c5, "\ud83d\udcc5" ); + name( "de", R.drawable.emj_1f1e9_1f1ea, "\ud83c\udde9\ud83c\uddea" ); + name( "deciduous_tree", R.drawable.emj_1f333, "\ud83c\udf33" ); + name( "deer", R.drawable.emj_1f98c, "\ud83e\udd8c" ); + name( "department_store", R.drawable.emj_1f3ec, "\ud83c\udfec" ); + name( "derelict_house_building", R.drawable.emj_1f3da, "\ud83c\udfda" ); + name( "desert", R.drawable.emj_1f3dc, "\ud83c\udfdc" ); + name( "desert_island", R.drawable.emj_1f3dd, "\ud83c\udfdd" ); + name( "desktop", R.drawable.emj_1f5a5, "\ud83d\udda5" ); + name( "desktop_computer", R.drawable.emj_1f5a5, "\ud83d\udda5" ); + name( "dg", R.drawable.emj_1f1e9_1f1ec, "\ud83c\udde9\ud83c\uddec" ); + name( "diamond_shape_with_a_dot_inside", R.drawable.emj_1f4a0, "\ud83d\udca0" ); + name( "diamonds", R.drawable.emj_2666, "\u2666" ); + name( "digit_eight", R.drawable.emj_0038, "\u0038" ); + name( "digit_five", R.drawable.emj_0035, "\u0035" ); + name( "digit_four", R.drawable.emj_0034, "\u0034" ); + name( "digit_nine", R.drawable.emj_0039, "\u0039" ); + name( "digit_one", R.drawable.emj_0031, "\u0031" ); + name( "digit_seven", R.drawable.emj_0037, "\u0037" ); + name( "digit_six", R.drawable.emj_0036, "\u0036" ); + name( "digit_three", R.drawable.emj_0033, "\u0033" ); + name( "digit_two", R.drawable.emj_0032, "\u0032" ); + name( "digit_zero", R.drawable.emj_0030, "\u0030" ); + name( "disappointed", R.drawable.emj_1f61e, "\ud83d\ude1e" ); + name( "disappointed_relieved", R.drawable.emj_1f625, "\ud83d\ude25" ); + name( "dividers", R.drawable.emj_1f5c2, "\ud83d\uddc2" ); + name( "dizzy", R.drawable.emj_1f4ab, "\ud83d\udcab" ); + name( "dizzy_face", R.drawable.emj_1f635, "\ud83d\ude35" ); + name( "dj", R.drawable.emj_1f1e9_1f1ef, "\ud83c\udde9\ud83c\uddef" ); + name( "dk", R.drawable.emj_1f1e9_1f1f0, "\ud83c\udde9\ud83c\uddf0" ); + name( "dm", R.drawable.emj_1f1e9_1f1f2, "\ud83c\udde9\ud83c\uddf2" ); + name( "do", R.drawable.emj_1f1e9_1f1f4, "\ud83c\udde9\ud83c\uddf4" ); + name( "do_not_litter", R.drawable.emj_1f6af, "\ud83d\udeaf" ); + name( "dog", R.drawable.emj_1f436, "\ud83d\udc36" ); + name( "dog2", R.drawable.emj_1f415, "\ud83d\udc15" ); + name( "dollar", R.drawable.emj_1f4b5, "\ud83d\udcb5" ); + name( "dolls", R.drawable.emj_1f38e, "\ud83c\udf8e" ); + name( "dolphin", R.drawable.emj_1f42c, "\ud83d\udc2c" ); + name( "door", R.drawable.emj_1f6aa, "\ud83d\udeaa" ); + name( "double_vertical_bar", R.drawable.emj_23f8, "\u23f8" ); + name( "doughnut", R.drawable.emj_1f369, "\ud83c\udf69" ); + name( "dove", R.drawable.emj_1f54a, "\ud83d\udd4a" ); + name( "dove_of_peace", R.drawable.emj_1f54a, "\ud83d\udd4a" ); + name( "dragon", R.drawable.emj_1f409, "\ud83d\udc09" ); + name( "dragon_face", R.drawable.emj_1f432, "\ud83d\udc32" ); + name( "dress", R.drawable.emj_1f457, "\ud83d\udc57" ); + name( "dromedary_camel", R.drawable.emj_1f42a, "\ud83d\udc2a" ); + name( "drool", R.drawable.emj_1f924, "\ud83e\udd24" ); + name( "drooling_face", R.drawable.emj_1f924, "\ud83e\udd24" ); + name( "droplet", R.drawable.emj_1f4a7, "\ud83d\udca7" ); + name( "drum", R.drawable.emj_1f941, "\ud83e\udd41" ); + name( "drum_with_drumsticks", R.drawable.emj_1f941, "\ud83e\udd41" ); + name( "duck", R.drawable.emj_1f986, "\ud83e\udd86" ); + name( "dvd", R.drawable.emj_1f4c0, "\ud83d\udcc0" ); + name( "dz", R.drawable.emj_1f1e9_1f1ff, "\ud83c\udde9\ud83c\uddff" ); + name( "e_mail", R.drawable.emj_1f4e7, "\ud83d\udce7" ); + name( "ea", R.drawable.emj_1f1ea_1f1e6, "\ud83c\uddea\ud83c\udde6" ); + name( "eagle", R.drawable.emj_1f985, "\ud83e\udd85" ); + name( "ear", R.drawable.emj_1f442, "\ud83d\udc42" ); + name( "ear_dark_skin_tone", R.drawable.emj_1f442_1f3ff, "\ud83d\udc42\ud83c\udfff" ); + name( "ear_light_skin_tone", R.drawable.emj_1f442_1f3fb, "\ud83d\udc42\ud83c\udffb" ); + name( "ear_medium_dark_skin_tone", R.drawable.emj_1f442_1f3fe, "\ud83d\udc42\ud83c\udffe" ); + name( "ear_medium_light_skin_tone", R.drawable.emj_1f442_1f3fc, "\ud83d\udc42\ud83c\udffc" ); + name( "ear_medium_skin_tone", R.drawable.emj_1f442_1f3fd, "\ud83d\udc42\ud83c\udffd" ); + name( "ear_of_rice", R.drawable.emj_1f33e, "\ud83c\udf3e" ); + name( "ear_tone1", R.drawable.emj_1f442_1f3fb, "\ud83d\udc42\ud83c\udffb" ); + name( "ear_tone2", R.drawable.emj_1f442_1f3fc, "\ud83d\udc42\ud83c\udffc" ); + name( "ear_tone3", R.drawable.emj_1f442_1f3fd, "\ud83d\udc42\ud83c\udffd" ); + name( "ear_tone4", R.drawable.emj_1f442_1f3fe, "\ud83d\udc42\ud83c\udffe" ); + name( "ear_tone5", R.drawable.emj_1f442_1f3ff, "\ud83d\udc42\ud83c\udfff" ); } private static void init61(){ - name( R.drawable.emj_1f325, "white_sun_cloud" ); - name( R.drawable.emj_1f326, "partly_sunny_rain" ); - name( R.drawable.emj_1f326, "sun_behind_rain_cloud" ); - name( R.drawable.emj_1f326, "white_sun_behind_cloud_with_rain" ); - name( R.drawable.emj_1f326, "white_sun_rain_cloud" ); - name( R.drawable.emj_1f327, "cloud_rain" ); - name( R.drawable.emj_1f327, "cloud_with_rain" ); - name( R.drawable.emj_1f327, "rain_cloud" ); - name( R.drawable.emj_1f328, "cloud_snow" ); - name( R.drawable.emj_1f328, "cloud_with_snow" ); - name( R.drawable.emj_1f328, "snow_cloud" ); - name( R.drawable.emj_1f329, "cloud_lightning" ); - name( R.drawable.emj_1f329, "cloud_with_lightning" ); - name( R.drawable.emj_1f329, "lightning" ); - name( R.drawable.emj_1f329, "lightning_cloud" ); - name( R.drawable.emj_1f32a, "cloud_tornado" ); - name( R.drawable.emj_1f32a, "cloud_with_tornado" ); - name( R.drawable.emj_1f32a, "tornado" ); - name( R.drawable.emj_1f32a, "tornado_cloud" ); - name( R.drawable.emj_1f32b, "fog" ); - name( R.drawable.emj_1f32c, "wind_blowing_face" ); - name( R.drawable.emj_1f32d, "hot_dog" ); - name( R.drawable.emj_1f32d, "hotdog" ); - name( R.drawable.emj_1f32e, "taco" ); - name( R.drawable.emj_1f32f, "burrito" ); - name( R.drawable.emj_1f330, "chestnut" ); - name( R.drawable.emj_1f331, "seedling" ); - name( R.drawable.emj_1f332, "evergreen_tree" ); - name( R.drawable.emj_1f333, "deciduous_tree" ); - name( R.drawable.emj_1f334, "palm_tree" ); - name( R.drawable.emj_1f335, "cactus" ); - name( R.drawable.emj_1f336, "hot_pepper" ); - name( R.drawable.emj_1f337, "tulip" ); - name( R.drawable.emj_1f338, "cherry_blossom" ); - name( R.drawable.emj_1f339, "rose" ); - name( R.drawable.emj_1f33a, "hibiscus" ); - name( R.drawable.emj_1f33b, "sunflower" ); - name( R.drawable.emj_1f33c, "blossom" ); - name( R.drawable.emj_1f33d, "corn" ); - name( R.drawable.emj_1f33e, "ear_of_rice" ); - name( R.drawable.emj_1f33f, "herb" ); - name( R.drawable.emj_1f340, "four_leaf_clover" ); - name( R.drawable.emj_1f341, "maple_leaf" ); - name( R.drawable.emj_1f342, "fallen_leaf" ); - name( R.drawable.emj_1f343, "leaves" ); - name( R.drawable.emj_1f344, "mushroom" ); - name( R.drawable.emj_1f345, "tomato" ); - name( R.drawable.emj_1f346, "eggplant" ); - name( R.drawable.emj_1f347, "grapes" ); - name( R.drawable.emj_1f348, "melon" ); - name( R.drawable.emj_1f349, "watermelon" ); - name( R.drawable.emj_1f34a, "tangerine" ); - name( R.drawable.emj_1f34b, "lemon" ); - name( R.drawable.emj_1f34c, "banana" ); - name( R.drawable.emj_1f34d, "pineapple" ); - name( R.drawable.emj_1f34e, "apple" ); - name( R.drawable.emj_1f34f, "green_apple" ); - name( R.drawable.emj_1f350, "pear" ); - name( R.drawable.emj_1f351, "peach" ); - name( R.drawable.emj_1f352, "cherries" ); - name( R.drawable.emj_1f353, "strawberry" ); - name( R.drawable.emj_1f354, "hamburger" ); - name( R.drawable.emj_1f355, "pizza" ); - name( R.drawable.emj_1f356, "meat_on_bone" ); - name( R.drawable.emj_1f357, "poultry_leg" ); - name( R.drawable.emj_1f358, "rice_cracker" ); - name( R.drawable.emj_1f359, "rice_ball" ); - name( R.drawable.emj_1f35a, "rice" ); - name( R.drawable.emj_1f35b, "curry" ); - name( R.drawable.emj_1f35c, "ramen" ); - name( R.drawable.emj_1f35d, "spaghetti" ); - name( R.drawable.emj_1f35e, "bread" ); - name( R.drawable.emj_1f35f, "fries" ); - name( R.drawable.emj_1f360, "sweet_potato" ); - name( R.drawable.emj_1f361, "dango" ); - name( R.drawable.emj_1f362, "oden" ); - name( R.drawable.emj_1f363, "sushi" ); - name( R.drawable.emj_1f364, "fried_shrimp" ); - name( R.drawable.emj_1f365, "fish_cake" ); - name( R.drawable.emj_1f366, "icecream" ); - name( R.drawable.emj_1f367, "shaved_ice" ); - name( R.drawable.emj_1f368, "ice_cream" ); - name( R.drawable.emj_1f369, "doughnut" ); - name( R.drawable.emj_1f36a, "cookie" ); - name( R.drawable.emj_1f36b, "chocolate_bar" ); - name( R.drawable.emj_1f36c, "candy" ); - name( R.drawable.emj_1f36d, "lollipop" ); - name( R.drawable.emj_1f36e, "custard" ); - name( R.drawable.emj_1f36e, "flan" ); - name( R.drawable.emj_1f36e, "pudding" ); - name( R.drawable.emj_1f36f, "honey_pot" ); - name( R.drawable.emj_1f370, "cake" ); - name( R.drawable.emj_1f371, "bento" ); - name( R.drawable.emj_1f372, "stew" ); - name( R.drawable.emj_1f373, "cooking" ); - name( R.drawable.emj_1f373, "fried_egg" ); - name( R.drawable.emj_1f374, "fork_and_knife" ); - name( R.drawable.emj_1f375, "tea" ); - name( R.drawable.emj_1f376, "sake" ); - name( R.drawable.emj_1f377, "wine_glass" ); - name( R.drawable.emj_1f378, "cocktail" ); + name( "earth_africa", R.drawable.emj_1f30d, "\ud83c\udf0d" ); + name( "earth_americas", R.drawable.emj_1f30e, "\ud83c\udf0e" ); + name( "earth_asia", R.drawable.emj_1f30f, "\ud83c\udf0f" ); + name( "ec", R.drawable.emj_1f1ea_1f1e8, "\ud83c\uddea\ud83c\udde8" ); + name( "ee", R.drawable.emj_1f1ea_1f1ea, "\ud83c\uddea\ud83c\uddea" ); + name( "eg", R.drawable.emj_1f1ea_1f1ec, "\ud83c\uddea\ud83c\uddec" ); + name( "egg", R.drawable.emj_1f95a, "\ud83e\udd5a" ); + name( "eggplant", R.drawable.emj_1f346, "\ud83c\udf46" ); + name( "eh", R.drawable.emj_1f1ea_1f1ed, "\ud83c\uddea\ud83c\udded" ); + name( "eight", R.drawable.emj_0038_20e3, "\u0038\u20e3" ); + name( "eight_pointed_black_star", R.drawable.emj_2734, "\u2734" ); + name( "eight_spoked_asterisk", R.drawable.emj_2733, "\u2733" ); + name( "eject", R.drawable.emj_23cf, "\u23cf" ); + name( "eject_symbol", R.drawable.emj_23cf, "\u23cf" ); + name( "electric_plug", R.drawable.emj_1f50c, "\ud83d\udd0c" ); + name( "elephant", R.drawable.emj_1f418, "\ud83d\udc18" ); + name( "email", R.drawable.emj_1f4e7, "\ud83d\udce7" ); + name( "end", R.drawable.emj_1f51a, "\ud83d\udd1a" ); + name( "envelope", R.drawable.emj_2709, "\u2709" ); + name( "envelope_with_arrow", R.drawable.emj_1f4e9, "\ud83d\udce9" ); + name( "er", R.drawable.emj_1f1ea_1f1f7, "\ud83c\uddea\ud83c\uddf7" ); + name( "es", R.drawable.emj_1f1ea_1f1f8, "\ud83c\uddea\ud83c\uddf8" ); + name( "et", R.drawable.emj_1f1ea_1f1f9, "\ud83c\uddea\ud83c\uddf9" ); + name( "eu", R.drawable.emj_1f1ea_1f1fa, "\ud83c\uddea\ud83c\uddfa" ); + name( "euro", R.drawable.emj_1f4b6, "\ud83d\udcb6" ); + name( "european_castle", R.drawable.emj_1f3f0, "\ud83c\udff0" ); + name( "european_post_office", R.drawable.emj_1f3e4, "\ud83c\udfe4" ); + name( "evergreen_tree", R.drawable.emj_1f332, "\ud83c\udf32" ); + name( "exclamation", R.drawable.emj_2757, "\u2757" ); + name( "expecting_woman", R.drawable.emj_1f930, "\ud83e\udd30" ); + name( "expecting_woman_tone1", R.drawable.emj_1f930_1f3fb, "\ud83e\udd30\ud83c\udffb" ); + name( "expecting_woman_tone2", R.drawable.emj_1f930_1f3fc, "\ud83e\udd30\ud83c\udffc" ); + name( "expecting_woman_tone3", R.drawable.emj_1f930_1f3fd, "\ud83e\udd30\ud83c\udffd" ); + name( "expecting_woman_tone4", R.drawable.emj_1f930_1f3fe, "\ud83e\udd30\ud83c\udffe" ); + name( "expecting_woman_tone5", R.drawable.emj_1f930_1f3ff, "\ud83e\udd30\ud83c\udfff" ); + name( "expressionless", R.drawable.emj_1f611, "\ud83d\ude11" ); + name( "eye", R.drawable.emj_1f441, "\ud83d\udc41" ); + name( "eye_in_speech_bubble", R.drawable.emj_1f441_fe0f_200d_1f5e8_fe0f, "\ud83d\udc41\ufe0f\u200d\ud83d\udde8\ufe0f" ); + name( "eyeglasses", R.drawable.emj_1f453, "\ud83d\udc53" ); + name( "eyes", R.drawable.emj_1f440, "\ud83d\udc40" ); + name( "face_palm", R.drawable.emj_1f926, "\ud83e\udd26" ); + name( "face_palm_dark_skin_tone", R.drawable.emj_1f926_1f3ff, "\ud83e\udd26\ud83c\udfff" ); + name( "face_palm_light_skin_tone", R.drawable.emj_1f926_1f3fb, "\ud83e\udd26\ud83c\udffb" ); + name( "face_palm_medium_dark_skin_tone", R.drawable.emj_1f926_1f3fe, "\ud83e\udd26\ud83c\udffe" ); + name( "face_palm_medium_light_skin_tone", R.drawable.emj_1f926_1f3fc, "\ud83e\udd26\ud83c\udffc" ); + name( "face_palm_medium_skin_tone", R.drawable.emj_1f926_1f3fd, "\ud83e\udd26\ud83c\udffd" ); + name( "face_palm_tone1", R.drawable.emj_1f926_1f3fb, "\ud83e\udd26\ud83c\udffb" ); + name( "face_palm_tone2", R.drawable.emj_1f926_1f3fc, "\ud83e\udd26\ud83c\udffc" ); + name( "face_palm_tone3", R.drawable.emj_1f926_1f3fd, "\ud83e\udd26\ud83c\udffd" ); + name( "face_palm_tone4", R.drawable.emj_1f926_1f3fe, "\ud83e\udd26\ud83c\udffe" ); + name( "face_palm_tone5", R.drawable.emj_1f926_1f3ff, "\ud83e\udd26\ud83c\udfff" ); + name( "face_with_cowboy_hat", R.drawable.emj_1f920, "\ud83e\udd20" ); + name( "face_with_head_bandage", R.drawable.emj_1f915, "\ud83e\udd15" ); + name( "face_with_rolling_eyes", R.drawable.emj_1f644, "\ud83d\ude44" ); + name( "face_with_thermometer", R.drawable.emj_1f912, "\ud83e\udd12" ); + name( "facepalm", R.drawable.emj_1f926, "\ud83e\udd26" ); + name( "facepalm_tone1", R.drawable.emj_1f926_1f3fb, "\ud83e\udd26\ud83c\udffb" ); + name( "facepalm_tone2", R.drawable.emj_1f926_1f3fc, "\ud83e\udd26\ud83c\udffc" ); + name( "facepalm_tone3", R.drawable.emj_1f926_1f3fd, "\ud83e\udd26\ud83c\udffd" ); + name( "facepalm_tone4", R.drawable.emj_1f926_1f3fe, "\ud83e\udd26\ud83c\udffe" ); + name( "facepalm_tone5", R.drawable.emj_1f926_1f3ff, "\ud83e\udd26\ud83c\udfff" ); + name( "facepunch", R.drawable.emj_1f44a, "\ud83d\udc4a" ); + name( "facepunch_dark_skin_tone", R.drawable.emj_1f44a_1f3ff, "\ud83d\udc4a\ud83c\udfff" ); + name( "facepunch_light_skin_tone", R.drawable.emj_1f44a_1f3fb, "\ud83d\udc4a\ud83c\udffb" ); + name( "facepunch_medium_dark_skin_tone", R.drawable.emj_1f44a_1f3fe, "\ud83d\udc4a\ud83c\udffe" ); + name( "facepunch_medium_light_skin_tone", R.drawable.emj_1f44a_1f3fc, "\ud83d\udc4a\ud83c\udffc" ); + name( "facepunch_medium_skin_tone", R.drawable.emj_1f44a_1f3fd, "\ud83d\udc4a\ud83c\udffd" ); + name( "facepunch_tone1", R.drawable.emj_1f44a_1f3fb, "\ud83d\udc4a\ud83c\udffb" ); + name( "facepunch_tone2", R.drawable.emj_1f44a_1f3fc, "\ud83d\udc4a\ud83c\udffc" ); + name( "facepunch_tone3", R.drawable.emj_1f44a_1f3fd, "\ud83d\udc4a\ud83c\udffd" ); + name( "facepunch_tone4", R.drawable.emj_1f44a_1f3fe, "\ud83d\udc4a\ud83c\udffe" ); + name( "facepunch_tone5", R.drawable.emj_1f44a_1f3ff, "\ud83d\udc4a\ud83c\udfff" ); + name( "factory", R.drawable.emj_1f3ed, "\ud83c\udfed" ); + name( "fallen_leaf", R.drawable.emj_1f342, "\ud83c\udf42" ); + name( "family", R.drawable.emj_1f46a, "\ud83d\udc6a" ); + name( "family_man_boy", R.drawable.emj_1f468_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc66" ); + name( "family_man_boy_boy", R.drawable.emj_1f468_200d_1f466_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "family_man_girl", R.drawable.emj_1f468_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc67" ); + name( "family_man_girl_boy", R.drawable.emj_1f468_200d_1f467_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "family_man_girl_girl", R.drawable.emj_1f468_200d_1f467_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "family_man_woman_boy", R.drawable.emj_1f468_200d_1f469_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66" ); + name( "family_mmb", R.drawable.emj_1f468_200d_1f468_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66" ); + name( "family_mmbb", R.drawable.emj_1f468_200d_1f468_200d_1f466_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "family_mmg", R.drawable.emj_1f468_200d_1f468_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67" ); + name( "family_mmgb", R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "family_mmgg", R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "family_mwbb", R.drawable.emj_1f468_200d_1f469_200d_1f466_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "family_mwg", R.drawable.emj_1f468_200d_1f469_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67" ); + name( "family_mwgb", R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "family_mwgg", R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "family_woman_boy", R.drawable.emj_1f469_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc66" ); + name( "family_woman_boy_boy", R.drawable.emj_1f469_200d_1f466_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "family_woman_girl", R.drawable.emj_1f469_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc67" ); + name( "family_woman_girl_boy", R.drawable.emj_1f469_200d_1f467_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "family_woman_girl_girl", R.drawable.emj_1f469_200d_1f467_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "family_wwb", R.drawable.emj_1f469_200d_1f469_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66" ); + name( "family_wwbb", R.drawable.emj_1f469_200d_1f469_200d_1f466_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "family_wwg", R.drawable.emj_1f469_200d_1f469_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67" ); + name( "family_wwgb", R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "family_wwgg", R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "fast_forward", R.drawable.emj_23e9, "\u23e9" ); } private static void init62(){ - name( R.drawable.emj_1f379, "tropical_drink" ); - name( R.drawable.emj_1f37a, "beer" ); - name( R.drawable.emj_1f37b, "beers" ); - name( R.drawable.emj_1f37c, "baby_bottle" ); - name( R.drawable.emj_1f37d, "fork_and_knife_with_plate" ); - name( R.drawable.emj_1f37d, "fork_knife_plate" ); - name( R.drawable.emj_1f37d, "knife_fork_plate" ); - name( R.drawable.emj_1f37e, "bottle_with_popping_cork" ); - name( R.drawable.emj_1f37e, "champagne" ); - name( R.drawable.emj_1f37f, "popcorn" ); - name( R.drawable.emj_1f380, "ribbon" ); - name( R.drawable.emj_1f381, "gift" ); - name( R.drawable.emj_1f382, "birthday" ); - name( R.drawable.emj_1f383, "jack_o_lantern" ); - name( R.drawable.emj_1f384, "christmas_tree" ); - name( R.drawable.emj_1f385, "santa" ); - name( R.drawable.emj_1f385_1f3fb, "santa_light_skin_tone" ); - name( R.drawable.emj_1f385_1f3fb, "santa_tone1" ); - name( R.drawable.emj_1f385_1f3fc, "santa_medium_light_skin_tone" ); - name( R.drawable.emj_1f385_1f3fc, "santa_tone2" ); - name( R.drawable.emj_1f385_1f3fd, "santa_medium_skin_tone" ); - name( R.drawable.emj_1f385_1f3fd, "santa_tone3" ); - name( R.drawable.emj_1f385_1f3fe, "santa_medium_dark_skin_tone" ); - name( R.drawable.emj_1f385_1f3fe, "santa_tone4" ); - name( R.drawable.emj_1f385_1f3ff, "santa_dark_skin_tone" ); - name( R.drawable.emj_1f385_1f3ff, "santa_tone5" ); - name( R.drawable.emj_1f386, "fireworks" ); - name( R.drawable.emj_1f387, "sparkler" ); - name( R.drawable.emj_1f388, "balloon" ); - name( R.drawable.emj_1f389, "tada" ); - name( R.drawable.emj_1f38a, "confetti_ball" ); - name( R.drawable.emj_1f38b, "tanabata_tree" ); - name( R.drawable.emj_1f38c, "crossed_flags" ); - name( R.drawable.emj_1f38d, "bamboo" ); - name( R.drawable.emj_1f38e, "dolls" ); - name( R.drawable.emj_1f38f, "flags" ); - name( R.drawable.emj_1f390, "wind_chime" ); - name( R.drawable.emj_1f391, "rice_scene" ); - name( R.drawable.emj_1f392, "school_satchel" ); - name( R.drawable.emj_1f393, "mortar_board" ); - name( R.drawable.emj_1f396, "military_medal" ); - name( R.drawable.emj_1f397, "reminder_ribbon" ); - name( R.drawable.emj_1f399, "microphone2" ); - name( R.drawable.emj_1f399, "studio_microphone" ); - name( R.drawable.emj_1f39a, "level_slider" ); - name( R.drawable.emj_1f39b, "control_knobs" ); - name( R.drawable.emj_1f39e, "film_frames" ); - name( R.drawable.emj_1f39f, "admission_tickets" ); - name( R.drawable.emj_1f39f, "tickets" ); - name( R.drawable.emj_1f3a0, "carousel_horse" ); - name( R.drawable.emj_1f3a1, "ferris_wheel" ); - name( R.drawable.emj_1f3a2, "roller_coaster" ); - name( R.drawable.emj_1f3a3, "fishing_pole_and_fish" ); - name( R.drawable.emj_1f3a4, "microphone" ); - name( R.drawable.emj_1f3a5, "movie_camera" ); - name( R.drawable.emj_1f3a6, "cinema" ); - name( R.drawable.emj_1f3a7, "headphones" ); - name( R.drawable.emj_1f3a8, "art" ); - name( R.drawable.emj_1f3a9, "tophat" ); - name( R.drawable.emj_1f3aa, "circus_tent" ); - name( R.drawable.emj_1f3ab, "ticket" ); - name( R.drawable.emj_1f3ac, "clapper" ); - name( R.drawable.emj_1f3ad, "performing_arts" ); - name( R.drawable.emj_1f3ae, "video_game" ); - name( R.drawable.emj_1f3af, "dart" ); - name( R.drawable.emj_1f3b0, "slot_machine" ); - name( R.drawable.emj_1f3b1, "8ball" ); - name( R.drawable.emj_1f3b2, "game_die" ); - name( R.drawable.emj_1f3b3, "bowling" ); - name( R.drawable.emj_1f3b4, "flower_playing_cards" ); - name( R.drawable.emj_1f3b5, "musical_note" ); - name( R.drawable.emj_1f3b6, "notes" ); - name( R.drawable.emj_1f3b7, "saxophone" ); - name( R.drawable.emj_1f3b8, "guitar" ); - name( R.drawable.emj_1f3b9, "musical_keyboard" ); - name( R.drawable.emj_1f3ba, "trumpet" ); - name( R.drawable.emj_1f3bb, "violin" ); - name( R.drawable.emj_1f3bc, "musical_score" ); - name( R.drawable.emj_1f3bd, "running_shirt_with_sash" ); - name( R.drawable.emj_1f3be, "tennis" ); - name( R.drawable.emj_1f3bf, "ski" ); - name( R.drawable.emj_1f3c0, "basketball" ); - name( R.drawable.emj_1f3c1, "checkered_flag" ); - name( R.drawable.emj_1f3c2, "snowboarder" ); - name( R.drawable.emj_1f3c2_1f3fb, "snowboarder_light_skin_tone" ); - name( R.drawable.emj_1f3c2_1f3fb, "snowboarder_tone1" ); - name( R.drawable.emj_1f3c2_1f3fc, "snowboarder_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c2_1f3fc, "snowboarder_tone2" ); - name( R.drawable.emj_1f3c2_1f3fd, "snowboarder_medium_skin_tone" ); - name( R.drawable.emj_1f3c2_1f3fd, "snowboarder_tone3" ); - name( R.drawable.emj_1f3c2_1f3fe, "snowboarder_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c2_1f3fe, "snowboarder_tone4" ); - name( R.drawable.emj_1f3c2_1f3ff, "snowboarder_dark_skin_tone" ); - name( R.drawable.emj_1f3c2_1f3ff, "snowboarder_tone5" ); - name( R.drawable.emj_1f3c3, "runner" ); - name( R.drawable.emj_1f3c3, "running" ); - name( R.drawable.emj_1f3c3_1f3fb, "runner_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fb, "runner_tone1" ); - name( R.drawable.emj_1f3c3_1f3fb, "running_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fb, "running_tone1" ); - name( R.drawable.emj_1f3c3_1f3fb_200d_2640_fe0f, "woman_running_light_skin_tone" ); + name( "fax", R.drawable.emj_1f4e0, "\ud83d\udce0" ); + name( "fearful", R.drawable.emj_1f628, "\ud83d\ude28" ); + name( "feet", R.drawable.emj_1f43e, "\ud83d\udc3e" ); + name( "female_artist", R.drawable.emj_1f469_200d_1f3a8, "\ud83d\udc69\u200d\ud83c\udfa8" ); + name( "female_artist_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3a8, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "female_artist_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3a8, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "female_artist_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3a8, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "female_artist_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3a8, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "female_artist_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3a8, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "female_artist_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3a8, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "female_artist_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3a8, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "female_artist_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3a8, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "female_artist_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3a8, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "female_artist_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3a8, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "female_astronaut", R.drawable.emj_1f469_200d_1f680, "\ud83d\udc69\u200d\ud83d\ude80" ); + name( "female_astronaut_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f680, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude80" ); + name( "female_astronaut_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f680, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude80" ); + name( "female_astronaut_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f680, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude80" ); + name( "female_astronaut_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f680, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude80" ); + name( "female_astronaut_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f680, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude80" ); + name( "female_astronaut_tone1", R.drawable.emj_1f469_1f3fb_200d_1f680, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude80" ); + name( "female_astronaut_tone2", R.drawable.emj_1f469_1f3fc_200d_1f680, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude80" ); + name( "female_astronaut_tone3", R.drawable.emj_1f469_1f3fd_200d_1f680, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude80" ); + name( "female_astronaut_tone4", R.drawable.emj_1f469_1f3fe_200d_1f680, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude80" ); + name( "female_astronaut_tone5", R.drawable.emj_1f469_1f3ff_200d_1f680, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude80" ); + name( "female_construction_worker", R.drawable.emj_1f477_200d_2640_fe0f, "\ud83d\udc77\u200d\u2640\ufe0f" ); + name( "female_construction_worker_dark_skin_tone", R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_construction_worker_light_skin_tone", R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_construction_worker_medium_dark_skin_tone", R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_construction_worker_medium_light_skin_tone", R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_construction_worker_medium_skin_tone", R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_construction_worker_tone1", R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_construction_worker_tone2", R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_construction_worker_tone3", R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_construction_worker_tone4", R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_construction_worker_tone5", R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_cook", R.drawable.emj_1f469_200d_1f373, "\ud83d\udc69\u200d\ud83c\udf73" ); + name( "female_cook_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f373, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf73" ); + name( "female_cook_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f373, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf73" ); + name( "female_cook_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f373, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf73" ); + name( "female_cook_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f373, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf73" ); + name( "female_cook_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f373, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf73" ); + name( "female_cook_tone1", R.drawable.emj_1f469_1f3fb_200d_1f373, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf73" ); + name( "female_cook_tone2", R.drawable.emj_1f469_1f3fc_200d_1f373, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf73" ); + name( "female_cook_tone3", R.drawable.emj_1f469_1f3fd_200d_1f373, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf73" ); + name( "female_cook_tone4", R.drawable.emj_1f469_1f3fe_200d_1f373, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf73" ); + name( "female_cook_tone5", R.drawable.emj_1f469_1f3ff_200d_1f373, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf73" ); + name( "female_detective", R.drawable.emj_1f575_fe0f_200d_2640_fe0f, "\ud83d\udd75\ufe0f\u200d\u2640\ufe0f" ); + name( "female_detective_dark_skin_tone", R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_detective_light_skin_tone", R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_detective_medium_dark_skin_tone", R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_detective_medium_light_skin_tone", R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_detective_medium_skin_tone", R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_detective_tone1", R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_detective_tone2", R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_detective_tone3", R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_detective_tone4", R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_detective_tone5", R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_doctor", R.drawable.emj_1f469_200d_2695_fe0f, "\ud83d\udc69\u200d\u2695\ufe0f" ); + name( "female_doctor_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "female_doctor_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "female_doctor_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "female_doctor_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "female_doctor_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "female_doctor_tone1", R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "female_doctor_tone2", R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "female_doctor_tone3", R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "female_doctor_tone4", R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "female_doctor_tone5", R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "female_factory_worker", R.drawable.emj_1f469_200d_1f3ed, "\ud83d\udc69\u200d\ud83c\udfed" ); + name( "female_factory_worker_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3ed, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfed" ); + name( "female_factory_worker_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3ed, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfed" ); + name( "female_factory_worker_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3ed, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfed" ); + name( "female_factory_worker_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3ed, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfed" ); + name( "female_factory_worker_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3ed, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfed" ); + name( "female_factory_worker_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3ed, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfed" ); + name( "female_factory_worker_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3ed, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfed" ); + name( "female_factory_worker_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3ed, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfed" ); + name( "female_factory_worker_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3ed, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfed" ); + name( "female_factory_worker_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3ed, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfed" ); + name( "female_farmer", R.drawable.emj_1f469_200d_1f33e, "\ud83d\udc69\u200d\ud83c\udf3e" ); + name( "female_farmer_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f33e, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "female_farmer_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f33e, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "female_farmer_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f33e, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "female_farmer_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f33e, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "female_farmer_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f33e, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "female_farmer_tone1", R.drawable.emj_1f469_1f3fb_200d_1f33e, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "female_farmer_tone2", R.drawable.emj_1f469_1f3fc_200d_1f33e, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "female_farmer_tone3", R.drawable.emj_1f469_1f3fd_200d_1f33e, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "female_farmer_tone4", R.drawable.emj_1f469_1f3fe_200d_1f33e, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "female_farmer_tone5", R.drawable.emj_1f469_1f3ff_200d_1f33e, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "female_firefighter", R.drawable.emj_1f469_200d_1f692, "\ud83d\udc69\u200d\ud83d\ude92" ); + name( "female_firefighter_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f692, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude92" ); + name( "female_firefighter_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f692, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude92" ); + name( "female_firefighter_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f692, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude92" ); + name( "female_firefighter_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f692, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude92" ); + name( "female_firefighter_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f692, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude92" ); + name( "female_firefighter_tone1", R.drawable.emj_1f469_1f3fb_200d_1f692, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude92" ); + name( "female_firefighter_tone2", R.drawable.emj_1f469_1f3fc_200d_1f692, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude92" ); + name( "female_firefighter_tone3", R.drawable.emj_1f469_1f3fd_200d_1f692, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude92" ); + name( "female_firefighter_tone4", R.drawable.emj_1f469_1f3fe_200d_1f692, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude92" ); } private static void init63(){ - name( R.drawable.emj_1f3c3_1f3fb_200d_2640_fe0f, "woman_running_tone1" ); - name( R.drawable.emj_1f3c3_1f3fb_200d_2642_fe0f, "man_running_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fb_200d_2642_fe0f, "man_running_tone1" ); - name( R.drawable.emj_1f3c3_1f3fc, "runner_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fc, "runner_tone2" ); - name( R.drawable.emj_1f3c3_1f3fc, "running_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fc, "running_tone2" ); - name( R.drawable.emj_1f3c3_1f3fc_200d_2640_fe0f, "woman_running_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fc_200d_2640_fe0f, "woman_running_tone2" ); - name( R.drawable.emj_1f3c3_1f3fc_200d_2642_fe0f, "man_running_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fc_200d_2642_fe0f, "man_running_tone2" ); - name( R.drawable.emj_1f3c3_1f3fd, "runner_medium_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fd, "runner_tone3" ); - name( R.drawable.emj_1f3c3_1f3fd, "running_medium_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fd, "running_tone3" ); - name( R.drawable.emj_1f3c3_1f3fd_200d_2640_fe0f, "woman_running_medium_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fd_200d_2640_fe0f, "woman_running_tone3" ); - name( R.drawable.emj_1f3c3_1f3fd_200d_2642_fe0f, "man_running_medium_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fd_200d_2642_fe0f, "man_running_tone3" ); - name( R.drawable.emj_1f3c3_1f3fe, "runner_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fe, "runner_tone4" ); - name( R.drawable.emj_1f3c3_1f3fe, "running_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fe, "running_tone4" ); - name( R.drawable.emj_1f3c3_1f3fe_200d_2640_fe0f, "woman_running_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fe_200d_2640_fe0f, "woman_running_tone4" ); - name( R.drawable.emj_1f3c3_1f3fe_200d_2642_fe0f, "man_running_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3fe_200d_2642_fe0f, "man_running_tone4" ); - name( R.drawable.emj_1f3c3_1f3ff, "runner_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3ff, "runner_tone5" ); - name( R.drawable.emj_1f3c3_1f3ff, "running_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3ff, "running_tone5" ); - name( R.drawable.emj_1f3c3_1f3ff_200d_2640_fe0f, "woman_running_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3ff_200d_2640_fe0f, "woman_running_tone5" ); - name( R.drawable.emj_1f3c3_1f3ff_200d_2642_fe0f, "man_running_dark_skin_tone" ); - name( R.drawable.emj_1f3c3_1f3ff_200d_2642_fe0f, "man_running_tone5" ); - name( R.drawable.emj_1f3c3_200d_2640_fe0f, "woman_running" ); - name( R.drawable.emj_1f3c3_200d_2642_fe0f, "man_running" ); - name( R.drawable.emj_1f3c4, "surfer" ); - name( R.drawable.emj_1f3c4_1f3fb, "surfer_light_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fb, "surfer_tone1" ); - name( R.drawable.emj_1f3c4_1f3fb_200d_2640_fe0f, "woman_surfing_light_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fb_200d_2640_fe0f, "woman_surfing_tone1" ); - name( R.drawable.emj_1f3c4_1f3fb_200d_2642_fe0f, "man_surfing_light_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fb_200d_2642_fe0f, "man_surfing_tone1" ); - name( R.drawable.emj_1f3c4_1f3fc, "surfer_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fc, "surfer_tone2" ); - name( R.drawable.emj_1f3c4_1f3fc_200d_2640_fe0f, "woman_surfing_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fc_200d_2640_fe0f, "woman_surfing_tone2" ); - name( R.drawable.emj_1f3c4_1f3fc_200d_2642_fe0f, "man_surfing_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fc_200d_2642_fe0f, "man_surfing_tone2" ); - name( R.drawable.emj_1f3c4_1f3fd, "surfer_medium_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fd, "surfer_tone3" ); - name( R.drawable.emj_1f3c4_1f3fd_200d_2640_fe0f, "woman_surfing_medium_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fd_200d_2640_fe0f, "woman_surfing_tone3" ); - name( R.drawable.emj_1f3c4_1f3fd_200d_2642_fe0f, "man_surfing_medium_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fd_200d_2642_fe0f, "man_surfing_tone3" ); - name( R.drawable.emj_1f3c4_1f3fe, "surfer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fe, "surfer_tone4" ); - name( R.drawable.emj_1f3c4_1f3fe_200d_2640_fe0f, "woman_surfing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fe_200d_2640_fe0f, "woman_surfing_tone4" ); - name( R.drawable.emj_1f3c4_1f3fe_200d_2642_fe0f, "man_surfing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3fe_200d_2642_fe0f, "man_surfing_tone4" ); - name( R.drawable.emj_1f3c4_1f3ff, "surfer_dark_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3ff, "surfer_tone5" ); - name( R.drawable.emj_1f3c4_1f3ff_200d_2640_fe0f, "woman_surfing_dark_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3ff_200d_2640_fe0f, "woman_surfing_tone5" ); - name( R.drawable.emj_1f3c4_1f3ff_200d_2642_fe0f, "man_surfing_dark_skin_tone" ); - name( R.drawable.emj_1f3c4_1f3ff_200d_2642_fe0f, "man_surfing_tone5" ); - name( R.drawable.emj_1f3c4_200d_2640_fe0f, "woman_surfing" ); - name( R.drawable.emj_1f3c4_200d_2642_fe0f, "man_surfing" ); - name( R.drawable.emj_1f3c5, "medal" ); - name( R.drawable.emj_1f3c5, "sports_medal" ); - name( R.drawable.emj_1f3c6, "trophy" ); - name( R.drawable.emj_1f3c7, "horse_racing" ); - name( R.drawable.emj_1f3c7_1f3fb, "horse_racing_light_skin_tone" ); - name( R.drawable.emj_1f3c7_1f3fb, "horse_racing_tone1" ); - name( R.drawable.emj_1f3c7_1f3fc, "horse_racing_medium_light_skin_tone" ); - name( R.drawable.emj_1f3c7_1f3fc, "horse_racing_tone2" ); - name( R.drawable.emj_1f3c7_1f3fd, "horse_racing_medium_skin_tone" ); - name( R.drawable.emj_1f3c7_1f3fd, "horse_racing_tone3" ); - name( R.drawable.emj_1f3c7_1f3fe, "horse_racing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3c7_1f3fe, "horse_racing_tone4" ); - name( R.drawable.emj_1f3c7_1f3ff, "horse_racing_dark_skin_tone" ); - name( R.drawable.emj_1f3c7_1f3ff, "horse_racing_tone5" ); - name( R.drawable.emj_1f3c8, "football" ); - name( R.drawable.emj_1f3c9, "rugby_football" ); - name( R.drawable.emj_1f3ca, "swimmer" ); - name( R.drawable.emj_1f3ca_1f3fb, "swimmer_light_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fb, "swimmer_tone1" ); - name( R.drawable.emj_1f3ca_1f3fb_200d_2640_fe0f, "woman_swimming_light_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fb_200d_2640_fe0f, "woman_swimming_tone1" ); - name( R.drawable.emj_1f3ca_1f3fb_200d_2642_fe0f, "man_swimming_light_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fb_200d_2642_fe0f, "man_swimming_tone1" ); - name( R.drawable.emj_1f3ca_1f3fc, "swimmer_medium_light_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fc, "swimmer_tone2" ); - name( R.drawable.emj_1f3ca_1f3fc_200d_2640_fe0f, "woman_swimming_medium_light_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fc_200d_2640_fe0f, "woman_swimming_tone2" ); - name( R.drawable.emj_1f3ca_1f3fc_200d_2642_fe0f, "man_swimming_medium_light_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fc_200d_2642_fe0f, "man_swimming_tone2" ); - name( R.drawable.emj_1f3ca_1f3fd, "swimmer_medium_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fd, "swimmer_tone3" ); + name( "female_firefighter_tone5", R.drawable.emj_1f469_1f3ff_200d_1f692, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude92" ); + name( "female_guard", R.drawable.emj_1f482_200d_2640_fe0f, "\ud83d\udc82\u200d\u2640\ufe0f" ); + name( "female_guard_dark_skin_tone", R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_guard_light_skin_tone", R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_guard_medium_dark_skin_tone", R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_guard_medium_light_skin_tone", R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_guard_medium_skin_tone", R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_guard_tone1", R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_guard_tone2", R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_guard_tone3", R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_guard_tone4", R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_guard_tone5", R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_judge", R.drawable.emj_1f469_200d_2696_fe0f, "\ud83d\udc69\u200d\u2696\ufe0f" ); + name( "female_judge_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "female_judge_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "female_judge_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "female_judge_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "female_judge_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "female_judge_tone1", R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "female_judge_tone2", R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "female_judge_tone3", R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "female_judge_tone4", R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "female_judge_tone5", R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "female_mechanic", R.drawable.emj_1f469_200d_1f527, "\ud83d\udc69\u200d\ud83d\udd27" ); + name( "female_mechanic_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f527, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd27" ); + name( "female_mechanic_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f527, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd27" ); + name( "female_mechanic_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f527, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd27" ); + name( "female_mechanic_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f527, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd27" ); + name( "female_mechanic_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f527, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd27" ); + name( "female_mechanic_tone1", R.drawable.emj_1f469_1f3fb_200d_1f527, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd27" ); + name( "female_mechanic_tone2", R.drawable.emj_1f469_1f3fc_200d_1f527, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd27" ); + name( "female_mechanic_tone3", R.drawable.emj_1f469_1f3fd_200d_1f527, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd27" ); + name( "female_mechanic_tone4", R.drawable.emj_1f469_1f3fe_200d_1f527, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd27" ); + name( "female_mechanic_tone5", R.drawable.emj_1f469_1f3ff_200d_1f527, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd27" ); + name( "female_office_worker", R.drawable.emj_1f469_200d_1f4bc, "\ud83d\udc69\u200d\ud83d\udcbc" ); + name( "female_office_worker_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f4bc, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "female_office_worker_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f4bc, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "female_office_worker_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f4bc, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "female_office_worker_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f4bc, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "female_office_worker_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f4bc, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "female_office_worker_tone1", R.drawable.emj_1f469_1f3fb_200d_1f4bc, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "female_office_worker_tone2", R.drawable.emj_1f469_1f3fc_200d_1f4bc, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "female_office_worker_tone3", R.drawable.emj_1f469_1f3fd_200d_1f4bc, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "female_office_worker_tone4", R.drawable.emj_1f469_1f3fe_200d_1f4bc, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "female_office_worker_tone5", R.drawable.emj_1f469_1f3ff_200d_1f4bc, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "female_pilot", R.drawable.emj_1f469_200d_2708_fe0f, "\ud83d\udc69\u200d\u2708\ufe0f" ); + name( "female_pilot_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "female_pilot_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "female_pilot_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "female_pilot_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "female_pilot_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "female_pilot_tone1", R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "female_pilot_tone2", R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "female_pilot_tone3", R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "female_pilot_tone4", R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "female_pilot_tone5", R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "female_police_officer", R.drawable.emj_1f46e_200d_2640_fe0f, "\ud83d\udc6e\u200d\u2640\ufe0f" ); + name( "female_police_officer_dark_skin_tone", R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_police_officer_light_skin_tone", R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_police_officer_medium_dark_skin_tone", R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_police_officer_medium_light_skin_tone", R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_police_officer_medium_skin_tone", R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_police_officer_tone1", R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "female_police_officer_tone2", R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "female_police_officer_tone3", R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "female_police_officer_tone4", R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "female_police_officer_tone5", R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "female_scientist", R.drawable.emj_1f469_200d_1f52c, "\ud83d\udc69\u200d\ud83d\udd2c" ); + name( "female_scientist_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f52c, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "female_scientist_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f52c, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "female_scientist_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f52c, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "female_scientist_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f52c, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "female_scientist_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f52c, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "female_scientist_tone1", R.drawable.emj_1f469_1f3fb_200d_1f52c, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "female_scientist_tone2", R.drawable.emj_1f469_1f3fc_200d_1f52c, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "female_scientist_tone3", R.drawable.emj_1f469_1f3fd_200d_1f52c, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "female_scientist_tone4", R.drawable.emj_1f469_1f3fe_200d_1f52c, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "female_scientist_tone5", R.drawable.emj_1f469_1f3ff_200d_1f52c, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "female_sign", R.drawable.emj_2640, "\u2640" ); + name( "female_singer", R.drawable.emj_1f469_200d_1f3a4, "\ud83d\udc69\u200d\ud83c\udfa4" ); + name( "female_singer_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3a4, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "female_singer_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3a4, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "female_singer_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3a4, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "female_singer_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3a4, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "female_singer_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3a4, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "female_singer_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3a4, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "female_singer_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3a4, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "female_singer_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3a4, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "female_singer_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3a4, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "female_singer_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3a4, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "female_student", R.drawable.emj_1f469_200d_1f393, "\ud83d\udc69\u200d\ud83c\udf93" ); + name( "female_student_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f393, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf93" ); + name( "female_student_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f393, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf93" ); + name( "female_student_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f393, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf93" ); + name( "female_student_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f393, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf93" ); + name( "female_student_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f393, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf93" ); + name( "female_student_tone1", R.drawable.emj_1f469_1f3fb_200d_1f393, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf93" ); + name( "female_student_tone2", R.drawable.emj_1f469_1f3fc_200d_1f393, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf93" ); + name( "female_student_tone3", R.drawable.emj_1f469_1f3fd_200d_1f393, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf93" ); + name( "female_student_tone4", R.drawable.emj_1f469_1f3fe_200d_1f393, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf93" ); + name( "female_student_tone5", R.drawable.emj_1f469_1f3ff_200d_1f393, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf93" ); } private static void init64(){ - name( R.drawable.emj_1f3ca_1f3fd_200d_2640_fe0f, "woman_swimming_medium_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fd_200d_2640_fe0f, "woman_swimming_tone3" ); - name( R.drawable.emj_1f3ca_1f3fd_200d_2642_fe0f, "man_swimming_medium_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fd_200d_2642_fe0f, "man_swimming_tone3" ); - name( R.drawable.emj_1f3ca_1f3fe, "swimmer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fe, "swimmer_tone4" ); - name( R.drawable.emj_1f3ca_1f3fe_200d_2640_fe0f, "woman_swimming_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fe_200d_2640_fe0f, "woman_swimming_tone4" ); - name( R.drawable.emj_1f3ca_1f3fe_200d_2642_fe0f, "man_swimming_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3fe_200d_2642_fe0f, "man_swimming_tone4" ); - name( R.drawable.emj_1f3ca_1f3ff, "swimmer_dark_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3ff, "swimmer_tone5" ); - name( R.drawable.emj_1f3ca_1f3ff_200d_2640_fe0f, "woman_swimming_dark_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3ff_200d_2640_fe0f, "woman_swimming_tone5" ); - name( R.drawable.emj_1f3ca_1f3ff_200d_2642_fe0f, "man_swimming_dark_skin_tone" ); - name( R.drawable.emj_1f3ca_1f3ff_200d_2642_fe0f, "man_swimming_tone5" ); - name( R.drawable.emj_1f3ca_200d_2640_fe0f, "woman_swimming" ); - name( R.drawable.emj_1f3ca_200d_2642_fe0f, "man_swimming" ); - name( R.drawable.emj_1f3cb, "lifter" ); - name( R.drawable.emj_1f3cb, "weight_lifter" ); - name( R.drawable.emj_1f3cb_1f3fb, "lifter_tone1" ); - name( R.drawable.emj_1f3cb_1f3fb, "weight_lifter_light_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fb, "weight_lifter_tone1" ); - name( R.drawable.emj_1f3cb_1f3fb_200d_2640_fe0f, "woman_lifting_weights_light_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fb_200d_2640_fe0f, "woman_lifting_weights_tone1" ); - name( R.drawable.emj_1f3cb_1f3fb_200d_2642_fe0f, "man_lifting_weights_light_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fb_200d_2642_fe0f, "man_lifting_weights_tone1" ); - name( R.drawable.emj_1f3cb_1f3fc, "lifter_tone2" ); - name( R.drawable.emj_1f3cb_1f3fc, "weight_lifter_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fc, "weight_lifter_tone2" ); - name( R.drawable.emj_1f3cb_1f3fc_200d_2640_fe0f, "woman_lifting_weights_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fc_200d_2640_fe0f, "woman_lifting_weights_tone2" ); - name( R.drawable.emj_1f3cb_1f3fc_200d_2642_fe0f, "man_lifting_weights_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fc_200d_2642_fe0f, "man_lifting_weights_tone2" ); - name( R.drawable.emj_1f3cb_1f3fd, "lifter_tone3" ); - name( R.drawable.emj_1f3cb_1f3fd, "weight_lifter_medium_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fd, "weight_lifter_tone3" ); - name( R.drawable.emj_1f3cb_1f3fd_200d_2640_fe0f, "woman_lifting_weights_medium_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fd_200d_2640_fe0f, "woman_lifting_weights_tone3" ); - name( R.drawable.emj_1f3cb_1f3fd_200d_2642_fe0f, "man_lifting_weights_medium_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fd_200d_2642_fe0f, "man_lifting_weights_tone3" ); - name( R.drawable.emj_1f3cb_1f3fe, "lifter_tone4" ); - name( R.drawable.emj_1f3cb_1f3fe, "weight_lifter_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fe, "weight_lifter_tone4" ); - name( R.drawable.emj_1f3cb_1f3fe_200d_2640_fe0f, "woman_lifting_weights_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fe_200d_2640_fe0f, "woman_lifting_weights_tone4" ); - name( R.drawable.emj_1f3cb_1f3fe_200d_2642_fe0f, "man_lifting_weights_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3fe_200d_2642_fe0f, "man_lifting_weights_tone4" ); - name( R.drawable.emj_1f3cb_1f3ff, "lifter_tone5" ); - name( R.drawable.emj_1f3cb_1f3ff, "weight_lifter_dark_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3ff, "weight_lifter_tone5" ); - name( R.drawable.emj_1f3cb_1f3ff_200d_2640_fe0f, "woman_lifting_weights_dark_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3ff_200d_2640_fe0f, "woman_lifting_weights_tone5" ); - name( R.drawable.emj_1f3cb_1f3ff_200d_2642_fe0f, "man_lifting_weights_dark_skin_tone" ); - name( R.drawable.emj_1f3cb_1f3ff_200d_2642_fe0f, "man_lifting_weights_tone5" ); - name( R.drawable.emj_1f3cb_fe0f_200d_2640_fe0f, "woman_lifting_weights" ); - name( R.drawable.emj_1f3cb_fe0f_200d_2642_fe0f, "man_lifting_weights" ); - name( R.drawable.emj_1f3cc, "golfer" ); - name( R.drawable.emj_1f3cc_1f3fb, "golfer_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fb, "golfer_tone1" ); - name( R.drawable.emj_1f3cc_1f3fb, "person_golfing_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fb, "person_golfing_tone1" ); - name( R.drawable.emj_1f3cc_1f3fb_200d_2640_fe0f, "woman_golfing_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fb_200d_2640_fe0f, "woman_golfing_tone1" ); - name( R.drawable.emj_1f3cc_1f3fb_200d_2642_fe0f, "man_golfing_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fb_200d_2642_fe0f, "man_golfing_tone1" ); - name( R.drawable.emj_1f3cc_1f3fc, "golfer_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fc, "golfer_tone2" ); - name( R.drawable.emj_1f3cc_1f3fc, "person_golfing_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fc, "person_golfing_tone2" ); - name( R.drawable.emj_1f3cc_1f3fc_200d_2640_fe0f, "woman_golfing_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fc_200d_2640_fe0f, "woman_golfing_tone2" ); - name( R.drawable.emj_1f3cc_1f3fc_200d_2642_fe0f, "man_golfing_medium_light_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fc_200d_2642_fe0f, "man_golfing_tone2" ); - name( R.drawable.emj_1f3cc_1f3fd, "golfer_medium_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fd, "golfer_tone3" ); - name( R.drawable.emj_1f3cc_1f3fd, "person_golfing_medium_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fd, "person_golfing_tone3" ); - name( R.drawable.emj_1f3cc_1f3fd_200d_2640_fe0f, "woman_golfing_medium_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fd_200d_2640_fe0f, "woman_golfing_tone3" ); - name( R.drawable.emj_1f3cc_1f3fd_200d_2642_fe0f, "man_golfing_medium_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fd_200d_2642_fe0f, "man_golfing_tone3" ); - name( R.drawable.emj_1f3cc_1f3fe, "golfer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fe, "golfer_tone4" ); - name( R.drawable.emj_1f3cc_1f3fe, "person_golfing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fe, "person_golfing_tone4" ); - name( R.drawable.emj_1f3cc_1f3fe_200d_2640_fe0f, "woman_golfing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fe_200d_2640_fe0f, "woman_golfing_tone4" ); - name( R.drawable.emj_1f3cc_1f3fe_200d_2642_fe0f, "man_golfing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3fe_200d_2642_fe0f, "man_golfing_tone4" ); - name( R.drawable.emj_1f3cc_1f3ff, "golfer_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3ff, "golfer_tone5" ); - name( R.drawable.emj_1f3cc_1f3ff, "person_golfing_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3ff, "person_golfing_tone5" ); - name( R.drawable.emj_1f3cc_1f3ff_200d_2640_fe0f, "woman_golfing_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3ff_200d_2640_fe0f, "woman_golfing_tone5" ); - name( R.drawable.emj_1f3cc_1f3ff_200d_2642_fe0f, "man_golfing_dark_skin_tone" ); - name( R.drawable.emj_1f3cc_1f3ff_200d_2642_fe0f, "man_golfing_tone5" ); - name( R.drawable.emj_1f3cc_fe0f_200d_2640_fe0f, "woman_golfing" ); - name( R.drawable.emj_1f3cc_fe0f_200d_2642_fe0f, "man_golfing" ); - name( R.drawable.emj_1f3cd, "motorcycle" ); + name( "female_teacher", R.drawable.emj_1f469_200d_1f3eb, "\ud83d\udc69\u200d\ud83c\udfeb" ); + name( "female_teacher_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3eb, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "female_teacher_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3eb, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "female_teacher_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3eb, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "female_teacher_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3eb, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "female_teacher_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3eb, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "female_teacher_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3eb, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "female_teacher_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3eb, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "female_teacher_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3eb, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "female_teacher_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3eb, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "female_teacher_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3eb, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "female_technologist", R.drawable.emj_1f469_200d_1f4bb, "\ud83d\udc69\u200d\ud83d\udcbb" ); + name( "female_technologist_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f4bb, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "female_technologist_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f4bb, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "female_technologist_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f4bb, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "female_technologist_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f4bb, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "female_technologist_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f4bb, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "female_technologist_tone1", R.drawable.emj_1f469_1f3fb_200d_1f4bb, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "female_technologist_tone2", R.drawable.emj_1f469_1f3fc_200d_1f4bb, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "female_technologist_tone3", R.drawable.emj_1f469_1f3fd_200d_1f4bb, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "female_technologist_tone4", R.drawable.emj_1f469_1f3fe_200d_1f4bb, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "female_technologist_tone5", R.drawable.emj_1f469_1f3ff_200d_1f4bb, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "fencer", R.drawable.emj_1f93a, "\ud83e\udd3a" ); + name( "fencing", R.drawable.emj_1f93a, "\ud83e\udd3a" ); + name( "ferris_wheel", R.drawable.emj_1f3a1, "\ud83c\udfa1" ); + name( "ferry", R.drawable.emj_26f4, "\u26f4" ); + name( "fi", R.drawable.emj_1f1eb_1f1ee, "\ud83c\uddeb\ud83c\uddee" ); + name( "field_hockey", R.drawable.emj_1f3d1, "\ud83c\udfd1" ); + name( "field_hockey_stick_and_ball", R.drawable.emj_1f3d1, "\ud83c\udfd1" ); + name( "file_cabinet", R.drawable.emj_1f5c4, "\ud83d\uddc4" ); + name( "file_folder", R.drawable.emj_1f4c1, "\ud83d\udcc1" ); + name( "film_frames", R.drawable.emj_1f39e, "\ud83c\udf9e" ); + name( "film_projector", R.drawable.emj_1f4fd, "\ud83d\udcfd" ); + name( "fingers_crossed", R.drawable.emj_1f91e, "\ud83e\udd1e" ); + name( "fingers_crossed_tone1", R.drawable.emj_1f91e_1f3fb, "\ud83e\udd1e\ud83c\udffb" ); + name( "fingers_crossed_tone2", R.drawable.emj_1f91e_1f3fc, "\ud83e\udd1e\ud83c\udffc" ); + name( "fingers_crossed_tone3", R.drawable.emj_1f91e_1f3fd, "\ud83e\udd1e\ud83c\udffd" ); + name( "fingers_crossed_tone4", R.drawable.emj_1f91e_1f3fe, "\ud83e\udd1e\ud83c\udffe" ); + name( "fingers_crossed_tone5", R.drawable.emj_1f91e_1f3ff, "\ud83e\udd1e\ud83c\udfff" ); + name( "fire", R.drawable.emj_1f525, "\ud83d\udd25" ); + name( "fire_engine", R.drawable.emj_1f692, "\ud83d\ude92" ); + name( "fireworks", R.drawable.emj_1f386, "\ud83c\udf86" ); + name( "first_place", R.drawable.emj_1f947, "\ud83e\udd47" ); + name( "first_place_medal", R.drawable.emj_1f947, "\ud83e\udd47" ); + name( "first_quarter_moon", R.drawable.emj_1f313, "\ud83c\udf13" ); + name( "first_quarter_moon_with_face", R.drawable.emj_1f31b, "\ud83c\udf1b" ); + name( "fish", R.drawable.emj_1f41f, "\ud83d\udc1f" ); + name( "fish_cake", R.drawable.emj_1f365, "\ud83c\udf65" ); + name( "fishing_pole_and_fish", R.drawable.emj_1f3a3, "\ud83c\udfa3" ); + name( "fist", R.drawable.emj_270a, "\u270a" ); + name( "fist_dark_skin_tone", R.drawable.emj_270a_1f3ff, "\u270a\ud83c\udfff" ); + name( "fist_light_skin_tone", R.drawable.emj_270a_1f3fb, "\u270a\ud83c\udffb" ); + name( "fist_medium_dark_skin_tone", R.drawable.emj_270a_1f3fe, "\u270a\ud83c\udffe" ); + name( "fist_medium_light_skin_tone", R.drawable.emj_270a_1f3fc, "\u270a\ud83c\udffc" ); + name( "fist_medium_skin_tone", R.drawable.emj_270a_1f3fd, "\u270a\ud83c\udffd" ); + name( "fist_tone1", R.drawable.emj_270a_1f3fb, "\u270a\ud83c\udffb" ); + name( "fist_tone2", R.drawable.emj_270a_1f3fc, "\u270a\ud83c\udffc" ); + name( "fist_tone3", R.drawable.emj_270a_1f3fd, "\u270a\ud83c\udffd" ); + name( "fist_tone4", R.drawable.emj_270a_1f3fe, "\u270a\ud83c\udffe" ); + name( "fist_tone5", R.drawable.emj_270a_1f3ff, "\u270a\ud83c\udfff" ); + name( "five", R.drawable.emj_0035_20e3, "\u0035\u20e3" ); + name( "fj", R.drawable.emj_1f1eb_1f1ef, "\ud83c\uddeb\ud83c\uddef" ); + name( "fk", R.drawable.emj_1f1eb_1f1f0, "\ud83c\uddeb\ud83c\uddf0" ); + name( "flag_ac", R.drawable.emj_1f1e6_1f1e8, "\ud83c\udde6\ud83c\udde8" ); + name( "flag_ad", R.drawable.emj_1f1e6_1f1e9, "\ud83c\udde6\ud83c\udde9" ); + name( "flag_ae", R.drawable.emj_1f1e6_1f1ea, "\ud83c\udde6\ud83c\uddea" ); + name( "flag_af", R.drawable.emj_1f1e6_1f1eb, "\ud83c\udde6\ud83c\uddeb" ); + name( "flag_ag", R.drawable.emj_1f1e6_1f1ec, "\ud83c\udde6\ud83c\uddec" ); + name( "flag_ai", R.drawable.emj_1f1e6_1f1ee, "\ud83c\udde6\ud83c\uddee" ); + name( "flag_al", R.drawable.emj_1f1e6_1f1f1, "\ud83c\udde6\ud83c\uddf1" ); + name( "flag_am", R.drawable.emj_1f1e6_1f1f2, "\ud83c\udde6\ud83c\uddf2" ); + name( "flag_ao", R.drawable.emj_1f1e6_1f1f4, "\ud83c\udde6\ud83c\uddf4" ); + name( "flag_aq", R.drawable.emj_1f1e6_1f1f6, "\ud83c\udde6\ud83c\uddf6" ); + name( "flag_ar", R.drawable.emj_1f1e6_1f1f7, "\ud83c\udde6\ud83c\uddf7" ); + name( "flag_as", R.drawable.emj_1f1e6_1f1f8, "\ud83c\udde6\ud83c\uddf8" ); + name( "flag_at", R.drawable.emj_1f1e6_1f1f9, "\ud83c\udde6\ud83c\uddf9" ); + name( "flag_au", R.drawable.emj_1f1e6_1f1fa, "\ud83c\udde6\ud83c\uddfa" ); + name( "flag_aw", R.drawable.emj_1f1e6_1f1fc, "\ud83c\udde6\ud83c\uddfc" ); + name( "flag_ax", R.drawable.emj_1f1e6_1f1fd, "\ud83c\udde6\ud83c\uddfd" ); + name( "flag_az", R.drawable.emj_1f1e6_1f1ff, "\ud83c\udde6\ud83c\uddff" ); + name( "flag_ba", R.drawable.emj_1f1e7_1f1e6, "\ud83c\udde7\ud83c\udde6" ); + name( "flag_bb", R.drawable.emj_1f1e7_1f1e7, "\ud83c\udde7\ud83c\udde7" ); + name( "flag_bd", R.drawable.emj_1f1e7_1f1e9, "\ud83c\udde7\ud83c\udde9" ); + name( "flag_be", R.drawable.emj_1f1e7_1f1ea, "\ud83c\udde7\ud83c\uddea" ); + name( "flag_bf", R.drawable.emj_1f1e7_1f1eb, "\ud83c\udde7\ud83c\uddeb" ); + name( "flag_bg", R.drawable.emj_1f1e7_1f1ec, "\ud83c\udde7\ud83c\uddec" ); + name( "flag_bh", R.drawable.emj_1f1e7_1f1ed, "\ud83c\udde7\ud83c\udded" ); + name( "flag_bi", R.drawable.emj_1f1e7_1f1ee, "\ud83c\udde7\ud83c\uddee" ); + name( "flag_bj", R.drawable.emj_1f1e7_1f1ef, "\ud83c\udde7\ud83c\uddef" ); + name( "flag_bl", R.drawable.emj_1f1e7_1f1f1, "\ud83c\udde7\ud83c\uddf1" ); + name( "flag_black", R.drawable.emj_1f3f4, "\ud83c\udff4" ); + name( "flag_bm", R.drawable.emj_1f1e7_1f1f2, "\ud83c\udde7\ud83c\uddf2" ); + name( "flag_bn", R.drawable.emj_1f1e7_1f1f3, "\ud83c\udde7\ud83c\uddf3" ); + name( "flag_bo", R.drawable.emj_1f1e7_1f1f4, "\ud83c\udde7\ud83c\uddf4" ); + name( "flag_bq", R.drawable.emj_1f1e7_1f1f6, "\ud83c\udde7\ud83c\uddf6" ); + name( "flag_br", R.drawable.emj_1f1e7_1f1f7, "\ud83c\udde7\ud83c\uddf7" ); + name( "flag_bs", R.drawable.emj_1f1e7_1f1f8, "\ud83c\udde7\ud83c\uddf8" ); + name( "flag_bt", R.drawable.emj_1f1e7_1f1f9, "\ud83c\udde7\ud83c\uddf9" ); + name( "flag_bv", R.drawable.emj_1f1e7_1f1fb, "\ud83c\udde7\ud83c\uddfb" ); + name( "flag_bw", R.drawable.emj_1f1e7_1f1fc, "\ud83c\udde7\ud83c\uddfc" ); + name( "flag_by", R.drawable.emj_1f1e7_1f1fe, "\ud83c\udde7\ud83c\uddfe" ); } private static void init65(){ - name( R.drawable.emj_1f3cd, "racing_motorcycle" ); - name( R.drawable.emj_1f3ce, "race_car" ); - name( R.drawable.emj_1f3ce, "racing_car" ); - name( R.drawable.emj_1f3cf, "cricket" ); - name( R.drawable.emj_1f3cf, "cricket_bat_and_ball" ); - name( R.drawable.emj_1f3cf, "cricket_bat_ball" ); - name( R.drawable.emj_1f3d0, "volleyball" ); - name( R.drawable.emj_1f3d1, "field_hockey" ); - name( R.drawable.emj_1f3d1, "field_hockey_stick_and_ball" ); - name( R.drawable.emj_1f3d2, "hockey" ); - name( R.drawable.emj_1f3d2, "ice_hockey_stick_and_puck" ); - name( R.drawable.emj_1f3d3, "ping_pong" ); - name( R.drawable.emj_1f3d3, "table_tennis" ); - name( R.drawable.emj_1f3d3, "table_tennis_paddle_and_ball" ); - name( R.drawable.emj_1f3d4, "mountain_snow" ); - name( R.drawable.emj_1f3d4, "snow_capped_mountain" ); - name( R.drawable.emj_1f3d5, "camping" ); - name( R.drawable.emj_1f3d6, "beach" ); - name( R.drawable.emj_1f3d6, "beach_with_umbrella" ); - name( R.drawable.emj_1f3d7, "building_construction" ); - name( R.drawable.emj_1f3d7, "construction_site" ); - name( R.drawable.emj_1f3d8, "homes" ); - name( R.drawable.emj_1f3d8, "house_buildings" ); - name( R.drawable.emj_1f3d9, "cityscape" ); - name( R.drawable.emj_1f3da, "derelict_house_building" ); - name( R.drawable.emj_1f3da, "house_abandoned" ); - name( R.drawable.emj_1f3db, "classical_building" ); - name( R.drawable.emj_1f3dc, "desert" ); - name( R.drawable.emj_1f3dd, "desert_island" ); - name( R.drawable.emj_1f3dd, "island" ); - name( R.drawable.emj_1f3de, "national_park" ); - name( R.drawable.emj_1f3de, "park" ); - name( R.drawable.emj_1f3df, "stadium" ); - name( R.drawable.emj_1f3e0, "house" ); - name( R.drawable.emj_1f3e1, "house_with_garden" ); - name( R.drawable.emj_1f3e2, "office" ); - name( R.drawable.emj_1f3e3, "post_office" ); - name( R.drawable.emj_1f3e4, "european_post_office" ); - name( R.drawable.emj_1f3e5, "hospital" ); - name( R.drawable.emj_1f3e6, "bank" ); - name( R.drawable.emj_1f3e7, "atm" ); - name( R.drawable.emj_1f3e8, "hotel" ); - name( R.drawable.emj_1f3e9, "love_hotel" ); - name( R.drawable.emj_1f3ea, "convenience_store" ); - name( R.drawable.emj_1f3eb, "school" ); - name( R.drawable.emj_1f3ec, "department_store" ); - name( R.drawable.emj_1f3ed, "factory" ); - name( R.drawable.emj_1f3ee, "izakaya_lantern" ); - name( R.drawable.emj_1f3ee, "lantern" ); - name( R.drawable.emj_1f3ef, "japanese_castle" ); - name( R.drawable.emj_1f3f0, "european_castle" ); - name( R.drawable.emj_1f3f3, "flag_white" ); - name( R.drawable.emj_1f3f3, "waving_white_flag" ); - name( R.drawable.emj_1f3f3_fe0f_200d_1f308, "gay_pride_flag" ); - name( R.drawable.emj_1f3f3_fe0f_200d_1f308, "rainbow_flag" ); - name( R.drawable.emj_1f3f4, "flag_black" ); - name( R.drawable.emj_1f3f4, "waving_black_flag" ); - name( R.drawable.emj_1f3f5, "rosette" ); - name( R.drawable.emj_1f3f7, "label" ); - name( R.drawable.emj_1f3f8, "badminton" ); - name( R.drawable.emj_1f3f8, "badminton_racquet_and_shuttlecock" ); - name( R.drawable.emj_1f3f9, "archery" ); - name( R.drawable.emj_1f3f9, "bow_and_arrow" ); - name( R.drawable.emj_1f3fa, "amphora" ); - name( R.drawable.emj_1f3fb, "skin_tone_2" ); - name( R.drawable.emj_1f3fb, "tone1" ); - name( R.drawable.emj_1f3fc, "skin_tone_3" ); - name( R.drawable.emj_1f3fc, "tone2" ); - name( R.drawable.emj_1f3fd, "skin_tone_4" ); - name( R.drawable.emj_1f3fd, "tone3" ); - name( R.drawable.emj_1f3fe, "skin_tone_5" ); - name( R.drawable.emj_1f3fe, "tone4" ); - name( R.drawable.emj_1f3ff, "skin_tone_6" ); - name( R.drawable.emj_1f3ff, "tone5" ); - name( R.drawable.emj_1f400, "rat" ); - name( R.drawable.emj_1f401, "mouse2" ); - name( R.drawable.emj_1f402, "ox" ); - name( R.drawable.emj_1f403, "water_buffalo" ); - name( R.drawable.emj_1f404, "cow2" ); - name( R.drawable.emj_1f405, "tiger2" ); - name( R.drawable.emj_1f406, "leopard" ); - name( R.drawable.emj_1f407, "rabbit2" ); - name( R.drawable.emj_1f408, "cat2" ); - name( R.drawable.emj_1f409, "dragon" ); - name( R.drawable.emj_1f40a, "crocodile" ); - name( R.drawable.emj_1f40b, "whale2" ); - name( R.drawable.emj_1f40c, "snail" ); - name( R.drawable.emj_1f40d, "snake" ); - name( R.drawable.emj_1f40e, "racehorse" ); - name( R.drawable.emj_1f40f, "ram" ); - name( R.drawable.emj_1f410, "goat" ); - name( R.drawable.emj_1f411, "sheep" ); - name( R.drawable.emj_1f412, "monkey" ); - name( R.drawable.emj_1f413, "rooster" ); - name( R.drawable.emj_1f414, "chicken" ); - name( R.drawable.emj_1f415, "dog2" ); - name( R.drawable.emj_1f416, "pig2" ); - name( R.drawable.emj_1f417, "boar" ); - name( R.drawable.emj_1f418, "elephant" ); - name( R.drawable.emj_1f419, "octopus" ); - name( R.drawable.emj_1f41a, "shell" ); + name( "flag_bz", R.drawable.emj_1f1e7_1f1ff, "\ud83c\udde7\ud83c\uddff" ); + name( "flag_ca", R.drawable.emj_1f1e8_1f1e6, "\ud83c\udde8\ud83c\udde6" ); + name( "flag_cc", R.drawable.emj_1f1e8_1f1e8, "\ud83c\udde8\ud83c\udde8" ); + name( "flag_cd", R.drawable.emj_1f1e8_1f1e9, "\ud83c\udde8\ud83c\udde9" ); + name( "flag_cf", R.drawable.emj_1f1e8_1f1eb, "\ud83c\udde8\ud83c\uddeb" ); + name( "flag_cg", R.drawable.emj_1f1e8_1f1ec, "\ud83c\udde8\ud83c\uddec" ); + name( "flag_ch", R.drawable.emj_1f1e8_1f1ed, "\ud83c\udde8\ud83c\udded" ); + name( "flag_ci", R.drawable.emj_1f1e8_1f1ee, "\ud83c\udde8\ud83c\uddee" ); + name( "flag_ck", R.drawable.emj_1f1e8_1f1f0, "\ud83c\udde8\ud83c\uddf0" ); + name( "flag_cl", R.drawable.emj_1f1e8_1f1f1, "\ud83c\udde8\ud83c\uddf1" ); + name( "flag_cm", R.drawable.emj_1f1e8_1f1f2, "\ud83c\udde8\ud83c\uddf2" ); + name( "flag_cn", R.drawable.emj_1f1e8_1f1f3, "\ud83c\udde8\ud83c\uddf3" ); + name( "flag_co", R.drawable.emj_1f1e8_1f1f4, "\ud83c\udde8\ud83c\uddf4" ); + name( "flag_cp", R.drawable.emj_1f1e8_1f1f5, "\ud83c\udde8\ud83c\uddf5" ); + name( "flag_cr", R.drawable.emj_1f1e8_1f1f7, "\ud83c\udde8\ud83c\uddf7" ); + name( "flag_cu", R.drawable.emj_1f1e8_1f1fa, "\ud83c\udde8\ud83c\uddfa" ); + name( "flag_cv", R.drawable.emj_1f1e8_1f1fb, "\ud83c\udde8\ud83c\uddfb" ); + name( "flag_cw", R.drawable.emj_1f1e8_1f1fc, "\ud83c\udde8\ud83c\uddfc" ); + name( "flag_cx", R.drawable.emj_1f1e8_1f1fd, "\ud83c\udde8\ud83c\uddfd" ); + name( "flag_cy", R.drawable.emj_1f1e8_1f1fe, "\ud83c\udde8\ud83c\uddfe" ); + name( "flag_cz", R.drawable.emj_1f1e8_1f1ff, "\ud83c\udde8\ud83c\uddff" ); + name( "flag_de", R.drawable.emj_1f1e9_1f1ea, "\ud83c\udde9\ud83c\uddea" ); + name( "flag_dg", R.drawable.emj_1f1e9_1f1ec, "\ud83c\udde9\ud83c\uddec" ); + name( "flag_dj", R.drawable.emj_1f1e9_1f1ef, "\ud83c\udde9\ud83c\uddef" ); + name( "flag_dk", R.drawable.emj_1f1e9_1f1f0, "\ud83c\udde9\ud83c\uddf0" ); + name( "flag_dm", R.drawable.emj_1f1e9_1f1f2, "\ud83c\udde9\ud83c\uddf2" ); + name( "flag_do", R.drawable.emj_1f1e9_1f1f4, "\ud83c\udde9\ud83c\uddf4" ); + name( "flag_dz", R.drawable.emj_1f1e9_1f1ff, "\ud83c\udde9\ud83c\uddff" ); + name( "flag_ea", R.drawable.emj_1f1ea_1f1e6, "\ud83c\uddea\ud83c\udde6" ); + name( "flag_ec", R.drawable.emj_1f1ea_1f1e8, "\ud83c\uddea\ud83c\udde8" ); + name( "flag_ee", R.drawable.emj_1f1ea_1f1ea, "\ud83c\uddea\ud83c\uddea" ); + name( "flag_eg", R.drawable.emj_1f1ea_1f1ec, "\ud83c\uddea\ud83c\uddec" ); + name( "flag_eh", R.drawable.emj_1f1ea_1f1ed, "\ud83c\uddea\ud83c\udded" ); + name( "flag_er", R.drawable.emj_1f1ea_1f1f7, "\ud83c\uddea\ud83c\uddf7" ); + name( "flag_es", R.drawable.emj_1f1ea_1f1f8, "\ud83c\uddea\ud83c\uddf8" ); + name( "flag_et", R.drawable.emj_1f1ea_1f1f9, "\ud83c\uddea\ud83c\uddf9" ); + name( "flag_eu", R.drawable.emj_1f1ea_1f1fa, "\ud83c\uddea\ud83c\uddfa" ); + name( "flag_fi", R.drawable.emj_1f1eb_1f1ee, "\ud83c\uddeb\ud83c\uddee" ); + name( "flag_fj", R.drawable.emj_1f1eb_1f1ef, "\ud83c\uddeb\ud83c\uddef" ); + name( "flag_fk", R.drawable.emj_1f1eb_1f1f0, "\ud83c\uddeb\ud83c\uddf0" ); + name( "flag_fm", R.drawable.emj_1f1eb_1f1f2, "\ud83c\uddeb\ud83c\uddf2" ); + name( "flag_fo", R.drawable.emj_1f1eb_1f1f4, "\ud83c\uddeb\ud83c\uddf4" ); + name( "flag_fr", R.drawable.emj_1f1eb_1f1f7, "\ud83c\uddeb\ud83c\uddf7" ); + name( "flag_ga", R.drawable.emj_1f1ec_1f1e6, "\ud83c\uddec\ud83c\udde6" ); + name( "flag_gb", R.drawable.emj_1f1ec_1f1e7, "\ud83c\uddec\ud83c\udde7" ); + name( "flag_gd", R.drawable.emj_1f1ec_1f1e9, "\ud83c\uddec\ud83c\udde9" ); + name( "flag_ge", R.drawable.emj_1f1ec_1f1ea, "\ud83c\uddec\ud83c\uddea" ); + name( "flag_gf", R.drawable.emj_1f1ec_1f1eb, "\ud83c\uddec\ud83c\uddeb" ); + name( "flag_gg", R.drawable.emj_1f1ec_1f1ec, "\ud83c\uddec\ud83c\uddec" ); + name( "flag_gh", R.drawable.emj_1f1ec_1f1ed, "\ud83c\uddec\ud83c\udded" ); + name( "flag_gi", R.drawable.emj_1f1ec_1f1ee, "\ud83c\uddec\ud83c\uddee" ); + name( "flag_gl", R.drawable.emj_1f1ec_1f1f1, "\ud83c\uddec\ud83c\uddf1" ); + name( "flag_gm", R.drawable.emj_1f1ec_1f1f2, "\ud83c\uddec\ud83c\uddf2" ); + name( "flag_gn", R.drawable.emj_1f1ec_1f1f3, "\ud83c\uddec\ud83c\uddf3" ); + name( "flag_gp", R.drawable.emj_1f1ec_1f1f5, "\ud83c\uddec\ud83c\uddf5" ); + name( "flag_gq", R.drawable.emj_1f1ec_1f1f6, "\ud83c\uddec\ud83c\uddf6" ); + name( "flag_gr", R.drawable.emj_1f1ec_1f1f7, "\ud83c\uddec\ud83c\uddf7" ); + name( "flag_gs", R.drawable.emj_1f1ec_1f1f8, "\ud83c\uddec\ud83c\uddf8" ); + name( "flag_gt", R.drawable.emj_1f1ec_1f1f9, "\ud83c\uddec\ud83c\uddf9" ); + name( "flag_gu", R.drawable.emj_1f1ec_1f1fa, "\ud83c\uddec\ud83c\uddfa" ); + name( "flag_gw", R.drawable.emj_1f1ec_1f1fc, "\ud83c\uddec\ud83c\uddfc" ); + name( "flag_gy", R.drawable.emj_1f1ec_1f1fe, "\ud83c\uddec\ud83c\uddfe" ); + name( "flag_hk", R.drawable.emj_1f1ed_1f1f0, "\ud83c\udded\ud83c\uddf0" ); + name( "flag_hm", R.drawable.emj_1f1ed_1f1f2, "\ud83c\udded\ud83c\uddf2" ); + name( "flag_hn", R.drawable.emj_1f1ed_1f1f3, "\ud83c\udded\ud83c\uddf3" ); + name( "flag_hr", R.drawable.emj_1f1ed_1f1f7, "\ud83c\udded\ud83c\uddf7" ); + name( "flag_ht", R.drawable.emj_1f1ed_1f1f9, "\ud83c\udded\ud83c\uddf9" ); + name( "flag_hu", R.drawable.emj_1f1ed_1f1fa, "\ud83c\udded\ud83c\uddfa" ); + name( "flag_ic", R.drawable.emj_1f1ee_1f1e8, "\ud83c\uddee\ud83c\udde8" ); + name( "flag_id", R.drawable.emj_1f1ee_1f1e9, "\ud83c\uddee\ud83c\udde9" ); + name( "flag_ie", R.drawable.emj_1f1ee_1f1ea, "\ud83c\uddee\ud83c\uddea" ); + name( "flag_il", R.drawable.emj_1f1ee_1f1f1, "\ud83c\uddee\ud83c\uddf1" ); + name( "flag_im", R.drawable.emj_1f1ee_1f1f2, "\ud83c\uddee\ud83c\uddf2" ); + name( "flag_in", R.drawable.emj_1f1ee_1f1f3, "\ud83c\uddee\ud83c\uddf3" ); + name( "flag_io", R.drawable.emj_1f1ee_1f1f4, "\ud83c\uddee\ud83c\uddf4" ); + name( "flag_iq", R.drawable.emj_1f1ee_1f1f6, "\ud83c\uddee\ud83c\uddf6" ); + name( "flag_ir", R.drawable.emj_1f1ee_1f1f7, "\ud83c\uddee\ud83c\uddf7" ); + name( "flag_is", R.drawable.emj_1f1ee_1f1f8, "\ud83c\uddee\ud83c\uddf8" ); + name( "flag_it", R.drawable.emj_1f1ee_1f1f9, "\ud83c\uddee\ud83c\uddf9" ); + name( "flag_je", R.drawable.emj_1f1ef_1f1ea, "\ud83c\uddef\ud83c\uddea" ); + name( "flag_jm", R.drawable.emj_1f1ef_1f1f2, "\ud83c\uddef\ud83c\uddf2" ); + name( "flag_jo", R.drawable.emj_1f1ef_1f1f4, "\ud83c\uddef\ud83c\uddf4" ); + name( "flag_jp", R.drawable.emj_1f1ef_1f1f5, "\ud83c\uddef\ud83c\uddf5" ); + name( "flag_ke", R.drawable.emj_1f1f0_1f1ea, "\ud83c\uddf0\ud83c\uddea" ); + name( "flag_kg", R.drawable.emj_1f1f0_1f1ec, "\ud83c\uddf0\ud83c\uddec" ); + name( "flag_kh", R.drawable.emj_1f1f0_1f1ed, "\ud83c\uddf0\ud83c\udded" ); + name( "flag_ki", R.drawable.emj_1f1f0_1f1ee, "\ud83c\uddf0\ud83c\uddee" ); + name( "flag_km", R.drawable.emj_1f1f0_1f1f2, "\ud83c\uddf0\ud83c\uddf2" ); + name( "flag_kn", R.drawable.emj_1f1f0_1f1f3, "\ud83c\uddf0\ud83c\uddf3" ); + name( "flag_kp", R.drawable.emj_1f1f0_1f1f5, "\ud83c\uddf0\ud83c\uddf5" ); + name( "flag_kr", R.drawable.emj_1f1f0_1f1f7, "\ud83c\uddf0\ud83c\uddf7" ); + name( "flag_kw", R.drawable.emj_1f1f0_1f1fc, "\ud83c\uddf0\ud83c\uddfc" ); + name( "flag_ky", R.drawable.emj_1f1f0_1f1fe, "\ud83c\uddf0\ud83c\uddfe" ); + name( "flag_kz", R.drawable.emj_1f1f0_1f1ff, "\ud83c\uddf0\ud83c\uddff" ); + name( "flag_la", R.drawable.emj_1f1f1_1f1e6, "\ud83c\uddf1\ud83c\udde6" ); + name( "flag_lb", R.drawable.emj_1f1f1_1f1e7, "\ud83c\uddf1\ud83c\udde7" ); + name( "flag_lc", R.drawable.emj_1f1f1_1f1e8, "\ud83c\uddf1\ud83c\udde8" ); + name( "flag_li", R.drawable.emj_1f1f1_1f1ee, "\ud83c\uddf1\ud83c\uddee" ); + name( "flag_lk", R.drawable.emj_1f1f1_1f1f0, "\ud83c\uddf1\ud83c\uddf0" ); + name( "flag_lr", R.drawable.emj_1f1f1_1f1f7, "\ud83c\uddf1\ud83c\uddf7" ); + name( "flag_ls", R.drawable.emj_1f1f1_1f1f8, "\ud83c\uddf1\ud83c\uddf8" ); } private static void init66(){ - name( R.drawable.emj_1f41b, "bug" ); - name( R.drawable.emj_1f41c, "ant" ); - name( R.drawable.emj_1f41d, "bee" ); - name( R.drawable.emj_1f41d, "honeybee" ); - name( R.drawable.emj_1f41e, "beetle" ); - name( R.drawable.emj_1f41f, "fish" ); - name( R.drawable.emj_1f420, "tropical_fish" ); - name( R.drawable.emj_1f421, "blowfish" ); - name( R.drawable.emj_1f422, "turtle" ); - name( R.drawable.emj_1f423, "hatching_chick" ); - name( R.drawable.emj_1f424, "baby_chick" ); - name( R.drawable.emj_1f425, "hatched_chick" ); - name( R.drawable.emj_1f426, "bird" ); - name( R.drawable.emj_1f427, "penguin" ); - name( R.drawable.emj_1f428, "koala" ); - name( R.drawable.emj_1f429, "poodle" ); - name( R.drawable.emj_1f42a, "dromedary_camel" ); - name( R.drawable.emj_1f42b, "camel" ); - name( R.drawable.emj_1f42c, "dolphin" ); - name( R.drawable.emj_1f42c, "flipper" ); - name( R.drawable.emj_1f42d, "mouse" ); - name( R.drawable.emj_1f42e, "cow" ); - name( R.drawable.emj_1f42f, "tiger" ); - name( R.drawable.emj_1f430, "rabbit" ); - name( R.drawable.emj_1f431, "cat" ); - name( R.drawable.emj_1f432, "dragon_face" ); - name( R.drawable.emj_1f433, "whale" ); - name( R.drawable.emj_1f434, "horse" ); - name( R.drawable.emj_1f435, "monkey_face" ); - name( R.drawable.emj_1f436, "dog" ); - name( R.drawable.emj_1f437, "pig" ); - name( R.drawable.emj_1f438, "frog" ); - name( R.drawable.emj_1f439, "hamster" ); - name( R.drawable.emj_1f43a, "wolf" ); - name( R.drawable.emj_1f43b, "bear" ); - name( R.drawable.emj_1f43c, "panda_face" ); - name( R.drawable.emj_1f43d, "pig_nose" ); - name( R.drawable.emj_1f43e, "feet" ); - name( R.drawable.emj_1f43e, "paw_prints" ); - name( R.drawable.emj_1f43f, "chipmunk" ); - name( R.drawable.emj_1f440, "eyes" ); - name( R.drawable.emj_1f441, "eye" ); - name( R.drawable.emj_1f441_fe0f_200d_1f5e8_fe0f, "eye_in_speech_bubble" ); - name( R.drawable.emj_1f442, "ear" ); - name( R.drawable.emj_1f442_1f3fb, "ear_light_skin_tone" ); - name( R.drawable.emj_1f442_1f3fb, "ear_tone1" ); - name( R.drawable.emj_1f442_1f3fc, "ear_medium_light_skin_tone" ); - name( R.drawable.emj_1f442_1f3fc, "ear_tone2" ); - name( R.drawable.emj_1f442_1f3fd, "ear_medium_skin_tone" ); - name( R.drawable.emj_1f442_1f3fd, "ear_tone3" ); - name( R.drawable.emj_1f442_1f3fe, "ear_medium_dark_skin_tone" ); - name( R.drawable.emj_1f442_1f3fe, "ear_tone4" ); - name( R.drawable.emj_1f442_1f3ff, "ear_dark_skin_tone" ); - name( R.drawable.emj_1f442_1f3ff, "ear_tone5" ); - name( R.drawable.emj_1f443, "nose" ); - name( R.drawable.emj_1f443_1f3fb, "nose_light_skin_tone" ); - name( R.drawable.emj_1f443_1f3fb, "nose_tone1" ); - name( R.drawable.emj_1f443_1f3fc, "nose_medium_light_skin_tone" ); - name( R.drawable.emj_1f443_1f3fc, "nose_tone2" ); - name( R.drawable.emj_1f443_1f3fd, "nose_medium_skin_tone" ); - name( R.drawable.emj_1f443_1f3fd, "nose_tone3" ); - name( R.drawable.emj_1f443_1f3fe, "nose_medium_dark_skin_tone" ); - name( R.drawable.emj_1f443_1f3fe, "nose_tone4" ); - name( R.drawable.emj_1f443_1f3ff, "nose_dark_skin_tone" ); - name( R.drawable.emj_1f443_1f3ff, "nose_tone5" ); - name( R.drawable.emj_1f444, "lips" ); - name( R.drawable.emj_1f445, "tongue" ); - name( R.drawable.emj_1f446, "point_up_2" ); - name( R.drawable.emj_1f446_1f3fb, "point_up_2_light_skin_tone" ); - name( R.drawable.emj_1f446_1f3fb, "point_up_2_tone1" ); - name( R.drawable.emj_1f446_1f3fc, "point_up_2_medium_light_skin_tone" ); - name( R.drawable.emj_1f446_1f3fc, "point_up_2_tone2" ); - name( R.drawable.emj_1f446_1f3fd, "point_up_2_medium_skin_tone" ); - name( R.drawable.emj_1f446_1f3fd, "point_up_2_tone3" ); - name( R.drawable.emj_1f446_1f3fe, "point_up_2_medium_dark_skin_tone" ); - name( R.drawable.emj_1f446_1f3fe, "point_up_2_tone4" ); - name( R.drawable.emj_1f446_1f3ff, "point_up_2_dark_skin_tone" ); - name( R.drawable.emj_1f446_1f3ff, "point_up_2_tone5" ); - name( R.drawable.emj_1f447, "point_down" ); - name( R.drawable.emj_1f447_1f3fb, "point_down_light_skin_tone" ); - name( R.drawable.emj_1f447_1f3fb, "point_down_tone1" ); - name( R.drawable.emj_1f447_1f3fc, "point_down_medium_light_skin_tone" ); - name( R.drawable.emj_1f447_1f3fc, "point_down_tone2" ); - name( R.drawable.emj_1f447_1f3fd, "point_down_medium_skin_tone" ); - name( R.drawable.emj_1f447_1f3fd, "point_down_tone3" ); - name( R.drawable.emj_1f447_1f3fe, "point_down_medium_dark_skin_tone" ); - name( R.drawable.emj_1f447_1f3fe, "point_down_tone4" ); - name( R.drawable.emj_1f447_1f3ff, "point_down_dark_skin_tone" ); - name( R.drawable.emj_1f447_1f3ff, "point_down_tone5" ); - name( R.drawable.emj_1f448, "point_left" ); - name( R.drawable.emj_1f448_1f3fb, "point_left_light_skin_tone" ); - name( R.drawable.emj_1f448_1f3fb, "point_left_tone1" ); - name( R.drawable.emj_1f448_1f3fc, "point_left_medium_light_skin_tone" ); - name( R.drawable.emj_1f448_1f3fc, "point_left_tone2" ); - name( R.drawable.emj_1f448_1f3fd, "point_left_medium_skin_tone" ); - name( R.drawable.emj_1f448_1f3fd, "point_left_tone3" ); - name( R.drawable.emj_1f448_1f3fe, "point_left_medium_dark_skin_tone" ); - name( R.drawable.emj_1f448_1f3fe, "point_left_tone4" ); - name( R.drawable.emj_1f448_1f3ff, "point_left_dark_skin_tone" ); - name( R.drawable.emj_1f448_1f3ff, "point_left_tone5" ); - name( R.drawable.emj_1f449, "point_right" ); + name( "flag_lt", R.drawable.emj_1f1f1_1f1f9, "\ud83c\uddf1\ud83c\uddf9" ); + name( "flag_lu", R.drawable.emj_1f1f1_1f1fa, "\ud83c\uddf1\ud83c\uddfa" ); + name( "flag_lv", R.drawable.emj_1f1f1_1f1fb, "\ud83c\uddf1\ud83c\uddfb" ); + name( "flag_ly", R.drawable.emj_1f1f1_1f1fe, "\ud83c\uddf1\ud83c\uddfe" ); + name( "flag_ma", R.drawable.emj_1f1f2_1f1e6, "\ud83c\uddf2\ud83c\udde6" ); + name( "flag_mc", R.drawable.emj_1f1f2_1f1e8, "\ud83c\uddf2\ud83c\udde8" ); + name( "flag_md", R.drawable.emj_1f1f2_1f1e9, "\ud83c\uddf2\ud83c\udde9" ); + name( "flag_me", R.drawable.emj_1f1f2_1f1ea, "\ud83c\uddf2\ud83c\uddea" ); + name( "flag_mf", R.drawable.emj_1f1f2_1f1eb, "\ud83c\uddf2\ud83c\uddeb" ); + name( "flag_mg", R.drawable.emj_1f1f2_1f1ec, "\ud83c\uddf2\ud83c\uddec" ); + name( "flag_mh", R.drawable.emj_1f1f2_1f1ed, "\ud83c\uddf2\ud83c\udded" ); + name( "flag_mk", R.drawable.emj_1f1f2_1f1f0, "\ud83c\uddf2\ud83c\uddf0" ); + name( "flag_ml", R.drawable.emj_1f1f2_1f1f1, "\ud83c\uddf2\ud83c\uddf1" ); + name( "flag_mm", R.drawable.emj_1f1f2_1f1f2, "\ud83c\uddf2\ud83c\uddf2" ); + name( "flag_mn", R.drawable.emj_1f1f2_1f1f3, "\ud83c\uddf2\ud83c\uddf3" ); + name( "flag_mo", R.drawable.emj_1f1f2_1f1f4, "\ud83c\uddf2\ud83c\uddf4" ); + name( "flag_mp", R.drawable.emj_1f1f2_1f1f5, "\ud83c\uddf2\ud83c\uddf5" ); + name( "flag_mq", R.drawable.emj_1f1f2_1f1f6, "\ud83c\uddf2\ud83c\uddf6" ); + name( "flag_mr", R.drawable.emj_1f1f2_1f1f7, "\ud83c\uddf2\ud83c\uddf7" ); + name( "flag_ms", R.drawable.emj_1f1f2_1f1f8, "\ud83c\uddf2\ud83c\uddf8" ); + name( "flag_mt", R.drawable.emj_1f1f2_1f1f9, "\ud83c\uddf2\ud83c\uddf9" ); + name( "flag_mu", R.drawable.emj_1f1f2_1f1fa, "\ud83c\uddf2\ud83c\uddfa" ); + name( "flag_mv", R.drawable.emj_1f1f2_1f1fb, "\ud83c\uddf2\ud83c\uddfb" ); + name( "flag_mw", R.drawable.emj_1f1f2_1f1fc, "\ud83c\uddf2\ud83c\uddfc" ); + name( "flag_mx", R.drawable.emj_1f1f2_1f1fd, "\ud83c\uddf2\ud83c\uddfd" ); + name( "flag_my", R.drawable.emj_1f1f2_1f1fe, "\ud83c\uddf2\ud83c\uddfe" ); + name( "flag_mz", R.drawable.emj_1f1f2_1f1ff, "\ud83c\uddf2\ud83c\uddff" ); + name( "flag_na", R.drawable.emj_1f1f3_1f1e6, "\ud83c\uddf3\ud83c\udde6" ); + name( "flag_nc", R.drawable.emj_1f1f3_1f1e8, "\ud83c\uddf3\ud83c\udde8" ); + name( "flag_ne", R.drawable.emj_1f1f3_1f1ea, "\ud83c\uddf3\ud83c\uddea" ); + name( "flag_nf", R.drawable.emj_1f1f3_1f1eb, "\ud83c\uddf3\ud83c\uddeb" ); + name( "flag_ng", R.drawable.emj_1f1f3_1f1ec, "\ud83c\uddf3\ud83c\uddec" ); + name( "flag_ni", R.drawable.emj_1f1f3_1f1ee, "\ud83c\uddf3\ud83c\uddee" ); + name( "flag_nl", R.drawable.emj_1f1f3_1f1f1, "\ud83c\uddf3\ud83c\uddf1" ); + name( "flag_no", R.drawable.emj_1f1f3_1f1f4, "\ud83c\uddf3\ud83c\uddf4" ); + name( "flag_np", R.drawable.emj_1f1f3_1f1f5, "\ud83c\uddf3\ud83c\uddf5" ); + name( "flag_nr", R.drawable.emj_1f1f3_1f1f7, "\ud83c\uddf3\ud83c\uddf7" ); + name( "flag_nu", R.drawable.emj_1f1f3_1f1fa, "\ud83c\uddf3\ud83c\uddfa" ); + name( "flag_nz", R.drawable.emj_1f1f3_1f1ff, "\ud83c\uddf3\ud83c\uddff" ); + name( "flag_om", R.drawable.emj_1f1f4_1f1f2, "\ud83c\uddf4\ud83c\uddf2" ); + name( "flag_pa", R.drawable.emj_1f1f5_1f1e6, "\ud83c\uddf5\ud83c\udde6" ); + name( "flag_pe", R.drawable.emj_1f1f5_1f1ea, "\ud83c\uddf5\ud83c\uddea" ); + name( "flag_pf", R.drawable.emj_1f1f5_1f1eb, "\ud83c\uddf5\ud83c\uddeb" ); + name( "flag_pg", R.drawable.emj_1f1f5_1f1ec, "\ud83c\uddf5\ud83c\uddec" ); + name( "flag_ph", R.drawable.emj_1f1f5_1f1ed, "\ud83c\uddf5\ud83c\udded" ); + name( "flag_pk", R.drawable.emj_1f1f5_1f1f0, "\ud83c\uddf5\ud83c\uddf0" ); + name( "flag_pl", R.drawable.emj_1f1f5_1f1f1, "\ud83c\uddf5\ud83c\uddf1" ); + name( "flag_pm", R.drawable.emj_1f1f5_1f1f2, "\ud83c\uddf5\ud83c\uddf2" ); + name( "flag_pn", R.drawable.emj_1f1f5_1f1f3, "\ud83c\uddf5\ud83c\uddf3" ); + name( "flag_pr", R.drawable.emj_1f1f5_1f1f7, "\ud83c\uddf5\ud83c\uddf7" ); + name( "flag_ps", R.drawable.emj_1f1f5_1f1f8, "\ud83c\uddf5\ud83c\uddf8" ); + name( "flag_pt", R.drawable.emj_1f1f5_1f1f9, "\ud83c\uddf5\ud83c\uddf9" ); + name( "flag_pw", R.drawable.emj_1f1f5_1f1fc, "\ud83c\uddf5\ud83c\uddfc" ); + name( "flag_py", R.drawable.emj_1f1f5_1f1fe, "\ud83c\uddf5\ud83c\uddfe" ); + name( "flag_qa", R.drawable.emj_1f1f6_1f1e6, "\ud83c\uddf6\ud83c\udde6" ); + name( "flag_re", R.drawable.emj_1f1f7_1f1ea, "\ud83c\uddf7\ud83c\uddea" ); + name( "flag_ro", R.drawable.emj_1f1f7_1f1f4, "\ud83c\uddf7\ud83c\uddf4" ); + name( "flag_rs", R.drawable.emj_1f1f7_1f1f8, "\ud83c\uddf7\ud83c\uddf8" ); + name( "flag_ru", R.drawable.emj_1f1f7_1f1fa, "\ud83c\uddf7\ud83c\uddfa" ); + name( "flag_rw", R.drawable.emj_1f1f7_1f1fc, "\ud83c\uddf7\ud83c\uddfc" ); + name( "flag_sa", R.drawable.emj_1f1f8_1f1e6, "\ud83c\uddf8\ud83c\udde6" ); + name( "flag_sb", R.drawable.emj_1f1f8_1f1e7, "\ud83c\uddf8\ud83c\udde7" ); + name( "flag_sc", R.drawable.emj_1f1f8_1f1e8, "\ud83c\uddf8\ud83c\udde8" ); + name( "flag_sd", R.drawable.emj_1f1f8_1f1e9, "\ud83c\uddf8\ud83c\udde9" ); + name( "flag_se", R.drawable.emj_1f1f8_1f1ea, "\ud83c\uddf8\ud83c\uddea" ); + name( "flag_sg", R.drawable.emj_1f1f8_1f1ec, "\ud83c\uddf8\ud83c\uddec" ); + name( "flag_sh", R.drawable.emj_1f1f8_1f1ed, "\ud83c\uddf8\ud83c\udded" ); + name( "flag_si", R.drawable.emj_1f1f8_1f1ee, "\ud83c\uddf8\ud83c\uddee" ); + name( "flag_sj", R.drawable.emj_1f1f8_1f1ef, "\ud83c\uddf8\ud83c\uddef" ); + name( "flag_sk", R.drawable.emj_1f1f8_1f1f0, "\ud83c\uddf8\ud83c\uddf0" ); + name( "flag_sl", R.drawable.emj_1f1f8_1f1f1, "\ud83c\uddf8\ud83c\uddf1" ); + name( "flag_sm", R.drawable.emj_1f1f8_1f1f2, "\ud83c\uddf8\ud83c\uddf2" ); + name( "flag_sn", R.drawable.emj_1f1f8_1f1f3, "\ud83c\uddf8\ud83c\uddf3" ); + name( "flag_so", R.drawable.emj_1f1f8_1f1f4, "\ud83c\uddf8\ud83c\uddf4" ); + name( "flag_sr", R.drawable.emj_1f1f8_1f1f7, "\ud83c\uddf8\ud83c\uddf7" ); + name( "flag_ss", R.drawable.emj_1f1f8_1f1f8, "\ud83c\uddf8\ud83c\uddf8" ); + name( "flag_st", R.drawable.emj_1f1f8_1f1f9, "\ud83c\uddf8\ud83c\uddf9" ); + name( "flag_sv", R.drawable.emj_1f1f8_1f1fb, "\ud83c\uddf8\ud83c\uddfb" ); + name( "flag_sx", R.drawable.emj_1f1f8_1f1fd, "\ud83c\uddf8\ud83c\uddfd" ); + name( "flag_sy", R.drawable.emj_1f1f8_1f1fe, "\ud83c\uddf8\ud83c\uddfe" ); + name( "flag_sz", R.drawable.emj_1f1f8_1f1ff, "\ud83c\uddf8\ud83c\uddff" ); + name( "flag_ta", R.drawable.emj_1f1f9_1f1e6, "\ud83c\uddf9\ud83c\udde6" ); + name( "flag_tc", R.drawable.emj_1f1f9_1f1e8, "\ud83c\uddf9\ud83c\udde8" ); + name( "flag_td", R.drawable.emj_1f1f9_1f1e9, "\ud83c\uddf9\ud83c\udde9" ); + name( "flag_tf", R.drawable.emj_1f1f9_1f1eb, "\ud83c\uddf9\ud83c\uddeb" ); + name( "flag_tg", R.drawable.emj_1f1f9_1f1ec, "\ud83c\uddf9\ud83c\uddec" ); + name( "flag_th", R.drawable.emj_1f1f9_1f1ed, "\ud83c\uddf9\ud83c\udded" ); + name( "flag_tj", R.drawable.emj_1f1f9_1f1ef, "\ud83c\uddf9\ud83c\uddef" ); + name( "flag_tk", R.drawable.emj_1f1f9_1f1f0, "\ud83c\uddf9\ud83c\uddf0" ); + name( "flag_tl", R.drawable.emj_1f1f9_1f1f1, "\ud83c\uddf9\ud83c\uddf1" ); + name( "flag_tm", R.drawable.emj_1f1f9_1f1f2, "\ud83c\uddf9\ud83c\uddf2" ); + name( "flag_tn", R.drawable.emj_1f1f9_1f1f3, "\ud83c\uddf9\ud83c\uddf3" ); + name( "flag_to", R.drawable.emj_1f1f9_1f1f4, "\ud83c\uddf9\ud83c\uddf4" ); + name( "flag_tr", R.drawable.emj_1f1f9_1f1f7, "\ud83c\uddf9\ud83c\uddf7" ); + name( "flag_tt", R.drawable.emj_1f1f9_1f1f9, "\ud83c\uddf9\ud83c\uddf9" ); + name( "flag_tv", R.drawable.emj_1f1f9_1f1fb, "\ud83c\uddf9\ud83c\uddfb" ); + name( "flag_tw", R.drawable.emj_1f1f9_1f1fc, "\ud83c\uddf9\ud83c\uddfc" ); + name( "flag_tz", R.drawable.emj_1f1f9_1f1ff, "\ud83c\uddf9\ud83c\uddff" ); + name( "flag_ua", R.drawable.emj_1f1fa_1f1e6, "\ud83c\uddfa\ud83c\udde6" ); + name( "flag_ug", R.drawable.emj_1f1fa_1f1ec, "\ud83c\uddfa\ud83c\uddec" ); + name( "flag_um", R.drawable.emj_1f1fa_1f1f2, "\ud83c\uddfa\ud83c\uddf2" ); } private static void init67(){ - name( R.drawable.emj_1f449_1f3fb, "point_right_light_skin_tone" ); - name( R.drawable.emj_1f449_1f3fb, "point_right_tone1" ); - name( R.drawable.emj_1f449_1f3fc, "point_right_medium_light_skin_tone" ); - name( R.drawable.emj_1f449_1f3fc, "point_right_tone2" ); - name( R.drawable.emj_1f449_1f3fd, "point_right_medium_skin_tone" ); - name( R.drawable.emj_1f449_1f3fd, "point_right_tone3" ); - name( R.drawable.emj_1f449_1f3fe, "point_right_medium_dark_skin_tone" ); - name( R.drawable.emj_1f449_1f3fe, "point_right_tone4" ); - name( R.drawable.emj_1f449_1f3ff, "point_right_dark_skin_tone" ); - name( R.drawable.emj_1f449_1f3ff, "point_right_tone5" ); - name( R.drawable.emj_1f44a, "facepunch" ); - name( R.drawable.emj_1f44a, "punch" ); - name( R.drawable.emj_1f44a_1f3fb, "facepunch_light_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fb, "facepunch_tone1" ); - name( R.drawable.emj_1f44a_1f3fb, "punch_light_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fb, "punch_tone1" ); - name( R.drawable.emj_1f44a_1f3fc, "facepunch_medium_light_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fc, "facepunch_tone2" ); - name( R.drawable.emj_1f44a_1f3fc, "punch_medium_light_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fc, "punch_tone2" ); - name( R.drawable.emj_1f44a_1f3fd, "facepunch_medium_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fd, "facepunch_tone3" ); - name( R.drawable.emj_1f44a_1f3fd, "punch_medium_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fd, "punch_tone3" ); - name( R.drawable.emj_1f44a_1f3fe, "facepunch_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fe, "facepunch_tone4" ); - name( R.drawable.emj_1f44a_1f3fe, "punch_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44a_1f3fe, "punch_tone4" ); - name( R.drawable.emj_1f44a_1f3ff, "facepunch_dark_skin_tone" ); - name( R.drawable.emj_1f44a_1f3ff, "facepunch_tone5" ); - name( R.drawable.emj_1f44a_1f3ff, "punch_dark_skin_tone" ); - name( R.drawable.emj_1f44a_1f3ff, "punch_tone5" ); - name( R.drawable.emj_1f44b, "wave" ); - name( R.drawable.emj_1f44b_1f3fb, "wave_light_skin_tone" ); - name( R.drawable.emj_1f44b_1f3fb, "wave_tone1" ); - name( R.drawable.emj_1f44b_1f3fc, "wave_medium_light_skin_tone" ); - name( R.drawable.emj_1f44b_1f3fc, "wave_tone2" ); - name( R.drawable.emj_1f44b_1f3fd, "wave_medium_skin_tone" ); - name( R.drawable.emj_1f44b_1f3fd, "wave_tone3" ); - name( R.drawable.emj_1f44b_1f3fe, "wave_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44b_1f3fe, "wave_tone4" ); - name( R.drawable.emj_1f44b_1f3ff, "wave_dark_skin_tone" ); - name( R.drawable.emj_1f44b_1f3ff, "wave_tone5" ); - name( R.drawable.emj_1f44c, "ok_hand" ); - name( R.drawable.emj_1f44c_1f3fb, "ok_hand_light_skin_tone" ); - name( R.drawable.emj_1f44c_1f3fb, "ok_hand_tone1" ); - name( R.drawable.emj_1f44c_1f3fc, "ok_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f44c_1f3fc, "ok_hand_tone2" ); - name( R.drawable.emj_1f44c_1f3fd, "ok_hand_medium_skin_tone" ); - name( R.drawable.emj_1f44c_1f3fd, "ok_hand_tone3" ); - name( R.drawable.emj_1f44c_1f3fe, "ok_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44c_1f3fe, "ok_hand_tone4" ); - name( R.drawable.emj_1f44c_1f3ff, "ok_hand_dark_skin_tone" ); - name( R.drawable.emj_1f44c_1f3ff, "ok_hand_tone5" ); - name( R.drawable.emj_1f44d, "+1" ); - name( R.drawable.emj_1f44d, "thumbsup" ); - name( R.drawable.emj_1f44d, "thumbup" ); - name( R.drawable.emj_1f44d_1f3fb, "+1_light_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fb, "+1_tone1" ); - name( R.drawable.emj_1f44d_1f3fb, "thumbsup_light_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fb, "thumbsup_tone1" ); - name( R.drawable.emj_1f44d_1f3fb, "thumbup_tone1" ); - name( R.drawable.emj_1f44d_1f3fc, "+1_medium_light_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fc, "+1_tone2" ); - name( R.drawable.emj_1f44d_1f3fc, "thumbsup_medium_light_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fc, "thumbsup_tone2" ); - name( R.drawable.emj_1f44d_1f3fc, "thumbup_tone2" ); - name( R.drawable.emj_1f44d_1f3fd, "+1_medium_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fd, "+1_tone3" ); - name( R.drawable.emj_1f44d_1f3fd, "thumbsup_medium_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fd, "thumbsup_tone3" ); - name( R.drawable.emj_1f44d_1f3fd, "thumbup_tone3" ); - name( R.drawable.emj_1f44d_1f3fe, "+1_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fe, "+1_tone4" ); - name( R.drawable.emj_1f44d_1f3fe, "thumbsup_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44d_1f3fe, "thumbsup_tone4" ); - name( R.drawable.emj_1f44d_1f3fe, "thumbup_tone4" ); - name( R.drawable.emj_1f44d_1f3ff, "+1_dark_skin_tone" ); - name( R.drawable.emj_1f44d_1f3ff, "+1_tone5" ); - name( R.drawable.emj_1f44d_1f3ff, "thumbsup_dark_skin_tone" ); - name( R.drawable.emj_1f44d_1f3ff, "thumbsup_tone5" ); - name( R.drawable.emj_1f44d_1f3ff, "thumbup_tone5" ); - name( R.drawable.emj_1f44e, "_1" ); - name( R.drawable.emj_1f44e, "thumbdown" ); - name( R.drawable.emj_1f44e, "thumbsdown" ); - name( R.drawable.emj_1f44e_1f3fb, "_1_light_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fb, "_1_tone1" ); - name( R.drawable.emj_1f44e_1f3fb, "thumbdown_tone1" ); - name( R.drawable.emj_1f44e_1f3fb, "thumbsdown_light_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fb, "thumbsdown_tone1" ); - name( R.drawable.emj_1f44e_1f3fc, "_1_medium_light_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fc, "_1_tone2" ); - name( R.drawable.emj_1f44e_1f3fc, "thumbdown_tone2" ); - name( R.drawable.emj_1f44e_1f3fc, "thumbsdown_medium_light_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fc, "thumbsdown_tone2" ); - name( R.drawable.emj_1f44e_1f3fd, "_1_medium_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fd, "_1_tone3" ); - name( R.drawable.emj_1f44e_1f3fd, "thumbdown_tone3" ); - name( R.drawable.emj_1f44e_1f3fd, "thumbsdown_medium_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fd, "thumbsdown_tone3" ); - name( R.drawable.emj_1f44e_1f3fe, "_1_medium_dark_skin_tone" ); + name( "flag_un", R.drawable.emj_1f1fa_1f1f3, "\ud83c\uddfa\ud83c\uddf3" ); + name( "flag_us", R.drawable.emj_1f1fa_1f1f8, "\ud83c\uddfa\ud83c\uddf8" ); + name( "flag_uy", R.drawable.emj_1f1fa_1f1fe, "\ud83c\uddfa\ud83c\uddfe" ); + name( "flag_uz", R.drawable.emj_1f1fa_1f1ff, "\ud83c\uddfa\ud83c\uddff" ); + name( "flag_va", R.drawable.emj_1f1fb_1f1e6, "\ud83c\uddfb\ud83c\udde6" ); + name( "flag_vc", R.drawable.emj_1f1fb_1f1e8, "\ud83c\uddfb\ud83c\udde8" ); + name( "flag_ve", R.drawable.emj_1f1fb_1f1ea, "\ud83c\uddfb\ud83c\uddea" ); + name( "flag_vg", R.drawable.emj_1f1fb_1f1ec, "\ud83c\uddfb\ud83c\uddec" ); + name( "flag_vi", R.drawable.emj_1f1fb_1f1ee, "\ud83c\uddfb\ud83c\uddee" ); + name( "flag_vn", R.drawable.emj_1f1fb_1f1f3, "\ud83c\uddfb\ud83c\uddf3" ); + name( "flag_vu", R.drawable.emj_1f1fb_1f1fa, "\ud83c\uddfb\ud83c\uddfa" ); + name( "flag_wf", R.drawable.emj_1f1fc_1f1eb, "\ud83c\uddfc\ud83c\uddeb" ); + name( "flag_white", R.drawable.emj_1f3f3, "\ud83c\udff3" ); + name( "flag_ws", R.drawable.emj_1f1fc_1f1f8, "\ud83c\uddfc\ud83c\uddf8" ); + name( "flag_xk", R.drawable.emj_1f1fd_1f1f0, "\ud83c\uddfd\ud83c\uddf0" ); + name( "flag_ye", R.drawable.emj_1f1fe_1f1ea, "\ud83c\uddfe\ud83c\uddea" ); + name( "flag_yt", R.drawable.emj_1f1fe_1f1f9, "\ud83c\uddfe\ud83c\uddf9" ); + name( "flag_za", R.drawable.emj_1f1ff_1f1e6, "\ud83c\uddff\ud83c\udde6" ); + name( "flag_zm", R.drawable.emj_1f1ff_1f1f2, "\ud83c\uddff\ud83c\uddf2" ); + name( "flag_zw", R.drawable.emj_1f1ff_1f1fc, "\ud83c\uddff\ud83c\uddfc" ); + name( "flags", R.drawable.emj_1f38f, "\ud83c\udf8f" ); + name( "flame", R.drawable.emj_1f525, "\ud83d\udd25" ); + name( "flan", R.drawable.emj_1f36e, "\ud83c\udf6e" ); + name( "flashlight", R.drawable.emj_1f526, "\ud83d\udd26" ); + name( "fleur_de_lis", R.drawable.emj_269c, "\u269c" ); + name( "flipper", R.drawable.emj_1f42c, "\ud83d\udc2c" ); + name( "floppy_disk", R.drawable.emj_1f4be, "\ud83d\udcbe" ); + name( "flower_playing_cards", R.drawable.emj_1f3b4, "\ud83c\udfb4" ); + name( "flushed", R.drawable.emj_1f633, "\ud83d\ude33" ); + name( "fm", R.drawable.emj_1f1eb_1f1f2, "\ud83c\uddeb\ud83c\uddf2" ); + name( "fo", R.drawable.emj_1f1eb_1f1f4, "\ud83c\uddeb\ud83c\uddf4" ); + name( "fog", R.drawable.emj_1f32b, "\ud83c\udf2b" ); + name( "foggy", R.drawable.emj_1f301, "\ud83c\udf01" ); + name( "football", R.drawable.emj_1f3c8, "\ud83c\udfc8" ); + name( "footprints", R.drawable.emj_1f463, "\ud83d\udc63" ); + name( "fork_and_knife", R.drawable.emj_1f374, "\ud83c\udf74" ); + name( "fork_and_knife_with_plate", R.drawable.emj_1f37d, "\ud83c\udf7d" ); + name( "fork_knife_plate", R.drawable.emj_1f37d, "\ud83c\udf7d" ); + name( "fountain", R.drawable.emj_26f2, "\u26f2" ); + name( "four", R.drawable.emj_0034_20e3, "\u0034\u20e3" ); + name( "four_leaf_clover", R.drawable.emj_1f340, "\ud83c\udf40" ); + name( "fox", R.drawable.emj_1f98a, "\ud83e\udd8a" ); + name( "fox_face", R.drawable.emj_1f98a, "\ud83e\udd8a" ); + name( "fr", R.drawable.emj_1f1eb_1f1f7, "\ud83c\uddeb\ud83c\uddf7" ); + name( "frame_photo", R.drawable.emj_1f5bc, "\ud83d\uddbc" ); + name( "frame_with_picture", R.drawable.emj_1f5bc, "\ud83d\uddbc" ); + name( "free", R.drawable.emj_1f193, "\ud83c\udd93" ); + name( "french_bread", R.drawable.emj_1f956, "\ud83e\udd56" ); + name( "fried_egg", R.drawable.emj_1f373, "\ud83c\udf73" ); + name( "fried_shrimp", R.drawable.emj_1f364, "\ud83c\udf64" ); + name( "fries", R.drawable.emj_1f35f, "\ud83c\udf5f" ); + name( "frog", R.drawable.emj_1f438, "\ud83d\udc38" ); + name( "frowning", R.drawable.emj_1f626, "\ud83d\ude26" ); + name( "frowning2", R.drawable.emj_2639, "\u2639" ); + name( "fuelpump", R.drawable.emj_26fd, "\u26fd" ); + name( "full_moon", R.drawable.emj_1f315, "\ud83c\udf15" ); + name( "full_moon_with_face", R.drawable.emj_1f31d, "\ud83c\udf1d" ); + name( "funeral_urn", R.drawable.emj_26b1, "\u26b1" ); + name( "ga", R.drawable.emj_1f1ec_1f1e6, "\ud83c\uddec\ud83c\udde6" ); + name( "game_die", R.drawable.emj_1f3b2, "\ud83c\udfb2" ); + name( "gay_pride_flag", R.drawable.emj_1f3f3_fe0f_200d_1f308, "\ud83c\udff3\ufe0f\u200d\ud83c\udf08" ); + name( "gb", R.drawable.emj_1f1ec_1f1e7, "\ud83c\uddec\ud83c\udde7" ); + name( "gd", R.drawable.emj_1f1ec_1f1e9, "\ud83c\uddec\ud83c\udde9" ); + name( "ge", R.drawable.emj_1f1ec_1f1ea, "\ud83c\uddec\ud83c\uddea" ); + name( "gear", R.drawable.emj_2699, "\u2699" ); + name( "gem", R.drawable.emj_1f48e, "\ud83d\udc8e" ); + name( "gemini", R.drawable.emj_264a, "\u264a" ); + name( "gf", R.drawable.emj_1f1ec_1f1eb, "\ud83c\uddec\ud83c\uddeb" ); + name( "gg", R.drawable.emj_1f1ec_1f1ec, "\ud83c\uddec\ud83c\uddec" ); + name( "gh", R.drawable.emj_1f1ec_1f1ed, "\ud83c\uddec\ud83c\udded" ); + name( "ghost", R.drawable.emj_1f47b, "\ud83d\udc7b" ); + name( "gi", R.drawable.emj_1f1ec_1f1ee, "\ud83c\uddec\ud83c\uddee" ); + name( "gift", R.drawable.emj_1f381, "\ud83c\udf81" ); + name( "gift_heart", R.drawable.emj_1f49d, "\ud83d\udc9d" ); + name( "girl", R.drawable.emj_1f467, "\ud83d\udc67" ); + name( "girl_dark_skin_tone", R.drawable.emj_1f467_1f3ff, "\ud83d\udc67\ud83c\udfff" ); + name( "girl_light_skin_tone", R.drawable.emj_1f467_1f3fb, "\ud83d\udc67\ud83c\udffb" ); + name( "girl_medium_dark_skin_tone", R.drawable.emj_1f467_1f3fe, "\ud83d\udc67\ud83c\udffe" ); + name( "girl_medium_light_skin_tone", R.drawable.emj_1f467_1f3fc, "\ud83d\udc67\ud83c\udffc" ); + name( "girl_medium_skin_tone", R.drawable.emj_1f467_1f3fd, "\ud83d\udc67\ud83c\udffd" ); + name( "girl_tone1", R.drawable.emj_1f467_1f3fb, "\ud83d\udc67\ud83c\udffb" ); + name( "girl_tone2", R.drawable.emj_1f467_1f3fc, "\ud83d\udc67\ud83c\udffc" ); + name( "girl_tone3", R.drawable.emj_1f467_1f3fd, "\ud83d\udc67\ud83c\udffd" ); + name( "girl_tone4", R.drawable.emj_1f467_1f3fe, "\ud83d\udc67\ud83c\udffe" ); + name( "girl_tone5", R.drawable.emj_1f467_1f3ff, "\ud83d\udc67\ud83c\udfff" ); + name( "gl", R.drawable.emj_1f1ec_1f1f1, "\ud83c\uddec\ud83c\uddf1" ); + name( "glass_of_milk", R.drawable.emj_1f95b, "\ud83e\udd5b" ); + name( "globe_with_meridians", R.drawable.emj_1f310, "\ud83c\udf10" ); + name( "gm", R.drawable.emj_1f1ec_1f1f2, "\ud83c\uddec\ud83c\uddf2" ); + name( "gn", R.drawable.emj_1f1ec_1f1f3, "\ud83c\uddec\ud83c\uddf3" ); + name( "goal", R.drawable.emj_1f945, "\ud83e\udd45" ); + name( "goal_net", R.drawable.emj_1f945, "\ud83e\udd45" ); + name( "goat", R.drawable.emj_1f410, "\ud83d\udc10" ); + name( "golf", R.drawable.emj_26f3, "\u26f3" ); + name( "golfer", R.drawable.emj_1f3cc, "\ud83c\udfcc" ); + name( "golfer_dark_skin_tone", R.drawable.emj_1f3cc_1f3ff, "\ud83c\udfcc\ud83c\udfff" ); + name( "golfer_light_skin_tone", R.drawable.emj_1f3cc_1f3fb, "\ud83c\udfcc\ud83c\udffb" ); + name( "golfer_medium_dark_skin_tone", R.drawable.emj_1f3cc_1f3fe, "\ud83c\udfcc\ud83c\udffe" ); + name( "golfer_medium_light_skin_tone", R.drawable.emj_1f3cc_1f3fc, "\ud83c\udfcc\ud83c\udffc" ); + name( "golfer_medium_skin_tone", R.drawable.emj_1f3cc_1f3fd, "\ud83c\udfcc\ud83c\udffd" ); + name( "golfer_tone1", R.drawable.emj_1f3cc_1f3fb, "\ud83c\udfcc\ud83c\udffb" ); } private static void init68(){ - name( R.drawable.emj_1f44e_1f3fe, "_1_tone4" ); - name( R.drawable.emj_1f44e_1f3fe, "thumbdown_tone4" ); - name( R.drawable.emj_1f44e_1f3fe, "thumbsdown_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44e_1f3fe, "thumbsdown_tone4" ); - name( R.drawable.emj_1f44e_1f3ff, "_1_dark_skin_tone" ); - name( R.drawable.emj_1f44e_1f3ff, "_1_tone5" ); - name( R.drawable.emj_1f44e_1f3ff, "thumbdown_tone5" ); - name( R.drawable.emj_1f44e_1f3ff, "thumbsdown_dark_skin_tone" ); - name( R.drawable.emj_1f44e_1f3ff, "thumbsdown_tone5" ); - name( R.drawable.emj_1f44f, "clap" ); - name( R.drawable.emj_1f44f_1f3fb, "clap_light_skin_tone" ); - name( R.drawable.emj_1f44f_1f3fb, "clap_tone1" ); - name( R.drawable.emj_1f44f_1f3fc, "clap_medium_light_skin_tone" ); - name( R.drawable.emj_1f44f_1f3fc, "clap_tone2" ); - name( R.drawable.emj_1f44f_1f3fd, "clap_medium_skin_tone" ); - name( R.drawable.emj_1f44f_1f3fd, "clap_tone3" ); - name( R.drawable.emj_1f44f_1f3fe, "clap_medium_dark_skin_tone" ); - name( R.drawable.emj_1f44f_1f3fe, "clap_tone4" ); - name( R.drawable.emj_1f44f_1f3ff, "clap_dark_skin_tone" ); - name( R.drawable.emj_1f44f_1f3ff, "clap_tone5" ); - name( R.drawable.emj_1f450, "open_hands" ); - name( R.drawable.emj_1f450_1f3fb, "open_hands_light_skin_tone" ); - name( R.drawable.emj_1f450_1f3fb, "open_hands_tone1" ); - name( R.drawable.emj_1f450_1f3fc, "open_hands_medium_light_skin_tone" ); - name( R.drawable.emj_1f450_1f3fc, "open_hands_tone2" ); - name( R.drawable.emj_1f450_1f3fd, "open_hands_medium_skin_tone" ); - name( R.drawable.emj_1f450_1f3fd, "open_hands_tone3" ); - name( R.drawable.emj_1f450_1f3fe, "open_hands_medium_dark_skin_tone" ); - name( R.drawable.emj_1f450_1f3fe, "open_hands_tone4" ); - name( R.drawable.emj_1f450_1f3ff, "open_hands_dark_skin_tone" ); - name( R.drawable.emj_1f450_1f3ff, "open_hands_tone5" ); - name( R.drawable.emj_1f451, "crown" ); - name( R.drawable.emj_1f452, "womans_hat" ); - name( R.drawable.emj_1f453, "eyeglasses" ); - name( R.drawable.emj_1f454, "necktie" ); - name( R.drawable.emj_1f455, "shirt" ); - name( R.drawable.emj_1f455, "tshirt" ); - name( R.drawable.emj_1f456, "jeans" ); - name( R.drawable.emj_1f457, "dress" ); - name( R.drawable.emj_1f458, "kimono" ); - name( R.drawable.emj_1f459, "bikini" ); - name( R.drawable.emj_1f45a, "womans_clothes" ); - name( R.drawable.emj_1f45b, "purse" ); - name( R.drawable.emj_1f45c, "handbag" ); - name( R.drawable.emj_1f45d, "pouch" ); - name( R.drawable.emj_1f45e, "mans_shoe" ); - name( R.drawable.emj_1f45e, "shoe" ); - name( R.drawable.emj_1f45f, "athletic_shoe" ); - name( R.drawable.emj_1f460, "high_heel" ); - name( R.drawable.emj_1f461, "sandal" ); - name( R.drawable.emj_1f462, "boot" ); - name( R.drawable.emj_1f463, "footprints" ); - name( R.drawable.emj_1f464, "bust_in_silhouette" ); - name( R.drawable.emj_1f465, "busts_in_silhouette" ); - name( R.drawable.emj_1f466, "boy" ); - name( R.drawable.emj_1f466_1f3fb, "boy_light_skin_tone" ); - name( R.drawable.emj_1f466_1f3fb, "boy_tone1" ); - name( R.drawable.emj_1f466_1f3fc, "boy_medium_light_skin_tone" ); - name( R.drawable.emj_1f466_1f3fc, "boy_tone2" ); - name( R.drawable.emj_1f466_1f3fd, "boy_medium_skin_tone" ); - name( R.drawable.emj_1f466_1f3fd, "boy_tone3" ); - name( R.drawable.emj_1f466_1f3fe, "boy_medium_dark_skin_tone" ); - name( R.drawable.emj_1f466_1f3fe, "boy_tone4" ); - name( R.drawable.emj_1f466_1f3ff, "boy_dark_skin_tone" ); - name( R.drawable.emj_1f466_1f3ff, "boy_tone5" ); - name( R.drawable.emj_1f467, "girl" ); - name( R.drawable.emj_1f467_1f3fb, "girl_light_skin_tone" ); - name( R.drawable.emj_1f467_1f3fb, "girl_tone1" ); - name( R.drawable.emj_1f467_1f3fc, "girl_medium_light_skin_tone" ); - name( R.drawable.emj_1f467_1f3fc, "girl_tone2" ); - name( R.drawable.emj_1f467_1f3fd, "girl_medium_skin_tone" ); - name( R.drawable.emj_1f467_1f3fd, "girl_tone3" ); - name( R.drawable.emj_1f467_1f3fe, "girl_medium_dark_skin_tone" ); - name( R.drawable.emj_1f467_1f3fe, "girl_tone4" ); - name( R.drawable.emj_1f467_1f3ff, "girl_dark_skin_tone" ); - name( R.drawable.emj_1f467_1f3ff, "girl_tone5" ); - name( R.drawable.emj_1f468, "man" ); - name( R.drawable.emj_1f468_1f3fb, "man_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb, "man_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f33e, "male_farmer_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f33e, "male_farmer_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f33e, "man_farmer_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f33e, "man_farmer_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f373, "male_cook_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f373, "male_cook_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f373, "man_cook_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f373, "man_cook_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f393, "male_student_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f393, "male_student_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f393, "man_student_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f393, "man_student_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a4, "male_singer_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a4, "male_singer_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a4, "man_singer_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a4, "man_singer_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a8, "male_artist_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a8, "male_artist_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a8, "man_artist_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3a8, "man_artist_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3eb, "male_teacher_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3eb, "male_teacher_tone1" ); + name( "golfer_tone2", R.drawable.emj_1f3cc_1f3fc, "\ud83c\udfcc\ud83c\udffc" ); + name( "golfer_tone3", R.drawable.emj_1f3cc_1f3fd, "\ud83c\udfcc\ud83c\udffd" ); + name( "golfer_tone4", R.drawable.emj_1f3cc_1f3fe, "\ud83c\udfcc\ud83c\udffe" ); + name( "golfer_tone5", R.drawable.emj_1f3cc_1f3ff, "\ud83c\udfcc\ud83c\udfff" ); + name( "gorilla", R.drawable.emj_1f98d, "\ud83e\udd8d" ); + name( "gp", R.drawable.emj_1f1ec_1f1f5, "\ud83c\uddec\ud83c\uddf5" ); + name( "gq", R.drawable.emj_1f1ec_1f1f6, "\ud83c\uddec\ud83c\uddf6" ); + name( "gr", R.drawable.emj_1f1ec_1f1f7, "\ud83c\uddec\ud83c\uddf7" ); + name( "grandma", R.drawable.emj_1f475, "\ud83d\udc75" ); + name( "grandma_tone1", R.drawable.emj_1f475_1f3fb, "\ud83d\udc75\ud83c\udffb" ); + name( "grandma_tone2", R.drawable.emj_1f475_1f3fc, "\ud83d\udc75\ud83c\udffc" ); + name( "grandma_tone3", R.drawable.emj_1f475_1f3fd, "\ud83d\udc75\ud83c\udffd" ); + name( "grandma_tone4", R.drawable.emj_1f475_1f3fe, "\ud83d\udc75\ud83c\udffe" ); + name( "grandma_tone5", R.drawable.emj_1f475_1f3ff, "\ud83d\udc75\ud83c\udfff" ); + name( "grapes", R.drawable.emj_1f347, "\ud83c\udf47" ); + name( "green_apple", R.drawable.emj_1f34f, "\ud83c\udf4f" ); + name( "green_book", R.drawable.emj_1f4d7, "\ud83d\udcd7" ); + name( "green_heart", R.drawable.emj_1f49a, "\ud83d\udc9a" ); + name( "green_salad", R.drawable.emj_1f957, "\ud83e\udd57" ); + name( "grey_exclamation", R.drawable.emj_2755, "\u2755" ); + name( "grey_question", R.drawable.emj_2754, "\u2754" ); + name( "grimacing", R.drawable.emj_1f62c, "\ud83d\ude2c" ); + name( "grin", R.drawable.emj_1f601, "\ud83d\ude01" ); + name( "grinning", R.drawable.emj_1f600, "\ud83d\ude00" ); + name( "gs", R.drawable.emj_1f1ec_1f1f8, "\ud83c\uddec\ud83c\uddf8" ); + name( "gt", R.drawable.emj_1f1ec_1f1f9, "\ud83c\uddec\ud83c\uddf9" ); + name( "gu", R.drawable.emj_1f1ec_1f1fa, "\ud83c\uddec\ud83c\uddfa" ); + name( "guardsman", R.drawable.emj_1f482, "\ud83d\udc82" ); + name( "guardsman_dark_skin_tone", R.drawable.emj_1f482_1f3ff, "\ud83d\udc82\ud83c\udfff" ); + name( "guardsman_light_skin_tone", R.drawable.emj_1f482_1f3fb, "\ud83d\udc82\ud83c\udffb" ); + name( "guardsman_medium_dark_skin_tone", R.drawable.emj_1f482_1f3fe, "\ud83d\udc82\ud83c\udffe" ); + name( "guardsman_medium_light_skin_tone", R.drawable.emj_1f482_1f3fc, "\ud83d\udc82\ud83c\udffc" ); + name( "guardsman_medium_skin_tone", R.drawable.emj_1f482_1f3fd, "\ud83d\udc82\ud83c\udffd" ); + name( "guardsman_tone1", R.drawable.emj_1f482_1f3fb, "\ud83d\udc82\ud83c\udffb" ); + name( "guardsman_tone2", R.drawable.emj_1f482_1f3fc, "\ud83d\udc82\ud83c\udffc" ); + name( "guardsman_tone3", R.drawable.emj_1f482_1f3fd, "\ud83d\udc82\ud83c\udffd" ); + name( "guardsman_tone4", R.drawable.emj_1f482_1f3fe, "\ud83d\udc82\ud83c\udffe" ); + name( "guardsman_tone5", R.drawable.emj_1f482_1f3ff, "\ud83d\udc82\ud83c\udfff" ); + name( "guitar", R.drawable.emj_1f3b8, "\ud83c\udfb8" ); + name( "gun", R.drawable.emj_1f52b, "\ud83d\udd2b" ); + name( "gw", R.drawable.emj_1f1ec_1f1fc, "\ud83c\uddec\ud83c\uddfc" ); + name( "gy", R.drawable.emj_1f1ec_1f1fe, "\ud83c\uddec\ud83c\uddfe" ); + name( "haircut", R.drawable.emj_1f487, "\ud83d\udc87" ); + name( "haircut_dark_skin_tone", R.drawable.emj_1f487_1f3ff, "\ud83d\udc87\ud83c\udfff" ); + name( "haircut_light_skin_tone", R.drawable.emj_1f487_1f3fb, "\ud83d\udc87\ud83c\udffb" ); + name( "haircut_medium_dark_skin_tone", R.drawable.emj_1f487_1f3fe, "\ud83d\udc87\ud83c\udffe" ); + name( "haircut_medium_light_skin_tone", R.drawable.emj_1f487_1f3fc, "\ud83d\udc87\ud83c\udffc" ); + name( "haircut_medium_skin_tone", R.drawable.emj_1f487_1f3fd, "\ud83d\udc87\ud83c\udffd" ); + name( "haircut_tone1", R.drawable.emj_1f487_1f3fb, "\ud83d\udc87\ud83c\udffb" ); + name( "haircut_tone2", R.drawable.emj_1f487_1f3fc, "\ud83d\udc87\ud83c\udffc" ); + name( "haircut_tone3", R.drawable.emj_1f487_1f3fd, "\ud83d\udc87\ud83c\udffd" ); + name( "haircut_tone4", R.drawable.emj_1f487_1f3fe, "\ud83d\udc87\ud83c\udffe" ); + name( "haircut_tone5", R.drawable.emj_1f487_1f3ff, "\ud83d\udc87\ud83c\udfff" ); + name( "hamburger", R.drawable.emj_1f354, "\ud83c\udf54" ); + name( "hammer", R.drawable.emj_1f528, "\ud83d\udd28" ); + name( "hammer_and_pick", R.drawable.emj_2692, "\u2692" ); + name( "hammer_and_wrench", R.drawable.emj_1f6e0, "\ud83d\udee0" ); + name( "hammer_pick", R.drawable.emj_2692, "\u2692" ); + name( "hamster", R.drawable.emj_1f439, "\ud83d\udc39" ); + name( "hand", R.drawable.emj_270b, "\u270b" ); + name( "hand_dark_skin_tone", R.drawable.emj_270b_1f3ff, "\u270b\ud83c\udfff" ); + name( "hand_light_skin_tone", R.drawable.emj_270b_1f3fb, "\u270b\ud83c\udffb" ); + name( "hand_medium_dark_skin_tone", R.drawable.emj_270b_1f3fe, "\u270b\ud83c\udffe" ); + name( "hand_medium_light_skin_tone", R.drawable.emj_270b_1f3fc, "\u270b\ud83c\udffc" ); + name( "hand_medium_skin_tone", R.drawable.emj_270b_1f3fd, "\u270b\ud83c\udffd" ); + name( "hand_splayed", R.drawable.emj_1f590, "\ud83d\udd90" ); + name( "hand_splayed_tone1", R.drawable.emj_1f590_1f3fb, "\ud83d\udd90\ud83c\udffb" ); + name( "hand_splayed_tone2", R.drawable.emj_1f590_1f3fc, "\ud83d\udd90\ud83c\udffc" ); + name( "hand_splayed_tone3", R.drawable.emj_1f590_1f3fd, "\ud83d\udd90\ud83c\udffd" ); + name( "hand_splayed_tone4", R.drawable.emj_1f590_1f3fe, "\ud83d\udd90\ud83c\udffe" ); + name( "hand_splayed_tone5", R.drawable.emj_1f590_1f3ff, "\ud83d\udd90\ud83c\udfff" ); + name( "hand_tone1", R.drawable.emj_270b_1f3fb, "\u270b\ud83c\udffb" ); + name( "hand_tone2", R.drawable.emj_270b_1f3fc, "\u270b\ud83c\udffc" ); + name( "hand_tone3", R.drawable.emj_270b_1f3fd, "\u270b\ud83c\udffd" ); + name( "hand_tone4", R.drawable.emj_270b_1f3fe, "\u270b\ud83c\udffe" ); + name( "hand_tone5", R.drawable.emj_270b_1f3ff, "\u270b\ud83c\udfff" ); + name( "hand_with_index_and_middle_finger_crossed", R.drawable.emj_1f91e, "\ud83e\udd1e" ); + name( "hand_with_index_and_middle_fingers_crossed", R.drawable.emj_1f91e, "\ud83e\udd1e" ); + name( "hand_with_index_and_middle_fingers_crossed_dark_skin_tone", R.drawable.emj_1f91e_1f3ff, "\ud83e\udd1e\ud83c\udfff" ); + name( "hand_with_index_and_middle_fingers_crossed_light_skin_tone", R.drawable.emj_1f91e_1f3fb, "\ud83e\udd1e\ud83c\udffb" ); + name( "hand_with_index_and_middle_fingers_crossed_medium_dark_skin_tone", R.drawable.emj_1f91e_1f3fe, "\ud83e\udd1e\ud83c\udffe" ); + name( "hand_with_index_and_middle_fingers_crossed_medium_light_skin_tone", R.drawable.emj_1f91e_1f3fc, "\ud83e\udd1e\ud83c\udffc" ); + name( "hand_with_index_and_middle_fingers_crossed_medium_skin_tone", R.drawable.emj_1f91e_1f3fd, "\ud83e\udd1e\ud83c\udffd" ); + name( "hand_with_index_and_middle_fingers_crossed_tone1", R.drawable.emj_1f91e_1f3fb, "\ud83e\udd1e\ud83c\udffb" ); + name( "hand_with_index_and_middle_fingers_crossed_tone2", R.drawable.emj_1f91e_1f3fc, "\ud83e\udd1e\ud83c\udffc" ); + name( "hand_with_index_and_middle_fingers_crossed_tone3", R.drawable.emj_1f91e_1f3fd, "\ud83e\udd1e\ud83c\udffd" ); + name( "hand_with_index_and_middle_fingers_crossed_tone4", R.drawable.emj_1f91e_1f3fe, "\ud83e\udd1e\ud83c\udffe" ); + name( "hand_with_index_and_middle_fingers_crossed_tone5", R.drawable.emj_1f91e_1f3ff, "\ud83e\udd1e\ud83c\udfff" ); + name( "handbag", R.drawable.emj_1f45c, "\ud83d\udc5c" ); + name( "handball", R.drawable.emj_1f93e, "\ud83e\udd3e" ); + name( "handball_dark_skin_tone", R.drawable.emj_1f93e_1f3ff, "\ud83e\udd3e\ud83c\udfff" ); + name( "handball_light_skin_tone", R.drawable.emj_1f93e_1f3fb, "\ud83e\udd3e\ud83c\udffb" ); + name( "handball_medium_dark_skin_tone", R.drawable.emj_1f93e_1f3fe, "\ud83e\udd3e\ud83c\udffe" ); + name( "handball_medium_light_skin_tone", R.drawable.emj_1f93e_1f3fc, "\ud83e\udd3e\ud83c\udffc" ); + name( "handball_medium_skin_tone", R.drawable.emj_1f93e_1f3fd, "\ud83e\udd3e\ud83c\udffd" ); + name( "handball_tone1", R.drawable.emj_1f93e_1f3fb, "\ud83e\udd3e\ud83c\udffb" ); + name( "handball_tone2", R.drawable.emj_1f93e_1f3fc, "\ud83e\udd3e\ud83c\udffc" ); + name( "handball_tone3", R.drawable.emj_1f93e_1f3fd, "\ud83e\udd3e\ud83c\udffd" ); + name( "handball_tone4", R.drawable.emj_1f93e_1f3fe, "\ud83e\udd3e\ud83c\udffe" ); + name( "handball_tone5", R.drawable.emj_1f93e_1f3ff, "\ud83e\udd3e\ud83c\udfff" ); + name( "handshake", R.drawable.emj_1f91d, "\ud83e\udd1d" ); } private static void init69(){ - name( R.drawable.emj_1f468_1f3fb_200d_1f3eb, "man_teacher_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3eb, "man_teacher_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3ed, "male_factory_worker_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3ed, "male_factory_worker_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3ed, "man_factory_worker_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f3ed, "man_factory_worker_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bb, "male_technologist_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bb, "male_technologist_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bb, "man_technologist_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bb, "man_technologist_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bc, "male_office_worker_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bc, "male_office_worker_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bc, "man_office_worker_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f4bc, "man_office_worker_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f527, "male_mechanic_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f527, "male_mechanic_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f527, "man_mechanic_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f527, "man_mechanic_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f52c, "male_scientist_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f52c, "male_scientist_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f52c, "man_scientist_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f52c, "man_scientist_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f680, "male_astronaut_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f680, "male_astronaut_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f680, "man_astronaut_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f680, "man_astronaut_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f692, "male_firefighter_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f692, "male_firefighter_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f692, "man_firefighter_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_1f692, "man_firefighter_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "male_doctor_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "male_doctor_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "man_health_worker_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "man_health_worker_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "male_judge_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "male_judge_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "man_judge_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "man_judge_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "male_pilot_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "male_pilot_tone1" ); - name( R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "man_pilot_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "man_pilot_tone1" ); - name( R.drawable.emj_1f468_1f3fc, "man_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc, "man_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f33e, "male_farmer_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f33e, "male_farmer_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f33e, "man_farmer_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f33e, "man_farmer_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f373, "male_cook_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f373, "male_cook_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f373, "man_cook_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f373, "man_cook_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f393, "male_student_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f393, "male_student_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f393, "man_student_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f393, "man_student_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a4, "male_singer_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a4, "male_singer_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a4, "man_singer_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a4, "man_singer_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a8, "male_artist_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a8, "male_artist_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a8, "man_artist_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3a8, "man_artist_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3eb, "male_teacher_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3eb, "male_teacher_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3eb, "man_teacher_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3eb, "man_teacher_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3ed, "male_factory_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3ed, "male_factory_worker_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3ed, "man_factory_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f3ed, "man_factory_worker_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bb, "male_technologist_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bb, "male_technologist_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bb, "man_technologist_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bb, "man_technologist_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bc, "male_office_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bc, "male_office_worker_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bc, "man_office_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f4bc, "man_office_worker_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f527, "male_mechanic_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f527, "male_mechanic_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f527, "man_mechanic_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f527, "man_mechanic_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f52c, "male_scientist_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f52c, "male_scientist_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f52c, "man_scientist_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f52c, "man_scientist_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f680, "male_astronaut_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f680, "male_astronaut_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f680, "man_astronaut_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f680, "man_astronaut_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f692, "male_firefighter_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f692, "male_firefighter_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f692, "man_firefighter_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_1f692, "man_firefighter_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "male_doctor_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "male_doctor_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "man_health_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "man_health_worker_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "male_judge_medium_light_skin_tone" ); + name( "hankey", R.drawable.emj_1f4a9, "\ud83d\udca9" ); + name( "hash", R.drawable.emj_0023_20e3, "\u0023\u20e3" ); + name( "hatched_chick", R.drawable.emj_1f425, "\ud83d\udc25" ); + name( "hatching_chick", R.drawable.emj_1f423, "\ud83d\udc23" ); + name( "head_bandage", R.drawable.emj_1f915, "\ud83e\udd15" ); + name( "headphones", R.drawable.emj_1f3a7, "\ud83c\udfa7" ); + name( "hear_no_evil", R.drawable.emj_1f649, "\ud83d\ude49" ); + name( "heart", R.drawable.emj_2764, "\u2764" ); + name( "heart_decoration", R.drawable.emj_1f49f, "\ud83d\udc9f" ); + name( "heart_exclamation", R.drawable.emj_2763, "\u2763" ); + name( "heart_eyes", R.drawable.emj_1f60d, "\ud83d\ude0d" ); + name( "heart_eyes_cat", R.drawable.emj_1f63b, "\ud83d\ude3b" ); + name( "heartbeat", R.drawable.emj_1f493, "\ud83d\udc93" ); + name( "heartpulse", R.drawable.emj_1f497, "\ud83d\udc97" ); + name( "hearts", R.drawable.emj_2665, "\u2665" ); + name( "heavy_check_mark", R.drawable.emj_2714, "\u2714" ); + name( "heavy_division_sign", R.drawable.emj_2797, "\u2797" ); + name( "heavy_dollar_sign", R.drawable.emj_1f4b2, "\ud83d\udcb2" ); + name( "heavy_exclamation_mark", R.drawable.emj_2757, "\u2757" ); + name( "heavy_heart_exclamation_mark_ornament", R.drawable.emj_2763, "\u2763" ); + name( "heavy_minus_sign", R.drawable.emj_2796, "\u2796" ); + name( "heavy_multiplication_x", R.drawable.emj_2716, "\u2716" ); + name( "heavy_plus_sign", R.drawable.emj_2795, "\u2795" ); + name( "helicopter", R.drawable.emj_1f681, "\ud83d\ude81" ); + name( "helmet_with_cross", R.drawable.emj_26d1, "\u26d1" ); + name( "helmet_with_white_cross", R.drawable.emj_26d1, "\u26d1" ); + name( "herb", R.drawable.emj_1f33f, "\ud83c\udf3f" ); + name( "hibiscus", R.drawable.emj_1f33a, "\ud83c\udf3a" ); + name( "high_brightness", R.drawable.emj_1f506, "\ud83d\udd06" ); + name( "high_heel", R.drawable.emj_1f460, "\ud83d\udc60" ); + name( "hk", R.drawable.emj_1f1ed_1f1f0, "\ud83c\udded\ud83c\uddf0" ); + name( "hm", R.drawable.emj_1f1ed_1f1f2, "\ud83c\udded\ud83c\uddf2" ); + name( "hn", R.drawable.emj_1f1ed_1f1f3, "\ud83c\udded\ud83c\uddf3" ); + name( "hocho", R.drawable.emj_1f52a, "\ud83d\udd2a" ); + name( "hockey", R.drawable.emj_1f3d2, "\ud83c\udfd2" ); + name( "hole", R.drawable.emj_1f573, "\ud83d\udd73" ); + name( "homes", R.drawable.emj_1f3d8, "\ud83c\udfd8" ); + name( "honey_pot", R.drawable.emj_1f36f, "\ud83c\udf6f" ); + name( "honeybee", R.drawable.emj_1f41d, "\ud83d\udc1d" ); + name( "horse", R.drawable.emj_1f434, "\ud83d\udc34" ); + name( "horse_racing", R.drawable.emj_1f3c7, "\ud83c\udfc7" ); + name( "horse_racing_dark_skin_tone", R.drawable.emj_1f3c7_1f3ff, "\ud83c\udfc7\ud83c\udfff" ); + name( "horse_racing_light_skin_tone", R.drawable.emj_1f3c7_1f3fb, "\ud83c\udfc7\ud83c\udffb" ); + name( "horse_racing_medium_dark_skin_tone", R.drawable.emj_1f3c7_1f3fe, "\ud83c\udfc7\ud83c\udffe" ); + name( "horse_racing_medium_light_skin_tone", R.drawable.emj_1f3c7_1f3fc, "\ud83c\udfc7\ud83c\udffc" ); + name( "horse_racing_medium_skin_tone", R.drawable.emj_1f3c7_1f3fd, "\ud83c\udfc7\ud83c\udffd" ); + name( "horse_racing_tone1", R.drawable.emj_1f3c7_1f3fb, "\ud83c\udfc7\ud83c\udffb" ); + name( "horse_racing_tone2", R.drawable.emj_1f3c7_1f3fc, "\ud83c\udfc7\ud83c\udffc" ); + name( "horse_racing_tone3", R.drawable.emj_1f3c7_1f3fd, "\ud83c\udfc7\ud83c\udffd" ); + name( "horse_racing_tone4", R.drawable.emj_1f3c7_1f3fe, "\ud83c\udfc7\ud83c\udffe" ); + name( "horse_racing_tone5", R.drawable.emj_1f3c7_1f3ff, "\ud83c\udfc7\ud83c\udfff" ); + name( "hospital", R.drawable.emj_1f3e5, "\ud83c\udfe5" ); + name( "hot_dog", R.drawable.emj_1f32d, "\ud83c\udf2d" ); + name( "hot_pepper", R.drawable.emj_1f336, "\ud83c\udf36" ); + name( "hotdog", R.drawable.emj_1f32d, "\ud83c\udf2d" ); + name( "hotel", R.drawable.emj_1f3e8, "\ud83c\udfe8" ); + name( "hotsprings", R.drawable.emj_2668, "\u2668" ); + name( "hourglass", R.drawable.emj_231b, "\u231b" ); + name( "hourglass_flowing_sand", R.drawable.emj_23f3, "\u23f3" ); + name( "house", R.drawable.emj_1f3e0, "\ud83c\udfe0" ); + name( "house_abandoned", R.drawable.emj_1f3da, "\ud83c\udfda" ); + name( "house_buildings", R.drawable.emj_1f3d8, "\ud83c\udfd8" ); + name( "house_with_garden", R.drawable.emj_1f3e1, "\ud83c\udfe1" ); + name( "hr", R.drawable.emj_1f1ed_1f1f7, "\ud83c\udded\ud83c\uddf7" ); + name( "ht", R.drawable.emj_1f1ed_1f1f9, "\ud83c\udded\ud83c\uddf9" ); + name( "hu", R.drawable.emj_1f1ed_1f1fa, "\ud83c\udded\ud83c\uddfa" ); + name( "hugging", R.drawable.emj_1f917, "\ud83e\udd17" ); + name( "hugging_face", R.drawable.emj_1f917, "\ud83e\udd17" ); + name( "hushed", R.drawable.emj_1f62f, "\ud83d\ude2f" ); + name( "ic", R.drawable.emj_1f1ee_1f1e8, "\ud83c\uddee\ud83c\udde8" ); + name( "ice_cream", R.drawable.emj_1f368, "\ud83c\udf68" ); + name( "ice_hockey_stick_and_puck", R.drawable.emj_1f3d2, "\ud83c\udfd2" ); + name( "ice_skate", R.drawable.emj_26f8, "\u26f8" ); + name( "icecream", R.drawable.emj_1f366, "\ud83c\udf66" ); + name( "id", R.drawable.emj_1f194, "\ud83c\udd94" ); + name( "ideograph_advantage", R.drawable.emj_1f250, "\ud83c\ude50" ); + name( "ie", R.drawable.emj_1f1ee_1f1ea, "\ud83c\uddee\ud83c\uddea" ); + name( "il", R.drawable.emj_1f1ee_1f1f1, "\ud83c\uddee\ud83c\uddf1" ); + name( "im", R.drawable.emj_1f1ee_1f1f2, "\ud83c\uddee\ud83c\uddf2" ); + name( "imp", R.drawable.emj_1f47f, "\ud83d\udc7f" ); + name( "in", R.drawable.emj_1f1ee_1f1f3, "\ud83c\uddee\ud83c\uddf3" ); + name( "inbox_tray", R.drawable.emj_1f4e5, "\ud83d\udce5" ); + name( "incoming_envelope", R.drawable.emj_1f4e8, "\ud83d\udce8" ); + name( "indonesia", R.drawable.emj_1f1ee_1f1e9, "\ud83c\uddee\ud83c\udde9" ); + name( "information_desk_person", R.drawable.emj_1f481, "\ud83d\udc81" ); + name( "information_desk_person_dark_skin_tone", R.drawable.emj_1f481_1f3ff, "\ud83d\udc81\ud83c\udfff" ); + name( "information_desk_person_light_skin_tone", R.drawable.emj_1f481_1f3fb, "\ud83d\udc81\ud83c\udffb" ); + name( "information_desk_person_medium_dark_skin_tone", R.drawable.emj_1f481_1f3fe, "\ud83d\udc81\ud83c\udffe" ); + name( "information_desk_person_medium_light_skin_tone", R.drawable.emj_1f481_1f3fc, "\ud83d\udc81\ud83c\udffc" ); + name( "information_desk_person_medium_skin_tone", R.drawable.emj_1f481_1f3fd, "\ud83d\udc81\ud83c\udffd" ); + name( "information_desk_person_tone1", R.drawable.emj_1f481_1f3fb, "\ud83d\udc81\ud83c\udffb" ); + name( "information_desk_person_tone2", R.drawable.emj_1f481_1f3fc, "\ud83d\udc81\ud83c\udffc" ); + name( "information_desk_person_tone3", R.drawable.emj_1f481_1f3fd, "\ud83d\udc81\ud83c\udffd" ); + name( "information_desk_person_tone4", R.drawable.emj_1f481_1f3fe, "\ud83d\udc81\ud83c\udffe" ); + name( "information_desk_person_tone5", R.drawable.emj_1f481_1f3ff, "\ud83d\udc81\ud83c\udfff" ); + name( "information_source", R.drawable.emj_2139, "\u2139" ); + name( "innocent", R.drawable.emj_1f607, "\ud83d\ude07" ); + name( "interrobang", R.drawable.emj_2049, "\u2049" ); + name( "io", R.drawable.emj_1f1ee_1f1f4, "\ud83c\uddee\ud83c\uddf4" ); + name( "iphone", R.drawable.emj_1f4f1, "\ud83d\udcf1" ); + name( "iq", R.drawable.emj_1f1ee_1f1f6, "\ud83c\uddee\ud83c\uddf6" ); } private static void init70(){ - name( R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "male_judge_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "man_judge_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "man_judge_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "male_pilot_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "male_pilot_tone2" ); - name( R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "man_pilot_medium_light_skin_tone" ); - name( R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "man_pilot_tone2" ); - name( R.drawable.emj_1f468_1f3fd, "man_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd, "man_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f33e, "male_farmer_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f33e, "male_farmer_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f33e, "man_farmer_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f33e, "man_farmer_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f373, "male_cook_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f373, "male_cook_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f373, "man_cook_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f373, "man_cook_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f393, "male_student_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f393, "male_student_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f393, "man_student_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f393, "man_student_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a4, "male_singer_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a4, "male_singer_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a4, "man_singer_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a4, "man_singer_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a8, "male_artist_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a8, "male_artist_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a8, "man_artist_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3a8, "man_artist_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3eb, "male_teacher_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3eb, "male_teacher_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3eb, "man_teacher_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3eb, "man_teacher_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3ed, "male_factory_worker_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3ed, "male_factory_worker_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3ed, "man_factory_worker_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f3ed, "man_factory_worker_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bb, "male_technologist_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bb, "male_technologist_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bb, "man_technologist_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bb, "man_technologist_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bc, "male_office_worker_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bc, "male_office_worker_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bc, "man_office_worker_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f4bc, "man_office_worker_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f527, "male_mechanic_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f527, "male_mechanic_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f527, "man_mechanic_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f527, "man_mechanic_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f52c, "male_scientist_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f52c, "male_scientist_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f52c, "man_scientist_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f52c, "man_scientist_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f680, "male_astronaut_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f680, "male_astronaut_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f680, "man_astronaut_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f680, "man_astronaut_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f692, "male_firefighter_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f692, "male_firefighter_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f692, "man_firefighter_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_1f692, "man_firefighter_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "male_doctor_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "male_doctor_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "man_health_worker_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "man_health_worker_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "male_judge_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "male_judge_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "man_judge_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "man_judge_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "male_pilot_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "male_pilot_tone3" ); - name( R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "man_pilot_medium_skin_tone" ); - name( R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "man_pilot_tone3" ); - name( R.drawable.emj_1f468_1f3fe, "man_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe, "man_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f33e, "male_farmer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f33e, "male_farmer_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f33e, "man_farmer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f33e, "man_farmer_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f373, "male_cook_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f373, "male_cook_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f373, "man_cook_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f373, "man_cook_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f393, "male_student_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f393, "male_student_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f393, "man_student_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f393, "man_student_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a4, "male_singer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a4, "male_singer_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a4, "man_singer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a4, "man_singer_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a8, "male_artist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a8, "male_artist_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a8, "man_artist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3a8, "man_artist_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3eb, "male_teacher_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3eb, "male_teacher_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3eb, "man_teacher_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3eb, "man_teacher_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3ed, "male_factory_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3ed, "male_factory_worker_tone4" ); + name( "ir", R.drawable.emj_1f1ee_1f1f7, "\ud83c\uddee\ud83c\uddf7" ); + name( "is", R.drawable.emj_1f1ee_1f1f8, "\ud83c\uddee\ud83c\uddf8" ); + name( "island", R.drawable.emj_1f3dd, "\ud83c\udfdd" ); + name( "it", R.drawable.emj_1f1ee_1f1f9, "\ud83c\uddee\ud83c\uddf9" ); + name( "izakaya_lantern", R.drawable.emj_1f3ee, "\ud83c\udfee" ); + name( "jack_o_lantern", R.drawable.emj_1f383, "\ud83c\udf83" ); + name( "japan", R.drawable.emj_1f5fe, "\ud83d\uddfe" ); + name( "japanese_castle", R.drawable.emj_1f3ef, "\ud83c\udfef" ); + name( "japanese_goblin", R.drawable.emj_1f47a, "\ud83d\udc7a" ); + name( "japanese_ogre", R.drawable.emj_1f479, "\ud83d\udc79" ); + name( "je", R.drawable.emj_1f1ef_1f1ea, "\ud83c\uddef\ud83c\uddea" ); + name( "jeans", R.drawable.emj_1f456, "\ud83d\udc56" ); + name( "jm", R.drawable.emj_1f1ef_1f1f2, "\ud83c\uddef\ud83c\uddf2" ); + name( "jo", R.drawable.emj_1f1ef_1f1f4, "\ud83c\uddef\ud83c\uddf4" ); + name( "joy", R.drawable.emj_1f602, "\ud83d\ude02" ); + name( "joy_cat", R.drawable.emj_1f639, "\ud83d\ude39" ); + name( "joystick", R.drawable.emj_1f579, "\ud83d\udd79" ); + name( "jp", R.drawable.emj_1f1ef_1f1f5, "\ud83c\uddef\ud83c\uddf5" ); + name( "juggler", R.drawable.emj_1f939, "\ud83e\udd39" ); + name( "juggler_tone1", R.drawable.emj_1f939_1f3fb, "\ud83e\udd39\ud83c\udffb" ); + name( "juggler_tone2", R.drawable.emj_1f939_1f3fc, "\ud83e\udd39\ud83c\udffc" ); + name( "juggler_tone3", R.drawable.emj_1f939_1f3fd, "\ud83e\udd39\ud83c\udffd" ); + name( "juggler_tone4", R.drawable.emj_1f939_1f3fe, "\ud83e\udd39\ud83c\udffe" ); + name( "juggler_tone5", R.drawable.emj_1f939_1f3ff, "\ud83e\udd39\ud83c\udfff" ); + name( "juggling", R.drawable.emj_1f939, "\ud83e\udd39" ); + name( "juggling_dark_skin_tone", R.drawable.emj_1f939_1f3ff, "\ud83e\udd39\ud83c\udfff" ); + name( "juggling_light_skin_tone", R.drawable.emj_1f939_1f3fb, "\ud83e\udd39\ud83c\udffb" ); + name( "juggling_medium_dark_skin_tone", R.drawable.emj_1f939_1f3fe, "\ud83e\udd39\ud83c\udffe" ); + name( "juggling_medium_light_skin_tone", R.drawable.emj_1f939_1f3fc, "\ud83e\udd39\ud83c\udffc" ); + name( "juggling_medium_skin_tone", R.drawable.emj_1f939_1f3fd, "\ud83e\udd39\ud83c\udffd" ); + name( "juggling_tone1", R.drawable.emj_1f939_1f3fb, "\ud83e\udd39\ud83c\udffb" ); + name( "juggling_tone2", R.drawable.emj_1f939_1f3fc, "\ud83e\udd39\ud83c\udffc" ); + name( "juggling_tone3", R.drawable.emj_1f939_1f3fd, "\ud83e\udd39\ud83c\udffd" ); + name( "juggling_tone4", R.drawable.emj_1f939_1f3fe, "\ud83e\udd39\ud83c\udffe" ); + name( "juggling_tone5", R.drawable.emj_1f939_1f3ff, "\ud83e\udd39\ud83c\udfff" ); + name( "kaaba", R.drawable.emj_1f54b, "\ud83d\udd4b" ); + name( "karate_uniform", R.drawable.emj_1f94b, "\ud83e\udd4b" ); + name( "kayak", R.drawable.emj_1f6f6, "\ud83d\udef6" ); + name( "ke", R.drawable.emj_1f1f0_1f1ea, "\ud83c\uddf0\ud83c\uddea" ); + name( "key", R.drawable.emj_1f511, "\ud83d\udd11" ); + name( "key2", R.drawable.emj_1f5dd, "\ud83d\udddd" ); + name( "keyboard", R.drawable.emj_2328, "\u2328" ); + name( "keycap_asterisk", R.drawable.emj_002a_20e3, "\u002a\u20e3" ); + name( "keycap_star", R.drawable.emj_002a_20e3, "\u002a\u20e3" ); + name( "keycap_ten", R.drawable.emj_1f51f, "\ud83d\udd1f" ); + name( "kg", R.drawable.emj_1f1f0_1f1ec, "\ud83c\uddf0\ud83c\uddec" ); + name( "kh", R.drawable.emj_1f1f0_1f1ed, "\ud83c\uddf0\ud83c\udded" ); + name( "ki", R.drawable.emj_1f1f0_1f1ee, "\ud83c\uddf0\ud83c\uddee" ); + name( "kimono", R.drawable.emj_1f458, "\ud83d\udc58" ); + name( "kiss", R.drawable.emj_1f48b, "\ud83d\udc8b" ); + name( "kiss_mm", R.drawable.emj_1f468_200d_2764_fe0f_200d_1f48b_200d_1f468, "\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68" ); + name( "kiss_woman_man", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f468, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68" ); + name( "kiss_ww", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f469, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69" ); + name( "kissing", R.drawable.emj_1f617, "\ud83d\ude17" ); + name( "kissing_cat", R.drawable.emj_1f63d, "\ud83d\ude3d" ); + name( "kissing_closed_eyes", R.drawable.emj_1f61a, "\ud83d\ude1a" ); + name( "kissing_heart", R.drawable.emj_1f618, "\ud83d\ude18" ); + name( "kissing_smiling_eyes", R.drawable.emj_1f619, "\ud83d\ude19" ); + name( "kiwi", R.drawable.emj_1f95d, "\ud83e\udd5d" ); + name( "kiwifruit", R.drawable.emj_1f95d, "\ud83e\udd5d" ); + name( "km", R.drawable.emj_1f1f0_1f1f2, "\ud83c\uddf0\ud83c\uddf2" ); + name( "kn", R.drawable.emj_1f1f0_1f1f3, "\ud83c\uddf0\ud83c\uddf3" ); + name( "knife", R.drawable.emj_1f52a, "\ud83d\udd2a" ); + name( "knife_fork_plate", R.drawable.emj_1f37d, "\ud83c\udf7d" ); + name( "koala", R.drawable.emj_1f428, "\ud83d\udc28" ); + name( "koko", R.drawable.emj_1f201, "\ud83c\ude01" ); + name( "kp", R.drawable.emj_1f1f0_1f1f5, "\ud83c\uddf0\ud83c\uddf5" ); + name( "kr", R.drawable.emj_1f1f0_1f1f7, "\ud83c\uddf0\ud83c\uddf7" ); + name( "kw", R.drawable.emj_1f1f0_1f1fc, "\ud83c\uddf0\ud83c\uddfc" ); + name( "ky", R.drawable.emj_1f1f0_1f1fe, "\ud83c\uddf0\ud83c\uddfe" ); + name( "kz", R.drawable.emj_1f1f0_1f1ff, "\ud83c\uddf0\ud83c\uddff" ); + name( "la", R.drawable.emj_1f1f1_1f1e6, "\ud83c\uddf1\ud83c\udde6" ); + name( "label", R.drawable.emj_1f3f7, "\ud83c\udff7" ); + name( "lantern", R.drawable.emj_1f3ee, "\ud83c\udfee" ); + name( "large_blue_circle", R.drawable.emj_1f535, "\ud83d\udd35" ); + name( "large_blue_diamond", R.drawable.emj_1f537, "\ud83d\udd37" ); + name( "large_orange_diamond", R.drawable.emj_1f536, "\ud83d\udd36" ); + name( "last_quarter_moon", R.drawable.emj_1f317, "\ud83c\udf17" ); + name( "last_quarter_moon_with_face", R.drawable.emj_1f31c, "\ud83c\udf1c" ); + name( "latin_cross", R.drawable.emj_271d, "\u271d" ); + name( "laughing", R.drawable.emj_1f606, "\ud83d\ude06" ); + name( "lb", R.drawable.emj_1f1f1_1f1e7, "\ud83c\uddf1\ud83c\udde7" ); + name( "lc", R.drawable.emj_1f1f1_1f1e8, "\ud83c\uddf1\ud83c\udde8" ); + name( "leaves", R.drawable.emj_1f343, "\ud83c\udf43" ); + name( "ledger", R.drawable.emj_1f4d2, "\ud83d\udcd2" ); + name( "left_facing_fist", R.drawable.emj_1f91b, "\ud83e\udd1b" ); + name( "left_facing_fist_dark_skin_tone", R.drawable.emj_1f91b_1f3ff, "\ud83e\udd1b\ud83c\udfff" ); + name( "left_facing_fist_light_skin_tone", R.drawable.emj_1f91b_1f3fb, "\ud83e\udd1b\ud83c\udffb" ); + name( "left_facing_fist_medium_dark_skin_tone", R.drawable.emj_1f91b_1f3fe, "\ud83e\udd1b\ud83c\udffe" ); + name( "left_facing_fist_medium_light_skin_tone", R.drawable.emj_1f91b_1f3fc, "\ud83e\udd1b\ud83c\udffc" ); + name( "left_facing_fist_medium_skin_tone", R.drawable.emj_1f91b_1f3fd, "\ud83e\udd1b\ud83c\udffd" ); + name( "left_facing_fist_tone1", R.drawable.emj_1f91b_1f3fb, "\ud83e\udd1b\ud83c\udffb" ); + name( "left_facing_fist_tone2", R.drawable.emj_1f91b_1f3fc, "\ud83e\udd1b\ud83c\udffc" ); + name( "left_facing_fist_tone3", R.drawable.emj_1f91b_1f3fd, "\ud83e\udd1b\ud83c\udffd" ); + name( "left_facing_fist_tone4", R.drawable.emj_1f91b_1f3fe, "\ud83e\udd1b\ud83c\udffe" ); + name( "left_facing_fist_tone5", R.drawable.emj_1f91b_1f3ff, "\ud83e\udd1b\ud83c\udfff" ); + name( "left_fist", R.drawable.emj_1f91b, "\ud83e\udd1b" ); + name( "left_fist_tone1", R.drawable.emj_1f91b_1f3fb, "\ud83e\udd1b\ud83c\udffb" ); + name( "left_fist_tone2", R.drawable.emj_1f91b_1f3fc, "\ud83e\udd1b\ud83c\udffc" ); + name( "left_fist_tone3", R.drawable.emj_1f91b_1f3fd, "\ud83e\udd1b\ud83c\udffd" ); + name( "left_fist_tone4", R.drawable.emj_1f91b_1f3fe, "\ud83e\udd1b\ud83c\udffe" ); } private static void init71(){ - name( R.drawable.emj_1f468_1f3fe_200d_1f3ed, "man_factory_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f3ed, "man_factory_worker_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bb, "male_technologist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bb, "male_technologist_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bb, "man_technologist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bb, "man_technologist_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bc, "male_office_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bc, "male_office_worker_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bc, "man_office_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f4bc, "man_office_worker_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f527, "male_mechanic_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f527, "male_mechanic_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f527, "man_mechanic_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f527, "man_mechanic_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f52c, "male_scientist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f52c, "male_scientist_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f52c, "man_scientist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f52c, "man_scientist_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f680, "male_astronaut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f680, "male_astronaut_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f680, "man_astronaut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f680, "man_astronaut_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f692, "male_firefighter_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f692, "male_firefighter_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f692, "man_firefighter_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_1f692, "man_firefighter_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "male_doctor_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "male_doctor_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "man_health_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "man_health_worker_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "male_judge_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "male_judge_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "man_judge_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "man_judge_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "male_pilot_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "male_pilot_tone4" ); - name( R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "man_pilot_medium_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "man_pilot_tone4" ); - name( R.drawable.emj_1f468_1f3ff, "man_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff, "man_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f33e, "male_farmer_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f33e, "male_farmer_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f33e, "man_farmer_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f33e, "man_farmer_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f373, "male_cook_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f373, "male_cook_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f373, "man_cook_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f373, "man_cook_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f393, "male_student_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f393, "male_student_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f393, "man_student_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f393, "man_student_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a4, "male_singer_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a4, "male_singer_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a4, "man_singer_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a4, "man_singer_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a8, "male_artist_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a8, "male_artist_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a8, "man_artist_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3a8, "man_artist_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3eb, "male_teacher_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3eb, "male_teacher_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3eb, "man_teacher_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3eb, "man_teacher_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3ed, "male_factory_worker_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3ed, "male_factory_worker_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3ed, "man_factory_worker_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f3ed, "man_factory_worker_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bb, "male_technologist_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bb, "male_technologist_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bb, "man_technologist_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bb, "man_technologist_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bc, "male_office_worker_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bc, "male_office_worker_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bc, "man_office_worker_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f4bc, "man_office_worker_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f527, "male_mechanic_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f527, "male_mechanic_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f527, "man_mechanic_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f527, "man_mechanic_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f52c, "male_scientist_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f52c, "male_scientist_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f52c, "man_scientist_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f52c, "man_scientist_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f680, "male_astronaut_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f680, "male_astronaut_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f680, "man_astronaut_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f680, "man_astronaut_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f692, "male_firefighter_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f692, "male_firefighter_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f692, "man_firefighter_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_1f692, "man_firefighter_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "male_doctor_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "male_doctor_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "man_health_worker_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "man_health_worker_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "male_judge_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "male_judge_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "man_judge_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "man_judge_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "male_pilot_dark_skin_tone" ); + name( "left_fist_tone5", R.drawable.emj_1f91b_1f3ff, "\ud83e\udd1b\ud83c\udfff" ); + name( "left_luggage", R.drawable.emj_1f6c5, "\ud83d\udec5" ); + name( "left_right_arrow", R.drawable.emj_2194, "\u2194" ); + name( "left_speech_bubble", R.drawable.emj_1f5e8, "\ud83d\udde8" ); + name( "leftwards_arrow_with_hook", R.drawable.emj_21a9, "\u21a9" ); + name( "lemon", R.drawable.emj_1f34b, "\ud83c\udf4b" ); + name( "leo", R.drawable.emj_264c, "\u264c" ); + name( "leopard", R.drawable.emj_1f406, "\ud83d\udc06" ); + name( "level_slider", R.drawable.emj_1f39a, "\ud83c\udf9a" ); + name( "levitate", R.drawable.emj_1f574, "\ud83d\udd74" ); + name( "li", R.drawable.emj_1f1f1_1f1ee, "\ud83c\uddf1\ud83c\uddee" ); + name( "liar", R.drawable.emj_1f925, "\ud83e\udd25" ); + name( "libra", R.drawable.emj_264e, "\u264e" ); + name( "lifter", R.drawable.emj_1f3cb, "\ud83c\udfcb" ); + name( "lifter_tone1", R.drawable.emj_1f3cb_1f3fb, "\ud83c\udfcb\ud83c\udffb" ); + name( "lifter_tone2", R.drawable.emj_1f3cb_1f3fc, "\ud83c\udfcb\ud83c\udffc" ); + name( "lifter_tone3", R.drawable.emj_1f3cb_1f3fd, "\ud83c\udfcb\ud83c\udffd" ); + name( "lifter_tone4", R.drawable.emj_1f3cb_1f3fe, "\ud83c\udfcb\ud83c\udffe" ); + name( "lifter_tone5", R.drawable.emj_1f3cb_1f3ff, "\ud83c\udfcb\ud83c\udfff" ); + name( "light_rail", R.drawable.emj_1f688, "\ud83d\ude88" ); + name( "lightning", R.drawable.emj_1f329, "\ud83c\udf29" ); + name( "lightning_cloud", R.drawable.emj_1f329, "\ud83c\udf29" ); + name( "link", R.drawable.emj_1f517, "\ud83d\udd17" ); + name( "linked_paperclips", R.drawable.emj_1f587, "\ud83d\udd87" ); + name( "lion", R.drawable.emj_1f981, "\ud83e\udd81" ); + name( "lion_face", R.drawable.emj_1f981, "\ud83e\udd81" ); + name( "lips", R.drawable.emj_1f444, "\ud83d\udc44" ); + name( "lipstick", R.drawable.emj_1f484, "\ud83d\udc84" ); + name( "lizard", R.drawable.emj_1f98e, "\ud83e\udd8e" ); + name( "lk", R.drawable.emj_1f1f1_1f1f0, "\ud83c\uddf1\ud83c\uddf0" ); + name( "lock", R.drawable.emj_1f512, "\ud83d\udd12" ); + name( "lock_with_ink_pen", R.drawable.emj_1f50f, "\ud83d\udd0f" ); + name( "lollipop", R.drawable.emj_1f36d, "\ud83c\udf6d" ); + name( "loop", R.drawable.emj_27bf, "\u27bf" ); + name( "loud_sound", R.drawable.emj_1f50a, "\ud83d\udd0a" ); + name( "loudspeaker", R.drawable.emj_1f4e2, "\ud83d\udce2" ); + name( "love_hotel", R.drawable.emj_1f3e9, "\ud83c\udfe9" ); + name( "love_letter", R.drawable.emj_1f48c, "\ud83d\udc8c" ); + name( "low_brightness", R.drawable.emj_1f505, "\ud83d\udd05" ); + name( "lower_left_ballpoint_pen", R.drawable.emj_1f58a, "\ud83d\udd8a" ); + name( "lower_left_crayon", R.drawable.emj_1f58d, "\ud83d\udd8d" ); + name( "lower_left_fountain_pen", R.drawable.emj_1f58b, "\ud83d\udd8b" ); + name( "lower_left_paintbrush", R.drawable.emj_1f58c, "\ud83d\udd8c" ); + name( "lr", R.drawable.emj_1f1f1_1f1f7, "\ud83c\uddf1\ud83c\uddf7" ); + name( "ls", R.drawable.emj_1f1f1_1f1f8, "\ud83c\uddf1\ud83c\uddf8" ); + name( "lt", R.drawable.emj_1f1f1_1f1f9, "\ud83c\uddf1\ud83c\uddf9" ); + name( "lu", R.drawable.emj_1f1f1_1f1fa, "\ud83c\uddf1\ud83c\uddfa" ); + name( "lv", R.drawable.emj_1f1f1_1f1fb, "\ud83c\uddf1\ud83c\uddfb" ); + name( "ly", R.drawable.emj_1f1f1_1f1fe, "\ud83c\uddf1\ud83c\uddfe" ); + name( "lying_face", R.drawable.emj_1f925, "\ud83e\udd25" ); + name( "m", R.drawable.emj_24c2, "\u24c2" ); + name( "ma", R.drawable.emj_1f1f2_1f1e6, "\ud83c\uddf2\ud83c\udde6" ); + name( "mag", R.drawable.emj_1f50d, "\ud83d\udd0d" ); + name( "mag_right", R.drawable.emj_1f50e, "\ud83d\udd0e" ); + name( "mahjong", R.drawable.emj_1f004, "\ud83c\udc04" ); + name( "mailbox", R.drawable.emj_1f4eb, "\ud83d\udceb" ); + name( "mailbox_closed", R.drawable.emj_1f4ea, "\ud83d\udcea" ); + name( "mailbox_with_mail", R.drawable.emj_1f4ec, "\ud83d\udcec" ); + name( "mailbox_with_no_mail", R.drawable.emj_1f4ed, "\ud83d\udced" ); + name( "male_artist", R.drawable.emj_1f468_200d_1f3a8, "\ud83d\udc68\u200d\ud83c\udfa8" ); + name( "male_artist_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3a8, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "male_artist_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3a8, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "male_artist_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3a8, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "male_artist_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3a8, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "male_artist_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3a8, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "male_artist_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3a8, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "male_artist_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3a8, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "male_artist_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3a8, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "male_artist_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3a8, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "male_artist_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3a8, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "male_astronaut", R.drawable.emj_1f468_200d_1f680, "\ud83d\udc68\u200d\ud83d\ude80" ); + name( "male_astronaut_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f680, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude80" ); + name( "male_astronaut_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f680, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude80" ); + name( "male_astronaut_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f680, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude80" ); + name( "male_astronaut_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f680, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude80" ); + name( "male_astronaut_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f680, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude80" ); + name( "male_astronaut_tone1", R.drawable.emj_1f468_1f3fb_200d_1f680, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude80" ); + name( "male_astronaut_tone2", R.drawable.emj_1f468_1f3fc_200d_1f680, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude80" ); + name( "male_astronaut_tone3", R.drawable.emj_1f468_1f3fd_200d_1f680, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude80" ); + name( "male_astronaut_tone4", R.drawable.emj_1f468_1f3fe_200d_1f680, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude80" ); + name( "male_astronaut_tone5", R.drawable.emj_1f468_1f3ff_200d_1f680, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude80" ); + name( "male_construction_worker", R.drawable.emj_1f477_200d_2642_fe0f, "\ud83d\udc77\u200d\u2642\ufe0f" ); + name( "male_construction_worker_dark_skin_tone", R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_construction_worker_light_skin_tone", R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_construction_worker_medium_dark_skin_tone", R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_construction_worker_medium_light_skin_tone", R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_construction_worker_medium_skin_tone", R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_construction_worker_tone1", R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_construction_worker_tone2", R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_construction_worker_tone3", R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_construction_worker_tone4", R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_construction_worker_tone5", R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_cook", R.drawable.emj_1f468_200d_1f373, "\ud83d\udc68\u200d\ud83c\udf73" ); + name( "male_cook_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f373, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf73" ); + name( "male_cook_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f373, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf73" ); + name( "male_cook_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f373, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf73" ); + name( "male_cook_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f373, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf73" ); + name( "male_cook_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f373, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf73" ); + name( "male_cook_tone1", R.drawable.emj_1f468_1f3fb_200d_1f373, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf73" ); + name( "male_cook_tone2", R.drawable.emj_1f468_1f3fc_200d_1f373, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf73" ); + name( "male_cook_tone3", R.drawable.emj_1f468_1f3fd_200d_1f373, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf73" ); } private static void init72(){ - name( R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "male_pilot_tone5" ); - name( R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "man_pilot_dark_skin_tone" ); - name( R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "man_pilot_tone5" ); - name( R.drawable.emj_1f468_200d_1f33e, "male_farmer" ); - name( R.drawable.emj_1f468_200d_1f33e, "man_farmer" ); - name( R.drawable.emj_1f468_200d_1f373, "male_cook" ); - name( R.drawable.emj_1f468_200d_1f373, "man_cook" ); - name( R.drawable.emj_1f468_200d_1f393, "male_student" ); - name( R.drawable.emj_1f468_200d_1f393, "man_student" ); - name( R.drawable.emj_1f468_200d_1f3a4, "male_singer" ); - name( R.drawable.emj_1f468_200d_1f3a4, "man_singer" ); - name( R.drawable.emj_1f468_200d_1f3a8, "male_artist" ); - name( R.drawable.emj_1f468_200d_1f3a8, "man_artist" ); - name( R.drawable.emj_1f468_200d_1f3eb, "male_teacher" ); - name( R.drawable.emj_1f468_200d_1f3eb, "man_teacher" ); - name( R.drawable.emj_1f468_200d_1f3ed, "male_factory_worker" ); - name( R.drawable.emj_1f468_200d_1f3ed, "man_factory_worker" ); - name( R.drawable.emj_1f468_200d_1f466, "family_man_boy" ); - name( R.drawable.emj_1f468_200d_1f466, "man_boy" ); - name( R.drawable.emj_1f468_200d_1f466_200d_1f466, "family_man_boy_boy" ); - name( R.drawable.emj_1f468_200d_1f466_200d_1f466, "man_boy_boy" ); - name( R.drawable.emj_1f468_200d_1f467, "family_man_girl" ); - name( R.drawable.emj_1f468_200d_1f467, "man_girl" ); - name( R.drawable.emj_1f468_200d_1f467_200d_1f466, "family_man_girl_boy" ); - name( R.drawable.emj_1f468_200d_1f467_200d_1f466, "man_girl_boy" ); - name( R.drawable.emj_1f468_200d_1f467_200d_1f467, "family_man_girl_girl" ); - name( R.drawable.emj_1f468_200d_1f467_200d_1f467, "man_girl_girl" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f466, "family_mmb" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f466, "man_man_boy" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f466_200d_1f466, "family_mmbb" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f466_200d_1f466, "man_man_boy_boy" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f467, "family_mmg" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f467, "man_man_girl" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f466, "family_mmgb" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f466, "man_man_girl_boy" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f467, "family_mmgg" ); - name( R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f467, "man_man_girl_girl" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f466, "family_man_woman_boy" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f466, "man_woman_boy" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f466_200d_1f466, "family_mwbb" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f466_200d_1f466, "man_woman_boy_boy" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f467, "family_mwg" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f467, "man_woman_girl" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f466, "family_mwgb" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f466, "man_woman_girl_boy" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f467, "family_mwgg" ); - name( R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f467, "man_woman_girl_girl" ); - name( R.drawable.emj_1f468_200d_1f4bb, "male_technologist" ); - name( R.drawable.emj_1f468_200d_1f4bb, "man_technologist" ); - name( R.drawable.emj_1f468_200d_1f4bc, "male_office_worker" ); - name( R.drawable.emj_1f468_200d_1f4bc, "man_office_worker" ); - name( R.drawable.emj_1f468_200d_1f527, "male_mechanic" ); - name( R.drawable.emj_1f468_200d_1f527, "man_mechanic" ); - name( R.drawable.emj_1f468_200d_1f52c, "male_scientist" ); - name( R.drawable.emj_1f468_200d_1f52c, "man_scientist" ); - name( R.drawable.emj_1f468_200d_1f680, "male_astronaut" ); - name( R.drawable.emj_1f468_200d_1f680, "man_astronaut" ); - name( R.drawable.emj_1f468_200d_1f692, "male_firefighter" ); - name( R.drawable.emj_1f468_200d_1f692, "man_firefighter" ); - name( R.drawable.emj_1f468_200d_2695_fe0f, "male_doctor" ); - name( R.drawable.emj_1f468_200d_2695_fe0f, "man_health_worker" ); - name( R.drawable.emj_1f468_200d_2696_fe0f, "male_judge" ); - name( R.drawable.emj_1f468_200d_2696_fe0f, "man_judge" ); - name( R.drawable.emj_1f468_200d_2708_fe0f, "male_pilot" ); - name( R.drawable.emj_1f468_200d_2708_fe0f, "man_pilot" ); - name( R.drawable.emj_1f468_200d_2764_fe0f_200d_1f468, "couple_mm" ); - name( R.drawable.emj_1f468_200d_2764_fe0f_200d_1f468, "couple_with_heart_mm" ); - name( R.drawable.emj_1f468_200d_2764_fe0f_200d_1f468, "man_heart_man" ); - name( R.drawable.emj_1f468_200d_2764_fe0f_200d_1f48b_200d_1f468, "couplekiss_mm" ); - name( R.drawable.emj_1f468_200d_2764_fe0f_200d_1f48b_200d_1f468, "kiss_mm" ); - name( R.drawable.emj_1f468_200d_2764_fe0f_200d_1f48b_200d_1f468, "man_kiss_man" ); - name( R.drawable.emj_1f469, "woman" ); - name( R.drawable.emj_1f469_1f3fb, "woman_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb, "woman_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f33e, "female_farmer_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f33e, "female_farmer_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f33e, "woman_farmer_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f33e, "woman_farmer_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f373, "female_cook_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f373, "female_cook_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f373, "woman_cook_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f373, "woman_cook_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f393, "female_student_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f393, "female_student_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f393, "woman_student_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f393, "woman_student_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a4, "female_singer_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a4, "female_singer_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a4, "woman_singer_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a4, "woman_singer_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a8, "female_artist_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a8, "female_artist_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a8, "woman_artist_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3a8, "woman_artist_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3eb, "female_teacher_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3eb, "female_teacher_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3eb, "woman_teacher_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3eb, "woman_teacher_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3ed, "female_factory_worker_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3ed, "female_factory_worker_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f3ed, "woman_factory_worker_light_skin_tone" ); + name( "male_cook_tone4", R.drawable.emj_1f468_1f3fe_200d_1f373, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf73" ); + name( "male_cook_tone5", R.drawable.emj_1f468_1f3ff_200d_1f373, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf73" ); + name( "male_dancer", R.drawable.emj_1f57a, "\ud83d\udd7a" ); + name( "male_dancer_tone1", R.drawable.emj_1f57a_1f3fb, "\ud83d\udd7a\ud83c\udffb" ); + name( "male_dancer_tone2", R.drawable.emj_1f57a_1f3fc, "\ud83d\udd7a\ud83c\udffc" ); + name( "male_dancer_tone3", R.drawable.emj_1f57a_1f3fd, "\ud83d\udd7a\ud83c\udffd" ); + name( "male_dancer_tone4", R.drawable.emj_1f57a_1f3fe, "\ud83d\udd7a\ud83c\udffe" ); + name( "male_dancer_tone5", R.drawable.emj_1f57a_1f3ff, "\ud83d\udd7a\ud83c\udfff" ); + name( "male_detective", R.drawable.emj_1f575_fe0f_200d_2642_fe0f, "\ud83d\udd75\ufe0f\u200d\u2642\ufe0f" ); + name( "male_detective_dark_skin_tone", R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_detective_light_skin_tone", R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_detective_medium_dark_skin_tone", R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_detective_medium_light_skin_tone", R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_detective_medium_skin_tone", R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_detective_tone1", R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_detective_tone2", R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_detective_tone3", R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_detective_tone4", R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_detective_tone5", R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_doctor", R.drawable.emj_1f468_200d_2695_fe0f, "\ud83d\udc68\u200d\u2695\ufe0f" ); + name( "male_doctor_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "male_doctor_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "male_doctor_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "male_doctor_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "male_doctor_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "male_doctor_tone1", R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "male_doctor_tone2", R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "male_doctor_tone3", R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "male_doctor_tone4", R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "male_doctor_tone5", R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "male_factory_worker", R.drawable.emj_1f468_200d_1f3ed, "\ud83d\udc68\u200d\ud83c\udfed" ); + name( "male_factory_worker_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3ed, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfed" ); + name( "male_factory_worker_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3ed, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfed" ); + name( "male_factory_worker_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3ed, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfed" ); + name( "male_factory_worker_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3ed, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfed" ); + name( "male_factory_worker_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3ed, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfed" ); + name( "male_factory_worker_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3ed, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfed" ); + name( "male_factory_worker_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3ed, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfed" ); + name( "male_factory_worker_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3ed, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfed" ); + name( "male_factory_worker_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3ed, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfed" ); + name( "male_factory_worker_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3ed, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfed" ); + name( "male_farmer", R.drawable.emj_1f468_200d_1f33e, "\ud83d\udc68\u200d\ud83c\udf3e" ); + name( "male_farmer_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f33e, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "male_farmer_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f33e, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "male_farmer_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f33e, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "male_farmer_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f33e, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "male_farmer_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f33e, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "male_farmer_tone1", R.drawable.emj_1f468_1f3fb_200d_1f33e, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "male_farmer_tone2", R.drawable.emj_1f468_1f3fc_200d_1f33e, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "male_farmer_tone3", R.drawable.emj_1f468_1f3fd_200d_1f33e, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "male_farmer_tone4", R.drawable.emj_1f468_1f3fe_200d_1f33e, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "male_farmer_tone5", R.drawable.emj_1f468_1f3ff_200d_1f33e, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "male_firefighter", R.drawable.emj_1f468_200d_1f692, "\ud83d\udc68\u200d\ud83d\ude92" ); + name( "male_firefighter_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f692, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude92" ); + name( "male_firefighter_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f692, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude92" ); + name( "male_firefighter_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f692, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude92" ); + name( "male_firefighter_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f692, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude92" ); + name( "male_firefighter_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f692, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude92" ); + name( "male_firefighter_tone1", R.drawable.emj_1f468_1f3fb_200d_1f692, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude92" ); + name( "male_firefighter_tone2", R.drawable.emj_1f468_1f3fc_200d_1f692, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude92" ); + name( "male_firefighter_tone3", R.drawable.emj_1f468_1f3fd_200d_1f692, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude92" ); + name( "male_firefighter_tone4", R.drawable.emj_1f468_1f3fe_200d_1f692, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude92" ); + name( "male_firefighter_tone5", R.drawable.emj_1f468_1f3ff_200d_1f692, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude92" ); + name( "male_guard", R.drawable.emj_1f482_200d_2642_fe0f, "\ud83d\udc82\u200d\u2642\ufe0f" ); + name( "male_guard_dark_skin_tone", R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_guard_light_skin_tone", R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_guard_medium_dark_skin_tone", R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_guard_medium_light_skin_tone", R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_guard_medium_skin_tone", R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_guard_tone1", R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_guard_tone2", R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_guard_tone3", R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_guard_tone4", R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_guard_tone5", R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_judge", R.drawable.emj_1f468_200d_2696_fe0f, "\ud83d\udc68\u200d\u2696\ufe0f" ); + name( "male_judge_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "male_judge_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "male_judge_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "male_judge_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "male_judge_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "male_judge_tone1", R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "male_judge_tone2", R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "male_judge_tone3", R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "male_judge_tone4", R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "male_judge_tone5", R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "male_mechanic", R.drawable.emj_1f468_200d_1f527, "\ud83d\udc68\u200d\ud83d\udd27" ); + name( "male_mechanic_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f527, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd27" ); + name( "male_mechanic_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f527, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd27" ); + name( "male_mechanic_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f527, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd27" ); + name( "male_mechanic_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f527, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd27" ); + name( "male_mechanic_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f527, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd27" ); + name( "male_mechanic_tone1", R.drawable.emj_1f468_1f3fb_200d_1f527, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd27" ); + name( "male_mechanic_tone2", R.drawable.emj_1f468_1f3fc_200d_1f527, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd27" ); + name( "male_mechanic_tone3", R.drawable.emj_1f468_1f3fd_200d_1f527, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd27" ); + name( "male_mechanic_tone4", R.drawable.emj_1f468_1f3fe_200d_1f527, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd27" ); + name( "male_mechanic_tone5", R.drawable.emj_1f468_1f3ff_200d_1f527, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd27" ); + name( "male_office_worker", R.drawable.emj_1f468_200d_1f4bc, "\ud83d\udc68\u200d\ud83d\udcbc" ); + name( "male_office_worker_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f4bc, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "male_office_worker_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f4bc, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "male_office_worker_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f4bc, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "male_office_worker_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f4bc, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbc" ); } private static void init73(){ - name( R.drawable.emj_1f469_1f3fb_200d_1f3ed, "woman_factory_worker_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bb, "female_technologist_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bb, "female_technologist_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bb, "woman_technologist_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bb, "woman_technologist_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bc, "female_office_worker_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bc, "female_office_worker_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bc, "woman_office_worker_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f4bc, "woman_office_worker_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f527, "female_mechanic_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f527, "female_mechanic_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f527, "woman_mechanic_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f527, "woman_mechanic_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f52c, "female_scientist_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f52c, "female_scientist_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f52c, "woman_scientist_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f52c, "woman_scientist_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f680, "female_astronaut_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f680, "female_astronaut_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f680, "woman_astronaut_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f680, "woman_astronaut_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f692, "female_firefighter_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f692, "female_firefighter_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f692, "woman_firefighter_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_1f692, "woman_firefighter_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "female_doctor_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "female_doctor_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "woman_health_worker_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "woman_health_worker_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "female_judge_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "female_judge_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "woman_judge_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "woman_judge_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "female_pilot_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "female_pilot_tone1" ); - name( R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "woman_pilot_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "woman_pilot_tone1" ); - name( R.drawable.emj_1f469_1f3fc, "woman_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc, "woman_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f33e, "female_farmer_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f33e, "female_farmer_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f33e, "woman_farmer_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f33e, "woman_farmer_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f373, "female_cook_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f373, "female_cook_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f373, "woman_cook_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f373, "woman_cook_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f393, "female_student_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f393, "female_student_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f393, "woman_student_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f393, "woman_student_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a4, "female_singer_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a4, "female_singer_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a4, "woman_singer_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a4, "woman_singer_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a8, "female_artist_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a8, "female_artist_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a8, "woman_artist_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3a8, "woman_artist_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3eb, "female_teacher_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3eb, "female_teacher_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3eb, "woman_teacher_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3eb, "woman_teacher_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3ed, "female_factory_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3ed, "female_factory_worker_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3ed, "woman_factory_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f3ed, "woman_factory_worker_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bb, "female_technologist_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bb, "female_technologist_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bb, "woman_technologist_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bb, "woman_technologist_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bc, "female_office_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bc, "female_office_worker_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bc, "woman_office_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f4bc, "woman_office_worker_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f527, "female_mechanic_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f527, "female_mechanic_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f527, "woman_mechanic_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f527, "woman_mechanic_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f52c, "female_scientist_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f52c, "female_scientist_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f52c, "woman_scientist_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f52c, "woman_scientist_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f680, "female_astronaut_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f680, "female_astronaut_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f680, "woman_astronaut_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f680, "woman_astronaut_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f692, "female_firefighter_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f692, "female_firefighter_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f692, "woman_firefighter_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_1f692, "woman_firefighter_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "female_doctor_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "female_doctor_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "woman_health_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "woman_health_worker_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "female_judge_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "female_judge_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "woman_judge_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "woman_judge_tone2" ); - name( R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "female_pilot_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "female_pilot_tone2" ); + name( "male_office_worker_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f4bc, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "male_office_worker_tone1", R.drawable.emj_1f468_1f3fb_200d_1f4bc, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "male_office_worker_tone2", R.drawable.emj_1f468_1f3fc_200d_1f4bc, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "male_office_worker_tone3", R.drawable.emj_1f468_1f3fd_200d_1f4bc, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "male_office_worker_tone4", R.drawable.emj_1f468_1f3fe_200d_1f4bc, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "male_office_worker_tone5", R.drawable.emj_1f468_1f3ff_200d_1f4bc, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "male_pilot", R.drawable.emj_1f468_200d_2708_fe0f, "\ud83d\udc68\u200d\u2708\ufe0f" ); + name( "male_pilot_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "male_pilot_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "male_pilot_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "male_pilot_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "male_pilot_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "male_pilot_tone1", R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "male_pilot_tone2", R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "male_pilot_tone3", R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "male_pilot_tone4", R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "male_pilot_tone5", R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "male_police_officer", R.drawable.emj_1f46e_200d_2642_fe0f, "\ud83d\udc6e\u200d\u2642\ufe0f" ); + name( "male_police_officer_dark_skin_tone", R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_police_officer_light_skin_tone", R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_police_officer_medium_dark_skin_tone", R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_police_officer_medium_light_skin_tone", R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_police_officer_medium_skin_tone", R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_police_officer_tone1", R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "male_police_officer_tone2", R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "male_police_officer_tone3", R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "male_police_officer_tone4", R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "male_police_officer_tone5", R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "male_scientist", R.drawable.emj_1f468_200d_1f52c, "\ud83d\udc68\u200d\ud83d\udd2c" ); + name( "male_scientist_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f52c, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "male_scientist_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f52c, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "male_scientist_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f52c, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "male_scientist_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f52c, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "male_scientist_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f52c, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "male_scientist_tone1", R.drawable.emj_1f468_1f3fb_200d_1f52c, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "male_scientist_tone2", R.drawable.emj_1f468_1f3fc_200d_1f52c, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "male_scientist_tone3", R.drawable.emj_1f468_1f3fd_200d_1f52c, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "male_scientist_tone4", R.drawable.emj_1f468_1f3fe_200d_1f52c, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "male_scientist_tone5", R.drawable.emj_1f468_1f3ff_200d_1f52c, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "male_sign", R.drawable.emj_2642, "\u2642" ); + name( "male_singer", R.drawable.emj_1f468_200d_1f3a4, "\ud83d\udc68\u200d\ud83c\udfa4" ); + name( "male_singer_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3a4, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "male_singer_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3a4, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "male_singer_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3a4, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "male_singer_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3a4, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "male_singer_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3a4, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "male_singer_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3a4, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "male_singer_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3a4, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "male_singer_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3a4, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "male_singer_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3a4, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "male_singer_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3a4, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "male_student", R.drawable.emj_1f468_200d_1f393, "\ud83d\udc68\u200d\ud83c\udf93" ); + name( "male_student_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f393, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf93" ); + name( "male_student_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f393, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf93" ); + name( "male_student_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f393, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf93" ); + name( "male_student_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f393, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf93" ); + name( "male_student_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f393, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf93" ); + name( "male_student_tone1", R.drawable.emj_1f468_1f3fb_200d_1f393, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf93" ); + name( "male_student_tone2", R.drawable.emj_1f468_1f3fc_200d_1f393, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf93" ); + name( "male_student_tone3", R.drawable.emj_1f468_1f3fd_200d_1f393, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf93" ); + name( "male_student_tone4", R.drawable.emj_1f468_1f3fe_200d_1f393, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf93" ); + name( "male_student_tone5", R.drawable.emj_1f468_1f3ff_200d_1f393, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf93" ); + name( "male_teacher", R.drawable.emj_1f468_200d_1f3eb, "\ud83d\udc68\u200d\ud83c\udfeb" ); + name( "male_teacher_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3eb, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "male_teacher_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3eb, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "male_teacher_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3eb, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "male_teacher_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3eb, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "male_teacher_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3eb, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "male_teacher_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3eb, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "male_teacher_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3eb, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "male_teacher_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3eb, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "male_teacher_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3eb, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "male_teacher_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3eb, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "male_technologist", R.drawable.emj_1f468_200d_1f4bb, "\ud83d\udc68\u200d\ud83d\udcbb" ); + name( "male_technologist_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f4bb, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "male_technologist_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f4bb, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "male_technologist_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f4bb, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "male_technologist_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f4bb, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "male_technologist_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f4bb, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "male_technologist_tone1", R.drawable.emj_1f468_1f3fb_200d_1f4bb, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "male_technologist_tone2", R.drawable.emj_1f468_1f3fc_200d_1f4bb, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "male_technologist_tone3", R.drawable.emj_1f468_1f3fd_200d_1f4bb, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "male_technologist_tone4", R.drawable.emj_1f468_1f3fe_200d_1f4bb, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "male_technologist_tone5", R.drawable.emj_1f468_1f3ff_200d_1f4bb, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "man", R.drawable.emj_1f468, "\ud83d\udc68" ); + name( "man_and_woman_holding_hands", R.drawable.emj_1f46b, "\ud83d\udc6b" ); + name( "man_artist", R.drawable.emj_1f468_200d_1f3a8, "\ud83d\udc68\u200d\ud83c\udfa8" ); + name( "man_artist_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3a8, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "man_artist_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3a8, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "man_artist_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3a8, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "man_artist_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3a8, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "man_artist_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3a8, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "man_artist_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3a8, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "man_artist_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3a8, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "man_artist_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3a8, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "man_artist_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3a8, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "man_artist_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3a8, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "man_astronaut", R.drawable.emj_1f468_200d_1f680, "\ud83d\udc68\u200d\ud83d\ude80" ); + name( "man_astronaut_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f680, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude80" ); + name( "man_astronaut_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f680, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude80" ); + name( "man_astronaut_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f680, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude80" ); } private static void init74(){ - name( R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "woman_pilot_medium_light_skin_tone" ); - name( R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "woman_pilot_tone2" ); - name( R.drawable.emj_1f469_1f3fd, "woman_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd, "woman_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f33e, "female_farmer_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f33e, "female_farmer_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f33e, "woman_farmer_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f33e, "woman_farmer_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f373, "female_cook_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f373, "female_cook_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f373, "woman_cook_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f373, "woman_cook_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f393, "female_student_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f393, "female_student_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f393, "woman_student_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f393, "woman_student_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a4, "female_singer_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a4, "female_singer_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a4, "woman_singer_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a4, "woman_singer_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a8, "female_artist_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a8, "female_artist_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a8, "woman_artist_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3a8, "woman_artist_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3eb, "female_teacher_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3eb, "female_teacher_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3eb, "woman_teacher_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3eb, "woman_teacher_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3ed, "female_factory_worker_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3ed, "female_factory_worker_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3ed, "woman_factory_worker_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f3ed, "woman_factory_worker_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bb, "female_technologist_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bb, "female_technologist_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bb, "woman_technologist_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bb, "woman_technologist_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bc, "female_office_worker_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bc, "female_office_worker_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bc, "woman_office_worker_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f4bc, "woman_office_worker_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f527, "female_mechanic_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f527, "female_mechanic_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f527, "woman_mechanic_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f527, "woman_mechanic_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f52c, "female_scientist_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f52c, "female_scientist_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f52c, "woman_scientist_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f52c, "woman_scientist_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f680, "female_astronaut_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f680, "female_astronaut_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f680, "woman_astronaut_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f680, "woman_astronaut_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f692, "female_firefighter_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f692, "female_firefighter_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f692, "woman_firefighter_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_1f692, "woman_firefighter_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "female_doctor_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "female_doctor_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "woman_health_worker_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "woman_health_worker_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "female_judge_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "female_judge_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "woman_judge_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "woman_judge_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "female_pilot_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "female_pilot_tone3" ); - name( R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "woman_pilot_medium_skin_tone" ); - name( R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "woman_pilot_tone3" ); - name( R.drawable.emj_1f469_1f3fe, "woman_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe, "woman_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f33e, "female_farmer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f33e, "female_farmer_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f33e, "woman_farmer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f33e, "woman_farmer_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f373, "female_cook_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f373, "female_cook_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f373, "woman_cook_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f373, "woman_cook_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f393, "female_student_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f393, "female_student_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f393, "woman_student_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f393, "woman_student_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a4, "female_singer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a4, "female_singer_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a4, "woman_singer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a4, "woman_singer_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a8, "female_artist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a8, "female_artist_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a8, "woman_artist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3a8, "woman_artist_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3eb, "female_teacher_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3eb, "female_teacher_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3eb, "woman_teacher_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3eb, "woman_teacher_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3ed, "female_factory_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3ed, "female_factory_worker_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3ed, "woman_factory_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f3ed, "woman_factory_worker_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bb, "female_technologist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bb, "female_technologist_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bb, "woman_technologist_medium_dark_skin_tone" ); + name( "man_astronaut_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f680, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude80" ); + name( "man_astronaut_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f680, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude80" ); + name( "man_astronaut_tone1", R.drawable.emj_1f468_1f3fb_200d_1f680, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude80" ); + name( "man_astronaut_tone2", R.drawable.emj_1f468_1f3fc_200d_1f680, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude80" ); + name( "man_astronaut_tone3", R.drawable.emj_1f468_1f3fd_200d_1f680, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude80" ); + name( "man_astronaut_tone4", R.drawable.emj_1f468_1f3fe_200d_1f680, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude80" ); + name( "man_astronaut_tone5", R.drawable.emj_1f468_1f3ff_200d_1f680, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude80" ); + name( "man_biking", R.drawable.emj_1f6b4_200d_2642_fe0f, "\ud83d\udeb4\u200d\u2642\ufe0f" ); + name( "man_biking_dark_skin_tone", R.drawable.emj_1f6b4_1f3ff_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_biking_light_skin_tone", R.drawable.emj_1f6b4_1f3fb_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_biking_medium_dark_skin_tone", R.drawable.emj_1f6b4_1f3fe_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_biking_medium_light_skin_tone", R.drawable.emj_1f6b4_1f3fc_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_biking_medium_skin_tone", R.drawable.emj_1f6b4_1f3fd_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_biking_tone1", R.drawable.emj_1f6b4_1f3fb_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_biking_tone2", R.drawable.emj_1f6b4_1f3fc_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_biking_tone3", R.drawable.emj_1f6b4_1f3fd_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_biking_tone4", R.drawable.emj_1f6b4_1f3fe_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_biking_tone5", R.drawable.emj_1f6b4_1f3ff_200d_2642_fe0f, "\ud83d\udeb4\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball", R.drawable.emj_26f9_fe0f_200d_2642_fe0f, "\u26f9\ufe0f\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_dark_skin_tone", R.drawable.emj_26f9_1f3ff_200d_2642_fe0f, "\u26f9\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_light_skin_tone", R.drawable.emj_26f9_1f3fb_200d_2642_fe0f, "\u26f9\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_medium_dark_skin_tone", R.drawable.emj_26f9_1f3fe_200d_2642_fe0f, "\u26f9\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_medium_light_skin_tone", R.drawable.emj_26f9_1f3fc_200d_2642_fe0f, "\u26f9\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_medium_skin_tone", R.drawable.emj_26f9_1f3fd_200d_2642_fe0f, "\u26f9\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_tone1", R.drawable.emj_26f9_1f3fb_200d_2642_fe0f, "\u26f9\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_tone2", R.drawable.emj_26f9_1f3fc_200d_2642_fe0f, "\u26f9\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_tone3", R.drawable.emj_26f9_1f3fd_200d_2642_fe0f, "\u26f9\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_tone4", R.drawable.emj_26f9_1f3fe_200d_2642_fe0f, "\u26f9\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_bouncing_ball_tone5", R.drawable.emj_26f9_1f3ff_200d_2642_fe0f, "\u26f9\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_bowing", R.drawable.emj_1f647_200d_2642_fe0f, "\ud83d\ude47\u200d\u2642\ufe0f" ); + name( "man_bowing_dark_skin_tone", R.drawable.emj_1f647_1f3ff_200d_2642_fe0f, "\ud83d\ude47\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_bowing_light_skin_tone", R.drawable.emj_1f647_1f3fb_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_bowing_medium_dark_skin_tone", R.drawable.emj_1f647_1f3fe_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_bowing_medium_light_skin_tone", R.drawable.emj_1f647_1f3fc_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_bowing_medium_skin_tone", R.drawable.emj_1f647_1f3fd_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_bowing_tone1", R.drawable.emj_1f647_1f3fb_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_bowing_tone2", R.drawable.emj_1f647_1f3fc_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_bowing_tone3", R.drawable.emj_1f647_1f3fd_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_bowing_tone4", R.drawable.emj_1f647_1f3fe_200d_2642_fe0f, "\ud83d\ude47\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_bowing_tone5", R.drawable.emj_1f647_1f3ff_200d_2642_fe0f, "\ud83d\ude47\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_boy", R.drawable.emj_1f468_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc66" ); + name( "man_boy_boy", R.drawable.emj_1f468_200d_1f466_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "man_cartwheeling", R.drawable.emj_1f938_200d_2642_fe0f, "\ud83e\udd38\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_dark_skin_tone", R.drawable.emj_1f938_1f3ff_200d_2642_fe0f, "\ud83e\udd38\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_light_skin_tone", R.drawable.emj_1f938_1f3fb_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_medium_dark_skin_tone", R.drawable.emj_1f938_1f3fe_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_medium_light_skin_tone", R.drawable.emj_1f938_1f3fc_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_medium_skin_tone", R.drawable.emj_1f938_1f3fd_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_tone1", R.drawable.emj_1f938_1f3fb_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_tone2", R.drawable.emj_1f938_1f3fc_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_tone3", R.drawable.emj_1f938_1f3fd_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_tone4", R.drawable.emj_1f938_1f3fe_200d_2642_fe0f, "\ud83e\udd38\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_cartwheeling_tone5", R.drawable.emj_1f938_1f3ff_200d_2642_fe0f, "\ud83e\udd38\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_construction_worker", R.drawable.emj_1f477_200d_2642_fe0f, "\ud83d\udc77\u200d\u2642\ufe0f" ); + name( "man_construction_worker_dark_skin_tone", R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_construction_worker_light_skin_tone", R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_construction_worker_medium_dark_skin_tone", R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_construction_worker_medium_light_skin_tone", R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_construction_worker_medium_skin_tone", R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_construction_worker_tone1", R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_construction_worker_tone2", R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_construction_worker_tone3", R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_construction_worker_tone4", R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_construction_worker_tone5", R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_cook", R.drawable.emj_1f468_200d_1f373, "\ud83d\udc68\u200d\ud83c\udf73" ); + name( "man_cook_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f373, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf73" ); + name( "man_cook_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f373, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf73" ); + name( "man_cook_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f373, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf73" ); + name( "man_cook_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f373, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf73" ); + name( "man_cook_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f373, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf73" ); + name( "man_cook_tone1", R.drawable.emj_1f468_1f3fb_200d_1f373, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf73" ); + name( "man_cook_tone2", R.drawable.emj_1f468_1f3fc_200d_1f373, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf73" ); + name( "man_cook_tone3", R.drawable.emj_1f468_1f3fd_200d_1f373, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf73" ); + name( "man_cook_tone4", R.drawable.emj_1f468_1f3fe_200d_1f373, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf73" ); + name( "man_cook_tone5", R.drawable.emj_1f468_1f3ff_200d_1f373, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf73" ); + name( "man_dancing", R.drawable.emj_1f57a, "\ud83d\udd7a" ); + name( "man_dancing_dark_skin_tone", R.drawable.emj_1f57a_1f3ff, "\ud83d\udd7a\ud83c\udfff" ); + name( "man_dancing_light_skin_tone", R.drawable.emj_1f57a_1f3fb, "\ud83d\udd7a\ud83c\udffb" ); + name( "man_dancing_medium_dark_skin_tone", R.drawable.emj_1f57a_1f3fe, "\ud83d\udd7a\ud83c\udffe" ); + name( "man_dancing_medium_light_skin_tone", R.drawable.emj_1f57a_1f3fc, "\ud83d\udd7a\ud83c\udffc" ); + name( "man_dancing_medium_skin_tone", R.drawable.emj_1f57a_1f3fd, "\ud83d\udd7a\ud83c\udffd" ); + name( "man_dancing_tone1", R.drawable.emj_1f57a_1f3fb, "\ud83d\udd7a\ud83c\udffb" ); + name( "man_dancing_tone2", R.drawable.emj_1f57a_1f3fc, "\ud83d\udd7a\ud83c\udffc" ); + name( "man_dancing_tone3", R.drawable.emj_1f57a_1f3fd, "\ud83d\udd7a\ud83c\udffd" ); + name( "man_dancing_tone4", R.drawable.emj_1f57a_1f3fe, "\ud83d\udd7a\ud83c\udffe" ); + name( "man_dancing_tone5", R.drawable.emj_1f57a_1f3ff, "\ud83d\udd7a\ud83c\udfff" ); + name( "man_dark_skin_tone", R.drawable.emj_1f468_1f3ff, "\ud83d\udc68\ud83c\udfff" ); + name( "man_detective", R.drawable.emj_1f575_fe0f_200d_2642_fe0f, "\ud83d\udd75\ufe0f\u200d\u2642\ufe0f" ); + name( "man_detective_dark_skin_tone", R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_detective_light_skin_tone", R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_detective_medium_dark_skin_tone", R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_detective_medium_light_skin_tone", R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_detective_medium_skin_tone", R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_detective_tone1", R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_detective_tone2", R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_detective_tone3", R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_detective_tone4", R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_detective_tone5", R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_facepalming", R.drawable.emj_1f926_200d_2642_fe0f, "\ud83e\udd26\u200d\u2642\ufe0f" ); + name( "man_facepalming_dark_skin_tone", R.drawable.emj_1f926_1f3ff_200d_2642_fe0f, "\ud83e\udd26\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_facepalming_light_skin_tone", R.drawable.emj_1f926_1f3fb_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffb\u200d\u2642\ufe0f" ); } private static void init75(){ - name( R.drawable.emj_1f469_1f3fe_200d_1f4bb, "woman_technologist_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bc, "female_office_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bc, "female_office_worker_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bc, "woman_office_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f4bc, "woman_office_worker_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f527, "female_mechanic_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f527, "female_mechanic_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f527, "woman_mechanic_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f527, "woman_mechanic_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f52c, "female_scientist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f52c, "female_scientist_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f52c, "woman_scientist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f52c, "woman_scientist_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f680, "female_astronaut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f680, "female_astronaut_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f680, "woman_astronaut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f680, "woman_astronaut_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f692, "female_firefighter_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f692, "female_firefighter_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f692, "woman_firefighter_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_1f692, "woman_firefighter_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "female_doctor_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "female_doctor_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "woman_health_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "woman_health_worker_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "female_judge_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "female_judge_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "woman_judge_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "woman_judge_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "female_pilot_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "female_pilot_tone4" ); - name( R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "woman_pilot_medium_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "woman_pilot_tone4" ); - name( R.drawable.emj_1f469_1f3ff, "woman_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff, "woman_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f33e, "female_farmer_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f33e, "female_farmer_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f33e, "woman_farmer_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f33e, "woman_farmer_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f373, "female_cook_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f373, "female_cook_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f373, "woman_cook_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f373, "woman_cook_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f393, "female_student_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f393, "female_student_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f393, "woman_student_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f393, "woman_student_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a4, "female_singer_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a4, "female_singer_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a4, "woman_singer_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a4, "woman_singer_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a8, "female_artist_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a8, "female_artist_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a8, "woman_artist_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3a8, "woman_artist_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3eb, "female_teacher_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3eb, "female_teacher_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3eb, "woman_teacher_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3eb, "woman_teacher_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3ed, "female_factory_worker_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3ed, "female_factory_worker_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3ed, "woman_factory_worker_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f3ed, "woman_factory_worker_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bb, "female_technologist_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bb, "female_technologist_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bb, "woman_technologist_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bb, "woman_technologist_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bc, "female_office_worker_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bc, "female_office_worker_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bc, "woman_office_worker_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f4bc, "woman_office_worker_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f527, "female_mechanic_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f527, "female_mechanic_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f527, "woman_mechanic_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f527, "woman_mechanic_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f52c, "female_scientist_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f52c, "female_scientist_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f52c, "woman_scientist_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f52c, "woman_scientist_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f680, "female_astronaut_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f680, "female_astronaut_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f680, "woman_astronaut_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f680, "woman_astronaut_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f692, "female_firefighter_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f692, "female_firefighter_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f692, "woman_firefighter_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_1f692, "woman_firefighter_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "female_doctor_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "female_doctor_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "woman_health_worker_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "woman_health_worker_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "female_judge_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "female_judge_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "woman_judge_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "woman_judge_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "female_pilot_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "female_pilot_tone5" ); - name( R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "woman_pilot_dark_skin_tone" ); - name( R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "woman_pilot_tone5" ); - name( R.drawable.emj_1f469_200d_1f33e, "female_farmer" ); - name( R.drawable.emj_1f469_200d_1f33e, "woman_farmer" ); + name( "man_facepalming_medium_dark_skin_tone", R.drawable.emj_1f926_1f3fe_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_facepalming_medium_light_skin_tone", R.drawable.emj_1f926_1f3fc_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_facepalming_medium_skin_tone", R.drawable.emj_1f926_1f3fd_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_facepalming_tone1", R.drawable.emj_1f926_1f3fb_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_facepalming_tone2", R.drawable.emj_1f926_1f3fc_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_facepalming_tone3", R.drawable.emj_1f926_1f3fd_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_facepalming_tone4", R.drawable.emj_1f926_1f3fe_200d_2642_fe0f, "\ud83e\udd26\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_facepalming_tone5", R.drawable.emj_1f926_1f3ff_200d_2642_fe0f, "\ud83e\udd26\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_factory_worker", R.drawable.emj_1f468_200d_1f3ed, "\ud83d\udc68\u200d\ud83c\udfed" ); + name( "man_factory_worker_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3ed, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfed" ); + name( "man_factory_worker_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3ed, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfed" ); + name( "man_factory_worker_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3ed, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfed" ); + name( "man_factory_worker_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3ed, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfed" ); + name( "man_factory_worker_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3ed, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfed" ); + name( "man_factory_worker_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3ed, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfed" ); + name( "man_factory_worker_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3ed, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfed" ); + name( "man_factory_worker_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3ed, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfed" ); + name( "man_factory_worker_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3ed, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfed" ); + name( "man_factory_worker_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3ed, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfed" ); + name( "man_farmer", R.drawable.emj_1f468_200d_1f33e, "\ud83d\udc68\u200d\ud83c\udf3e" ); + name( "man_farmer_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f33e, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "man_farmer_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f33e, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "man_farmer_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f33e, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "man_farmer_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f33e, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "man_farmer_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f33e, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "man_farmer_tone1", R.drawable.emj_1f468_1f3fb_200d_1f33e, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "man_farmer_tone2", R.drawable.emj_1f468_1f3fc_200d_1f33e, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "man_farmer_tone3", R.drawable.emj_1f468_1f3fd_200d_1f33e, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "man_farmer_tone4", R.drawable.emj_1f468_1f3fe_200d_1f33e, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "man_farmer_tone5", R.drawable.emj_1f468_1f3ff_200d_1f33e, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "man_firefighter", R.drawable.emj_1f468_200d_1f692, "\ud83d\udc68\u200d\ud83d\ude92" ); + name( "man_firefighter_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f692, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude92" ); + name( "man_firefighter_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f692, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude92" ); + name( "man_firefighter_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f692, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude92" ); + name( "man_firefighter_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f692, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude92" ); + name( "man_firefighter_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f692, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude92" ); + name( "man_firefighter_tone1", R.drawable.emj_1f468_1f3fb_200d_1f692, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\ude92" ); + name( "man_firefighter_tone2", R.drawable.emj_1f468_1f3fc_200d_1f692, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\ude92" ); + name( "man_firefighter_tone3", R.drawable.emj_1f468_1f3fd_200d_1f692, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\ude92" ); + name( "man_firefighter_tone4", R.drawable.emj_1f468_1f3fe_200d_1f692, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\ude92" ); + name( "man_firefighter_tone5", R.drawable.emj_1f468_1f3ff_200d_1f692, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\ude92" ); + name( "man_frowning", R.drawable.emj_1f64d_200d_2642_fe0f, "\ud83d\ude4d\u200d\u2642\ufe0f" ); + name( "man_frowning_dark_skin_tone", R.drawable.emj_1f64d_1f3ff_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_frowning_light_skin_tone", R.drawable.emj_1f64d_1f3fb_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_frowning_medium_dark_skin_tone", R.drawable.emj_1f64d_1f3fe_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_frowning_medium_light_skin_tone", R.drawable.emj_1f64d_1f3fc_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_frowning_medium_skin_tone", R.drawable.emj_1f64d_1f3fd_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_frowning_tone1", R.drawable.emj_1f64d_1f3fb_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_frowning_tone2", R.drawable.emj_1f64d_1f3fc_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_frowning_tone3", R.drawable.emj_1f64d_1f3fd_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_frowning_tone4", R.drawable.emj_1f64d_1f3fe_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_frowning_tone5", R.drawable.emj_1f64d_1f3ff_200d_2642_fe0f, "\ud83d\ude4d\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_gesturing_no", R.drawable.emj_1f645_200d_2642_fe0f, "\ud83d\ude45\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_dark_skin_tone", R.drawable.emj_1f645_1f3ff_200d_2642_fe0f, "\ud83d\ude45\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_light_skin_tone", R.drawable.emj_1f645_1f3fb_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_medium_dark_skin_tone", R.drawable.emj_1f645_1f3fe_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_medium_light_skin_tone", R.drawable.emj_1f645_1f3fc_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_medium_skin_tone", R.drawable.emj_1f645_1f3fd_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_tone1", R.drawable.emj_1f645_1f3fb_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_tone2", R.drawable.emj_1f645_1f3fc_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_tone3", R.drawable.emj_1f645_1f3fd_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_tone4", R.drawable.emj_1f645_1f3fe_200d_2642_fe0f, "\ud83d\ude45\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_gesturing_no_tone5", R.drawable.emj_1f645_1f3ff_200d_2642_fe0f, "\ud83d\ude45\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok", R.drawable.emj_1f646_200d_2642_fe0f, "\ud83d\ude46\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_dark_skin_tone", R.drawable.emj_1f646_1f3ff_200d_2642_fe0f, "\ud83d\ude46\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_light_skin_tone", R.drawable.emj_1f646_1f3fb_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_medium_dark_skin_tone", R.drawable.emj_1f646_1f3fe_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_medium_light_skin_tone", R.drawable.emj_1f646_1f3fc_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_medium_skin_tone", R.drawable.emj_1f646_1f3fd_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_tone1", R.drawable.emj_1f646_1f3fb_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_tone2", R.drawable.emj_1f646_1f3fc_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_tone3", R.drawable.emj_1f646_1f3fd_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_tone4", R.drawable.emj_1f646_1f3fe_200d_2642_fe0f, "\ud83d\ude46\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_gesturing_ok_tone5", R.drawable.emj_1f646_1f3ff_200d_2642_fe0f, "\ud83d\ude46\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage", R.drawable.emj_1f486_200d_2642_fe0f, "\ud83d\udc86\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_dark_skin_tone", R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_light_skin_tone", R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_medium_dark_skin_tone", R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_medium_light_skin_tone", R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_medium_skin_tone", R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_tone1", R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_tone2", R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_tone3", R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_tone4", R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_getting_face_massage_tone5", R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_getting_haircut", R.drawable.emj_1f487_200d_2642_fe0f, "\ud83d\udc87\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_dark_skin_tone", R.drawable.emj_1f487_1f3ff_200d_2642_fe0f, "\ud83d\udc87\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_light_skin_tone", R.drawable.emj_1f487_1f3fb_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_medium_dark_skin_tone", R.drawable.emj_1f487_1f3fe_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_medium_light_skin_tone", R.drawable.emj_1f487_1f3fc_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_medium_skin_tone", R.drawable.emj_1f487_1f3fd_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_tone1", R.drawable.emj_1f487_1f3fb_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_tone2", R.drawable.emj_1f487_1f3fc_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_tone3", R.drawable.emj_1f487_1f3fd_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_tone4", R.drawable.emj_1f487_1f3fe_200d_2642_fe0f, "\ud83d\udc87\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_getting_haircut_tone5", R.drawable.emj_1f487_1f3ff_200d_2642_fe0f, "\ud83d\udc87\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_getting_massage", R.drawable.emj_1f486_200d_2642_fe0f, "\ud83d\udc86\u200d\u2642\ufe0f" ); + name( "man_getting_massage_dark_skin_tone", R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_getting_massage_light_skin_tone", R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_getting_massage_medium_dark_skin_tone", R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_getting_massage_medium_light_skin_tone", R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2642\ufe0f" ); } private static void init76(){ - name( R.drawable.emj_1f469_200d_1f373, "female_cook" ); - name( R.drawable.emj_1f469_200d_1f373, "woman_cook" ); - name( R.drawable.emj_1f469_200d_1f393, "female_student" ); - name( R.drawable.emj_1f469_200d_1f393, "woman_student" ); - name( R.drawable.emj_1f469_200d_1f3a4, "female_singer" ); - name( R.drawable.emj_1f469_200d_1f3a4, "woman_singer" ); - name( R.drawable.emj_1f469_200d_1f3a8, "female_artist" ); - name( R.drawable.emj_1f469_200d_1f3a8, "woman_artist" ); - name( R.drawable.emj_1f469_200d_1f3eb, "female_teacher" ); - name( R.drawable.emj_1f469_200d_1f3eb, "woman_teacher" ); - name( R.drawable.emj_1f469_200d_1f3ed, "female_factory_worker" ); - name( R.drawable.emj_1f469_200d_1f3ed, "woman_factory_worker" ); - name( R.drawable.emj_1f469_200d_1f466, "family_woman_boy" ); - name( R.drawable.emj_1f469_200d_1f466, "woman_boy" ); - name( R.drawable.emj_1f469_200d_1f466_200d_1f466, "family_woman_boy_boy" ); - name( R.drawable.emj_1f469_200d_1f466_200d_1f466, "woman_boy_boy" ); - name( R.drawable.emj_1f469_200d_1f467, "family_woman_girl" ); - name( R.drawable.emj_1f469_200d_1f467, "woman_girl" ); - name( R.drawable.emj_1f469_200d_1f467_200d_1f466, "family_woman_girl_boy" ); - name( R.drawable.emj_1f469_200d_1f467_200d_1f466, "woman_girl_boy" ); - name( R.drawable.emj_1f469_200d_1f467_200d_1f467, "family_woman_girl_girl" ); - name( R.drawable.emj_1f469_200d_1f467_200d_1f467, "woman_girl_girl" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f466, "family_wwb" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f466, "woman_woman_boy" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f466_200d_1f466, "family_wwbb" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f466_200d_1f466, "woman_woman_boy_boy" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f467, "family_wwg" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f467, "woman_woman_girl" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f466, "family_wwgb" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f466, "woman_woman_girl_boy" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f467, "family_wwgg" ); - name( R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f467, "woman_woman_girl_girl" ); - name( R.drawable.emj_1f469_200d_1f4bb, "female_technologist" ); - name( R.drawable.emj_1f469_200d_1f4bb, "woman_technologist" ); - name( R.drawable.emj_1f469_200d_1f4bc, "female_office_worker" ); - name( R.drawable.emj_1f469_200d_1f4bc, "woman_office_worker" ); - name( R.drawable.emj_1f469_200d_1f527, "female_mechanic" ); - name( R.drawable.emj_1f469_200d_1f527, "woman_mechanic" ); - name( R.drawable.emj_1f469_200d_1f52c, "female_scientist" ); - name( R.drawable.emj_1f469_200d_1f52c, "woman_scientist" ); - name( R.drawable.emj_1f469_200d_1f680, "female_astronaut" ); - name( R.drawable.emj_1f469_200d_1f680, "woman_astronaut" ); - name( R.drawable.emj_1f469_200d_1f692, "female_firefighter" ); - name( R.drawable.emj_1f469_200d_1f692, "woman_firefighter" ); - name( R.drawable.emj_1f469_200d_2695_fe0f, "female_doctor" ); - name( R.drawable.emj_1f469_200d_2695_fe0f, "woman_health_worker" ); - name( R.drawable.emj_1f469_200d_2696_fe0f, "female_judge" ); - name( R.drawable.emj_1f469_200d_2696_fe0f, "woman_judge" ); - name( R.drawable.emj_1f469_200d_2708_fe0f, "female_pilot" ); - name( R.drawable.emj_1f469_200d_2708_fe0f, "woman_pilot" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f468, "couple_with_heart_woman_man" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f468, "woman_heart_man" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f469, "couple_with_heart_ww" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f469, "couple_ww" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f469, "woman_heart_woman" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f468, "kiss_woman_man" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f468, "woman_kiss_man" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f469, "couplekiss_ww" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f469, "kiss_ww" ); - name( R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f469, "woman_kiss_woman" ); - name( R.drawable.emj_1f46a, "family" ); - name( R.drawable.emj_1f46b, "couple" ); - name( R.drawable.emj_1f46b, "man_and_woman_holding_hands" ); - name( R.drawable.emj_1f46c, "two_men_holding_hands" ); - name( R.drawable.emj_1f46d, "two_women_holding_hands" ); - name( R.drawable.emj_1f46e, "cop" ); - name( R.drawable.emj_1f46e_1f3fb, "cop_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fb, "cop_tone1" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "female_police_officer_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "female_police_officer_tone1" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "woman_police_officer_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "woman_police_officer_tone1" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "male_police_officer_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "male_police_officer_tone1" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "man_police_officer_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "man_police_officer_tone1" ); - name( R.drawable.emj_1f46e_1f3fc, "cop_medium_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fc, "cop_tone2" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "female_police_officer_medium_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "female_police_officer_tone2" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "woman_police_officer_medium_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "woman_police_officer_tone2" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "male_police_officer_medium_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "male_police_officer_tone2" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "man_police_officer_medium_light_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "man_police_officer_tone2" ); - name( R.drawable.emj_1f46e_1f3fd, "cop_medium_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fd, "cop_tone3" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "female_police_officer_medium_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "female_police_officer_tone3" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "woman_police_officer_medium_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "woman_police_officer_tone3" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "male_police_officer_medium_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "male_police_officer_tone3" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "man_police_officer_medium_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "man_police_officer_tone3" ); - name( R.drawable.emj_1f46e_1f3fe, "cop_medium_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fe, "cop_tone4" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "female_police_officer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "female_police_officer_tone4" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "woman_police_officer_medium_dark_skin_tone" ); + name( "man_getting_massage_medium_skin_tone", R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_getting_massage_tone1", R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_getting_massage_tone2", R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_getting_massage_tone3", R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_getting_massage_tone4", R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_getting_massage_tone5", R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_girl", R.drawable.emj_1f468_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc67" ); + name( "man_girl_boy", R.drawable.emj_1f468_200d_1f467_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "man_girl_girl", R.drawable.emj_1f468_200d_1f467_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "man_golfing", R.drawable.emj_1f3cc_fe0f_200d_2642_fe0f, "\ud83c\udfcc\ufe0f\u200d\u2642\ufe0f" ); + name( "man_golfing_dark_skin_tone", R.drawable.emj_1f3cc_1f3ff_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_golfing_light_skin_tone", R.drawable.emj_1f3cc_1f3fb_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_golfing_medium_dark_skin_tone", R.drawable.emj_1f3cc_1f3fe_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_golfing_medium_light_skin_tone", R.drawable.emj_1f3cc_1f3fc_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_golfing_medium_skin_tone", R.drawable.emj_1f3cc_1f3fd_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_golfing_tone1", R.drawable.emj_1f3cc_1f3fb_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_golfing_tone2", R.drawable.emj_1f3cc_1f3fc_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_golfing_tone3", R.drawable.emj_1f3cc_1f3fd_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_golfing_tone4", R.drawable.emj_1f3cc_1f3fe_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_golfing_tone5", R.drawable.emj_1f3cc_1f3ff_200d_2642_fe0f, "\ud83c\udfcc\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_guard", R.drawable.emj_1f482_200d_2642_fe0f, "\ud83d\udc82\u200d\u2642\ufe0f" ); + name( "man_guard_dark_skin_tone", R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_guard_light_skin_tone", R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_guard_medium_dark_skin_tone", R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_guard_medium_light_skin_tone", R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_guard_medium_skin_tone", R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_guard_tone1", R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_guard_tone2", R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_guard_tone3", R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_guard_tone4", R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_guard_tone5", R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_health_worker", R.drawable.emj_1f468_200d_2695_fe0f, "\ud83d\udc68\u200d\u2695\ufe0f" ); + name( "man_health_worker_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "man_health_worker_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "man_health_worker_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "man_health_worker_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "man_health_worker_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "man_health_worker_tone1", R.drawable.emj_1f468_1f3fb_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "man_health_worker_tone2", R.drawable.emj_1f468_1f3fc_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "man_health_worker_tone3", R.drawable.emj_1f468_1f3fd_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "man_health_worker_tone4", R.drawable.emj_1f468_1f3fe_200d_2695_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "man_health_worker_tone5", R.drawable.emj_1f468_1f3ff_200d_2695_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "man_heart_man", R.drawable.emj_1f468_200d_2764_fe0f_200d_1f468, "\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68" ); + name( "man_in_business_suit_levitating", R.drawable.emj_1f574, "\ud83d\udd74" ); + name( "man_in_business_suit_levitating_dark_skin_tone", R.drawable.emj_1f574_1f3ff, "\ud83d\udd74\ud83c\udfff" ); + name( "man_in_business_suit_levitating_light_skin_tone", R.drawable.emj_1f574_1f3fb, "\ud83d\udd74\ud83c\udffb" ); + name( "man_in_business_suit_levitating_medium_dark_skin_tone", R.drawable.emj_1f574_1f3fe, "\ud83d\udd74\ud83c\udffe" ); + name( "man_in_business_suit_levitating_medium_light_skin_tone", R.drawable.emj_1f574_1f3fc, "\ud83d\udd74\ud83c\udffc" ); + name( "man_in_business_suit_levitating_medium_skin_tone", R.drawable.emj_1f574_1f3fd, "\ud83d\udd74\ud83c\udffd" ); + name( "man_in_business_suit_levitating_tone1", R.drawable.emj_1f574_1f3fb, "\ud83d\udd74\ud83c\udffb" ); + name( "man_in_business_suit_levitating_tone2", R.drawable.emj_1f574_1f3fc, "\ud83d\udd74\ud83c\udffc" ); + name( "man_in_business_suit_levitating_tone3", R.drawable.emj_1f574_1f3fd, "\ud83d\udd74\ud83c\udffd" ); + name( "man_in_business_suit_levitating_tone4", R.drawable.emj_1f574_1f3fe, "\ud83d\udd74\ud83c\udffe" ); + name( "man_in_business_suit_levitating_tone5", R.drawable.emj_1f574_1f3ff, "\ud83d\udd74\ud83c\udfff" ); + name( "man_in_tuxedo", R.drawable.emj_1f935, "\ud83e\udd35" ); + name( "man_in_tuxedo_dark_skin_tone", R.drawable.emj_1f935_1f3ff, "\ud83e\udd35\ud83c\udfff" ); + name( "man_in_tuxedo_light_skin_tone", R.drawable.emj_1f935_1f3fb, "\ud83e\udd35\ud83c\udffb" ); + name( "man_in_tuxedo_medium_dark_skin_tone", R.drawable.emj_1f935_1f3fe, "\ud83e\udd35\ud83c\udffe" ); + name( "man_in_tuxedo_medium_light_skin_tone", R.drawable.emj_1f935_1f3fc, "\ud83e\udd35\ud83c\udffc" ); + name( "man_in_tuxedo_medium_skin_tone", R.drawable.emj_1f935_1f3fd, "\ud83e\udd35\ud83c\udffd" ); + name( "man_in_tuxedo_tone1", R.drawable.emj_1f935_1f3fb, "\ud83e\udd35\ud83c\udffb" ); + name( "man_in_tuxedo_tone2", R.drawable.emj_1f935_1f3fc, "\ud83e\udd35\ud83c\udffc" ); + name( "man_in_tuxedo_tone3", R.drawable.emj_1f935_1f3fd, "\ud83e\udd35\ud83c\udffd" ); + name( "man_in_tuxedo_tone4", R.drawable.emj_1f935_1f3fe, "\ud83e\udd35\ud83c\udffe" ); + name( "man_in_tuxedo_tone5", R.drawable.emj_1f935_1f3ff, "\ud83e\udd35\ud83c\udfff" ); + name( "man_judge", R.drawable.emj_1f468_200d_2696_fe0f, "\ud83d\udc68\u200d\u2696\ufe0f" ); + name( "man_judge_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "man_judge_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "man_judge_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "man_judge_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "man_judge_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "man_judge_tone1", R.drawable.emj_1f468_1f3fb_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "man_judge_tone2", R.drawable.emj_1f468_1f3fc_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "man_judge_tone3", R.drawable.emj_1f468_1f3fd_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "man_judge_tone4", R.drawable.emj_1f468_1f3fe_200d_2696_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "man_judge_tone5", R.drawable.emj_1f468_1f3ff_200d_2696_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "man_juggling", R.drawable.emj_1f939_200d_2642_fe0f, "\ud83e\udd39\u200d\u2642\ufe0f" ); + name( "man_juggling_dark_skin_tone", R.drawable.emj_1f939_1f3ff_200d_2642_fe0f, "\ud83e\udd39\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_juggling_light_skin_tone", R.drawable.emj_1f939_1f3fb_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_juggling_medium_dark_skin_tone", R.drawable.emj_1f939_1f3fe_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_juggling_medium_light_skin_tone", R.drawable.emj_1f939_1f3fc_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_juggling_medium_skin_tone", R.drawable.emj_1f939_1f3fd_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_juggling_tone1", R.drawable.emj_1f939_1f3fb_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_juggling_tone2", R.drawable.emj_1f939_1f3fc_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_juggling_tone3", R.drawable.emj_1f939_1f3fd_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_juggling_tone4", R.drawable.emj_1f939_1f3fe_200d_2642_fe0f, "\ud83e\udd39\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_juggling_tone5", R.drawable.emj_1f939_1f3ff_200d_2642_fe0f, "\ud83e\udd39\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_kiss_man", R.drawable.emj_1f468_200d_2764_fe0f_200d_1f48b_200d_1f468, "\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68" ); + name( "man_lifting_weights", R.drawable.emj_1f3cb_fe0f_200d_2642_fe0f, "\ud83c\udfcb\ufe0f\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_dark_skin_tone", R.drawable.emj_1f3cb_1f3ff_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_light_skin_tone", R.drawable.emj_1f3cb_1f3fb_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_medium_dark_skin_tone", R.drawable.emj_1f3cb_1f3fe_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_medium_light_skin_tone", R.drawable.emj_1f3cb_1f3fc_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_medium_skin_tone", R.drawable.emj_1f3cb_1f3fd_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_tone1", R.drawable.emj_1f3cb_1f3fb_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_tone2", R.drawable.emj_1f3cb_1f3fc_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_tone3", R.drawable.emj_1f3cb_1f3fd_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_tone4", R.drawable.emj_1f3cb_1f3fe_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_lifting_weights_tone5", R.drawable.emj_1f3cb_1f3ff_200d_2642_fe0f, "\ud83c\udfcb\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_light_skin_tone", R.drawable.emj_1f468_1f3fb, "\ud83d\udc68\ud83c\udffb" ); + name( "man_man_boy", R.drawable.emj_1f468_200d_1f468_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66" ); } private static void init77(){ - name( R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "woman_police_officer_tone4" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "male_police_officer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "male_police_officer_tone4" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "man_police_officer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "man_police_officer_tone4" ); - name( R.drawable.emj_1f46e_1f3ff, "cop_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3ff, "cop_tone5" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "female_police_officer_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "female_police_officer_tone5" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "woman_police_officer_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "woman_police_officer_tone5" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "male_police_officer_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "male_police_officer_tone5" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "man_police_officer_dark_skin_tone" ); - name( R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "man_police_officer_tone5" ); - name( R.drawable.emj_1f46e_200d_2640_fe0f, "female_police_officer" ); - name( R.drawable.emj_1f46e_200d_2640_fe0f, "woman_police_officer" ); - name( R.drawable.emj_1f46e_200d_2642_fe0f, "male_police_officer" ); - name( R.drawable.emj_1f46e_200d_2642_fe0f, "man_police_officer" ); - name( R.drawable.emj_1f46f, "dancers" ); - name( R.drawable.emj_1f46f_200d_2640_fe0f, "woman_with_bunny_ears_partying" ); - name( R.drawable.emj_1f46f_200d_2640_fe0f, "women_with_bunny_ears_partying" ); - name( R.drawable.emj_1f46f_200d_2642_fe0f, "man_with_bunny_ears_partying" ); - name( R.drawable.emj_1f46f_200d_2642_fe0f, "men_with_bunny_ears_partying" ); - name( R.drawable.emj_1f470, "bride_with_veil" ); - name( R.drawable.emj_1f470_1f3fb, "bride_with_veil_light_skin_tone" ); - name( R.drawable.emj_1f470_1f3fb, "bride_with_veil_tone1" ); - name( R.drawable.emj_1f470_1f3fc, "bride_with_veil_medium_light_skin_tone" ); - name( R.drawable.emj_1f470_1f3fc, "bride_with_veil_tone2" ); - name( R.drawable.emj_1f470_1f3fd, "bride_with_veil_medium_skin_tone" ); - name( R.drawable.emj_1f470_1f3fd, "bride_with_veil_tone3" ); - name( R.drawable.emj_1f470_1f3fe, "bride_with_veil_medium_dark_skin_tone" ); - name( R.drawable.emj_1f470_1f3fe, "bride_with_veil_tone4" ); - name( R.drawable.emj_1f470_1f3ff, "bride_with_veil_dark_skin_tone" ); - name( R.drawable.emj_1f470_1f3ff, "bride_with_veil_tone5" ); - name( R.drawable.emj_1f471, "person_with_blond_hair" ); - name( R.drawable.emj_1f471_1f3fb, "person_with_blond_hair_light_skin_tone" ); - name( R.drawable.emj_1f471_1f3fb, "person_with_blond_hair_tone1" ); - name( R.drawable.emj_1f471_1f3fb_200d_2640_fe0f, "blond_haired_woman_light_skin_tone" ); - name( R.drawable.emj_1f471_1f3fb_200d_2640_fe0f, "blond_haired_woman_tone1" ); - name( R.drawable.emj_1f471_1f3fb_200d_2642_fe0f, "blond_haired_man_light_skin_tone" ); - name( R.drawable.emj_1f471_1f3fb_200d_2642_fe0f, "blond_haired_man_tone1" ); - name( R.drawable.emj_1f471_1f3fc, "person_with_blond_hair_medium_light_skin_tone" ); - name( R.drawable.emj_1f471_1f3fc, "person_with_blond_hair_tone2" ); - name( R.drawable.emj_1f471_1f3fc_200d_2640_fe0f, "blond_haired_woman_medium_light_skin_tone" ); - name( R.drawable.emj_1f471_1f3fc_200d_2640_fe0f, "blond_haired_woman_tone2" ); - name( R.drawable.emj_1f471_1f3fc_200d_2642_fe0f, "blond_haired_man_medium_light_skin_tone" ); - name( R.drawable.emj_1f471_1f3fc_200d_2642_fe0f, "blond_haired_man_tone2" ); - name( R.drawable.emj_1f471_1f3fd, "person_with_blond_hair_medium_skin_tone" ); - name( R.drawable.emj_1f471_1f3fd, "person_with_blond_hair_tone3" ); - name( R.drawable.emj_1f471_1f3fd_200d_2640_fe0f, "blond_haired_woman_medium_skin_tone" ); - name( R.drawable.emj_1f471_1f3fd_200d_2640_fe0f, "blond_haired_woman_tone3" ); - name( R.drawable.emj_1f471_1f3fd_200d_2642_fe0f, "blond_haired_man_medium_skin_tone" ); - name( R.drawable.emj_1f471_1f3fd_200d_2642_fe0f, "blond_haired_man_tone3" ); - name( R.drawable.emj_1f471_1f3fe, "person_with_blond_hair_medium_dark_skin_tone" ); - name( R.drawable.emj_1f471_1f3fe, "person_with_blond_hair_tone4" ); - name( R.drawable.emj_1f471_1f3fe_200d_2640_fe0f, "blond_haired_woman_medium_dark_skin_tone" ); - name( R.drawable.emj_1f471_1f3fe_200d_2640_fe0f, "blond_haired_woman_tone4" ); - name( R.drawable.emj_1f471_1f3fe_200d_2642_fe0f, "blond_haired_man_medium_dark_skin_tone" ); - name( R.drawable.emj_1f471_1f3fe_200d_2642_fe0f, "blond_haired_man_tone4" ); - name( R.drawable.emj_1f471_1f3ff, "person_with_blond_hair_dark_skin_tone" ); - name( R.drawable.emj_1f471_1f3ff, "person_with_blond_hair_tone5" ); - name( R.drawable.emj_1f471_1f3ff_200d_2640_fe0f, "blond_haired_woman_dark_skin_tone" ); - name( R.drawable.emj_1f471_1f3ff_200d_2640_fe0f, "blond_haired_woman_tone5" ); - name( R.drawable.emj_1f471_1f3ff_200d_2642_fe0f, "blond_haired_man_dark_skin_tone" ); - name( R.drawable.emj_1f471_1f3ff_200d_2642_fe0f, "blond_haired_man_tone5" ); - name( R.drawable.emj_1f471_200d_2640_fe0f, "blond_haired_woman" ); - name( R.drawable.emj_1f471_200d_2642_fe0f, "blond_haired_man" ); - name( R.drawable.emj_1f472, "man_with_gua_pi_mao" ); - name( R.drawable.emj_1f472_1f3fb, "man_with_gua_pi_mao_light_skin_tone" ); - name( R.drawable.emj_1f472_1f3fb, "man_with_gua_pi_mao_tone1" ); - name( R.drawable.emj_1f472_1f3fc, "man_with_gua_pi_mao_medium_light_skin_tone" ); - name( R.drawable.emj_1f472_1f3fc, "man_with_gua_pi_mao_tone2" ); - name( R.drawable.emj_1f472_1f3fd, "man_with_gua_pi_mao_medium_skin_tone" ); - name( R.drawable.emj_1f472_1f3fd, "man_with_gua_pi_mao_tone3" ); - name( R.drawable.emj_1f472_1f3fe, "man_with_gua_pi_mao_medium_dark_skin_tone" ); - name( R.drawable.emj_1f472_1f3fe, "man_with_gua_pi_mao_tone4" ); - name( R.drawable.emj_1f472_1f3ff, "man_with_gua_pi_mao_dark_skin_tone" ); - name( R.drawable.emj_1f472_1f3ff, "man_with_gua_pi_mao_tone5" ); - name( R.drawable.emj_1f473, "man_with_turban" ); - name( R.drawable.emj_1f473_1f3fb, "man_with_turban_light_skin_tone" ); - name( R.drawable.emj_1f473_1f3fb, "man_with_turban_tone1" ); - name( R.drawable.emj_1f473_1f3fb_200d_2640_fe0f, "woman_wearing_turban_light_skin_tone" ); - name( R.drawable.emj_1f473_1f3fb_200d_2640_fe0f, "woman_wearing_turban_tone1" ); - name( R.drawable.emj_1f473_1f3fb_200d_2642_fe0f, "man_wearing_turban_light_skin_tone" ); - name( R.drawable.emj_1f473_1f3fb_200d_2642_fe0f, "man_wearing_turban_tone1" ); - name( R.drawable.emj_1f473_1f3fc, "man_with_turban_medium_light_skin_tone" ); - name( R.drawable.emj_1f473_1f3fc, "man_with_turban_tone2" ); - name( R.drawable.emj_1f473_1f3fc_200d_2640_fe0f, "woman_wearing_turban_medium_light_skin_tone" ); - name( R.drawable.emj_1f473_1f3fc_200d_2640_fe0f, "woman_wearing_turban_tone2" ); - name( R.drawable.emj_1f473_1f3fc_200d_2642_fe0f, "man_wearing_turban_medium_light_skin_tone" ); - name( R.drawable.emj_1f473_1f3fc_200d_2642_fe0f, "man_wearing_turban_tone2" ); - name( R.drawable.emj_1f473_1f3fd, "man_with_turban_medium_skin_tone" ); - name( R.drawable.emj_1f473_1f3fd, "man_with_turban_tone3" ); - name( R.drawable.emj_1f473_1f3fd_200d_2640_fe0f, "woman_wearing_turban_medium_skin_tone" ); - name( R.drawable.emj_1f473_1f3fd_200d_2640_fe0f, "woman_wearing_turban_tone3" ); - name( R.drawable.emj_1f473_1f3fd_200d_2642_fe0f, "man_wearing_turban_medium_skin_tone" ); - name( R.drawable.emj_1f473_1f3fd_200d_2642_fe0f, "man_wearing_turban_tone3" ); - name( R.drawable.emj_1f473_1f3fe, "man_with_turban_medium_dark_skin_tone" ); - name( R.drawable.emj_1f473_1f3fe, "man_with_turban_tone4" ); - name( R.drawable.emj_1f473_1f3fe_200d_2640_fe0f, "woman_wearing_turban_medium_dark_skin_tone" ); + name( "man_man_boy_boy", R.drawable.emj_1f468_200d_1f468_200d_1f466_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "man_man_girl", R.drawable.emj_1f468_200d_1f468_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67" ); + name( "man_man_girl_boy", R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "man_man_girl_girl", R.drawable.emj_1f468_200d_1f468_200d_1f467_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "man_mechanic", R.drawable.emj_1f468_200d_1f527, "\ud83d\udc68\u200d\ud83d\udd27" ); + name( "man_mechanic_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f527, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd27" ); + name( "man_mechanic_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f527, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd27" ); + name( "man_mechanic_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f527, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd27" ); + name( "man_mechanic_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f527, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd27" ); + name( "man_mechanic_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f527, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd27" ); + name( "man_mechanic_tone1", R.drawable.emj_1f468_1f3fb_200d_1f527, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd27" ); + name( "man_mechanic_tone2", R.drawable.emj_1f468_1f3fc_200d_1f527, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd27" ); + name( "man_mechanic_tone3", R.drawable.emj_1f468_1f3fd_200d_1f527, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd27" ); + name( "man_mechanic_tone4", R.drawable.emj_1f468_1f3fe_200d_1f527, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd27" ); + name( "man_mechanic_tone5", R.drawable.emj_1f468_1f3ff_200d_1f527, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd27" ); + name( "man_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe, "\ud83d\udc68\ud83c\udffe" ); + name( "man_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc, "\ud83d\udc68\ud83c\udffc" ); + name( "man_medium_skin_tone", R.drawable.emj_1f468_1f3fd, "\ud83d\udc68\ud83c\udffd" ); + name( "man_mountain_biking", R.drawable.emj_1f6b5_200d_2642_fe0f, "\ud83d\udeb5\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_dark_skin_tone", R.drawable.emj_1f6b5_1f3ff_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_light_skin_tone", R.drawable.emj_1f6b5_1f3fb_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_medium_dark_skin_tone", R.drawable.emj_1f6b5_1f3fe_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_medium_light_skin_tone", R.drawable.emj_1f6b5_1f3fc_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_medium_skin_tone", R.drawable.emj_1f6b5_1f3fd_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_tone1", R.drawable.emj_1f6b5_1f3fb_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_tone2", R.drawable.emj_1f6b5_1f3fc_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_tone3", R.drawable.emj_1f6b5_1f3fd_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_tone4", R.drawable.emj_1f6b5_1f3fe_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_mountain_biking_tone5", R.drawable.emj_1f6b5_1f3ff_200d_2642_fe0f, "\ud83d\udeb5\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_office_worker", R.drawable.emj_1f468_200d_1f4bc, "\ud83d\udc68\u200d\ud83d\udcbc" ); + name( "man_office_worker_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f4bc, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "man_office_worker_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f4bc, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "man_office_worker_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f4bc, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "man_office_worker_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f4bc, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "man_office_worker_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f4bc, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "man_office_worker_tone1", R.drawable.emj_1f468_1f3fb_200d_1f4bc, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "man_office_worker_tone2", R.drawable.emj_1f468_1f3fc_200d_1f4bc, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "man_office_worker_tone3", R.drawable.emj_1f468_1f3fd_200d_1f4bc, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "man_office_worker_tone4", R.drawable.emj_1f468_1f3fe_200d_1f4bc, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "man_office_worker_tone5", R.drawable.emj_1f468_1f3ff_200d_1f4bc, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "man_pilot", R.drawable.emj_1f468_200d_2708_fe0f, "\ud83d\udc68\u200d\u2708\ufe0f" ); + name( "man_pilot_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "man_pilot_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "man_pilot_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "man_pilot_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "man_pilot_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "man_pilot_tone1", R.drawable.emj_1f468_1f3fb_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "man_pilot_tone2", R.drawable.emj_1f468_1f3fc_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "man_pilot_tone3", R.drawable.emj_1f468_1f3fd_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "man_pilot_tone4", R.drawable.emj_1f468_1f3fe_200d_2708_fe0f, "\ud83d\udc68\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "man_pilot_tone5", R.drawable.emj_1f468_1f3ff_200d_2708_fe0f, "\ud83d\udc68\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "man_playing_handball", R.drawable.emj_1f93e_200d_2642_fe0f, "\ud83e\udd3e\u200d\u2642\ufe0f" ); + name( "man_playing_handball_dark_skin_tone", R.drawable.emj_1f93e_1f3ff_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_playing_handball_light_skin_tone", R.drawable.emj_1f93e_1f3fb_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_playing_handball_medium_dark_skin_tone", R.drawable.emj_1f93e_1f3fe_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_playing_handball_medium_light_skin_tone", R.drawable.emj_1f93e_1f3fc_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_playing_handball_medium_skin_tone", R.drawable.emj_1f93e_1f3fd_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_playing_handball_tone1", R.drawable.emj_1f93e_1f3fb_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_playing_handball_tone2", R.drawable.emj_1f93e_1f3fc_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_playing_handball_tone3", R.drawable.emj_1f93e_1f3fd_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_playing_handball_tone4", R.drawable.emj_1f93e_1f3fe_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_playing_handball_tone5", R.drawable.emj_1f93e_1f3ff_200d_2642_fe0f, "\ud83e\udd3e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo", R.drawable.emj_1f93d_200d_2642_fe0f, "\ud83e\udd3d\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_dark_skin_tone", R.drawable.emj_1f93d_1f3ff_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_light_skin_tone", R.drawable.emj_1f93d_1f3fb_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_medium_dark_skin_tone", R.drawable.emj_1f93d_1f3fe_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_medium_light_skin_tone", R.drawable.emj_1f93d_1f3fc_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_medium_skin_tone", R.drawable.emj_1f93d_1f3fd_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_tone1", R.drawable.emj_1f93d_1f3fb_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_tone2", R.drawable.emj_1f93d_1f3fc_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_tone3", R.drawable.emj_1f93d_1f3fd_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_tone4", R.drawable.emj_1f93d_1f3fe_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_playing_water_polo_tone5", R.drawable.emj_1f93d_1f3ff_200d_2642_fe0f, "\ud83e\udd3d\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_police_officer", R.drawable.emj_1f46e_200d_2642_fe0f, "\ud83d\udc6e\u200d\u2642\ufe0f" ); + name( "man_police_officer_dark_skin_tone", R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_police_officer_light_skin_tone", R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_police_officer_medium_dark_skin_tone", R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_police_officer_medium_light_skin_tone", R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_police_officer_medium_skin_tone", R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_police_officer_tone1", R.drawable.emj_1f46e_1f3fb_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_police_officer_tone2", R.drawable.emj_1f46e_1f3fc_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_police_officer_tone3", R.drawable.emj_1f46e_1f3fd_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_police_officer_tone4", R.drawable.emj_1f46e_1f3fe_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_police_officer_tone5", R.drawable.emj_1f46e_1f3ff_200d_2642_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_pouting", R.drawable.emj_1f64e_200d_2642_fe0f, "\ud83d\ude4e\u200d\u2642\ufe0f" ); + name( "man_pouting_dark_skin_tone", R.drawable.emj_1f64e_1f3ff_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_pouting_light_skin_tone", R.drawable.emj_1f64e_1f3fb_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_pouting_medium_dark_skin_tone", R.drawable.emj_1f64e_1f3fe_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_pouting_medium_light_skin_tone", R.drawable.emj_1f64e_1f3fc_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_pouting_medium_skin_tone", R.drawable.emj_1f64e_1f3fd_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_pouting_tone1", R.drawable.emj_1f64e_1f3fb_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_pouting_tone2", R.drawable.emj_1f64e_1f3fc_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_pouting_tone3", R.drawable.emj_1f64e_1f3fd_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_pouting_tone4", R.drawable.emj_1f64e_1f3fe_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_pouting_tone5", R.drawable.emj_1f64e_1f3ff_200d_2642_fe0f, "\ud83d\ude4e\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_raising_hand", R.drawable.emj_1f64b_200d_2642_fe0f, "\ud83d\ude4b\u200d\u2642\ufe0f" ); + name( "man_raising_hand_dark_skin_tone", R.drawable.emj_1f64b_1f3ff_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_raising_hand_light_skin_tone", R.drawable.emj_1f64b_1f3fb_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_raising_hand_medium_dark_skin_tone", R.drawable.emj_1f64b_1f3fe_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_raising_hand_medium_light_skin_tone", R.drawable.emj_1f64b_1f3fc_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_raising_hand_medium_skin_tone", R.drawable.emj_1f64b_1f3fd_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffd\u200d\u2642\ufe0f" ); } private static void init78(){ - name( R.drawable.emj_1f473_1f3fe_200d_2640_fe0f, "woman_wearing_turban_tone4" ); - name( R.drawable.emj_1f473_1f3fe_200d_2642_fe0f, "man_wearing_turban_medium_dark_skin_tone" ); - name( R.drawable.emj_1f473_1f3fe_200d_2642_fe0f, "man_wearing_turban_tone4" ); - name( R.drawable.emj_1f473_1f3ff, "man_with_turban_dark_skin_tone" ); - name( R.drawable.emj_1f473_1f3ff, "man_with_turban_tone5" ); - name( R.drawable.emj_1f473_1f3ff_200d_2640_fe0f, "woman_wearing_turban_dark_skin_tone" ); - name( R.drawable.emj_1f473_1f3ff_200d_2640_fe0f, "woman_wearing_turban_tone5" ); - name( R.drawable.emj_1f473_1f3ff_200d_2642_fe0f, "man_wearing_turban_dark_skin_tone" ); - name( R.drawable.emj_1f473_1f3ff_200d_2642_fe0f, "man_wearing_turban_tone5" ); - name( R.drawable.emj_1f473_200d_2640_fe0f, "woman_wearing_turban" ); - name( R.drawable.emj_1f473_200d_2642_fe0f, "man_wearing_turban" ); - name( R.drawable.emj_1f474, "older_man" ); - name( R.drawable.emj_1f474_1f3fb, "older_man_light_skin_tone" ); - name( R.drawable.emj_1f474_1f3fb, "older_man_tone1" ); - name( R.drawable.emj_1f474_1f3fc, "older_man_medium_light_skin_tone" ); - name( R.drawable.emj_1f474_1f3fc, "older_man_tone2" ); - name( R.drawable.emj_1f474_1f3fd, "older_man_medium_skin_tone" ); - name( R.drawable.emj_1f474_1f3fd, "older_man_tone3" ); - name( R.drawable.emj_1f474_1f3fe, "older_man_medium_dark_skin_tone" ); - name( R.drawable.emj_1f474_1f3fe, "older_man_tone4" ); - name( R.drawable.emj_1f474_1f3ff, "older_man_dark_skin_tone" ); - name( R.drawable.emj_1f474_1f3ff, "older_man_tone5" ); - name( R.drawable.emj_1f475, "grandma" ); - name( R.drawable.emj_1f475, "older_woman" ); - name( R.drawable.emj_1f475_1f3fb, "grandma_tone1" ); - name( R.drawable.emj_1f475_1f3fb, "older_woman_light_skin_tone" ); - name( R.drawable.emj_1f475_1f3fb, "older_woman_tone1" ); - name( R.drawable.emj_1f475_1f3fc, "grandma_tone2" ); - name( R.drawable.emj_1f475_1f3fc, "older_woman_medium_light_skin_tone" ); - name( R.drawable.emj_1f475_1f3fc, "older_woman_tone2" ); - name( R.drawable.emj_1f475_1f3fd, "grandma_tone3" ); - name( R.drawable.emj_1f475_1f3fd, "older_woman_medium_skin_tone" ); - name( R.drawable.emj_1f475_1f3fd, "older_woman_tone3" ); - name( R.drawable.emj_1f475_1f3fe, "grandma_tone4" ); - name( R.drawable.emj_1f475_1f3fe, "older_woman_medium_dark_skin_tone" ); - name( R.drawable.emj_1f475_1f3fe, "older_woman_tone4" ); - name( R.drawable.emj_1f475_1f3ff, "grandma_tone5" ); - name( R.drawable.emj_1f475_1f3ff, "older_woman_dark_skin_tone" ); - name( R.drawable.emj_1f475_1f3ff, "older_woman_tone5" ); - name( R.drawable.emj_1f476, "baby" ); - name( R.drawable.emj_1f476_1f3fb, "baby_light_skin_tone" ); - name( R.drawable.emj_1f476_1f3fb, "baby_tone1" ); - name( R.drawable.emj_1f476_1f3fc, "baby_medium_light_skin_tone" ); - name( R.drawable.emj_1f476_1f3fc, "baby_tone2" ); - name( R.drawable.emj_1f476_1f3fd, "baby_medium_skin_tone" ); - name( R.drawable.emj_1f476_1f3fd, "baby_tone3" ); - name( R.drawable.emj_1f476_1f3fe, "baby_medium_dark_skin_tone" ); - name( R.drawable.emj_1f476_1f3fe, "baby_tone4" ); - name( R.drawable.emj_1f476_1f3ff, "baby_dark_skin_tone" ); - name( R.drawable.emj_1f476_1f3ff, "baby_tone5" ); - name( R.drawable.emj_1f477, "construction_worker" ); - name( R.drawable.emj_1f477_1f3fb, "construction_worker_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fb, "construction_worker_tone1" ); - name( R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "female_construction_worker_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "female_construction_worker_tone1" ); - name( R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "woman_construction_worker_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "woman_construction_worker_tone1" ); - name( R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "male_construction_worker_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "male_construction_worker_tone1" ); - name( R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "man_construction_worker_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fb_200d_2642_fe0f, "man_construction_worker_tone1" ); - name( R.drawable.emj_1f477_1f3fc, "construction_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fc, "construction_worker_tone2" ); - name( R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "female_construction_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "female_construction_worker_tone2" ); - name( R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "woman_construction_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "woman_construction_worker_tone2" ); - name( R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "male_construction_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "male_construction_worker_tone2" ); - name( R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "man_construction_worker_medium_light_skin_tone" ); - name( R.drawable.emj_1f477_1f3fc_200d_2642_fe0f, "man_construction_worker_tone2" ); - name( R.drawable.emj_1f477_1f3fd, "construction_worker_medium_skin_tone" ); - name( R.drawable.emj_1f477_1f3fd, "construction_worker_tone3" ); - name( R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "female_construction_worker_medium_skin_tone" ); - name( R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "female_construction_worker_tone3" ); - name( R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "woman_construction_worker_medium_skin_tone" ); - name( R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "woman_construction_worker_tone3" ); - name( R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "male_construction_worker_medium_skin_tone" ); - name( R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "male_construction_worker_tone3" ); - name( R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "man_construction_worker_medium_skin_tone" ); - name( R.drawable.emj_1f477_1f3fd_200d_2642_fe0f, "man_construction_worker_tone3" ); - name( R.drawable.emj_1f477_1f3fe, "construction_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3fe, "construction_worker_tone4" ); - name( R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "female_construction_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "female_construction_worker_tone4" ); - name( R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "woman_construction_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "woman_construction_worker_tone4" ); - name( R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "male_construction_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "male_construction_worker_tone4" ); - name( R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "man_construction_worker_medium_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3fe_200d_2642_fe0f, "man_construction_worker_tone4" ); - name( R.drawable.emj_1f477_1f3ff, "construction_worker_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3ff, "construction_worker_tone5" ); - name( R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "female_construction_worker_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "female_construction_worker_tone5" ); - name( R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "woman_construction_worker_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "woman_construction_worker_tone5" ); - name( R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "male_construction_worker_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "male_construction_worker_tone5" ); - name( R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "man_construction_worker_dark_skin_tone" ); - name( R.drawable.emj_1f477_1f3ff_200d_2642_fe0f, "man_construction_worker_tone5" ); + name( "man_raising_hand_tone1", R.drawable.emj_1f64b_1f3fb_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_raising_hand_tone2", R.drawable.emj_1f64b_1f3fc_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_raising_hand_tone3", R.drawable.emj_1f64b_1f3fd_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_raising_hand_tone4", R.drawable.emj_1f64b_1f3fe_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_raising_hand_tone5", R.drawable.emj_1f64b_1f3ff_200d_2642_fe0f, "\ud83d\ude4b\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_rowing_boat", R.drawable.emj_1f6a3_200d_2642_fe0f, "\ud83d\udea3\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_dark_skin_tone", R.drawable.emj_1f6a3_1f3ff_200d_2642_fe0f, "\ud83d\udea3\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_light_skin_tone", R.drawable.emj_1f6a3_1f3fb_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_medium_dark_skin_tone", R.drawable.emj_1f6a3_1f3fe_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_medium_light_skin_tone", R.drawable.emj_1f6a3_1f3fc_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_medium_skin_tone", R.drawable.emj_1f6a3_1f3fd_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_tone1", R.drawable.emj_1f6a3_1f3fb_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_tone2", R.drawable.emj_1f6a3_1f3fc_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_tone3", R.drawable.emj_1f6a3_1f3fd_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_tone4", R.drawable.emj_1f6a3_1f3fe_200d_2642_fe0f, "\ud83d\udea3\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_rowing_boat_tone5", R.drawable.emj_1f6a3_1f3ff_200d_2642_fe0f, "\ud83d\udea3\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_running", R.drawable.emj_1f3c3_200d_2642_fe0f, "\ud83c\udfc3\u200d\u2642\ufe0f" ); + name( "man_running_dark_skin_tone", R.drawable.emj_1f3c3_1f3ff_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_running_light_skin_tone", R.drawable.emj_1f3c3_1f3fb_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_running_medium_dark_skin_tone", R.drawable.emj_1f3c3_1f3fe_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_running_medium_light_skin_tone", R.drawable.emj_1f3c3_1f3fc_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_running_medium_skin_tone", R.drawable.emj_1f3c3_1f3fd_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_running_tone1", R.drawable.emj_1f3c3_1f3fb_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_running_tone2", R.drawable.emj_1f3c3_1f3fc_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_running_tone3", R.drawable.emj_1f3c3_1f3fd_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_running_tone4", R.drawable.emj_1f3c3_1f3fe_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_running_tone5", R.drawable.emj_1f3c3_1f3ff_200d_2642_fe0f, "\ud83c\udfc3\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_scientist", R.drawable.emj_1f468_200d_1f52c, "\ud83d\udc68\u200d\ud83d\udd2c" ); + name( "man_scientist_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f52c, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "man_scientist_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f52c, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "man_scientist_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f52c, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "man_scientist_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f52c, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "man_scientist_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f52c, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "man_scientist_tone1", R.drawable.emj_1f468_1f3fb_200d_1f52c, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "man_scientist_tone2", R.drawable.emj_1f468_1f3fc_200d_1f52c, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "man_scientist_tone3", R.drawable.emj_1f468_1f3fd_200d_1f52c, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "man_scientist_tone4", R.drawable.emj_1f468_1f3fe_200d_1f52c, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "man_scientist_tone5", R.drawable.emj_1f468_1f3ff_200d_1f52c, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "man_shrugging", R.drawable.emj_1f937_200d_2642_fe0f, "\ud83e\udd37\u200d\u2642\ufe0f" ); + name( "man_shrugging_dark_skin_tone", R.drawable.emj_1f937_1f3ff_200d_2642_fe0f, "\ud83e\udd37\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_shrugging_light_skin_tone", R.drawable.emj_1f937_1f3fb_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_shrugging_medium_dark_skin_tone", R.drawable.emj_1f937_1f3fe_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_shrugging_medium_light_skin_tone", R.drawable.emj_1f937_1f3fc_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_shrugging_medium_skin_tone", R.drawable.emj_1f937_1f3fd_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_shrugging_tone1", R.drawable.emj_1f937_1f3fb_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_shrugging_tone2", R.drawable.emj_1f937_1f3fc_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_shrugging_tone3", R.drawable.emj_1f937_1f3fd_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_shrugging_tone4", R.drawable.emj_1f937_1f3fe_200d_2642_fe0f, "\ud83e\udd37\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_shrugging_tone5", R.drawable.emj_1f937_1f3ff_200d_2642_fe0f, "\ud83e\udd37\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_singer", R.drawable.emj_1f468_200d_1f3a4, "\ud83d\udc68\u200d\ud83c\udfa4" ); + name( "man_singer_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3a4, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "man_singer_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3a4, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "man_singer_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3a4, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "man_singer_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3a4, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "man_singer_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3a4, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "man_singer_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3a4, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "man_singer_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3a4, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "man_singer_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3a4, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "man_singer_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3a4, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "man_singer_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3a4, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "man_student", R.drawable.emj_1f468_200d_1f393, "\ud83d\udc68\u200d\ud83c\udf93" ); + name( "man_student_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f393, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf93" ); + name( "man_student_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f393, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf93" ); + name( "man_student_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f393, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf93" ); + name( "man_student_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f393, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf93" ); + name( "man_student_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f393, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf93" ); + name( "man_student_tone1", R.drawable.emj_1f468_1f3fb_200d_1f393, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udf93" ); + name( "man_student_tone2", R.drawable.emj_1f468_1f3fc_200d_1f393, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udf93" ); + name( "man_student_tone3", R.drawable.emj_1f468_1f3fd_200d_1f393, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udf93" ); + name( "man_student_tone4", R.drawable.emj_1f468_1f3fe_200d_1f393, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udf93" ); + name( "man_student_tone5", R.drawable.emj_1f468_1f3ff_200d_1f393, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udf93" ); + name( "man_surfing", R.drawable.emj_1f3c4_200d_2642_fe0f, "\ud83c\udfc4\u200d\u2642\ufe0f" ); + name( "man_surfing_dark_skin_tone", R.drawable.emj_1f3c4_1f3ff_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_surfing_light_skin_tone", R.drawable.emj_1f3c4_1f3fb_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_surfing_medium_dark_skin_tone", R.drawable.emj_1f3c4_1f3fe_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_surfing_medium_light_skin_tone", R.drawable.emj_1f3c4_1f3fc_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_surfing_medium_skin_tone", R.drawable.emj_1f3c4_1f3fd_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_surfing_tone1", R.drawable.emj_1f3c4_1f3fb_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_surfing_tone2", R.drawable.emj_1f3c4_1f3fc_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_surfing_tone3", R.drawable.emj_1f3c4_1f3fd_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_surfing_tone4", R.drawable.emj_1f3c4_1f3fe_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_surfing_tone5", R.drawable.emj_1f3c4_1f3ff_200d_2642_fe0f, "\ud83c\udfc4\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_swimming", R.drawable.emj_1f3ca_200d_2642_fe0f, "\ud83c\udfca\u200d\u2642\ufe0f" ); + name( "man_swimming_dark_skin_tone", R.drawable.emj_1f3ca_1f3ff_200d_2642_fe0f, "\ud83c\udfca\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_swimming_light_skin_tone", R.drawable.emj_1f3ca_1f3fb_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_swimming_medium_dark_skin_tone", R.drawable.emj_1f3ca_1f3fe_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_swimming_medium_light_skin_tone", R.drawable.emj_1f3ca_1f3fc_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_swimming_medium_skin_tone", R.drawable.emj_1f3ca_1f3fd_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_swimming_tone1", R.drawable.emj_1f3ca_1f3fb_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_swimming_tone2", R.drawable.emj_1f3ca_1f3fc_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_swimming_tone3", R.drawable.emj_1f3ca_1f3fd_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_swimming_tone4", R.drawable.emj_1f3ca_1f3fe_200d_2642_fe0f, "\ud83c\udfca\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_swimming_tone5", R.drawable.emj_1f3ca_1f3ff_200d_2642_fe0f, "\ud83c\udfca\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_teacher", R.drawable.emj_1f468_200d_1f3eb, "\ud83d\udc68\u200d\ud83c\udfeb" ); + name( "man_teacher_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f3eb, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "man_teacher_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f3eb, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "man_teacher_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f3eb, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "man_teacher_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f3eb, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "man_teacher_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f3eb, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "man_teacher_tone1", R.drawable.emj_1f468_1f3fb_200d_1f3eb, "\ud83d\udc68\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "man_teacher_tone2", R.drawable.emj_1f468_1f3fc_200d_1f3eb, "\ud83d\udc68\ud83c\udffc\u200d\ud83c\udfeb" ); } private static void init79(){ - name( R.drawable.emj_1f477_200d_2640_fe0f, "female_construction_worker" ); - name( R.drawable.emj_1f477_200d_2640_fe0f, "woman_construction_worker" ); - name( R.drawable.emj_1f477_200d_2642_fe0f, "male_construction_worker" ); - name( R.drawable.emj_1f477_200d_2642_fe0f, "man_construction_worker" ); - name( R.drawable.emj_1f478, "princess" ); - name( R.drawable.emj_1f478_1f3fb, "princess_light_skin_tone" ); - name( R.drawable.emj_1f478_1f3fb, "princess_tone1" ); - name( R.drawable.emj_1f478_1f3fc, "princess_medium_light_skin_tone" ); - name( R.drawable.emj_1f478_1f3fc, "princess_tone2" ); - name( R.drawable.emj_1f478_1f3fd, "princess_medium_skin_tone" ); - name( R.drawable.emj_1f478_1f3fd, "princess_tone3" ); - name( R.drawable.emj_1f478_1f3fe, "princess_medium_dark_skin_tone" ); - name( R.drawable.emj_1f478_1f3fe, "princess_tone4" ); - name( R.drawable.emj_1f478_1f3ff, "princess_dark_skin_tone" ); - name( R.drawable.emj_1f478_1f3ff, "princess_tone5" ); - name( R.drawable.emj_1f479, "japanese_ogre" ); - name( R.drawable.emj_1f47a, "japanese_goblin" ); - name( R.drawable.emj_1f47b, "ghost" ); - name( R.drawable.emj_1f47c, "angel" ); - name( R.drawable.emj_1f47c_1f3fb, "angel_light_skin_tone" ); - name( R.drawable.emj_1f47c_1f3fb, "angel_tone1" ); - name( R.drawable.emj_1f47c_1f3fc, "angel_medium_light_skin_tone" ); - name( R.drawable.emj_1f47c_1f3fc, "angel_tone2" ); - name( R.drawable.emj_1f47c_1f3fd, "angel_medium_skin_tone" ); - name( R.drawable.emj_1f47c_1f3fd, "angel_tone3" ); - name( R.drawable.emj_1f47c_1f3fe, "angel_medium_dark_skin_tone" ); - name( R.drawable.emj_1f47c_1f3fe, "angel_tone4" ); - name( R.drawable.emj_1f47c_1f3ff, "angel_dark_skin_tone" ); - name( R.drawable.emj_1f47c_1f3ff, "angel_tone5" ); - name( R.drawable.emj_1f47d, "alien" ); - name( R.drawable.emj_1f47e, "space_invader" ); - name( R.drawable.emj_1f47f, "imp" ); - name( R.drawable.emj_1f480, "skeleton" ); - name( R.drawable.emj_1f480, "skull" ); - name( R.drawable.emj_1f481, "information_desk_person" ); - name( R.drawable.emj_1f481_1f3fb, "information_desk_person_light_skin_tone" ); - name( R.drawable.emj_1f481_1f3fb, "information_desk_person_tone1" ); - name( R.drawable.emj_1f481_1f3fb_200d_2640_fe0f, "woman_tipping_hand_light_skin_tone" ); - name( R.drawable.emj_1f481_1f3fb_200d_2640_fe0f, "woman_tipping_hand_tone1" ); - name( R.drawable.emj_1f481_1f3fb_200d_2642_fe0f, "man_tipping_hand_light_skin_tone" ); - name( R.drawable.emj_1f481_1f3fb_200d_2642_fe0f, "man_tipping_hand_tone1" ); - name( R.drawable.emj_1f481_1f3fc, "information_desk_person_medium_light_skin_tone" ); - name( R.drawable.emj_1f481_1f3fc, "information_desk_person_tone2" ); - name( R.drawable.emj_1f481_1f3fc_200d_2640_fe0f, "woman_tipping_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f481_1f3fc_200d_2640_fe0f, "woman_tipping_hand_tone2" ); - name( R.drawable.emj_1f481_1f3fc_200d_2642_fe0f, "man_tipping_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f481_1f3fc_200d_2642_fe0f, "man_tipping_hand_tone2" ); - name( R.drawable.emj_1f481_1f3fd, "information_desk_person_medium_skin_tone" ); - name( R.drawable.emj_1f481_1f3fd, "information_desk_person_tone3" ); - name( R.drawable.emj_1f481_1f3fd_200d_2640_fe0f, "woman_tipping_hand_medium_skin_tone" ); - name( R.drawable.emj_1f481_1f3fd_200d_2640_fe0f, "woman_tipping_hand_tone3" ); - name( R.drawable.emj_1f481_1f3fd_200d_2642_fe0f, "man_tipping_hand_medium_skin_tone" ); - name( R.drawable.emj_1f481_1f3fd_200d_2642_fe0f, "man_tipping_hand_tone3" ); - name( R.drawable.emj_1f481_1f3fe, "information_desk_person_medium_dark_skin_tone" ); - name( R.drawable.emj_1f481_1f3fe, "information_desk_person_tone4" ); - name( R.drawable.emj_1f481_1f3fe_200d_2640_fe0f, "woman_tipping_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f481_1f3fe_200d_2640_fe0f, "woman_tipping_hand_tone4" ); - name( R.drawable.emj_1f481_1f3fe_200d_2642_fe0f, "man_tipping_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f481_1f3fe_200d_2642_fe0f, "man_tipping_hand_tone4" ); - name( R.drawable.emj_1f481_1f3ff, "information_desk_person_dark_skin_tone" ); - name( R.drawable.emj_1f481_1f3ff, "information_desk_person_tone5" ); - name( R.drawable.emj_1f481_1f3ff_200d_2640_fe0f, "woman_tipping_hand_dark_skin_tone" ); - name( R.drawable.emj_1f481_1f3ff_200d_2640_fe0f, "woman_tipping_hand_tone5" ); - name( R.drawable.emj_1f481_1f3ff_200d_2642_fe0f, "man_tipping_hand_dark_skin_tone" ); - name( R.drawable.emj_1f481_1f3ff_200d_2642_fe0f, "man_tipping_hand_tone5" ); - name( R.drawable.emj_1f481_200d_2640_fe0f, "woman_tipping_hand" ); - name( R.drawable.emj_1f481_200d_2642_fe0f, "man_tipping_hand" ); - name( R.drawable.emj_1f482, "guardsman" ); - name( R.drawable.emj_1f482_1f3fb, "guardsman_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fb, "guardsman_tone1" ); - name( R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "female_guard_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "female_guard_tone1" ); - name( R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "woman_guard_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "woman_guard_tone1" ); - name( R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "male_guard_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "male_guard_tone1" ); - name( R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "man_guard_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fb_200d_2642_fe0f, "man_guard_tone1" ); - name( R.drawable.emj_1f482_1f3fc, "guardsman_medium_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fc, "guardsman_tone2" ); - name( R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "female_guard_medium_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "female_guard_tone2" ); - name( R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "woman_guard_medium_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "woman_guard_tone2" ); - name( R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "male_guard_medium_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "male_guard_tone2" ); - name( R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "man_guard_medium_light_skin_tone" ); - name( R.drawable.emj_1f482_1f3fc_200d_2642_fe0f, "man_guard_tone2" ); - name( R.drawable.emj_1f482_1f3fd, "guardsman_medium_skin_tone" ); - name( R.drawable.emj_1f482_1f3fd, "guardsman_tone3" ); - name( R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "female_guard_medium_skin_tone" ); - name( R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "female_guard_tone3" ); - name( R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "woman_guard_medium_skin_tone" ); - name( R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "woman_guard_tone3" ); - name( R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "male_guard_medium_skin_tone" ); - name( R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "male_guard_tone3" ); - name( R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "man_guard_medium_skin_tone" ); - name( R.drawable.emj_1f482_1f3fd_200d_2642_fe0f, "man_guard_tone3" ); - name( R.drawable.emj_1f482_1f3fe, "guardsman_medium_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3fe, "guardsman_tone4" ); - name( R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "female_guard_medium_dark_skin_tone" ); + name( "man_teacher_tone3", R.drawable.emj_1f468_1f3fd_200d_1f3eb, "\ud83d\udc68\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "man_teacher_tone4", R.drawable.emj_1f468_1f3fe_200d_1f3eb, "\ud83d\udc68\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "man_teacher_tone5", R.drawable.emj_1f468_1f3ff_200d_1f3eb, "\ud83d\udc68\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "man_technologist", R.drawable.emj_1f468_200d_1f4bb, "\ud83d\udc68\u200d\ud83d\udcbb" ); + name( "man_technologist_dark_skin_tone", R.drawable.emj_1f468_1f3ff_200d_1f4bb, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "man_technologist_light_skin_tone", R.drawable.emj_1f468_1f3fb_200d_1f4bb, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "man_technologist_medium_dark_skin_tone", R.drawable.emj_1f468_1f3fe_200d_1f4bb, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "man_technologist_medium_light_skin_tone", R.drawable.emj_1f468_1f3fc_200d_1f4bb, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "man_technologist_medium_skin_tone", R.drawable.emj_1f468_1f3fd_200d_1f4bb, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "man_technologist_tone1", R.drawable.emj_1f468_1f3fb_200d_1f4bb, "\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "man_technologist_tone2", R.drawable.emj_1f468_1f3fc_200d_1f4bb, "\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "man_technologist_tone3", R.drawable.emj_1f468_1f3fd_200d_1f4bb, "\ud83d\udc68\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "man_technologist_tone4", R.drawable.emj_1f468_1f3fe_200d_1f4bb, "\ud83d\udc68\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "man_technologist_tone5", R.drawable.emj_1f468_1f3ff_200d_1f4bb, "\ud83d\udc68\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "man_tipping_hand", R.drawable.emj_1f481_200d_2642_fe0f, "\ud83d\udc81\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_dark_skin_tone", R.drawable.emj_1f481_1f3ff_200d_2642_fe0f, "\ud83d\udc81\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_light_skin_tone", R.drawable.emj_1f481_1f3fb_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_medium_dark_skin_tone", R.drawable.emj_1f481_1f3fe_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_medium_light_skin_tone", R.drawable.emj_1f481_1f3fc_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_medium_skin_tone", R.drawable.emj_1f481_1f3fd_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_tone1", R.drawable.emj_1f481_1f3fb_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_tone2", R.drawable.emj_1f481_1f3fc_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_tone3", R.drawable.emj_1f481_1f3fd_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_tone4", R.drawable.emj_1f481_1f3fe_200d_2642_fe0f, "\ud83d\udc81\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_tipping_hand_tone5", R.drawable.emj_1f481_1f3ff_200d_2642_fe0f, "\ud83d\udc81\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_tone1", R.drawable.emj_1f468_1f3fb, "\ud83d\udc68\ud83c\udffb" ); + name( "man_tone2", R.drawable.emj_1f468_1f3fc, "\ud83d\udc68\ud83c\udffc" ); + name( "man_tone3", R.drawable.emj_1f468_1f3fd, "\ud83d\udc68\ud83c\udffd" ); + name( "man_tone4", R.drawable.emj_1f468_1f3fe, "\ud83d\udc68\ud83c\udffe" ); + name( "man_tone5", R.drawable.emj_1f468_1f3ff, "\ud83d\udc68\ud83c\udfff" ); + name( "man_walking", R.drawable.emj_1f6b6_200d_2642_fe0f, "\ud83d\udeb6\u200d\u2642\ufe0f" ); + name( "man_walking_dark_skin_tone", R.drawable.emj_1f6b6_1f3ff_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_walking_light_skin_tone", R.drawable.emj_1f6b6_1f3fb_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_walking_medium_dark_skin_tone", R.drawable.emj_1f6b6_1f3fe_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_walking_medium_light_skin_tone", R.drawable.emj_1f6b6_1f3fc_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_walking_medium_skin_tone", R.drawable.emj_1f6b6_1f3fd_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_walking_tone1", R.drawable.emj_1f6b6_1f3fb_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_walking_tone2", R.drawable.emj_1f6b6_1f3fc_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_walking_tone3", R.drawable.emj_1f6b6_1f3fd_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_walking_tone4", R.drawable.emj_1f6b6_1f3fe_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_walking_tone5", R.drawable.emj_1f6b6_1f3ff_200d_2642_fe0f, "\ud83d\udeb6\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_wearing_turban", R.drawable.emj_1f473_200d_2642_fe0f, "\ud83d\udc73\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_dark_skin_tone", R.drawable.emj_1f473_1f3ff_200d_2642_fe0f, "\ud83d\udc73\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_light_skin_tone", R.drawable.emj_1f473_1f3fb_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_medium_dark_skin_tone", R.drawable.emj_1f473_1f3fe_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_medium_light_skin_tone", R.drawable.emj_1f473_1f3fc_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_medium_skin_tone", R.drawable.emj_1f473_1f3fd_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_tone1", R.drawable.emj_1f473_1f3fb_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffb\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_tone2", R.drawable.emj_1f473_1f3fc_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffc\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_tone3", R.drawable.emj_1f473_1f3fd_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffd\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_tone4", R.drawable.emj_1f473_1f3fe_200d_2642_fe0f, "\ud83d\udc73\ud83c\udffe\u200d\u2642\ufe0f" ); + name( "man_wearing_turban_tone5", R.drawable.emj_1f473_1f3ff_200d_2642_fe0f, "\ud83d\udc73\ud83c\udfff\u200d\u2642\ufe0f" ); + name( "man_with_bunny_ears_partying", R.drawable.emj_1f46f_200d_2642_fe0f, "\ud83d\udc6f\u200d\u2642\ufe0f" ); + name( "man_with_gua_pi_mao", R.drawable.emj_1f472, "\ud83d\udc72" ); + name( "man_with_gua_pi_mao_dark_skin_tone", R.drawable.emj_1f472_1f3ff, "\ud83d\udc72\ud83c\udfff" ); + name( "man_with_gua_pi_mao_light_skin_tone", R.drawable.emj_1f472_1f3fb, "\ud83d\udc72\ud83c\udffb" ); + name( "man_with_gua_pi_mao_medium_dark_skin_tone", R.drawable.emj_1f472_1f3fe, "\ud83d\udc72\ud83c\udffe" ); + name( "man_with_gua_pi_mao_medium_light_skin_tone", R.drawable.emj_1f472_1f3fc, "\ud83d\udc72\ud83c\udffc" ); + name( "man_with_gua_pi_mao_medium_skin_tone", R.drawable.emj_1f472_1f3fd, "\ud83d\udc72\ud83c\udffd" ); + name( "man_with_gua_pi_mao_tone1", R.drawable.emj_1f472_1f3fb, "\ud83d\udc72\ud83c\udffb" ); + name( "man_with_gua_pi_mao_tone2", R.drawable.emj_1f472_1f3fc, "\ud83d\udc72\ud83c\udffc" ); + name( "man_with_gua_pi_mao_tone3", R.drawable.emj_1f472_1f3fd, "\ud83d\udc72\ud83c\udffd" ); + name( "man_with_gua_pi_mao_tone4", R.drawable.emj_1f472_1f3fe, "\ud83d\udc72\ud83c\udffe" ); + name( "man_with_gua_pi_mao_tone5", R.drawable.emj_1f472_1f3ff, "\ud83d\udc72\ud83c\udfff" ); + name( "man_with_turban", R.drawable.emj_1f473, "\ud83d\udc73" ); + name( "man_with_turban_dark_skin_tone", R.drawable.emj_1f473_1f3ff, "\ud83d\udc73\ud83c\udfff" ); + name( "man_with_turban_light_skin_tone", R.drawable.emj_1f473_1f3fb, "\ud83d\udc73\ud83c\udffb" ); + name( "man_with_turban_medium_dark_skin_tone", R.drawable.emj_1f473_1f3fe, "\ud83d\udc73\ud83c\udffe" ); + name( "man_with_turban_medium_light_skin_tone", R.drawable.emj_1f473_1f3fc, "\ud83d\udc73\ud83c\udffc" ); + name( "man_with_turban_medium_skin_tone", R.drawable.emj_1f473_1f3fd, "\ud83d\udc73\ud83c\udffd" ); + name( "man_with_turban_tone1", R.drawable.emj_1f473_1f3fb, "\ud83d\udc73\ud83c\udffb" ); + name( "man_with_turban_tone2", R.drawable.emj_1f473_1f3fc, "\ud83d\udc73\ud83c\udffc" ); + name( "man_with_turban_tone3", R.drawable.emj_1f473_1f3fd, "\ud83d\udc73\ud83c\udffd" ); + name( "man_with_turban_tone4", R.drawable.emj_1f473_1f3fe, "\ud83d\udc73\ud83c\udffe" ); + name( "man_with_turban_tone5", R.drawable.emj_1f473_1f3ff, "\ud83d\udc73\ud83c\udfff" ); + name( "man_woman_boy", R.drawable.emj_1f468_200d_1f469_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66" ); + name( "man_woman_boy_boy", R.drawable.emj_1f468_200d_1f469_200d_1f466_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "man_woman_girl", R.drawable.emj_1f468_200d_1f469_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67" ); + name( "man_woman_girl_boy", R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f466, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "man_woman_girl_girl", R.drawable.emj_1f468_200d_1f469_200d_1f467_200d_1f467, "\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "man_wrestling", R.drawable.emj_1f93c_200d_2642_fe0f, "\ud83e\udd3c\u200d\u2642\ufe0f" ); + name( "mans_shoe", R.drawable.emj_1f45e, "\ud83d\udc5e" ); + name( "mantelpiece_clock", R.drawable.emj_1f570, "\ud83d\udd70" ); + name( "mantlepiece_clock", R.drawable.emj_1f570, "\ud83d\udd70" ); + name( "map", R.drawable.emj_1f5fa, "\ud83d\uddfa" ); + name( "maple_leaf", R.drawable.emj_1f341, "\ud83c\udf41" ); + name( "martial_arts_uniform", R.drawable.emj_1f94b, "\ud83e\udd4b" ); + name( "mask", R.drawable.emj_1f637, "\ud83d\ude37" ); + name( "massage", R.drawable.emj_1f486, "\ud83d\udc86" ); + name( "massage_dark_skin_tone", R.drawable.emj_1f486_1f3ff, "\ud83d\udc86\ud83c\udfff" ); + name( "massage_light_skin_tone", R.drawable.emj_1f486_1f3fb, "\ud83d\udc86\ud83c\udffb" ); + name( "massage_medium_dark_skin_tone", R.drawable.emj_1f486_1f3fe, "\ud83d\udc86\ud83c\udffe" ); + name( "massage_medium_light_skin_tone", R.drawable.emj_1f486_1f3fc, "\ud83d\udc86\ud83c\udffc" ); + name( "massage_medium_skin_tone", R.drawable.emj_1f486_1f3fd, "\ud83d\udc86\ud83c\udffd" ); + name( "massage_tone1", R.drawable.emj_1f486_1f3fb, "\ud83d\udc86\ud83c\udffb" ); + name( "massage_tone2", R.drawable.emj_1f486_1f3fc, "\ud83d\udc86\ud83c\udffc" ); + name( "massage_tone3", R.drawable.emj_1f486_1f3fd, "\ud83d\udc86\ud83c\udffd" ); + name( "massage_tone4", R.drawable.emj_1f486_1f3fe, "\ud83d\udc86\ud83c\udffe" ); + name( "massage_tone5", R.drawable.emj_1f486_1f3ff, "\ud83d\udc86\ud83c\udfff" ); + name( "mc", R.drawable.emj_1f1f2_1f1e8, "\ud83c\uddf2\ud83c\udde8" ); + name( "md", R.drawable.emj_1f1f2_1f1e9, "\ud83c\uddf2\ud83c\udde9" ); } private static void init80(){ - name( R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "female_guard_tone4" ); - name( R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "woman_guard_medium_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "woman_guard_tone4" ); - name( R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "male_guard_medium_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "male_guard_tone4" ); - name( R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "man_guard_medium_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3fe_200d_2642_fe0f, "man_guard_tone4" ); - name( R.drawable.emj_1f482_1f3ff, "guardsman_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3ff, "guardsman_tone5" ); - name( R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "female_guard_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "female_guard_tone5" ); - name( R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "woman_guard_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "woman_guard_tone5" ); - name( R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "male_guard_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "male_guard_tone5" ); - name( R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "man_guard_dark_skin_tone" ); - name( R.drawable.emj_1f482_1f3ff_200d_2642_fe0f, "man_guard_tone5" ); - name( R.drawable.emj_1f482_200d_2640_fe0f, "female_guard" ); - name( R.drawable.emj_1f482_200d_2640_fe0f, "woman_guard" ); - name( R.drawable.emj_1f482_200d_2642_fe0f, "male_guard" ); - name( R.drawable.emj_1f482_200d_2642_fe0f, "man_guard" ); - name( R.drawable.emj_1f483, "dancer" ); - name( R.drawable.emj_1f483_1f3fb, "dancer_light_skin_tone" ); - name( R.drawable.emj_1f483_1f3fb, "dancer_tone1" ); - name( R.drawable.emj_1f483_1f3fc, "dancer_medium_light_skin_tone" ); - name( R.drawable.emj_1f483_1f3fc, "dancer_tone2" ); - name( R.drawable.emj_1f483_1f3fd, "dancer_medium_skin_tone" ); - name( R.drawable.emj_1f483_1f3fd, "dancer_tone3" ); - name( R.drawable.emj_1f483_1f3fe, "dancer_medium_dark_skin_tone" ); - name( R.drawable.emj_1f483_1f3fe, "dancer_tone4" ); - name( R.drawable.emj_1f483_1f3ff, "dancer_dark_skin_tone" ); - name( R.drawable.emj_1f483_1f3ff, "dancer_tone5" ); - name( R.drawable.emj_1f484, "lipstick" ); - name( R.drawable.emj_1f485, "nail_care" ); - name( R.drawable.emj_1f485_1f3fb, "nail_care_light_skin_tone" ); - name( R.drawable.emj_1f485_1f3fb, "nail_care_tone1" ); - name( R.drawable.emj_1f485_1f3fc, "nail_care_medium_light_skin_tone" ); - name( R.drawable.emj_1f485_1f3fc, "nail_care_tone2" ); - name( R.drawable.emj_1f485_1f3fd, "nail_care_medium_skin_tone" ); - name( R.drawable.emj_1f485_1f3fd, "nail_care_tone3" ); - name( R.drawable.emj_1f485_1f3fe, "nail_care_medium_dark_skin_tone" ); - name( R.drawable.emj_1f485_1f3fe, "nail_care_tone4" ); - name( R.drawable.emj_1f485_1f3ff, "nail_care_dark_skin_tone" ); - name( R.drawable.emj_1f485_1f3ff, "nail_care_tone5" ); - name( R.drawable.emj_1f486, "massage" ); - name( R.drawable.emj_1f486_1f3fb, "massage_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fb, "massage_tone1" ); - name( R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "woman_getting_face_massage_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "woman_getting_face_massage_tone1" ); - name( R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "woman_getting_massage_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "woman_getting_massage_tone1" ); - name( R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "man_getting_face_massage_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "man_getting_face_massage_tone1" ); - name( R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "man_getting_massage_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fb_200d_2642_fe0f, "man_getting_massage_tone1" ); - name( R.drawable.emj_1f486_1f3fc, "massage_medium_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fc, "massage_tone2" ); - name( R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "woman_getting_face_massage_medium_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "woman_getting_face_massage_tone2" ); - name( R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "woman_getting_massage_medium_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "woman_getting_massage_tone2" ); - name( R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "man_getting_face_massage_medium_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "man_getting_face_massage_tone2" ); - name( R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "man_getting_massage_medium_light_skin_tone" ); - name( R.drawable.emj_1f486_1f3fc_200d_2642_fe0f, "man_getting_massage_tone2" ); - name( R.drawable.emj_1f486_1f3fd, "massage_medium_skin_tone" ); - name( R.drawable.emj_1f486_1f3fd, "massage_tone3" ); - name( R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "woman_getting_face_massage_medium_skin_tone" ); - name( R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "woman_getting_face_massage_tone3" ); - name( R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "woman_getting_massage_medium_skin_tone" ); - name( R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "woman_getting_massage_tone3" ); - name( R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "man_getting_face_massage_medium_skin_tone" ); - name( R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "man_getting_face_massage_tone3" ); - name( R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "man_getting_massage_medium_skin_tone" ); - name( R.drawable.emj_1f486_1f3fd_200d_2642_fe0f, "man_getting_massage_tone3" ); - name( R.drawable.emj_1f486_1f3fe, "massage_medium_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3fe, "massage_tone4" ); - name( R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "woman_getting_face_massage_medium_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "woman_getting_face_massage_tone4" ); - name( R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "woman_getting_massage_medium_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "woman_getting_massage_tone4" ); - name( R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "man_getting_face_massage_medium_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "man_getting_face_massage_tone4" ); - name( R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "man_getting_massage_medium_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3fe_200d_2642_fe0f, "man_getting_massage_tone4" ); - name( R.drawable.emj_1f486_1f3ff, "massage_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3ff, "massage_tone5" ); - name( R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "woman_getting_face_massage_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "woman_getting_face_massage_tone5" ); - name( R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "woman_getting_massage_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "woman_getting_massage_tone5" ); - name( R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "man_getting_face_massage_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "man_getting_face_massage_tone5" ); - name( R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "man_getting_massage_dark_skin_tone" ); - name( R.drawable.emj_1f486_1f3ff_200d_2642_fe0f, "man_getting_massage_tone5" ); - name( R.drawable.emj_1f486_200d_2640_fe0f, "woman_getting_face_massage" ); - name( R.drawable.emj_1f486_200d_2640_fe0f, "woman_getting_massage" ); - name( R.drawable.emj_1f486_200d_2642_fe0f, "man_getting_face_massage" ); - name( R.drawable.emj_1f486_200d_2642_fe0f, "man_getting_massage" ); - name( R.drawable.emj_1f487, "haircut" ); - name( R.drawable.emj_1f487_1f3fb, "haircut_light_skin_tone" ); + name( "me", R.drawable.emj_1f1f2_1f1ea, "\ud83c\uddf2\ud83c\uddea" ); + name( "meat_on_bone", R.drawable.emj_1f356, "\ud83c\udf56" ); + name( "medal", R.drawable.emj_1f3c5, "\ud83c\udfc5" ); + name( "medical_symbol", R.drawable.emj_2695, "\u2695" ); + name( "mega", R.drawable.emj_1f4e3, "\ud83d\udce3" ); + name( "melon", R.drawable.emj_1f348, "\ud83c\udf48" ); + name( "memo", R.drawable.emj_1f4dd, "\ud83d\udcdd" ); + name( "men_with_bunny_ears_partying", R.drawable.emj_1f46f_200d_2642_fe0f, "\ud83d\udc6f\u200d\u2642\ufe0f" ); + name( "men_wrestling", R.drawable.emj_1f93c_200d_2642_fe0f, "\ud83e\udd3c\u200d\u2642\ufe0f" ); + name( "menorah", R.drawable.emj_1f54e, "\ud83d\udd4e" ); + name( "menorah_with_nine_branches", R.drawable.emj_1f54e, "\ud83d\udd4e" ); + name( "mens", R.drawable.emj_1f6b9, "\ud83d\udeb9" ); + name( "metal", R.drawable.emj_1f918, "\ud83e\udd18" ); + name( "metal_tone1", R.drawable.emj_1f918_1f3fb, "\ud83e\udd18\ud83c\udffb" ); + name( "metal_tone2", R.drawable.emj_1f918_1f3fc, "\ud83e\udd18\ud83c\udffc" ); + name( "metal_tone3", R.drawable.emj_1f918_1f3fd, "\ud83e\udd18\ud83c\udffd" ); + name( "metal_tone4", R.drawable.emj_1f918_1f3fe, "\ud83e\udd18\ud83c\udffe" ); + name( "metal_tone5", R.drawable.emj_1f918_1f3ff, "\ud83e\udd18\ud83c\udfff" ); + name( "metro", R.drawable.emj_1f687, "\ud83d\ude87" ); + name( "mf", R.drawable.emj_1f1f2_1f1eb, "\ud83c\uddf2\ud83c\uddeb" ); + name( "mg", R.drawable.emj_1f1f2_1f1ec, "\ud83c\uddf2\ud83c\uddec" ); + name( "mh", R.drawable.emj_1f1f2_1f1ed, "\ud83c\uddf2\ud83c\udded" ); + name( "microphone", R.drawable.emj_1f3a4, "\ud83c\udfa4" ); + name( "microphone2", R.drawable.emj_1f399, "\ud83c\udf99" ); + name( "microscope", R.drawable.emj_1f52c, "\ud83d\udd2c" ); + name( "middle_finger", R.drawable.emj_1f595, "\ud83d\udd95" ); + name( "middle_finger_dark_skin_tone", R.drawable.emj_1f595_1f3ff, "\ud83d\udd95\ud83c\udfff" ); + name( "middle_finger_light_skin_tone", R.drawable.emj_1f595_1f3fb, "\ud83d\udd95\ud83c\udffb" ); + name( "middle_finger_medium_dark_skin_tone", R.drawable.emj_1f595_1f3fe, "\ud83d\udd95\ud83c\udffe" ); + name( "middle_finger_medium_light_skin_tone", R.drawable.emj_1f595_1f3fc, "\ud83d\udd95\ud83c\udffc" ); + name( "middle_finger_medium_skin_tone", R.drawable.emj_1f595_1f3fd, "\ud83d\udd95\ud83c\udffd" ); + name( "middle_finger_tone1", R.drawable.emj_1f595_1f3fb, "\ud83d\udd95\ud83c\udffb" ); + name( "middle_finger_tone2", R.drawable.emj_1f595_1f3fc, "\ud83d\udd95\ud83c\udffc" ); + name( "middle_finger_tone3", R.drawable.emj_1f595_1f3fd, "\ud83d\udd95\ud83c\udffd" ); + name( "middle_finger_tone4", R.drawable.emj_1f595_1f3fe, "\ud83d\udd95\ud83c\udffe" ); + name( "middle_finger_tone5", R.drawable.emj_1f595_1f3ff, "\ud83d\udd95\ud83c\udfff" ); + name( "military_medal", R.drawable.emj_1f396, "\ud83c\udf96" ); + name( "milk", R.drawable.emj_1f95b, "\ud83e\udd5b" ); + name( "milky_way", R.drawable.emj_1f30c, "\ud83c\udf0c" ); + name( "minibus", R.drawable.emj_1f690, "\ud83d\ude90" ); + name( "minidisc", R.drawable.emj_1f4bd, "\ud83d\udcbd" ); + name( "mk", R.drawable.emj_1f1f2_1f1f0, "\ud83c\uddf2\ud83c\uddf0" ); + name( "ml", R.drawable.emj_1f1f2_1f1f1, "\ud83c\uddf2\ud83c\uddf1" ); + name( "mm", R.drawable.emj_1f1f2_1f1f2, "\ud83c\uddf2\ud83c\uddf2" ); + name( "mn", R.drawable.emj_1f1f2_1f1f3, "\ud83c\uddf2\ud83c\uddf3" ); + name( "mo", R.drawable.emj_1f1f2_1f1f4, "\ud83c\uddf2\ud83c\uddf4" ); + name( "mobile_phone_off", R.drawable.emj_1f4f4, "\ud83d\udcf4" ); + name( "money_mouth", R.drawable.emj_1f911, "\ud83e\udd11" ); + name( "money_mouth_face", R.drawable.emj_1f911, "\ud83e\udd11" ); + name( "money_with_wings", R.drawable.emj_1f4b8, "\ud83d\udcb8" ); + name( "moneybag", R.drawable.emj_1f4b0, "\ud83d\udcb0" ); + name( "monkey", R.drawable.emj_1f412, "\ud83d\udc12" ); + name( "monkey_face", R.drawable.emj_1f435, "\ud83d\udc35" ); + name( "monorail", R.drawable.emj_1f69d, "\ud83d\ude9d" ); + name( "moon", R.drawable.emj_1f314, "\ud83c\udf14" ); + name( "mortar_board", R.drawable.emj_1f393, "\ud83c\udf93" ); + name( "mosque", R.drawable.emj_1f54c, "\ud83d\udd4c" ); + name( "mostly_sunny", R.drawable.emj_1f324, "\ud83c\udf24" ); + name( "mother_christmas", R.drawable.emj_1f936, "\ud83e\udd36" ); + name( "mother_christmas_dark_skin_tone", R.drawable.emj_1f936_1f3ff, "\ud83e\udd36\ud83c\udfff" ); + name( "mother_christmas_light_skin_tone", R.drawable.emj_1f936_1f3fb, "\ud83e\udd36\ud83c\udffb" ); + name( "mother_christmas_medium_dark_skin_tone", R.drawable.emj_1f936_1f3fe, "\ud83e\udd36\ud83c\udffe" ); + name( "mother_christmas_medium_light_skin_tone", R.drawable.emj_1f936_1f3fc, "\ud83e\udd36\ud83c\udffc" ); + name( "mother_christmas_medium_skin_tone", R.drawable.emj_1f936_1f3fd, "\ud83e\udd36\ud83c\udffd" ); + name( "mother_christmas_tone1", R.drawable.emj_1f936_1f3fb, "\ud83e\udd36\ud83c\udffb" ); + name( "mother_christmas_tone2", R.drawable.emj_1f936_1f3fc, "\ud83e\udd36\ud83c\udffc" ); + name( "mother_christmas_tone3", R.drawable.emj_1f936_1f3fd, "\ud83e\udd36\ud83c\udffd" ); + name( "mother_christmas_tone4", R.drawable.emj_1f936_1f3fe, "\ud83e\udd36\ud83c\udffe" ); + name( "mother_christmas_tone5", R.drawable.emj_1f936_1f3ff, "\ud83e\udd36\ud83c\udfff" ); + name( "motor_boat", R.drawable.emj_1f6e5, "\ud83d\udee5" ); + name( "motor_scooter", R.drawable.emj_1f6f5, "\ud83d\udef5" ); + name( "motorbike", R.drawable.emj_1f6f5, "\ud83d\udef5" ); + name( "motorboat", R.drawable.emj_1f6e5, "\ud83d\udee5" ); + name( "motorcycle", R.drawable.emj_1f3cd, "\ud83c\udfcd" ); + name( "motorway", R.drawable.emj_1f6e3, "\ud83d\udee3" ); + name( "mount_fuji", R.drawable.emj_1f5fb, "\ud83d\uddfb" ); + name( "mountain", R.drawable.emj_26f0, "\u26f0" ); + name( "mountain_bicyclist", R.drawable.emj_1f6b5, "\ud83d\udeb5" ); + name( "mountain_bicyclist_dark_skin_tone", R.drawable.emj_1f6b5_1f3ff, "\ud83d\udeb5\ud83c\udfff" ); + name( "mountain_bicyclist_light_skin_tone", R.drawable.emj_1f6b5_1f3fb, "\ud83d\udeb5\ud83c\udffb" ); + name( "mountain_bicyclist_medium_dark_skin_tone", R.drawable.emj_1f6b5_1f3fe, "\ud83d\udeb5\ud83c\udffe" ); + name( "mountain_bicyclist_medium_light_skin_tone", R.drawable.emj_1f6b5_1f3fc, "\ud83d\udeb5\ud83c\udffc" ); + name( "mountain_bicyclist_medium_skin_tone", R.drawable.emj_1f6b5_1f3fd, "\ud83d\udeb5\ud83c\udffd" ); + name( "mountain_bicyclist_tone1", R.drawable.emj_1f6b5_1f3fb, "\ud83d\udeb5\ud83c\udffb" ); + name( "mountain_bicyclist_tone2", R.drawable.emj_1f6b5_1f3fc, "\ud83d\udeb5\ud83c\udffc" ); + name( "mountain_bicyclist_tone3", R.drawable.emj_1f6b5_1f3fd, "\ud83d\udeb5\ud83c\udffd" ); + name( "mountain_bicyclist_tone4", R.drawable.emj_1f6b5_1f3fe, "\ud83d\udeb5\ud83c\udffe" ); + name( "mountain_bicyclist_tone5", R.drawable.emj_1f6b5_1f3ff, "\ud83d\udeb5\ud83c\udfff" ); + name( "mountain_cableway", R.drawable.emj_1f6a0, "\ud83d\udea0" ); + name( "mountain_railway", R.drawable.emj_1f69e, "\ud83d\ude9e" ); + name( "mountain_snow", R.drawable.emj_1f3d4, "\ud83c\udfd4" ); + name( "mouse", R.drawable.emj_1f42d, "\ud83d\udc2d" ); + name( "mouse2", R.drawable.emj_1f401, "\ud83d\udc01" ); + name( "mouse_three_button", R.drawable.emj_1f5b1, "\ud83d\uddb1" ); + name( "movie_camera", R.drawable.emj_1f3a5, "\ud83c\udfa5" ); + name( "moyai", R.drawable.emj_1f5ff, "\ud83d\uddff" ); + name( "mp", R.drawable.emj_1f1f2_1f1f5, "\ud83c\uddf2\ud83c\uddf5" ); + name( "mq", R.drawable.emj_1f1f2_1f1f6, "\ud83c\uddf2\ud83c\uddf6" ); + name( "mr", R.drawable.emj_1f1f2_1f1f7, "\ud83c\uddf2\ud83c\uddf7" ); + name( "mrs_claus", R.drawable.emj_1f936, "\ud83e\udd36" ); + name( "mrs_claus_tone1", R.drawable.emj_1f936_1f3fb, "\ud83e\udd36\ud83c\udffb" ); } private static void init81(){ - name( R.drawable.emj_1f487_1f3fb, "haircut_tone1" ); - name( R.drawable.emj_1f487_1f3fb_200d_2640_fe0f, "woman_getting_haircut_light_skin_tone" ); - name( R.drawable.emj_1f487_1f3fb_200d_2640_fe0f, "woman_getting_haircut_tone1" ); - name( R.drawable.emj_1f487_1f3fb_200d_2642_fe0f, "man_getting_haircut_light_skin_tone" ); - name( R.drawable.emj_1f487_1f3fb_200d_2642_fe0f, "man_getting_haircut_tone1" ); - name( R.drawable.emj_1f487_1f3fc, "haircut_medium_light_skin_tone" ); - name( R.drawable.emj_1f487_1f3fc, "haircut_tone2" ); - name( R.drawable.emj_1f487_1f3fc_200d_2640_fe0f, "woman_getting_haircut_medium_light_skin_tone" ); - name( R.drawable.emj_1f487_1f3fc_200d_2640_fe0f, "woman_getting_haircut_tone2" ); - name( R.drawable.emj_1f487_1f3fc_200d_2642_fe0f, "man_getting_haircut_medium_light_skin_tone" ); - name( R.drawable.emj_1f487_1f3fc_200d_2642_fe0f, "man_getting_haircut_tone2" ); - name( R.drawable.emj_1f487_1f3fd, "haircut_medium_skin_tone" ); - name( R.drawable.emj_1f487_1f3fd, "haircut_tone3" ); - name( R.drawable.emj_1f487_1f3fd_200d_2640_fe0f, "woman_getting_haircut_medium_skin_tone" ); - name( R.drawable.emj_1f487_1f3fd_200d_2640_fe0f, "woman_getting_haircut_tone3" ); - name( R.drawable.emj_1f487_1f3fd_200d_2642_fe0f, "man_getting_haircut_medium_skin_tone" ); - name( R.drawable.emj_1f487_1f3fd_200d_2642_fe0f, "man_getting_haircut_tone3" ); - name( R.drawable.emj_1f487_1f3fe, "haircut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f487_1f3fe, "haircut_tone4" ); - name( R.drawable.emj_1f487_1f3fe_200d_2640_fe0f, "woman_getting_haircut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f487_1f3fe_200d_2640_fe0f, "woman_getting_haircut_tone4" ); - name( R.drawable.emj_1f487_1f3fe_200d_2642_fe0f, "man_getting_haircut_medium_dark_skin_tone" ); - name( R.drawable.emj_1f487_1f3fe_200d_2642_fe0f, "man_getting_haircut_tone4" ); - name( R.drawable.emj_1f487_1f3ff, "haircut_dark_skin_tone" ); - name( R.drawable.emj_1f487_1f3ff, "haircut_tone5" ); - name( R.drawable.emj_1f487_1f3ff_200d_2640_fe0f, "woman_getting_haircut_dark_skin_tone" ); - name( R.drawable.emj_1f487_1f3ff_200d_2640_fe0f, "woman_getting_haircut_tone5" ); - name( R.drawable.emj_1f487_1f3ff_200d_2642_fe0f, "man_getting_haircut_dark_skin_tone" ); - name( R.drawable.emj_1f487_1f3ff_200d_2642_fe0f, "man_getting_haircut_tone5" ); - name( R.drawable.emj_1f487_200d_2640_fe0f, "woman_getting_haircut" ); - name( R.drawable.emj_1f487_200d_2642_fe0f, "man_getting_haircut" ); - name( R.drawable.emj_1f488, "barber" ); - name( R.drawable.emj_1f489, "syringe" ); - name( R.drawable.emj_1f48a, "pill" ); - name( R.drawable.emj_1f48b, "kiss" ); - name( R.drawable.emj_1f48c, "love_letter" ); - name( R.drawable.emj_1f48d, "ring" ); - name( R.drawable.emj_1f48e, "gem" ); - name( R.drawable.emj_1f48f, "couplekiss" ); - name( R.drawable.emj_1f490, "bouquet" ); - name( R.drawable.emj_1f491, "couple_with_heart" ); - name( R.drawable.emj_1f492, "wedding" ); - name( R.drawable.emj_1f493, "heartbeat" ); - name( R.drawable.emj_1f494, "broken_heart" ); - name( R.drawable.emj_1f495, "two_hearts" ); - name( R.drawable.emj_1f496, "sparkling_heart" ); - name( R.drawable.emj_1f497, "heartpulse" ); - name( R.drawable.emj_1f498, "cupid" ); - name( R.drawable.emj_1f499, "blue_heart" ); - name( R.drawable.emj_1f49a, "green_heart" ); - name( R.drawable.emj_1f49b, "yellow_heart" ); - name( R.drawable.emj_1f49c, "purple_heart" ); - name( R.drawable.emj_1f49d, "gift_heart" ); - name( R.drawable.emj_1f49e, "revolving_hearts" ); - name( R.drawable.emj_1f49f, "heart_decoration" ); - name( R.drawable.emj_1f4a0, "diamond_shape_with_a_dot_inside" ); - name( R.drawable.emj_1f4a1, "bulb" ); - name( R.drawable.emj_1f4a2, "anger" ); - name( R.drawable.emj_1f4a3, "bomb" ); - name( R.drawable.emj_1f4a4, "zzz" ); - name( R.drawable.emj_1f4a5, "boom" ); - name( R.drawable.emj_1f4a5, "collision" ); - name( R.drawable.emj_1f4a6, "sweat_drops" ); - name( R.drawable.emj_1f4a7, "droplet" ); - name( R.drawable.emj_1f4a8, "dash" ); - name( R.drawable.emj_1f4a9, "hankey" ); - name( R.drawable.emj_1f4a9, "poo" ); - name( R.drawable.emj_1f4a9, "poop" ); - name( R.drawable.emj_1f4a9, "shit" ); - name( R.drawable.emj_1f4aa, "muscle" ); - name( R.drawable.emj_1f4aa_1f3fb, "muscle_light_skin_tone" ); - name( R.drawable.emj_1f4aa_1f3fb, "muscle_tone1" ); - name( R.drawable.emj_1f4aa_1f3fc, "muscle_medium_light_skin_tone" ); - name( R.drawable.emj_1f4aa_1f3fc, "muscle_tone2" ); - name( R.drawable.emj_1f4aa_1f3fd, "muscle_medium_skin_tone" ); - name( R.drawable.emj_1f4aa_1f3fd, "muscle_tone3" ); - name( R.drawable.emj_1f4aa_1f3fe, "muscle_medium_dark_skin_tone" ); - name( R.drawable.emj_1f4aa_1f3fe, "muscle_tone4" ); - name( R.drawable.emj_1f4aa_1f3ff, "muscle_dark_skin_tone" ); - name( R.drawable.emj_1f4aa_1f3ff, "muscle_tone5" ); - name( R.drawable.emj_1f4ab, "dizzy" ); - name( R.drawable.emj_1f4ac, "speech_balloon" ); - name( R.drawable.emj_1f4ad, "thought_balloon" ); - name( R.drawable.emj_1f4ae, "white_flower" ); - name( R.drawable.emj_1f4af, "100" ); - name( R.drawable.emj_1f4b0, "moneybag" ); - name( R.drawable.emj_1f4b1, "currency_exchange" ); - name( R.drawable.emj_1f4b2, "heavy_dollar_sign" ); - name( R.drawable.emj_1f4b3, "credit_card" ); - name( R.drawable.emj_1f4b4, "yen" ); - name( R.drawable.emj_1f4b5, "dollar" ); - name( R.drawable.emj_1f4b6, "euro" ); - name( R.drawable.emj_1f4b7, "pound" ); - name( R.drawable.emj_1f4b8, "money_with_wings" ); - name( R.drawable.emj_1f4b9, "chart" ); - name( R.drawable.emj_1f4ba, "seat" ); - name( R.drawable.emj_1f4bb, "computer" ); - name( R.drawable.emj_1f4bc, "briefcase" ); - name( R.drawable.emj_1f4bd, "minidisc" ); - name( R.drawable.emj_1f4be, "floppy_disk" ); - name( R.drawable.emj_1f4bf, "cd" ); + name( "mrs_claus_tone2", R.drawable.emj_1f936_1f3fc, "\ud83e\udd36\ud83c\udffc" ); + name( "mrs_claus_tone3", R.drawable.emj_1f936_1f3fd, "\ud83e\udd36\ud83c\udffd" ); + name( "mrs_claus_tone4", R.drawable.emj_1f936_1f3fe, "\ud83e\udd36\ud83c\udffe" ); + name( "mrs_claus_tone5", R.drawable.emj_1f936_1f3ff, "\ud83e\udd36\ud83c\udfff" ); + name( "ms", R.drawable.emj_1f1f2_1f1f8, "\ud83c\uddf2\ud83c\uddf8" ); + name( "mt", R.drawable.emj_1f1f2_1f1f9, "\ud83c\uddf2\ud83c\uddf9" ); + name( "mu", R.drawable.emj_1f1f2_1f1fa, "\ud83c\uddf2\ud83c\uddfa" ); + name( "muscle", R.drawable.emj_1f4aa, "\ud83d\udcaa" ); + name( "muscle_dark_skin_tone", R.drawable.emj_1f4aa_1f3ff, "\ud83d\udcaa\ud83c\udfff" ); + name( "muscle_light_skin_tone", R.drawable.emj_1f4aa_1f3fb, "\ud83d\udcaa\ud83c\udffb" ); + name( "muscle_medium_dark_skin_tone", R.drawable.emj_1f4aa_1f3fe, "\ud83d\udcaa\ud83c\udffe" ); + name( "muscle_medium_light_skin_tone", R.drawable.emj_1f4aa_1f3fc, "\ud83d\udcaa\ud83c\udffc" ); + name( "muscle_medium_skin_tone", R.drawable.emj_1f4aa_1f3fd, "\ud83d\udcaa\ud83c\udffd" ); + name( "muscle_tone1", R.drawable.emj_1f4aa_1f3fb, "\ud83d\udcaa\ud83c\udffb" ); + name( "muscle_tone2", R.drawable.emj_1f4aa_1f3fc, "\ud83d\udcaa\ud83c\udffc" ); + name( "muscle_tone3", R.drawable.emj_1f4aa_1f3fd, "\ud83d\udcaa\ud83c\udffd" ); + name( "muscle_tone4", R.drawable.emj_1f4aa_1f3fe, "\ud83d\udcaa\ud83c\udffe" ); + name( "muscle_tone5", R.drawable.emj_1f4aa_1f3ff, "\ud83d\udcaa\ud83c\udfff" ); + name( "mushroom", R.drawable.emj_1f344, "\ud83c\udf44" ); + name( "musical_keyboard", R.drawable.emj_1f3b9, "\ud83c\udfb9" ); + name( "musical_note", R.drawable.emj_1f3b5, "\ud83c\udfb5" ); + name( "musical_score", R.drawable.emj_1f3bc, "\ud83c\udfbc" ); + name( "mute", R.drawable.emj_1f507, "\ud83d\udd07" ); + name( "mv", R.drawable.emj_1f1f2_1f1fb, "\ud83c\uddf2\ud83c\uddfb" ); + name( "mw", R.drawable.emj_1f1f2_1f1fc, "\ud83c\uddf2\ud83c\uddfc" ); + name( "mx", R.drawable.emj_1f1f2_1f1fd, "\ud83c\uddf2\ud83c\uddfd" ); + name( "my", R.drawable.emj_1f1f2_1f1fe, "\ud83c\uddf2\ud83c\uddfe" ); + name( "mz", R.drawable.emj_1f1f2_1f1ff, "\ud83c\uddf2\ud83c\uddff" ); + name( "na", R.drawable.emj_1f1f3_1f1e6, "\ud83c\uddf3\ud83c\udde6" ); + name( "nail_care", R.drawable.emj_1f485, "\ud83d\udc85" ); + name( "nail_care_dark_skin_tone", R.drawable.emj_1f485_1f3ff, "\ud83d\udc85\ud83c\udfff" ); + name( "nail_care_light_skin_tone", R.drawable.emj_1f485_1f3fb, "\ud83d\udc85\ud83c\udffb" ); + name( "nail_care_medium_dark_skin_tone", R.drawable.emj_1f485_1f3fe, "\ud83d\udc85\ud83c\udffe" ); + name( "nail_care_medium_light_skin_tone", R.drawable.emj_1f485_1f3fc, "\ud83d\udc85\ud83c\udffc" ); + name( "nail_care_medium_skin_tone", R.drawable.emj_1f485_1f3fd, "\ud83d\udc85\ud83c\udffd" ); + name( "nail_care_tone1", R.drawable.emj_1f485_1f3fb, "\ud83d\udc85\ud83c\udffb" ); + name( "nail_care_tone2", R.drawable.emj_1f485_1f3fc, "\ud83d\udc85\ud83c\udffc" ); + name( "nail_care_tone3", R.drawable.emj_1f485_1f3fd, "\ud83d\udc85\ud83c\udffd" ); + name( "nail_care_tone4", R.drawable.emj_1f485_1f3fe, "\ud83d\udc85\ud83c\udffe" ); + name( "nail_care_tone5", R.drawable.emj_1f485_1f3ff, "\ud83d\udc85\ud83c\udfff" ); + name( "name_badge", R.drawable.emj_1f4db, "\ud83d\udcdb" ); + name( "national_park", R.drawable.emj_1f3de, "\ud83c\udfde" ); + name( "nauseated_face", R.drawable.emj_1f922, "\ud83e\udd22" ); + name( "nc", R.drawable.emj_1f1f3_1f1e8, "\ud83c\uddf3\ud83c\udde8" ); + name( "ne", R.drawable.emj_1f1f3_1f1ea, "\ud83c\uddf3\ud83c\uddea" ); + name( "necktie", R.drawable.emj_1f454, "\ud83d\udc54" ); + name( "negative_squared_cross_mark", R.drawable.emj_274e, "\u274e" ); + name( "nerd", R.drawable.emj_1f913, "\ud83e\udd13" ); + name( "nerd_face", R.drawable.emj_1f913, "\ud83e\udd13" ); + name( "neutral_face", R.drawable.emj_1f610, "\ud83d\ude10" ); + name( "new", R.drawable.emj_1f195, "\ud83c\udd95" ); + name( "new_moon", R.drawable.emj_1f311, "\ud83c\udf11" ); + name( "new_moon_with_face", R.drawable.emj_1f31a, "\ud83c\udf1a" ); + name( "newspaper", R.drawable.emj_1f4f0, "\ud83d\udcf0" ); + name( "newspaper2", R.drawable.emj_1f5de, "\ud83d\uddde" ); + name( "next_track", R.drawable.emj_23ed, "\u23ed" ); + name( "nf", R.drawable.emj_1f1f3_1f1eb, "\ud83c\uddf3\ud83c\uddeb" ); + name( "ng", R.drawable.emj_1f196, "\ud83c\udd96" ); + name( "ni", R.drawable.emj_1f1f3_1f1ee, "\ud83c\uddf3\ud83c\uddee" ); + name( "nigeria", R.drawable.emj_1f1f3_1f1ec, "\ud83c\uddf3\ud83c\uddec" ); + name( "night_with_stars", R.drawable.emj_1f303, "\ud83c\udf03" ); + name( "nine", R.drawable.emj_0039_20e3, "\u0039\u20e3" ); + name( "nl", R.drawable.emj_1f1f3_1f1f1, "\ud83c\uddf3\ud83c\uddf1" ); + name( "no", R.drawable.emj_1f1f3_1f1f4, "\ud83c\uddf3\ud83c\uddf4" ); + name( "no_bell", R.drawable.emj_1f515, "\ud83d\udd15" ); + name( "no_bicycles", R.drawable.emj_1f6b3, "\ud83d\udeb3" ); + name( "no_entry", R.drawable.emj_26d4, "\u26d4" ); + name( "no_entry_sign", R.drawable.emj_1f6ab, "\ud83d\udeab" ); + name( "no_good", R.drawable.emj_1f645, "\ud83d\ude45" ); + name( "no_good_dark_skin_tone", R.drawable.emj_1f645_1f3ff, "\ud83d\ude45\ud83c\udfff" ); + name( "no_good_light_skin_tone", R.drawable.emj_1f645_1f3fb, "\ud83d\ude45\ud83c\udffb" ); + name( "no_good_medium_dark_skin_tone", R.drawable.emj_1f645_1f3fe, "\ud83d\ude45\ud83c\udffe" ); + name( "no_good_medium_light_skin_tone", R.drawable.emj_1f645_1f3fc, "\ud83d\ude45\ud83c\udffc" ); + name( "no_good_medium_skin_tone", R.drawable.emj_1f645_1f3fd, "\ud83d\ude45\ud83c\udffd" ); + name( "no_good_tone1", R.drawable.emj_1f645_1f3fb, "\ud83d\ude45\ud83c\udffb" ); + name( "no_good_tone2", R.drawable.emj_1f645_1f3fc, "\ud83d\ude45\ud83c\udffc" ); + name( "no_good_tone3", R.drawable.emj_1f645_1f3fd, "\ud83d\ude45\ud83c\udffd" ); + name( "no_good_tone4", R.drawable.emj_1f645_1f3fe, "\ud83d\ude45\ud83c\udffe" ); + name( "no_good_tone5", R.drawable.emj_1f645_1f3ff, "\ud83d\ude45\ud83c\udfff" ); + name( "no_mobile_phones", R.drawable.emj_1f4f5, "\ud83d\udcf5" ); + name( "no_mouth", R.drawable.emj_1f636, "\ud83d\ude36" ); + name( "no_pedestrians", R.drawable.emj_1f6b7, "\ud83d\udeb7" ); + name( "no_smoking", R.drawable.emj_1f6ad, "\ud83d\udead" ); + name( "non_potable_water", R.drawable.emj_1f6b1, "\ud83d\udeb1" ); + name( "nose", R.drawable.emj_1f443, "\ud83d\udc43" ); + name( "nose_dark_skin_tone", R.drawable.emj_1f443_1f3ff, "\ud83d\udc43\ud83c\udfff" ); + name( "nose_light_skin_tone", R.drawable.emj_1f443_1f3fb, "\ud83d\udc43\ud83c\udffb" ); + name( "nose_medium_dark_skin_tone", R.drawable.emj_1f443_1f3fe, "\ud83d\udc43\ud83c\udffe" ); + name( "nose_medium_light_skin_tone", R.drawable.emj_1f443_1f3fc, "\ud83d\udc43\ud83c\udffc" ); + name( "nose_medium_skin_tone", R.drawable.emj_1f443_1f3fd, "\ud83d\udc43\ud83c\udffd" ); + name( "nose_tone1", R.drawable.emj_1f443_1f3fb, "\ud83d\udc43\ud83c\udffb" ); + name( "nose_tone2", R.drawable.emj_1f443_1f3fc, "\ud83d\udc43\ud83c\udffc" ); + name( "nose_tone3", R.drawable.emj_1f443_1f3fd, "\ud83d\udc43\ud83c\udffd" ); + name( "nose_tone4", R.drawable.emj_1f443_1f3fe, "\ud83d\udc43\ud83c\udffe" ); + name( "nose_tone5", R.drawable.emj_1f443_1f3ff, "\ud83d\udc43\ud83c\udfff" ); + name( "notebook", R.drawable.emj_1f4d3, "\ud83d\udcd3" ); + name( "notebook_with_decorative_cover", R.drawable.emj_1f4d4, "\ud83d\udcd4" ); + name( "notepad_spiral", R.drawable.emj_1f5d2, "\ud83d\uddd2" ); + name( "notes", R.drawable.emj_1f3b6, "\ud83c\udfb6" ); + name( "np", R.drawable.emj_1f1f3_1f1f5, "\ud83c\uddf3\ud83c\uddf5" ); + name( "nr", R.drawable.emj_1f1f3_1f1f7, "\ud83c\uddf3\ud83c\uddf7" ); } private static void init82(){ - name( R.drawable.emj_1f4c0, "dvd" ); - name( R.drawable.emj_1f4c1, "file_folder" ); - name( R.drawable.emj_1f4c2, "open_file_folder" ); - name( R.drawable.emj_1f4c3, "page_with_curl" ); - name( R.drawable.emj_1f4c4, "page_facing_up" ); - name( R.drawable.emj_1f4c5, "date" ); - name( R.drawable.emj_1f4c6, "calendar" ); - name( R.drawable.emj_1f4c7, "card_index" ); - name( R.drawable.emj_1f4c8, "chart_with_upwards_trend" ); - name( R.drawable.emj_1f4c9, "chart_with_downwards_trend" ); - name( R.drawable.emj_1f4ca, "bar_chart" ); - name( R.drawable.emj_1f4cb, "clipboard" ); - name( R.drawable.emj_1f4cc, "pushpin" ); - name( R.drawable.emj_1f4cd, "round_pushpin" ); - name( R.drawable.emj_1f4ce, "paperclip" ); - name( R.drawable.emj_1f4cf, "straight_ruler" ); - name( R.drawable.emj_1f4d0, "triangular_ruler" ); - name( R.drawable.emj_1f4d1, "bookmark_tabs" ); - name( R.drawable.emj_1f4d2, "ledger" ); - name( R.drawable.emj_1f4d3, "notebook" ); - name( R.drawable.emj_1f4d4, "notebook_with_decorative_cover" ); - name( R.drawable.emj_1f4d5, "closed_book" ); - name( R.drawable.emj_1f4d6, "book" ); - name( R.drawable.emj_1f4d6, "open_book" ); - name( R.drawable.emj_1f4d7, "green_book" ); - name( R.drawable.emj_1f4d8, "blue_book" ); - name( R.drawable.emj_1f4d9, "orange_book" ); - name( R.drawable.emj_1f4da, "books" ); - name( R.drawable.emj_1f4db, "name_badge" ); - name( R.drawable.emj_1f4dc, "scroll" ); - name( R.drawable.emj_1f4dd, "memo" ); - name( R.drawable.emj_1f4dd, "pencil" ); - name( R.drawable.emj_1f4de, "telephone_receiver" ); - name( R.drawable.emj_1f4df, "pager" ); - name( R.drawable.emj_1f4e0, "fax" ); - name( R.drawable.emj_1f4e1, "satellite_antenna" ); - name( R.drawable.emj_1f4e2, "loudspeaker" ); - name( R.drawable.emj_1f4e3, "mega" ); - name( R.drawable.emj_1f4e4, "outbox_tray" ); - name( R.drawable.emj_1f4e5, "inbox_tray" ); - name( R.drawable.emj_1f4e6, "package" ); - name( R.drawable.emj_1f4e7, "e_mail" ); - name( R.drawable.emj_1f4e7, "email" ); - name( R.drawable.emj_1f4e8, "incoming_envelope" ); - name( R.drawable.emj_1f4e9, "envelope_with_arrow" ); - name( R.drawable.emj_1f4ea, "mailbox_closed" ); - name( R.drawable.emj_1f4eb, "mailbox" ); - name( R.drawable.emj_1f4ec, "mailbox_with_mail" ); - name( R.drawable.emj_1f4ed, "mailbox_with_no_mail" ); - name( R.drawable.emj_1f4ee, "postbox" ); - name( R.drawable.emj_1f4ef, "postal_horn" ); - name( R.drawable.emj_1f4f0, "newspaper" ); - name( R.drawable.emj_1f4f1, "iphone" ); - name( R.drawable.emj_1f4f2, "calling" ); - name( R.drawable.emj_1f4f3, "vibration_mode" ); - name( R.drawable.emj_1f4f4, "mobile_phone_off" ); - name( R.drawable.emj_1f4f5, "no_mobile_phones" ); - name( R.drawable.emj_1f4f6, "signal_strength" ); - name( R.drawable.emj_1f4f7, "camera" ); - name( R.drawable.emj_1f4f8, "camera_with_flash" ); - name( R.drawable.emj_1f4f9, "video_camera" ); - name( R.drawable.emj_1f4fa, "tv" ); - name( R.drawable.emj_1f4fb, "radio" ); - name( R.drawable.emj_1f4fc, "vhs" ); - name( R.drawable.emj_1f4fd, "film_projector" ); - name( R.drawable.emj_1f4fd, "projector" ); - name( R.drawable.emj_1f4ff, "prayer_beads" ); - name( R.drawable.emj_1f500, "twisted_rightwards_arrows" ); - name( R.drawable.emj_1f501, "repeat" ); - name( R.drawable.emj_1f502, "repeat_one" ); - name( R.drawable.emj_1f503, "arrows_clockwise" ); - name( R.drawable.emj_1f504, "arrows_counterclockwise" ); - name( R.drawable.emj_1f505, "low_brightness" ); - name( R.drawable.emj_1f506, "high_brightness" ); - name( R.drawable.emj_1f507, "mute" ); - name( R.drawable.emj_1f508, "speaker" ); - name( R.drawable.emj_1f509, "sound" ); - name( R.drawable.emj_1f50a, "loud_sound" ); - name( R.drawable.emj_1f50b, "battery" ); - name( R.drawable.emj_1f50c, "electric_plug" ); - name( R.drawable.emj_1f50d, "mag" ); - name( R.drawable.emj_1f50e, "mag_right" ); - name( R.drawable.emj_1f50f, "lock_with_ink_pen" ); - name( R.drawable.emj_1f510, "closed_lock_with_key" ); - name( R.drawable.emj_1f511, "key" ); - name( R.drawable.emj_1f512, "lock" ); - name( R.drawable.emj_1f513, "unlock" ); - name( R.drawable.emj_1f514, "bell" ); - name( R.drawable.emj_1f515, "no_bell" ); - name( R.drawable.emj_1f516, "bookmark" ); - name( R.drawable.emj_1f517, "link" ); - name( R.drawable.emj_1f518, "radio_button" ); - name( R.drawable.emj_1f519, "back" ); - name( R.drawable.emj_1f51a, "end" ); - name( R.drawable.emj_1f51b, "on" ); - name( R.drawable.emj_1f51c, "soon" ); - name( R.drawable.emj_1f51d, "top" ); - name( R.drawable.emj_1f51e, "underage" ); - name( R.drawable.emj_1f51f, "keycap_ten" ); - name( R.drawable.emj_1f520, "capital_abcd" ); - name( R.drawable.emj_1f521, "abcd" ); + name( "nu", R.drawable.emj_1f1f3_1f1fa, "\ud83c\uddf3\ud83c\uddfa" ); + name( "nut_and_bolt", R.drawable.emj_1f529, "\ud83d\udd29" ); + name( "nz", R.drawable.emj_1f1f3_1f1ff, "\ud83c\uddf3\ud83c\uddff" ); + name( "o", R.drawable.emj_2b55, "\u2b55" ); + name( "o2", R.drawable.emj_1f17e, "\ud83c\udd7e" ); + name( "ocean", R.drawable.emj_1f30a, "\ud83c\udf0a" ); + name( "octagonal_sign", R.drawable.emj_1f6d1, "\ud83d\uded1" ); + name( "octopus", R.drawable.emj_1f419, "\ud83d\udc19" ); + name( "oden", R.drawable.emj_1f362, "\ud83c\udf62" ); + name( "office", R.drawable.emj_1f3e2, "\ud83c\udfe2" ); + name( "oil", R.drawable.emj_1f6e2, "\ud83d\udee2" ); + name( "oil_drum", R.drawable.emj_1f6e2, "\ud83d\udee2" ); + name( "ok", R.drawable.emj_1f197, "\ud83c\udd97" ); + name( "ok_hand", R.drawable.emj_1f44c, "\ud83d\udc4c" ); + name( "ok_hand_dark_skin_tone", R.drawable.emj_1f44c_1f3ff, "\ud83d\udc4c\ud83c\udfff" ); + name( "ok_hand_light_skin_tone", R.drawable.emj_1f44c_1f3fb, "\ud83d\udc4c\ud83c\udffb" ); + name( "ok_hand_medium_dark_skin_tone", R.drawable.emj_1f44c_1f3fe, "\ud83d\udc4c\ud83c\udffe" ); + name( "ok_hand_medium_light_skin_tone", R.drawable.emj_1f44c_1f3fc, "\ud83d\udc4c\ud83c\udffc" ); + name( "ok_hand_medium_skin_tone", R.drawable.emj_1f44c_1f3fd, "\ud83d\udc4c\ud83c\udffd" ); + name( "ok_hand_tone1", R.drawable.emj_1f44c_1f3fb, "\ud83d\udc4c\ud83c\udffb" ); + name( "ok_hand_tone2", R.drawable.emj_1f44c_1f3fc, "\ud83d\udc4c\ud83c\udffc" ); + name( "ok_hand_tone3", R.drawable.emj_1f44c_1f3fd, "\ud83d\udc4c\ud83c\udffd" ); + name( "ok_hand_tone4", R.drawable.emj_1f44c_1f3fe, "\ud83d\udc4c\ud83c\udffe" ); + name( "ok_hand_tone5", R.drawable.emj_1f44c_1f3ff, "\ud83d\udc4c\ud83c\udfff" ); + name( "ok_woman", R.drawable.emj_1f646, "\ud83d\ude46" ); + name( "ok_woman_dark_skin_tone", R.drawable.emj_1f646_1f3ff, "\ud83d\ude46\ud83c\udfff" ); + name( "ok_woman_light_skin_tone", R.drawable.emj_1f646_1f3fb, "\ud83d\ude46\ud83c\udffb" ); + name( "ok_woman_medium_dark_skin_tone", R.drawable.emj_1f646_1f3fe, "\ud83d\ude46\ud83c\udffe" ); + name( "ok_woman_medium_light_skin_tone", R.drawable.emj_1f646_1f3fc, "\ud83d\ude46\ud83c\udffc" ); + name( "ok_woman_medium_skin_tone", R.drawable.emj_1f646_1f3fd, "\ud83d\ude46\ud83c\udffd" ); + name( "ok_woman_tone1", R.drawable.emj_1f646_1f3fb, "\ud83d\ude46\ud83c\udffb" ); + name( "ok_woman_tone2", R.drawable.emj_1f646_1f3fc, "\ud83d\ude46\ud83c\udffc" ); + name( "ok_woman_tone3", R.drawable.emj_1f646_1f3fd, "\ud83d\ude46\ud83c\udffd" ); + name( "ok_woman_tone4", R.drawable.emj_1f646_1f3fe, "\ud83d\ude46\ud83c\udffe" ); + name( "ok_woman_tone5", R.drawable.emj_1f646_1f3ff, "\ud83d\ude46\ud83c\udfff" ); + name( "old_key", R.drawable.emj_1f5dd, "\ud83d\udddd" ); + name( "older_man", R.drawable.emj_1f474, "\ud83d\udc74" ); + name( "older_man_dark_skin_tone", R.drawable.emj_1f474_1f3ff, "\ud83d\udc74\ud83c\udfff" ); + name( "older_man_light_skin_tone", R.drawable.emj_1f474_1f3fb, "\ud83d\udc74\ud83c\udffb" ); + name( "older_man_medium_dark_skin_tone", R.drawable.emj_1f474_1f3fe, "\ud83d\udc74\ud83c\udffe" ); + name( "older_man_medium_light_skin_tone", R.drawable.emj_1f474_1f3fc, "\ud83d\udc74\ud83c\udffc" ); + name( "older_man_medium_skin_tone", R.drawable.emj_1f474_1f3fd, "\ud83d\udc74\ud83c\udffd" ); + name( "older_man_tone1", R.drawable.emj_1f474_1f3fb, "\ud83d\udc74\ud83c\udffb" ); + name( "older_man_tone2", R.drawable.emj_1f474_1f3fc, "\ud83d\udc74\ud83c\udffc" ); + name( "older_man_tone3", R.drawable.emj_1f474_1f3fd, "\ud83d\udc74\ud83c\udffd" ); + name( "older_man_tone4", R.drawable.emj_1f474_1f3fe, "\ud83d\udc74\ud83c\udffe" ); + name( "older_man_tone5", R.drawable.emj_1f474_1f3ff, "\ud83d\udc74\ud83c\udfff" ); + name( "older_woman", R.drawable.emj_1f475, "\ud83d\udc75" ); + name( "older_woman_dark_skin_tone", R.drawable.emj_1f475_1f3ff, "\ud83d\udc75\ud83c\udfff" ); + name( "older_woman_light_skin_tone", R.drawable.emj_1f475_1f3fb, "\ud83d\udc75\ud83c\udffb" ); + name( "older_woman_medium_dark_skin_tone", R.drawable.emj_1f475_1f3fe, "\ud83d\udc75\ud83c\udffe" ); + name( "older_woman_medium_light_skin_tone", R.drawable.emj_1f475_1f3fc, "\ud83d\udc75\ud83c\udffc" ); + name( "older_woman_medium_skin_tone", R.drawable.emj_1f475_1f3fd, "\ud83d\udc75\ud83c\udffd" ); + name( "older_woman_tone1", R.drawable.emj_1f475_1f3fb, "\ud83d\udc75\ud83c\udffb" ); + name( "older_woman_tone2", R.drawable.emj_1f475_1f3fc, "\ud83d\udc75\ud83c\udffc" ); + name( "older_woman_tone3", R.drawable.emj_1f475_1f3fd, "\ud83d\udc75\ud83c\udffd" ); + name( "older_woman_tone4", R.drawable.emj_1f475_1f3fe, "\ud83d\udc75\ud83c\udffe" ); + name( "older_woman_tone5", R.drawable.emj_1f475_1f3ff, "\ud83d\udc75\ud83c\udfff" ); + name( "om", R.drawable.emj_1f1f4_1f1f2, "\ud83c\uddf4\ud83c\uddf2" ); + name( "om_symbol", R.drawable.emj_1f549, "\ud83d\udd49" ); + name( "on", R.drawable.emj_1f51b, "\ud83d\udd1b" ); + name( "oncoming_automobile", R.drawable.emj_1f698, "\ud83d\ude98" ); + name( "oncoming_bus", R.drawable.emj_1f68d, "\ud83d\ude8d" ); + name( "oncoming_police_car", R.drawable.emj_1f694, "\ud83d\ude94" ); + name( "oncoming_taxi", R.drawable.emj_1f696, "\ud83d\ude96" ); + name( "one", R.drawable.emj_0031_20e3, "\u0031\u20e3" ); + name( "open_book", R.drawable.emj_1f4d6, "\ud83d\udcd6" ); + name( "open_file_folder", R.drawable.emj_1f4c2, "\ud83d\udcc2" ); + name( "open_hands", R.drawable.emj_1f450, "\ud83d\udc50" ); + name( "open_hands_dark_skin_tone", R.drawable.emj_1f450_1f3ff, "\ud83d\udc50\ud83c\udfff" ); + name( "open_hands_light_skin_tone", R.drawable.emj_1f450_1f3fb, "\ud83d\udc50\ud83c\udffb" ); + name( "open_hands_medium_dark_skin_tone", R.drawable.emj_1f450_1f3fe, "\ud83d\udc50\ud83c\udffe" ); + name( "open_hands_medium_light_skin_tone", R.drawable.emj_1f450_1f3fc, "\ud83d\udc50\ud83c\udffc" ); + name( "open_hands_medium_skin_tone", R.drawable.emj_1f450_1f3fd, "\ud83d\udc50\ud83c\udffd" ); + name( "open_hands_tone1", R.drawable.emj_1f450_1f3fb, "\ud83d\udc50\ud83c\udffb" ); + name( "open_hands_tone2", R.drawable.emj_1f450_1f3fc, "\ud83d\udc50\ud83c\udffc" ); + name( "open_hands_tone3", R.drawable.emj_1f450_1f3fd, "\ud83d\udc50\ud83c\udffd" ); + name( "open_hands_tone4", R.drawable.emj_1f450_1f3fe, "\ud83d\udc50\ud83c\udffe" ); + name( "open_hands_tone5", R.drawable.emj_1f450_1f3ff, "\ud83d\udc50\ud83c\udfff" ); + name( "open_mouth", R.drawable.emj_1f62e, "\ud83d\ude2e" ); + name( "ophiuchus", R.drawable.emj_26ce, "\u26ce" ); + name( "orange_book", R.drawable.emj_1f4d9, "\ud83d\udcd9" ); + name( "orthodox_cross", R.drawable.emj_2626, "\u2626" ); + name( "outbox_tray", R.drawable.emj_1f4e4, "\ud83d\udce4" ); + name( "owl", R.drawable.emj_1f989, "\ud83e\udd89" ); + name( "ox", R.drawable.emj_1f402, "\ud83d\udc02" ); + name( "pa", R.drawable.emj_1f1f5_1f1e6, "\ud83c\uddf5\ud83c\udde6" ); + name( "package", R.drawable.emj_1f4e6, "\ud83d\udce6" ); + name( "paella", R.drawable.emj_1f958, "\ud83e\udd58" ); + name( "page_facing_up", R.drawable.emj_1f4c4, "\ud83d\udcc4" ); + name( "page_with_curl", R.drawable.emj_1f4c3, "\ud83d\udcc3" ); + name( "pager", R.drawable.emj_1f4df, "\ud83d\udcdf" ); + name( "paintbrush", R.drawable.emj_1f58c, "\ud83d\udd8c" ); + name( "palm_tree", R.drawable.emj_1f334, "\ud83c\udf34" ); + name( "pancakes", R.drawable.emj_1f95e, "\ud83e\udd5e" ); + name( "panda_face", R.drawable.emj_1f43c, "\ud83d\udc3c" ); + name( "paperclip", R.drawable.emj_1f4ce, "\ud83d\udcce" ); + name( "paperclips", R.drawable.emj_1f587, "\ud83d\udd87" ); + name( "park", R.drawable.emj_1f3de, "\ud83c\udfde" ); + name( "parking", R.drawable.emj_1f17f, "\ud83c\udd7f" ); + name( "part_alternation_mark", R.drawable.emj_303d, "\u303d" ); } private static void init83(){ - name( R.drawable.emj_1f522, "1234" ); - name( R.drawable.emj_1f523, "symbols" ); - name( R.drawable.emj_1f524, "abc" ); - name( R.drawable.emj_1f525, "fire" ); - name( R.drawable.emj_1f525, "flame" ); - name( R.drawable.emj_1f526, "flashlight" ); - name( R.drawable.emj_1f527, "wrench" ); - name( R.drawable.emj_1f528, "hammer" ); - name( R.drawable.emj_1f529, "nut_and_bolt" ); - name( R.drawable.emj_1f52a, "hocho" ); - name( R.drawable.emj_1f52a, "knife" ); - name( R.drawable.emj_1f52b, "gun" ); - name( R.drawable.emj_1f52c, "microscope" ); - name( R.drawable.emj_1f52d, "telescope" ); - name( R.drawable.emj_1f52e, "crystal_ball" ); - name( R.drawable.emj_1f52f, "six_pointed_star" ); - name( R.drawable.emj_1f530, "beginner" ); - name( R.drawable.emj_1f531, "trident" ); - name( R.drawable.emj_1f532, "black_square_button" ); - name( R.drawable.emj_1f533, "white_square_button" ); - name( R.drawable.emj_1f534, "red_circle" ); - name( R.drawable.emj_1f535, "blue_circle" ); - name( R.drawable.emj_1f535, "large_blue_circle" ); - name( R.drawable.emj_1f536, "large_orange_diamond" ); - name( R.drawable.emj_1f537, "large_blue_diamond" ); - name( R.drawable.emj_1f538, "small_orange_diamond" ); - name( R.drawable.emj_1f539, "small_blue_diamond" ); - name( R.drawable.emj_1f53a, "small_red_triangle" ); - name( R.drawable.emj_1f53b, "small_red_triangle_down" ); - name( R.drawable.emj_1f53c, "arrow_up_small" ); - name( R.drawable.emj_1f53d, "arrow_down_small" ); - name( R.drawable.emj_1f549, "om_symbol" ); - name( R.drawable.emj_1f54a, "dove" ); - name( R.drawable.emj_1f54a, "dove_of_peace" ); - name( R.drawable.emj_1f54b, "kaaba" ); - name( R.drawable.emj_1f54c, "mosque" ); - name( R.drawable.emj_1f54d, "synagogue" ); - name( R.drawable.emj_1f54e, "menorah" ); - name( R.drawable.emj_1f54e, "menorah_with_nine_branches" ); - name( R.drawable.emj_1f550, "clock1" ); - name( R.drawable.emj_1f551, "clock2" ); - name( R.drawable.emj_1f552, "clock3" ); - name( R.drawable.emj_1f553, "clock4" ); - name( R.drawable.emj_1f554, "clock5" ); - name( R.drawable.emj_1f555, "clock6" ); - name( R.drawable.emj_1f556, "clock7" ); - name( R.drawable.emj_1f557, "clock8" ); - name( R.drawable.emj_1f558, "clock9" ); - name( R.drawable.emj_1f559, "clock10" ); - name( R.drawable.emj_1f55a, "clock11" ); - name( R.drawable.emj_1f55b, "clock12" ); - name( R.drawable.emj_1f55c, "clock130" ); - name( R.drawable.emj_1f55d, "clock230" ); - name( R.drawable.emj_1f55e, "clock330" ); - name( R.drawable.emj_1f55f, "clock430" ); - name( R.drawable.emj_1f560, "clock530" ); - name( R.drawable.emj_1f561, "clock630" ); - name( R.drawable.emj_1f562, "clock730" ); - name( R.drawable.emj_1f563, "clock830" ); - name( R.drawable.emj_1f564, "clock930" ); - name( R.drawable.emj_1f565, "clock1030" ); - name( R.drawable.emj_1f566, "clock1130" ); - name( R.drawable.emj_1f567, "clock1230" ); - name( R.drawable.emj_1f56f, "candle" ); - name( R.drawable.emj_1f570, "clock" ); - name( R.drawable.emj_1f570, "mantelpiece_clock" ); - name( R.drawable.emj_1f570, "mantlepiece_clock" ); - name( R.drawable.emj_1f573, "hole" ); - name( R.drawable.emj_1f574, "levitate" ); - name( R.drawable.emj_1f574, "man_in_business_suit_levitating" ); - name( R.drawable.emj_1f574_1f3fb, "man_in_business_suit_levitating_light_skin_tone" ); - name( R.drawable.emj_1f574_1f3fb, "man_in_business_suit_levitating_tone1" ); - name( R.drawable.emj_1f574_1f3fc, "man_in_business_suit_levitating_medium_light_skin_tone" ); - name( R.drawable.emj_1f574_1f3fc, "man_in_business_suit_levitating_tone2" ); - name( R.drawable.emj_1f574_1f3fd, "man_in_business_suit_levitating_medium_skin_tone" ); - name( R.drawable.emj_1f574_1f3fd, "man_in_business_suit_levitating_tone3" ); - name( R.drawable.emj_1f574_1f3fe, "man_in_business_suit_levitating_medium_dark_skin_tone" ); - name( R.drawable.emj_1f574_1f3fe, "man_in_business_suit_levitating_tone4" ); - name( R.drawable.emj_1f574_1f3ff, "man_in_business_suit_levitating_dark_skin_tone" ); - name( R.drawable.emj_1f574_1f3ff, "man_in_business_suit_levitating_tone5" ); - name( R.drawable.emj_1f575, "sleuth_or_spy" ); - name( R.drawable.emj_1f575, "spy" ); - name( R.drawable.emj_1f575_1f3fb, "sleuth_or_spy_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fb, "sleuth_or_spy_tone1" ); - name( R.drawable.emj_1f575_1f3fb, "spy_tone1" ); - name( R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "female_detective_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "female_detective_tone1" ); - name( R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "woman_detective_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "woman_detective_tone1" ); - name( R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "male_detective_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "male_detective_tone1" ); - name( R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "man_detective_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fb_200d_2642_fe0f, "man_detective_tone1" ); - name( R.drawable.emj_1f575_1f3fc, "sleuth_or_spy_medium_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fc, "sleuth_or_spy_tone2" ); - name( R.drawable.emj_1f575_1f3fc, "spy_tone2" ); - name( R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "female_detective_medium_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "female_detective_tone2" ); - name( R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "woman_detective_medium_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "woman_detective_tone2" ); - name( R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "male_detective_medium_light_skin_tone" ); + name( "partly_sunny", R.drawable.emj_26c5, "\u26c5" ); + name( "partly_sunny_rain", R.drawable.emj_1f326, "\ud83c\udf26" ); + name( "passenger_ship", R.drawable.emj_1f6f3, "\ud83d\udef3" ); + name( "passport_control", R.drawable.emj_1f6c2, "\ud83d\udec2" ); + name( "pause_button", R.drawable.emj_23f8, "\u23f8" ); + name( "paw_prints", R.drawable.emj_1f43e, "\ud83d\udc3e" ); + name( "pe", R.drawable.emj_1f1f5_1f1ea, "\ud83c\uddf5\ud83c\uddea" ); + name( "peace", R.drawable.emj_262e, "\u262e" ); + name( "peace_symbol", R.drawable.emj_262e, "\u262e" ); + name( "peach", R.drawable.emj_1f351, "\ud83c\udf51" ); + name( "peanuts", R.drawable.emj_1f95c, "\ud83e\udd5c" ); + name( "pear", R.drawable.emj_1f350, "\ud83c\udf50" ); + name( "pen_ballpoint", R.drawable.emj_1f58a, "\ud83d\udd8a" ); + name( "pen_fountain", R.drawable.emj_1f58b, "\ud83d\udd8b" ); + name( "pencil", R.drawable.emj_1f4dd, "\ud83d\udcdd" ); + name( "pencil2", R.drawable.emj_270f, "\u270f" ); + name( "penguin", R.drawable.emj_1f427, "\ud83d\udc27" ); + name( "pensive", R.drawable.emj_1f614, "\ud83d\ude14" ); + name( "performing_arts", R.drawable.emj_1f3ad, "\ud83c\udfad" ); + name( "persevere", R.drawable.emj_1f623, "\ud83d\ude23" ); + name( "person_doing_cartwheel", R.drawable.emj_1f938, "\ud83e\udd38" ); + name( "person_doing_cartwheel_dark_skin_tone", R.drawable.emj_1f938_1f3ff, "\ud83e\udd38\ud83c\udfff" ); + name( "person_doing_cartwheel_light_skin_tone", R.drawable.emj_1f938_1f3fb, "\ud83e\udd38\ud83c\udffb" ); + name( "person_doing_cartwheel_medium_dark_skin_tone", R.drawable.emj_1f938_1f3fe, "\ud83e\udd38\ud83c\udffe" ); + name( "person_doing_cartwheel_medium_light_skin_tone", R.drawable.emj_1f938_1f3fc, "\ud83e\udd38\ud83c\udffc" ); + name( "person_doing_cartwheel_medium_skin_tone", R.drawable.emj_1f938_1f3fd, "\ud83e\udd38\ud83c\udffd" ); + name( "person_doing_cartwheel_tone1", R.drawable.emj_1f938_1f3fb, "\ud83e\udd38\ud83c\udffb" ); + name( "person_doing_cartwheel_tone2", R.drawable.emj_1f938_1f3fc, "\ud83e\udd38\ud83c\udffc" ); + name( "person_doing_cartwheel_tone3", R.drawable.emj_1f938_1f3fd, "\ud83e\udd38\ud83c\udffd" ); + name( "person_doing_cartwheel_tone4", R.drawable.emj_1f938_1f3fe, "\ud83e\udd38\ud83c\udffe" ); + name( "person_doing_cartwheel_tone5", R.drawable.emj_1f938_1f3ff, "\ud83e\udd38\ud83c\udfff" ); + name( "person_frowning", R.drawable.emj_1f64d, "\ud83d\ude4d" ); + name( "person_frowning_dark_skin_tone", R.drawable.emj_1f64d_1f3ff, "\ud83d\ude4d\ud83c\udfff" ); + name( "person_frowning_light_skin_tone", R.drawable.emj_1f64d_1f3fb, "\ud83d\ude4d\ud83c\udffb" ); + name( "person_frowning_medium_dark_skin_tone", R.drawable.emj_1f64d_1f3fe, "\ud83d\ude4d\ud83c\udffe" ); + name( "person_frowning_medium_light_skin_tone", R.drawable.emj_1f64d_1f3fc, "\ud83d\ude4d\ud83c\udffc" ); + name( "person_frowning_medium_skin_tone", R.drawable.emj_1f64d_1f3fd, "\ud83d\ude4d\ud83c\udffd" ); + name( "person_frowning_tone1", R.drawable.emj_1f64d_1f3fb, "\ud83d\ude4d\ud83c\udffb" ); + name( "person_frowning_tone2", R.drawable.emj_1f64d_1f3fc, "\ud83d\ude4d\ud83c\udffc" ); + name( "person_frowning_tone3", R.drawable.emj_1f64d_1f3fd, "\ud83d\ude4d\ud83c\udffd" ); + name( "person_frowning_tone4", R.drawable.emj_1f64d_1f3fe, "\ud83d\ude4d\ud83c\udffe" ); + name( "person_frowning_tone5", R.drawable.emj_1f64d_1f3ff, "\ud83d\ude4d\ud83c\udfff" ); + name( "person_golfing_dark_skin_tone", R.drawable.emj_1f3cc_1f3ff, "\ud83c\udfcc\ud83c\udfff" ); + name( "person_golfing_light_skin_tone", R.drawable.emj_1f3cc_1f3fb, "\ud83c\udfcc\ud83c\udffb" ); + name( "person_golfing_medium_dark_skin_tone", R.drawable.emj_1f3cc_1f3fe, "\ud83c\udfcc\ud83c\udffe" ); + name( "person_golfing_medium_light_skin_tone", R.drawable.emj_1f3cc_1f3fc, "\ud83c\udfcc\ud83c\udffc" ); + name( "person_golfing_medium_skin_tone", R.drawable.emj_1f3cc_1f3fd, "\ud83c\udfcc\ud83c\udffd" ); + name( "person_golfing_tone1", R.drawable.emj_1f3cc_1f3fb, "\ud83c\udfcc\ud83c\udffb" ); + name( "person_golfing_tone2", R.drawable.emj_1f3cc_1f3fc, "\ud83c\udfcc\ud83c\udffc" ); + name( "person_golfing_tone3", R.drawable.emj_1f3cc_1f3fd, "\ud83c\udfcc\ud83c\udffd" ); + name( "person_golfing_tone4", R.drawable.emj_1f3cc_1f3fe, "\ud83c\udfcc\ud83c\udffe" ); + name( "person_golfing_tone5", R.drawable.emj_1f3cc_1f3ff, "\ud83c\udfcc\ud83c\udfff" ); + name( "person_in_bed_dark_skin_tone", R.drawable.emj_1f6cc_1f3ff, "\ud83d\udecc\ud83c\udfff" ); + name( "person_in_bed_light_skin_tone", R.drawable.emj_1f6cc_1f3fb, "\ud83d\udecc\ud83c\udffb" ); + name( "person_in_bed_medium_dark_skin_tone", R.drawable.emj_1f6cc_1f3fe, "\ud83d\udecc\ud83c\udffe" ); + name( "person_in_bed_medium_light_skin_tone", R.drawable.emj_1f6cc_1f3fc, "\ud83d\udecc\ud83c\udffc" ); + name( "person_in_bed_medium_skin_tone", R.drawable.emj_1f6cc_1f3fd, "\ud83d\udecc\ud83c\udffd" ); + name( "person_in_bed_tone1", R.drawable.emj_1f6cc_1f3fb, "\ud83d\udecc\ud83c\udffb" ); + name( "person_in_bed_tone2", R.drawable.emj_1f6cc_1f3fc, "\ud83d\udecc\ud83c\udffc" ); + name( "person_in_bed_tone3", R.drawable.emj_1f6cc_1f3fd, "\ud83d\udecc\ud83c\udffd" ); + name( "person_in_bed_tone4", R.drawable.emj_1f6cc_1f3fe, "\ud83d\udecc\ud83c\udffe" ); + name( "person_in_bed_tone5", R.drawable.emj_1f6cc_1f3ff, "\ud83d\udecc\ud83c\udfff" ); + name( "person_with_ball", R.drawable.emj_26f9, "\u26f9" ); + name( "person_with_ball_dark_skin_tone", R.drawable.emj_26f9_1f3ff, "\u26f9\ud83c\udfff" ); + name( "person_with_ball_light_skin_tone", R.drawable.emj_26f9_1f3fb, "\u26f9\ud83c\udffb" ); + name( "person_with_ball_medium_dark_skin_tone", R.drawable.emj_26f9_1f3fe, "\u26f9\ud83c\udffe" ); + name( "person_with_ball_medium_light_skin_tone", R.drawable.emj_26f9_1f3fc, "\u26f9\ud83c\udffc" ); + name( "person_with_ball_medium_skin_tone", R.drawable.emj_26f9_1f3fd, "\u26f9\ud83c\udffd" ); + name( "person_with_ball_tone1", R.drawable.emj_26f9_1f3fb, "\u26f9\ud83c\udffb" ); + name( "person_with_ball_tone2", R.drawable.emj_26f9_1f3fc, "\u26f9\ud83c\udffc" ); + name( "person_with_ball_tone3", R.drawable.emj_26f9_1f3fd, "\u26f9\ud83c\udffd" ); + name( "person_with_ball_tone4", R.drawable.emj_26f9_1f3fe, "\u26f9\ud83c\udffe" ); + name( "person_with_ball_tone5", R.drawable.emj_26f9_1f3ff, "\u26f9\ud83c\udfff" ); + name( "person_with_blond_hair", R.drawable.emj_1f471, "\ud83d\udc71" ); + name( "person_with_blond_hair_dark_skin_tone", R.drawable.emj_1f471_1f3ff, "\ud83d\udc71\ud83c\udfff" ); + name( "person_with_blond_hair_light_skin_tone", R.drawable.emj_1f471_1f3fb, "\ud83d\udc71\ud83c\udffb" ); + name( "person_with_blond_hair_medium_dark_skin_tone", R.drawable.emj_1f471_1f3fe, "\ud83d\udc71\ud83c\udffe" ); + name( "person_with_blond_hair_medium_light_skin_tone", R.drawable.emj_1f471_1f3fc, "\ud83d\udc71\ud83c\udffc" ); + name( "person_with_blond_hair_medium_skin_tone", R.drawable.emj_1f471_1f3fd, "\ud83d\udc71\ud83c\udffd" ); + name( "person_with_blond_hair_tone1", R.drawable.emj_1f471_1f3fb, "\ud83d\udc71\ud83c\udffb" ); + name( "person_with_blond_hair_tone2", R.drawable.emj_1f471_1f3fc, "\ud83d\udc71\ud83c\udffc" ); + name( "person_with_blond_hair_tone3", R.drawable.emj_1f471_1f3fd, "\ud83d\udc71\ud83c\udffd" ); + name( "person_with_blond_hair_tone4", R.drawable.emj_1f471_1f3fe, "\ud83d\udc71\ud83c\udffe" ); + name( "person_with_blond_hair_tone5", R.drawable.emj_1f471_1f3ff, "\ud83d\udc71\ud83c\udfff" ); + name( "person_with_pouting_face", R.drawable.emj_1f64e, "\ud83d\ude4e" ); + name( "person_with_pouting_face_dark_skin_tone", R.drawable.emj_1f64e_1f3ff, "\ud83d\ude4e\ud83c\udfff" ); + name( "person_with_pouting_face_light_skin_tone", R.drawable.emj_1f64e_1f3fb, "\ud83d\ude4e\ud83c\udffb" ); + name( "person_with_pouting_face_medium_dark_skin_tone", R.drawable.emj_1f64e_1f3fe, "\ud83d\ude4e\ud83c\udffe" ); + name( "person_with_pouting_face_medium_light_skin_tone", R.drawable.emj_1f64e_1f3fc, "\ud83d\ude4e\ud83c\udffc" ); + name( "person_with_pouting_face_medium_skin_tone", R.drawable.emj_1f64e_1f3fd, "\ud83d\ude4e\ud83c\udffd" ); + name( "person_with_pouting_face_tone1", R.drawable.emj_1f64e_1f3fb, "\ud83d\ude4e\ud83c\udffb" ); + name( "person_with_pouting_face_tone2", R.drawable.emj_1f64e_1f3fc, "\ud83d\ude4e\ud83c\udffc" ); + name( "person_with_pouting_face_tone3", R.drawable.emj_1f64e_1f3fd, "\ud83d\ude4e\ud83c\udffd" ); + name( "person_with_pouting_face_tone4", R.drawable.emj_1f64e_1f3fe, "\ud83d\ude4e\ud83c\udffe" ); + name( "person_with_pouting_face_tone5", R.drawable.emj_1f64e_1f3ff, "\ud83d\ude4e\ud83c\udfff" ); + name( "pf", R.drawable.emj_1f1f5_1f1eb, "\ud83c\uddf5\ud83c\uddeb" ); + name( "pg", R.drawable.emj_1f1f5_1f1ec, "\ud83c\uddf5\ud83c\uddec" ); + name( "ph", R.drawable.emj_1f1f5_1f1ed, "\ud83c\uddf5\ud83c\udded" ); + name( "phone", R.drawable.emj_260e, "\u260e" ); + name( "pick", R.drawable.emj_26cf, "\u26cf" ); + name( "pig", R.drawable.emj_1f437, "\ud83d\udc37" ); } private static void init84(){ - name( R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "male_detective_tone2" ); - name( R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "man_detective_medium_light_skin_tone" ); - name( R.drawable.emj_1f575_1f3fc_200d_2642_fe0f, "man_detective_tone2" ); - name( R.drawable.emj_1f575_1f3fd, "sleuth_or_spy_medium_skin_tone" ); - name( R.drawable.emj_1f575_1f3fd, "sleuth_or_spy_tone3" ); - name( R.drawable.emj_1f575_1f3fd, "spy_tone3" ); - name( R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "female_detective_medium_skin_tone" ); - name( R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "female_detective_tone3" ); - name( R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "woman_detective_medium_skin_tone" ); - name( R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "woman_detective_tone3" ); - name( R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "male_detective_medium_skin_tone" ); - name( R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "male_detective_tone3" ); - name( R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "man_detective_medium_skin_tone" ); - name( R.drawable.emj_1f575_1f3fd_200d_2642_fe0f, "man_detective_tone3" ); - name( R.drawable.emj_1f575_1f3fe, "sleuth_or_spy_medium_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3fe, "sleuth_or_spy_tone4" ); - name( R.drawable.emj_1f575_1f3fe, "spy_tone4" ); - name( R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "female_detective_medium_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "female_detective_tone4" ); - name( R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "woman_detective_medium_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "woman_detective_tone4" ); - name( R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "male_detective_medium_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "male_detective_tone4" ); - name( R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "man_detective_medium_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3fe_200d_2642_fe0f, "man_detective_tone4" ); - name( R.drawable.emj_1f575_1f3ff, "sleuth_or_spy_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3ff, "sleuth_or_spy_tone5" ); - name( R.drawable.emj_1f575_1f3ff, "spy_tone5" ); - name( R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "female_detective_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "female_detective_tone5" ); - name( R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "woman_detective_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "woman_detective_tone5" ); - name( R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "male_detective_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "male_detective_tone5" ); - name( R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "man_detective_dark_skin_tone" ); - name( R.drawable.emj_1f575_1f3ff_200d_2642_fe0f, "man_detective_tone5" ); - name( R.drawable.emj_1f575_fe0f_200d_2640_fe0f, "female_detective" ); - name( R.drawable.emj_1f575_fe0f_200d_2640_fe0f, "woman_detective" ); - name( R.drawable.emj_1f575_fe0f_200d_2642_fe0f, "male_detective" ); - name( R.drawable.emj_1f575_fe0f_200d_2642_fe0f, "man_detective" ); - name( R.drawable.emj_1f576, "dark_sunglasses" ); - name( R.drawable.emj_1f577, "spider" ); - name( R.drawable.emj_1f578, "spider_web" ); - name( R.drawable.emj_1f579, "joystick" ); - name( R.drawable.emj_1f57a, "male_dancer" ); - name( R.drawable.emj_1f57a, "man_dancing" ); - name( R.drawable.emj_1f57a_1f3fb, "male_dancer_tone1" ); - name( R.drawable.emj_1f57a_1f3fb, "man_dancing_light_skin_tone" ); - name( R.drawable.emj_1f57a_1f3fb, "man_dancing_tone1" ); - name( R.drawable.emj_1f57a_1f3fc, "male_dancer_tone2" ); - name( R.drawable.emj_1f57a_1f3fc, "man_dancing_medium_light_skin_tone" ); - name( R.drawable.emj_1f57a_1f3fc, "man_dancing_tone2" ); - name( R.drawable.emj_1f57a_1f3fd, "male_dancer_tone3" ); - name( R.drawable.emj_1f57a_1f3fd, "man_dancing_medium_skin_tone" ); - name( R.drawable.emj_1f57a_1f3fd, "man_dancing_tone3" ); - name( R.drawable.emj_1f57a_1f3fe, "male_dancer_tone4" ); - name( R.drawable.emj_1f57a_1f3fe, "man_dancing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f57a_1f3fe, "man_dancing_tone4" ); - name( R.drawable.emj_1f57a_1f3ff, "male_dancer_tone5" ); - name( R.drawable.emj_1f57a_1f3ff, "man_dancing_dark_skin_tone" ); - name( R.drawable.emj_1f57a_1f3ff, "man_dancing_tone5" ); - name( R.drawable.emj_1f587, "linked_paperclips" ); - name( R.drawable.emj_1f587, "paperclips" ); - name( R.drawable.emj_1f58a, "lower_left_ballpoint_pen" ); - name( R.drawable.emj_1f58a, "pen_ballpoint" ); - name( R.drawable.emj_1f58b, "lower_left_fountain_pen" ); - name( R.drawable.emj_1f58b, "pen_fountain" ); - name( R.drawable.emj_1f58c, "lower_left_paintbrush" ); - name( R.drawable.emj_1f58c, "paintbrush" ); - name( R.drawable.emj_1f58d, "crayon" ); - name( R.drawable.emj_1f58d, "lower_left_crayon" ); - name( R.drawable.emj_1f590, "hand_splayed" ); - name( R.drawable.emj_1f590, "raised_hand_with_fingers_splayed" ); - name( R.drawable.emj_1f590_1f3fb, "hand_splayed_tone1" ); - name( R.drawable.emj_1f590_1f3fb, "raised_hand_with_fingers_splayed_light_skin_tone" ); - name( R.drawable.emj_1f590_1f3fb, "raised_hand_with_fingers_splayed_tone1" ); - name( R.drawable.emj_1f590_1f3fc, "hand_splayed_tone2" ); - name( R.drawable.emj_1f590_1f3fc, "raised_hand_with_fingers_splayed_medium_light_skin_tone" ); - name( R.drawable.emj_1f590_1f3fc, "raised_hand_with_fingers_splayed_tone2" ); - name( R.drawable.emj_1f590_1f3fd, "hand_splayed_tone3" ); - name( R.drawable.emj_1f590_1f3fd, "raised_hand_with_fingers_splayed_medium_skin_tone" ); - name( R.drawable.emj_1f590_1f3fd, "raised_hand_with_fingers_splayed_tone3" ); - name( R.drawable.emj_1f590_1f3fe, "hand_splayed_tone4" ); - name( R.drawable.emj_1f590_1f3fe, "raised_hand_with_fingers_splayed_medium_dark_skin_tone" ); - name( R.drawable.emj_1f590_1f3fe, "raised_hand_with_fingers_splayed_tone4" ); - name( R.drawable.emj_1f590_1f3ff, "hand_splayed_tone5" ); - name( R.drawable.emj_1f590_1f3ff, "raised_hand_with_fingers_splayed_dark_skin_tone" ); - name( R.drawable.emj_1f590_1f3ff, "raised_hand_with_fingers_splayed_tone5" ); - name( R.drawable.emj_1f595, "middle_finger" ); - name( R.drawable.emj_1f595, "reversed_hand_with_middle_finger_extended" ); - name( R.drawable.emj_1f595_1f3fb, "middle_finger_light_skin_tone" ); - name( R.drawable.emj_1f595_1f3fb, "middle_finger_tone1" ); - name( R.drawable.emj_1f595_1f3fb, "reversed_hand_with_middle_finger_extended_light_skin_tone" ); - name( R.drawable.emj_1f595_1f3fb, "reversed_hand_with_middle_finger_extended_tone1" ); - name( R.drawable.emj_1f595_1f3fc, "middle_finger_medium_light_skin_tone" ); - name( R.drawable.emj_1f595_1f3fc, "middle_finger_tone2" ); - name( R.drawable.emj_1f595_1f3fc, "reversed_hand_with_middle_finger_extended_medium_light_skin_tone" ); - name( R.drawable.emj_1f595_1f3fc, "reversed_hand_with_middle_finger_extended_tone2" ); - name( R.drawable.emj_1f595_1f3fd, "middle_finger_medium_skin_tone" ); - name( R.drawable.emj_1f595_1f3fd, "middle_finger_tone3" ); - name( R.drawable.emj_1f595_1f3fd, "reversed_hand_with_middle_finger_extended_medium_skin_tone" ); + name( "pig2", R.drawable.emj_1f416, "\ud83d\udc16" ); + name( "pig_nose", R.drawable.emj_1f43d, "\ud83d\udc3d" ); + name( "pill", R.drawable.emj_1f48a, "\ud83d\udc8a" ); + name( "pineapple", R.drawable.emj_1f34d, "\ud83c\udf4d" ); + name( "ping_pong", R.drawable.emj_1f3d3, "\ud83c\udfd3" ); + name( "pisces", R.drawable.emj_2653, "\u2653" ); + name( "pizza", R.drawable.emj_1f355, "\ud83c\udf55" ); + name( "pk", R.drawable.emj_1f1f5_1f1f0, "\ud83c\uddf5\ud83c\uddf0" ); + name( "pl", R.drawable.emj_1f1f5_1f1f1, "\ud83c\uddf5\ud83c\uddf1" ); + name( "place_of_worship", R.drawable.emj_1f6d0, "\ud83d\uded0" ); + name( "play_pause", R.drawable.emj_23ef, "\u23ef" ); + name( "pm", R.drawable.emj_1f1f5_1f1f2, "\ud83c\uddf5\ud83c\uddf2" ); + name( "pn", R.drawable.emj_1f1f5_1f1f3, "\ud83c\uddf5\ud83c\uddf3" ); + name( "point_down", R.drawable.emj_1f447, "\ud83d\udc47" ); + name( "point_down_dark_skin_tone", R.drawable.emj_1f447_1f3ff, "\ud83d\udc47\ud83c\udfff" ); + name( "point_down_light_skin_tone", R.drawable.emj_1f447_1f3fb, "\ud83d\udc47\ud83c\udffb" ); + name( "point_down_medium_dark_skin_tone", R.drawable.emj_1f447_1f3fe, "\ud83d\udc47\ud83c\udffe" ); + name( "point_down_medium_light_skin_tone", R.drawable.emj_1f447_1f3fc, "\ud83d\udc47\ud83c\udffc" ); + name( "point_down_medium_skin_tone", R.drawable.emj_1f447_1f3fd, "\ud83d\udc47\ud83c\udffd" ); + name( "point_down_tone1", R.drawable.emj_1f447_1f3fb, "\ud83d\udc47\ud83c\udffb" ); + name( "point_down_tone2", R.drawable.emj_1f447_1f3fc, "\ud83d\udc47\ud83c\udffc" ); + name( "point_down_tone3", R.drawable.emj_1f447_1f3fd, "\ud83d\udc47\ud83c\udffd" ); + name( "point_down_tone4", R.drawable.emj_1f447_1f3fe, "\ud83d\udc47\ud83c\udffe" ); + name( "point_down_tone5", R.drawable.emj_1f447_1f3ff, "\ud83d\udc47\ud83c\udfff" ); + name( "point_left", R.drawable.emj_1f448, "\ud83d\udc48" ); + name( "point_left_dark_skin_tone", R.drawable.emj_1f448_1f3ff, "\ud83d\udc48\ud83c\udfff" ); + name( "point_left_light_skin_tone", R.drawable.emj_1f448_1f3fb, "\ud83d\udc48\ud83c\udffb" ); + name( "point_left_medium_dark_skin_tone", R.drawable.emj_1f448_1f3fe, "\ud83d\udc48\ud83c\udffe" ); + name( "point_left_medium_light_skin_tone", R.drawable.emj_1f448_1f3fc, "\ud83d\udc48\ud83c\udffc" ); + name( "point_left_medium_skin_tone", R.drawable.emj_1f448_1f3fd, "\ud83d\udc48\ud83c\udffd" ); + name( "point_left_tone1", R.drawable.emj_1f448_1f3fb, "\ud83d\udc48\ud83c\udffb" ); + name( "point_left_tone2", R.drawable.emj_1f448_1f3fc, "\ud83d\udc48\ud83c\udffc" ); + name( "point_left_tone3", R.drawable.emj_1f448_1f3fd, "\ud83d\udc48\ud83c\udffd" ); + name( "point_left_tone4", R.drawable.emj_1f448_1f3fe, "\ud83d\udc48\ud83c\udffe" ); + name( "point_left_tone5", R.drawable.emj_1f448_1f3ff, "\ud83d\udc48\ud83c\udfff" ); + name( "point_right", R.drawable.emj_1f449, "\ud83d\udc49" ); + name( "point_right_dark_skin_tone", R.drawable.emj_1f449_1f3ff, "\ud83d\udc49\ud83c\udfff" ); + name( "point_right_light_skin_tone", R.drawable.emj_1f449_1f3fb, "\ud83d\udc49\ud83c\udffb" ); + name( "point_right_medium_dark_skin_tone", R.drawable.emj_1f449_1f3fe, "\ud83d\udc49\ud83c\udffe" ); + name( "point_right_medium_light_skin_tone", R.drawable.emj_1f449_1f3fc, "\ud83d\udc49\ud83c\udffc" ); + name( "point_right_medium_skin_tone", R.drawable.emj_1f449_1f3fd, "\ud83d\udc49\ud83c\udffd" ); + name( "point_right_tone1", R.drawable.emj_1f449_1f3fb, "\ud83d\udc49\ud83c\udffb" ); + name( "point_right_tone2", R.drawable.emj_1f449_1f3fc, "\ud83d\udc49\ud83c\udffc" ); + name( "point_right_tone3", R.drawable.emj_1f449_1f3fd, "\ud83d\udc49\ud83c\udffd" ); + name( "point_right_tone4", R.drawable.emj_1f449_1f3fe, "\ud83d\udc49\ud83c\udffe" ); + name( "point_right_tone5", R.drawable.emj_1f449_1f3ff, "\ud83d\udc49\ud83c\udfff" ); + name( "point_up", R.drawable.emj_261d, "\u261d" ); + name( "point_up_2", R.drawable.emj_1f446, "\ud83d\udc46" ); + name( "point_up_2_dark_skin_tone", R.drawable.emj_1f446_1f3ff, "\ud83d\udc46\ud83c\udfff" ); + name( "point_up_2_light_skin_tone", R.drawable.emj_1f446_1f3fb, "\ud83d\udc46\ud83c\udffb" ); + name( "point_up_2_medium_dark_skin_tone", R.drawable.emj_1f446_1f3fe, "\ud83d\udc46\ud83c\udffe" ); + name( "point_up_2_medium_light_skin_tone", R.drawable.emj_1f446_1f3fc, "\ud83d\udc46\ud83c\udffc" ); + name( "point_up_2_medium_skin_tone", R.drawable.emj_1f446_1f3fd, "\ud83d\udc46\ud83c\udffd" ); + name( "point_up_2_tone1", R.drawable.emj_1f446_1f3fb, "\ud83d\udc46\ud83c\udffb" ); + name( "point_up_2_tone2", R.drawable.emj_1f446_1f3fc, "\ud83d\udc46\ud83c\udffc" ); + name( "point_up_2_tone3", R.drawable.emj_1f446_1f3fd, "\ud83d\udc46\ud83c\udffd" ); + name( "point_up_2_tone4", R.drawable.emj_1f446_1f3fe, "\ud83d\udc46\ud83c\udffe" ); + name( "point_up_2_tone5", R.drawable.emj_1f446_1f3ff, "\ud83d\udc46\ud83c\udfff" ); + name( "point_up_dark_skin_tone", R.drawable.emj_261d_1f3ff, "\u261d\ud83c\udfff" ); + name( "point_up_light_skin_tone", R.drawable.emj_261d_1f3fb, "\u261d\ud83c\udffb" ); + name( "point_up_medium_dark_skin_tone", R.drawable.emj_261d_1f3fe, "\u261d\ud83c\udffe" ); + name( "point_up_medium_light_skin_tone", R.drawable.emj_261d_1f3fc, "\u261d\ud83c\udffc" ); + name( "point_up_medium_skin_tone", R.drawable.emj_261d_1f3fd, "\u261d\ud83c\udffd" ); + name( "point_up_tone1", R.drawable.emj_261d_1f3fb, "\u261d\ud83c\udffb" ); + name( "point_up_tone2", R.drawable.emj_261d_1f3fc, "\u261d\ud83c\udffc" ); + name( "point_up_tone3", R.drawable.emj_261d_1f3fd, "\u261d\ud83c\udffd" ); + name( "point_up_tone4", R.drawable.emj_261d_1f3fe, "\u261d\ud83c\udffe" ); + name( "point_up_tone5", R.drawable.emj_261d_1f3ff, "\u261d\ud83c\udfff" ); + name( "police_car", R.drawable.emj_1f693, "\ud83d\ude93" ); + name( "poo", R.drawable.emj_1f4a9, "\ud83d\udca9" ); + name( "poodle", R.drawable.emj_1f429, "\ud83d\udc29" ); + name( "poop", R.drawable.emj_1f4a9, "\ud83d\udca9" ); + name( "popcorn", R.drawable.emj_1f37f, "\ud83c\udf7f" ); + name( "post_office", R.drawable.emj_1f3e3, "\ud83c\udfe3" ); + name( "postal_horn", R.drawable.emj_1f4ef, "\ud83d\udcef" ); + name( "postbox", R.drawable.emj_1f4ee, "\ud83d\udcee" ); + name( "potable_water", R.drawable.emj_1f6b0, "\ud83d\udeb0" ); + name( "potato", R.drawable.emj_1f954, "\ud83e\udd54" ); + name( "pouch", R.drawable.emj_1f45d, "\ud83d\udc5d" ); + name( "poultry_leg", R.drawable.emj_1f357, "\ud83c\udf57" ); + name( "pound", R.drawable.emj_1f4b7, "\ud83d\udcb7" ); + name( "pound_symbol", R.drawable.emj_0023, "\u0023" ); + name( "pouting_cat", R.drawable.emj_1f63e, "\ud83d\ude3e" ); + name( "pr", R.drawable.emj_1f1f5_1f1f7, "\ud83c\uddf5\ud83c\uddf7" ); + name( "pray", R.drawable.emj_1f64f, "\ud83d\ude4f" ); + name( "pray_dark_skin_tone", R.drawable.emj_1f64f_1f3ff, "\ud83d\ude4f\ud83c\udfff" ); + name( "pray_light_skin_tone", R.drawable.emj_1f64f_1f3fb, "\ud83d\ude4f\ud83c\udffb" ); + name( "pray_medium_dark_skin_tone", R.drawable.emj_1f64f_1f3fe, "\ud83d\ude4f\ud83c\udffe" ); + name( "pray_medium_light_skin_tone", R.drawable.emj_1f64f_1f3fc, "\ud83d\ude4f\ud83c\udffc" ); + name( "pray_medium_skin_tone", R.drawable.emj_1f64f_1f3fd, "\ud83d\ude4f\ud83c\udffd" ); + name( "pray_tone1", R.drawable.emj_1f64f_1f3fb, "\ud83d\ude4f\ud83c\udffb" ); + name( "pray_tone2", R.drawable.emj_1f64f_1f3fc, "\ud83d\ude4f\ud83c\udffc" ); + name( "pray_tone3", R.drawable.emj_1f64f_1f3fd, "\ud83d\ude4f\ud83c\udffd" ); + name( "pray_tone4", R.drawable.emj_1f64f_1f3fe, "\ud83d\ude4f\ud83c\udffe" ); + name( "pray_tone5", R.drawable.emj_1f64f_1f3ff, "\ud83d\ude4f\ud83c\udfff" ); + name( "prayer_beads", R.drawable.emj_1f4ff, "\ud83d\udcff" ); + name( "pregnant_woman", R.drawable.emj_1f930, "\ud83e\udd30" ); + name( "pregnant_woman_dark_skin_tone", R.drawable.emj_1f930_1f3ff, "\ud83e\udd30\ud83c\udfff" ); + name( "pregnant_woman_light_skin_tone", R.drawable.emj_1f930_1f3fb, "\ud83e\udd30\ud83c\udffb" ); + name( "pregnant_woman_medium_dark_skin_tone", R.drawable.emj_1f930_1f3fe, "\ud83e\udd30\ud83c\udffe" ); + name( "pregnant_woman_medium_light_skin_tone", R.drawable.emj_1f930_1f3fc, "\ud83e\udd30\ud83c\udffc" ); } private static void init85(){ - name( R.drawable.emj_1f595_1f3fd, "reversed_hand_with_middle_finger_extended_tone3" ); - name( R.drawable.emj_1f595_1f3fe, "middle_finger_medium_dark_skin_tone" ); - name( R.drawable.emj_1f595_1f3fe, "middle_finger_tone4" ); - name( R.drawable.emj_1f595_1f3fe, "reversed_hand_with_middle_finger_extended_medium_dark_skin_tone" ); - name( R.drawable.emj_1f595_1f3fe, "reversed_hand_with_middle_finger_extended_tone4" ); - name( R.drawable.emj_1f595_1f3ff, "middle_finger_dark_skin_tone" ); - name( R.drawable.emj_1f595_1f3ff, "middle_finger_tone5" ); - name( R.drawable.emj_1f595_1f3ff, "reversed_hand_with_middle_finger_extended_dark_skin_tone" ); - name( R.drawable.emj_1f595_1f3ff, "reversed_hand_with_middle_finger_extended_tone5" ); - name( R.drawable.emj_1f596, "raised_hand_with_part_between_middle_and_ring_fingers" ); - name( R.drawable.emj_1f596, "spock_hand" ); - name( R.drawable.emj_1f596, "vulcan" ); - name( R.drawable.emj_1f596_1f3fb, "raised_hand_with_part_between_middle_and_ring_fingers_tone1" ); - name( R.drawable.emj_1f596_1f3fb, "spock_hand_light_skin_tone" ); - name( R.drawable.emj_1f596_1f3fb, "spock_hand_tone1" ); - name( R.drawable.emj_1f596_1f3fb, "vulcan_tone1" ); - name( R.drawable.emj_1f596_1f3fc, "raised_hand_with_part_between_middle_and_ring_fingers_tone2" ); - name( R.drawable.emj_1f596_1f3fc, "spock_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f596_1f3fc, "spock_hand_tone2" ); - name( R.drawable.emj_1f596_1f3fc, "vulcan_tone2" ); - name( R.drawable.emj_1f596_1f3fd, "raised_hand_with_part_between_middle_and_ring_fingers_tone3" ); - name( R.drawable.emj_1f596_1f3fd, "spock_hand_medium_skin_tone" ); - name( R.drawable.emj_1f596_1f3fd, "spock_hand_tone3" ); - name( R.drawable.emj_1f596_1f3fd, "vulcan_tone3" ); - name( R.drawable.emj_1f596_1f3fe, "raised_hand_with_part_between_middle_and_ring_fingers_tone4" ); - name( R.drawable.emj_1f596_1f3fe, "spock_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f596_1f3fe, "spock_hand_tone4" ); - name( R.drawable.emj_1f596_1f3fe, "vulcan_tone4" ); - name( R.drawable.emj_1f596_1f3ff, "raised_hand_with_part_between_middle_and_ring_fingers_tone5" ); - name( R.drawable.emj_1f596_1f3ff, "spock_hand_dark_skin_tone" ); - name( R.drawable.emj_1f596_1f3ff, "spock_hand_tone5" ); - name( R.drawable.emj_1f596_1f3ff, "vulcan_tone5" ); - name( R.drawable.emj_1f5a4, "black_heart" ); - name( R.drawable.emj_1f5a5, "desktop" ); - name( R.drawable.emj_1f5a5, "desktop_computer" ); - name( R.drawable.emj_1f5a8, "printer" ); - name( R.drawable.emj_1f5b1, "mouse_three_button" ); - name( R.drawable.emj_1f5b1, "three_button_mouse" ); - name( R.drawable.emj_1f5b2, "trackball" ); - name( R.drawable.emj_1f5bc, "frame_photo" ); - name( R.drawable.emj_1f5bc, "frame_with_picture" ); - name( R.drawable.emj_1f5c2, "card_index_dividers" ); - name( R.drawable.emj_1f5c2, "dividers" ); - name( R.drawable.emj_1f5c3, "card_box" ); - name( R.drawable.emj_1f5c3, "card_file_box" ); - name( R.drawable.emj_1f5c4, "file_cabinet" ); - name( R.drawable.emj_1f5d1, "wastebasket" ); - name( R.drawable.emj_1f5d2, "notepad_spiral" ); - name( R.drawable.emj_1f5d2, "spiral_note_pad" ); - name( R.drawable.emj_1f5d3, "calendar_spiral" ); - name( R.drawable.emj_1f5d3, "spiral_calendar_pad" ); - name( R.drawable.emj_1f5dc, "compression" ); - name( R.drawable.emj_1f5dd, "key2" ); - name( R.drawable.emj_1f5dd, "old_key" ); - name( R.drawable.emj_1f5de, "newspaper2" ); - name( R.drawable.emj_1f5de, "rolled_up_newspaper" ); - name( R.drawable.emj_1f5e1, "dagger" ); - name( R.drawable.emj_1f5e1, "dagger_knife" ); - name( R.drawable.emj_1f5e3, "speaking_head" ); - name( R.drawable.emj_1f5e3, "speaking_head_in_silhouette" ); - name( R.drawable.emj_1f5e8, "left_speech_bubble" ); - name( R.drawable.emj_1f5e8, "speech_left" ); - name( R.drawable.emj_1f5ef, "anger_right" ); - name( R.drawable.emj_1f5ef, "right_anger_bubble" ); - name( R.drawable.emj_1f5f3, "ballot_box" ); - name( R.drawable.emj_1f5f3, "ballot_box_with_ballot" ); - name( R.drawable.emj_1f5fa, "map" ); - name( R.drawable.emj_1f5fa, "world_map" ); - name( R.drawable.emj_1f5fb, "mount_fuji" ); - name( R.drawable.emj_1f5fc, "tokyo_tower" ); - name( R.drawable.emj_1f5fd, "statue_of_liberty" ); - name( R.drawable.emj_1f5fe, "japan" ); - name( R.drawable.emj_1f5ff, "moyai" ); - name( R.drawable.emj_1f600, "grinning" ); - name( R.drawable.emj_1f601, "grin" ); - name( R.drawable.emj_1f602, "joy" ); - name( R.drawable.emj_1f603, "smiley" ); - name( R.drawable.emj_1f604, "smile" ); - name( R.drawable.emj_1f605, "sweat_smile" ); - name( R.drawable.emj_1f606, "laughing" ); - name( R.drawable.emj_1f606, "satisfied" ); - name( R.drawable.emj_1f607, "innocent" ); - name( R.drawable.emj_1f608, "smiling_imp" ); - name( R.drawable.emj_1f609, "wink" ); - name( R.drawable.emj_1f60a, "blush" ); - name( R.drawable.emj_1f60b, "yum" ); - name( R.drawable.emj_1f60c, "relieved" ); - name( R.drawable.emj_1f60d, "heart_eyes" ); - name( R.drawable.emj_1f60e, "sunglasses" ); - name( R.drawable.emj_1f60f, "smirk" ); - name( R.drawable.emj_1f610, "neutral_face" ); - name( R.drawable.emj_1f611, "expressionless" ); - name( R.drawable.emj_1f612, "unamused" ); - name( R.drawable.emj_1f613, "sweat" ); - name( R.drawable.emj_1f614, "pensive" ); - name( R.drawable.emj_1f615, "confused" ); - name( R.drawable.emj_1f616, "confounded" ); - name( R.drawable.emj_1f617, "kissing" ); - name( R.drawable.emj_1f618, "kissing_heart" ); - name( R.drawable.emj_1f619, "kissing_smiling_eyes" ); - name( R.drawable.emj_1f61a, "kissing_closed_eyes" ); + name( "pregnant_woman_medium_skin_tone", R.drawable.emj_1f930_1f3fd, "\ud83e\udd30\ud83c\udffd" ); + name( "pregnant_woman_tone1", R.drawable.emj_1f930_1f3fb, "\ud83e\udd30\ud83c\udffb" ); + name( "pregnant_woman_tone2", R.drawable.emj_1f930_1f3fc, "\ud83e\udd30\ud83c\udffc" ); + name( "pregnant_woman_tone3", R.drawable.emj_1f930_1f3fd, "\ud83e\udd30\ud83c\udffd" ); + name( "pregnant_woman_tone4", R.drawable.emj_1f930_1f3fe, "\ud83e\udd30\ud83c\udffe" ); + name( "pregnant_woman_tone5", R.drawable.emj_1f930_1f3ff, "\ud83e\udd30\ud83c\udfff" ); + name( "previous_track", R.drawable.emj_23ee, "\u23ee" ); + name( "prince", R.drawable.emj_1f934, "\ud83e\udd34" ); + name( "prince_dark_skin_tone", R.drawable.emj_1f934_1f3ff, "\ud83e\udd34\ud83c\udfff" ); + name( "prince_light_skin_tone", R.drawable.emj_1f934_1f3fb, "\ud83e\udd34\ud83c\udffb" ); + name( "prince_medium_dark_skin_tone", R.drawable.emj_1f934_1f3fe, "\ud83e\udd34\ud83c\udffe" ); + name( "prince_medium_light_skin_tone", R.drawable.emj_1f934_1f3fc, "\ud83e\udd34\ud83c\udffc" ); + name( "prince_medium_skin_tone", R.drawable.emj_1f934_1f3fd, "\ud83e\udd34\ud83c\udffd" ); + name( "prince_tone1", R.drawable.emj_1f934_1f3fb, "\ud83e\udd34\ud83c\udffb" ); + name( "prince_tone2", R.drawable.emj_1f934_1f3fc, "\ud83e\udd34\ud83c\udffc" ); + name( "prince_tone3", R.drawable.emj_1f934_1f3fd, "\ud83e\udd34\ud83c\udffd" ); + name( "prince_tone4", R.drawable.emj_1f934_1f3fe, "\ud83e\udd34\ud83c\udffe" ); + name( "prince_tone5", R.drawable.emj_1f934_1f3ff, "\ud83e\udd34\ud83c\udfff" ); + name( "princess", R.drawable.emj_1f478, "\ud83d\udc78" ); + name( "princess_dark_skin_tone", R.drawable.emj_1f478_1f3ff, "\ud83d\udc78\ud83c\udfff" ); + name( "princess_light_skin_tone", R.drawable.emj_1f478_1f3fb, "\ud83d\udc78\ud83c\udffb" ); + name( "princess_medium_dark_skin_tone", R.drawable.emj_1f478_1f3fe, "\ud83d\udc78\ud83c\udffe" ); + name( "princess_medium_light_skin_tone", R.drawable.emj_1f478_1f3fc, "\ud83d\udc78\ud83c\udffc" ); + name( "princess_medium_skin_tone", R.drawable.emj_1f478_1f3fd, "\ud83d\udc78\ud83c\udffd" ); + name( "princess_tone1", R.drawable.emj_1f478_1f3fb, "\ud83d\udc78\ud83c\udffb" ); + name( "princess_tone2", R.drawable.emj_1f478_1f3fc, "\ud83d\udc78\ud83c\udffc" ); + name( "princess_tone3", R.drawable.emj_1f478_1f3fd, "\ud83d\udc78\ud83c\udffd" ); + name( "princess_tone4", R.drawable.emj_1f478_1f3fe, "\ud83d\udc78\ud83c\udffe" ); + name( "princess_tone5", R.drawable.emj_1f478_1f3ff, "\ud83d\udc78\ud83c\udfff" ); + name( "printer", R.drawable.emj_1f5a8, "\ud83d\udda8" ); + name( "projector", R.drawable.emj_1f4fd, "\ud83d\udcfd" ); + name( "ps", R.drawable.emj_1f1f5_1f1f8, "\ud83c\uddf5\ud83c\uddf8" ); + name( "pt", R.drawable.emj_1f1f5_1f1f9, "\ud83c\uddf5\ud83c\uddf9" ); + name( "pudding", R.drawable.emj_1f36e, "\ud83c\udf6e" ); + name( "punch", R.drawable.emj_1f44a, "\ud83d\udc4a" ); + name( "punch_dark_skin_tone", R.drawable.emj_1f44a_1f3ff, "\ud83d\udc4a\ud83c\udfff" ); + name( "punch_light_skin_tone", R.drawable.emj_1f44a_1f3fb, "\ud83d\udc4a\ud83c\udffb" ); + name( "punch_medium_dark_skin_tone", R.drawable.emj_1f44a_1f3fe, "\ud83d\udc4a\ud83c\udffe" ); + name( "punch_medium_light_skin_tone", R.drawable.emj_1f44a_1f3fc, "\ud83d\udc4a\ud83c\udffc" ); + name( "punch_medium_skin_tone", R.drawable.emj_1f44a_1f3fd, "\ud83d\udc4a\ud83c\udffd" ); + name( "punch_tone1", R.drawable.emj_1f44a_1f3fb, "\ud83d\udc4a\ud83c\udffb" ); + name( "punch_tone2", R.drawable.emj_1f44a_1f3fc, "\ud83d\udc4a\ud83c\udffc" ); + name( "punch_tone3", R.drawable.emj_1f44a_1f3fd, "\ud83d\udc4a\ud83c\udffd" ); + name( "punch_tone4", R.drawable.emj_1f44a_1f3fe, "\ud83d\udc4a\ud83c\udffe" ); + name( "punch_tone5", R.drawable.emj_1f44a_1f3ff, "\ud83d\udc4a\ud83c\udfff" ); + name( "purple_heart", R.drawable.emj_1f49c, "\ud83d\udc9c" ); + name( "purse", R.drawable.emj_1f45b, "\ud83d\udc5b" ); + name( "pushpin", R.drawable.emj_1f4cc, "\ud83d\udccc" ); + name( "put_litter_in_its_place", R.drawable.emj_1f6ae, "\ud83d\udeae" ); + name( "pw", R.drawable.emj_1f1f5_1f1fc, "\ud83c\uddf5\ud83c\uddfc" ); + name( "py", R.drawable.emj_1f1f5_1f1fe, "\ud83c\uddf5\ud83c\uddfe" ); + name( "qa", R.drawable.emj_1f1f6_1f1e6, "\ud83c\uddf6\ud83c\udde6" ); + name( "question", R.drawable.emj_2753, "\u2753" ); + name( "rabbit", R.drawable.emj_1f430, "\ud83d\udc30" ); + name( "rabbit2", R.drawable.emj_1f407, "\ud83d\udc07" ); + name( "race_car", R.drawable.emj_1f3ce, "\ud83c\udfce" ); + name( "racehorse", R.drawable.emj_1f40e, "\ud83d\udc0e" ); + name( "racing_car", R.drawable.emj_1f3ce, "\ud83c\udfce" ); + name( "racing_motorcycle", R.drawable.emj_1f3cd, "\ud83c\udfcd" ); + name( "radio", R.drawable.emj_1f4fb, "\ud83d\udcfb" ); + name( "radio_button", R.drawable.emj_1f518, "\ud83d\udd18" ); + name( "radioactive", R.drawable.emj_2622, "\u2622" ); + name( "radioactive_sign", R.drawable.emj_2622, "\u2622" ); + name( "rage", R.drawable.emj_1f621, "\ud83d\ude21" ); + name( "railroad_track", R.drawable.emj_1f6e4, "\ud83d\udee4" ); + name( "railway_car", R.drawable.emj_1f683, "\ud83d\ude83" ); + name( "railway_track", R.drawable.emj_1f6e4, "\ud83d\udee4" ); + name( "rain_cloud", R.drawable.emj_1f327, "\ud83c\udf27" ); + name( "rainbow", R.drawable.emj_1f308, "\ud83c\udf08" ); + name( "rainbow_flag", R.drawable.emj_1f3f3_fe0f_200d_1f308, "\ud83c\udff3\ufe0f\u200d\ud83c\udf08" ); + name( "raised_back_of_hand", R.drawable.emj_1f91a, "\ud83e\udd1a" ); + name( "raised_back_of_hand_dark_skin_tone", R.drawable.emj_1f91a_1f3ff, "\ud83e\udd1a\ud83c\udfff" ); + name( "raised_back_of_hand_light_skin_tone", R.drawable.emj_1f91a_1f3fb, "\ud83e\udd1a\ud83c\udffb" ); + name( "raised_back_of_hand_medium_dark_skin_tone", R.drawable.emj_1f91a_1f3fe, "\ud83e\udd1a\ud83c\udffe" ); + name( "raised_back_of_hand_medium_light_skin_tone", R.drawable.emj_1f91a_1f3fc, "\ud83e\udd1a\ud83c\udffc" ); + name( "raised_back_of_hand_medium_skin_tone", R.drawable.emj_1f91a_1f3fd, "\ud83e\udd1a\ud83c\udffd" ); + name( "raised_back_of_hand_tone1", R.drawable.emj_1f91a_1f3fb, "\ud83e\udd1a\ud83c\udffb" ); + name( "raised_back_of_hand_tone2", R.drawable.emj_1f91a_1f3fc, "\ud83e\udd1a\ud83c\udffc" ); + name( "raised_back_of_hand_tone3", R.drawable.emj_1f91a_1f3fd, "\ud83e\udd1a\ud83c\udffd" ); + name( "raised_back_of_hand_tone4", R.drawable.emj_1f91a_1f3fe, "\ud83e\udd1a\ud83c\udffe" ); + name( "raised_back_of_hand_tone5", R.drawable.emj_1f91a_1f3ff, "\ud83e\udd1a\ud83c\udfff" ); + name( "raised_hand", R.drawable.emj_270b, "\u270b" ); + name( "raised_hand_dark_skin_tone", R.drawable.emj_270b_1f3ff, "\u270b\ud83c\udfff" ); + name( "raised_hand_light_skin_tone", R.drawable.emj_270b_1f3fb, "\u270b\ud83c\udffb" ); + name( "raised_hand_medium_dark_skin_tone", R.drawable.emj_270b_1f3fe, "\u270b\ud83c\udffe" ); + name( "raised_hand_medium_light_skin_tone", R.drawable.emj_270b_1f3fc, "\u270b\ud83c\udffc" ); + name( "raised_hand_medium_skin_tone", R.drawable.emj_270b_1f3fd, "\u270b\ud83c\udffd" ); + name( "raised_hand_tone1", R.drawable.emj_270b_1f3fb, "\u270b\ud83c\udffb" ); + name( "raised_hand_tone2", R.drawable.emj_270b_1f3fc, "\u270b\ud83c\udffc" ); + name( "raised_hand_tone3", R.drawable.emj_270b_1f3fd, "\u270b\ud83c\udffd" ); + name( "raised_hand_tone4", R.drawable.emj_270b_1f3fe, "\u270b\ud83c\udffe" ); + name( "raised_hand_tone5", R.drawable.emj_270b_1f3ff, "\u270b\ud83c\udfff" ); + name( "raised_hand_with_fingers_splayed", R.drawable.emj_1f590, "\ud83d\udd90" ); + name( "raised_hand_with_fingers_splayed_dark_skin_tone", R.drawable.emj_1f590_1f3ff, "\ud83d\udd90\ud83c\udfff" ); + name( "raised_hand_with_fingers_splayed_light_skin_tone", R.drawable.emj_1f590_1f3fb, "\ud83d\udd90\ud83c\udffb" ); + name( "raised_hand_with_fingers_splayed_medium_dark_skin_tone", R.drawable.emj_1f590_1f3fe, "\ud83d\udd90\ud83c\udffe" ); + name( "raised_hand_with_fingers_splayed_medium_light_skin_tone", R.drawable.emj_1f590_1f3fc, "\ud83d\udd90\ud83c\udffc" ); + name( "raised_hand_with_fingers_splayed_medium_skin_tone", R.drawable.emj_1f590_1f3fd, "\ud83d\udd90\ud83c\udffd" ); + name( "raised_hand_with_fingers_splayed_tone1", R.drawable.emj_1f590_1f3fb, "\ud83d\udd90\ud83c\udffb" ); + name( "raised_hand_with_fingers_splayed_tone2", R.drawable.emj_1f590_1f3fc, "\ud83d\udd90\ud83c\udffc" ); + name( "raised_hand_with_fingers_splayed_tone3", R.drawable.emj_1f590_1f3fd, "\ud83d\udd90\ud83c\udffd" ); } private static void init86(){ - name( R.drawable.emj_1f61b, "stuck_out_tongue" ); - name( R.drawable.emj_1f61c, "stuck_out_tongue_winking_eye" ); - name( R.drawable.emj_1f61d, "stuck_out_tongue_closed_eyes" ); - name( R.drawable.emj_1f61e, "disappointed" ); - name( R.drawable.emj_1f61f, "worried" ); - name( R.drawable.emj_1f620, "angry" ); - name( R.drawable.emj_1f621, "rage" ); - name( R.drawable.emj_1f622, "cry" ); - name( R.drawable.emj_1f623, "persevere" ); - name( R.drawable.emj_1f624, "triumph" ); - name( R.drawable.emj_1f625, "disappointed_relieved" ); - name( R.drawable.emj_1f626, "frowning" ); - name( R.drawable.emj_1f627, "anguished" ); - name( R.drawable.emj_1f628, "fearful" ); - name( R.drawable.emj_1f629, "weary" ); - name( R.drawable.emj_1f62a, "sleepy" ); - name( R.drawable.emj_1f62b, "tired_face" ); - name( R.drawable.emj_1f62c, "grimacing" ); - name( R.drawable.emj_1f62d, "sob" ); - name( R.drawable.emj_1f62e, "open_mouth" ); - name( R.drawable.emj_1f62f, "hushed" ); - name( R.drawable.emj_1f630, "cold_sweat" ); - name( R.drawable.emj_1f631, "scream" ); - name( R.drawable.emj_1f632, "astonished" ); - name( R.drawable.emj_1f633, "flushed" ); - name( R.drawable.emj_1f634, "sleeping" ); - name( R.drawable.emj_1f635, "dizzy_face" ); - name( R.drawable.emj_1f636, "no_mouth" ); - name( R.drawable.emj_1f637, "mask" ); - name( R.drawable.emj_1f638, "smile_cat" ); - name( R.drawable.emj_1f639, "joy_cat" ); - name( R.drawable.emj_1f63a, "smiley_cat" ); - name( R.drawable.emj_1f63b, "heart_eyes_cat" ); - name( R.drawable.emj_1f63c, "smirk_cat" ); - name( R.drawable.emj_1f63d, "kissing_cat" ); - name( R.drawable.emj_1f63e, "pouting_cat" ); - name( R.drawable.emj_1f63f, "crying_cat_face" ); - name( R.drawable.emj_1f640, "scream_cat" ); - name( R.drawable.emj_1f641, "slight_frown" ); - name( R.drawable.emj_1f641, "slightly_frowning_face" ); - name( R.drawable.emj_1f642, "slight_smile" ); - name( R.drawable.emj_1f642, "slightly_smiling_face" ); - name( R.drawable.emj_1f643, "upside_down" ); - name( R.drawable.emj_1f643, "upside_down_face" ); - name( R.drawable.emj_1f644, "face_with_rolling_eyes" ); - name( R.drawable.emj_1f644, "rolling_eyes" ); - name( R.drawable.emj_1f645, "no_good" ); - name( R.drawable.emj_1f645_1f3fb, "no_good_light_skin_tone" ); - name( R.drawable.emj_1f645_1f3fb, "no_good_tone1" ); - name( R.drawable.emj_1f645_1f3fb_200d_2640_fe0f, "woman_gesturing_no_light_skin_tone" ); - name( R.drawable.emj_1f645_1f3fb_200d_2640_fe0f, "woman_gesturing_no_tone1" ); - name( R.drawable.emj_1f645_1f3fb_200d_2642_fe0f, "man_gesturing_no_light_skin_tone" ); - name( R.drawable.emj_1f645_1f3fb_200d_2642_fe0f, "man_gesturing_no_tone1" ); - name( R.drawable.emj_1f645_1f3fc, "no_good_medium_light_skin_tone" ); - name( R.drawable.emj_1f645_1f3fc, "no_good_tone2" ); - name( R.drawable.emj_1f645_1f3fc_200d_2640_fe0f, "woman_gesturing_no_medium_light_skin_tone" ); - name( R.drawable.emj_1f645_1f3fc_200d_2640_fe0f, "woman_gesturing_no_tone2" ); - name( R.drawable.emj_1f645_1f3fc_200d_2642_fe0f, "man_gesturing_no_medium_light_skin_tone" ); - name( R.drawable.emj_1f645_1f3fc_200d_2642_fe0f, "man_gesturing_no_tone2" ); - name( R.drawable.emj_1f645_1f3fd, "no_good_medium_skin_tone" ); - name( R.drawable.emj_1f645_1f3fd, "no_good_tone3" ); - name( R.drawable.emj_1f645_1f3fd_200d_2640_fe0f, "woman_gesturing_no_medium_skin_tone" ); - name( R.drawable.emj_1f645_1f3fd_200d_2640_fe0f, "woman_gesturing_no_tone3" ); - name( R.drawable.emj_1f645_1f3fd_200d_2642_fe0f, "man_gesturing_no_medium_skin_tone" ); - name( R.drawable.emj_1f645_1f3fd_200d_2642_fe0f, "man_gesturing_no_tone3" ); - name( R.drawable.emj_1f645_1f3fe, "no_good_medium_dark_skin_tone" ); - name( R.drawable.emj_1f645_1f3fe, "no_good_tone4" ); - name( R.drawable.emj_1f645_1f3fe_200d_2640_fe0f, "woman_gesturing_no_medium_dark_skin_tone" ); - name( R.drawable.emj_1f645_1f3fe_200d_2640_fe0f, "woman_gesturing_no_tone4" ); - name( R.drawable.emj_1f645_1f3fe_200d_2642_fe0f, "man_gesturing_no_medium_dark_skin_tone" ); - name( R.drawable.emj_1f645_1f3fe_200d_2642_fe0f, "man_gesturing_no_tone4" ); - name( R.drawable.emj_1f645_1f3ff, "no_good_dark_skin_tone" ); - name( R.drawable.emj_1f645_1f3ff, "no_good_tone5" ); - name( R.drawable.emj_1f645_1f3ff_200d_2640_fe0f, "woman_gesturing_no_dark_skin_tone" ); - name( R.drawable.emj_1f645_1f3ff_200d_2640_fe0f, "woman_gesturing_no_tone5" ); - name( R.drawable.emj_1f645_1f3ff_200d_2642_fe0f, "man_gesturing_no_dark_skin_tone" ); - name( R.drawable.emj_1f645_1f3ff_200d_2642_fe0f, "man_gesturing_no_tone5" ); - name( R.drawable.emj_1f645_200d_2640_fe0f, "woman_gesturing_no" ); - name( R.drawable.emj_1f645_200d_2642_fe0f, "man_gesturing_no" ); - name( R.drawable.emj_1f646, "ok_woman" ); - name( R.drawable.emj_1f646_1f3fb, "ok_woman_light_skin_tone" ); - name( R.drawable.emj_1f646_1f3fb, "ok_woman_tone1" ); - name( R.drawable.emj_1f646_1f3fb_200d_2640_fe0f, "woman_gesturing_ok_light_skin_tone" ); - name( R.drawable.emj_1f646_1f3fb_200d_2640_fe0f, "woman_gesturing_ok_tone1" ); - name( R.drawable.emj_1f646_1f3fb_200d_2642_fe0f, "man_gesturing_ok_light_skin_tone" ); - name( R.drawable.emj_1f646_1f3fb_200d_2642_fe0f, "man_gesturing_ok_tone1" ); - name( R.drawable.emj_1f646_1f3fc, "ok_woman_medium_light_skin_tone" ); - name( R.drawable.emj_1f646_1f3fc, "ok_woman_tone2" ); - name( R.drawable.emj_1f646_1f3fc_200d_2640_fe0f, "woman_gesturing_ok_medium_light_skin_tone" ); - name( R.drawable.emj_1f646_1f3fc_200d_2640_fe0f, "woman_gesturing_ok_tone2" ); - name( R.drawable.emj_1f646_1f3fc_200d_2642_fe0f, "man_gesturing_ok_medium_light_skin_tone" ); - name( R.drawable.emj_1f646_1f3fc_200d_2642_fe0f, "man_gesturing_ok_tone2" ); - name( R.drawable.emj_1f646_1f3fd, "ok_woman_medium_skin_tone" ); - name( R.drawable.emj_1f646_1f3fd, "ok_woman_tone3" ); - name( R.drawable.emj_1f646_1f3fd_200d_2640_fe0f, "woman_gesturing_ok_medium_skin_tone" ); - name( R.drawable.emj_1f646_1f3fd_200d_2640_fe0f, "woman_gesturing_ok_tone3" ); - name( R.drawable.emj_1f646_1f3fd_200d_2642_fe0f, "man_gesturing_ok_medium_skin_tone" ); - name( R.drawable.emj_1f646_1f3fd_200d_2642_fe0f, "man_gesturing_ok_tone3" ); - name( R.drawable.emj_1f646_1f3fe, "ok_woman_medium_dark_skin_tone" ); - name( R.drawable.emj_1f646_1f3fe, "ok_woman_tone4" ); - name( R.drawable.emj_1f646_1f3fe_200d_2640_fe0f, "woman_gesturing_ok_medium_dark_skin_tone" ); + name( "raised_hand_with_fingers_splayed_tone4", R.drawable.emj_1f590_1f3fe, "\ud83d\udd90\ud83c\udffe" ); + name( "raised_hand_with_fingers_splayed_tone5", R.drawable.emj_1f590_1f3ff, "\ud83d\udd90\ud83c\udfff" ); + name( "raised_hand_with_part_between_middle_and_ring_fingers", R.drawable.emj_1f596, "\ud83d\udd96" ); + name( "raised_hand_with_part_between_middle_and_ring_fingers_tone1", R.drawable.emj_1f596_1f3fb, "\ud83d\udd96\ud83c\udffb" ); + name( "raised_hand_with_part_between_middle_and_ring_fingers_tone2", R.drawable.emj_1f596_1f3fc, "\ud83d\udd96\ud83c\udffc" ); + name( "raised_hand_with_part_between_middle_and_ring_fingers_tone3", R.drawable.emj_1f596_1f3fd, "\ud83d\udd96\ud83c\udffd" ); + name( "raised_hand_with_part_between_middle_and_ring_fingers_tone4", R.drawable.emj_1f596_1f3fe, "\ud83d\udd96\ud83c\udffe" ); + name( "raised_hand_with_part_between_middle_and_ring_fingers_tone5", R.drawable.emj_1f596_1f3ff, "\ud83d\udd96\ud83c\udfff" ); + name( "raised_hands", R.drawable.emj_1f64c, "\ud83d\ude4c" ); + name( "raised_hands_dark_skin_tone", R.drawable.emj_1f64c_1f3ff, "\ud83d\ude4c\ud83c\udfff" ); + name( "raised_hands_light_skin_tone", R.drawable.emj_1f64c_1f3fb, "\ud83d\ude4c\ud83c\udffb" ); + name( "raised_hands_medium_dark_skin_tone", R.drawable.emj_1f64c_1f3fe, "\ud83d\ude4c\ud83c\udffe" ); + name( "raised_hands_medium_light_skin_tone", R.drawable.emj_1f64c_1f3fc, "\ud83d\ude4c\ud83c\udffc" ); + name( "raised_hands_medium_skin_tone", R.drawable.emj_1f64c_1f3fd, "\ud83d\ude4c\ud83c\udffd" ); + name( "raised_hands_tone1", R.drawable.emj_1f64c_1f3fb, "\ud83d\ude4c\ud83c\udffb" ); + name( "raised_hands_tone2", R.drawable.emj_1f64c_1f3fc, "\ud83d\ude4c\ud83c\udffc" ); + name( "raised_hands_tone3", R.drawable.emj_1f64c_1f3fd, "\ud83d\ude4c\ud83c\udffd" ); + name( "raised_hands_tone4", R.drawable.emj_1f64c_1f3fe, "\ud83d\ude4c\ud83c\udffe" ); + name( "raised_hands_tone5", R.drawable.emj_1f64c_1f3ff, "\ud83d\ude4c\ud83c\udfff" ); + name( "raising_hand", R.drawable.emj_1f64b, "\ud83d\ude4b" ); + name( "raising_hand_dark_skin_tone", R.drawable.emj_1f64b_1f3ff, "\ud83d\ude4b\ud83c\udfff" ); + name( "raising_hand_light_skin_tone", R.drawable.emj_1f64b_1f3fb, "\ud83d\ude4b\ud83c\udffb" ); + name( "raising_hand_medium_dark_skin_tone", R.drawable.emj_1f64b_1f3fe, "\ud83d\ude4b\ud83c\udffe" ); + name( "raising_hand_medium_light_skin_tone", R.drawable.emj_1f64b_1f3fc, "\ud83d\ude4b\ud83c\udffc" ); + name( "raising_hand_medium_skin_tone", R.drawable.emj_1f64b_1f3fd, "\ud83d\ude4b\ud83c\udffd" ); + name( "raising_hand_tone1", R.drawable.emj_1f64b_1f3fb, "\ud83d\ude4b\ud83c\udffb" ); + name( "raising_hand_tone2", R.drawable.emj_1f64b_1f3fc, "\ud83d\ude4b\ud83c\udffc" ); + name( "raising_hand_tone3", R.drawable.emj_1f64b_1f3fd, "\ud83d\ude4b\ud83c\udffd" ); + name( "raising_hand_tone4", R.drawable.emj_1f64b_1f3fe, "\ud83d\ude4b\ud83c\udffe" ); + name( "raising_hand_tone5", R.drawable.emj_1f64b_1f3ff, "\ud83d\ude4b\ud83c\udfff" ); + name( "ram", R.drawable.emj_1f40f, "\ud83d\udc0f" ); + name( "ramen", R.drawable.emj_1f35c, "\ud83c\udf5c" ); + name( "rat", R.drawable.emj_1f400, "\ud83d\udc00" ); + name( "re", R.drawable.emj_1f1f7_1f1ea, "\ud83c\uddf7\ud83c\uddea" ); + name( "record_button", R.drawable.emj_23fa, "\u23fa" ); + name( "recycle", R.drawable.emj_267b, "\u267b" ); + name( "red_car", R.drawable.emj_1f697, "\ud83d\ude97" ); + name( "red_circle", R.drawable.emj_1f534, "\ud83d\udd34" ); + name( "regional_indicator_a", R.drawable.emj_1f1e6, "\ud83c\udde6" ); + name( "regional_indicator_b", R.drawable.emj_1f1e7, "\ud83c\udde7" ); + name( "regional_indicator_c", R.drawable.emj_1f1e8, "\ud83c\udde8" ); + name( "regional_indicator_d", R.drawable.emj_1f1e9, "\ud83c\udde9" ); + name( "regional_indicator_e", R.drawable.emj_1f1ea, "\ud83c\uddea" ); + name( "regional_indicator_f", R.drawable.emj_1f1eb, "\ud83c\uddeb" ); + name( "regional_indicator_g", R.drawable.emj_1f1ec, "\ud83c\uddec" ); + name( "regional_indicator_h", R.drawable.emj_1f1ed, "\ud83c\udded" ); + name( "regional_indicator_i", R.drawable.emj_1f1ee, "\ud83c\uddee" ); + name( "regional_indicator_j", R.drawable.emj_1f1ef, "\ud83c\uddef" ); + name( "regional_indicator_k", R.drawable.emj_1f1f0, "\ud83c\uddf0" ); + name( "regional_indicator_l", R.drawable.emj_1f1f1, "\ud83c\uddf1" ); + name( "regional_indicator_m", R.drawable.emj_1f1f2, "\ud83c\uddf2" ); + name( "regional_indicator_n", R.drawable.emj_1f1f3, "\ud83c\uddf3" ); + name( "regional_indicator_o", R.drawable.emj_1f1f4, "\ud83c\uddf4" ); + name( "regional_indicator_p", R.drawable.emj_1f1f5, "\ud83c\uddf5" ); + name( "regional_indicator_q", R.drawable.emj_1f1f6, "\ud83c\uddf6" ); + name( "regional_indicator_r", R.drawable.emj_1f1f7, "\ud83c\uddf7" ); + name( "regional_indicator_s", R.drawable.emj_1f1f8, "\ud83c\uddf8" ); + name( "regional_indicator_t", R.drawable.emj_1f1f9, "\ud83c\uddf9" ); + name( "regional_indicator_u", R.drawable.emj_1f1fa, "\ud83c\uddfa" ); + name( "regional_indicator_v", R.drawable.emj_1f1fb, "\ud83c\uddfb" ); + name( "regional_indicator_w", R.drawable.emj_1f1fc, "\ud83c\uddfc" ); + name( "regional_indicator_x", R.drawable.emj_1f1fd, "\ud83c\uddfd" ); + name( "regional_indicator_y", R.drawable.emj_1f1fe, "\ud83c\uddfe" ); + name( "regional_indicator_z", R.drawable.emj_1f1ff, "\ud83c\uddff" ); + name( "registered", R.drawable.emj_00ae, "\u00ae" ); + name( "relaxed", R.drawable.emj_263a, "\u263a" ); + name( "relieved", R.drawable.emj_1f60c, "\ud83d\ude0c" ); + name( "reminder_ribbon", R.drawable.emj_1f397, "\ud83c\udf97" ); + name( "repeat", R.drawable.emj_1f501, "\ud83d\udd01" ); + name( "repeat_one", R.drawable.emj_1f502, "\ud83d\udd02" ); + name( "restroom", R.drawable.emj_1f6bb, "\ud83d\udebb" ); + name( "reversed_hand_with_middle_finger_extended", R.drawable.emj_1f595, "\ud83d\udd95" ); + name( "reversed_hand_with_middle_finger_extended_dark_skin_tone", R.drawable.emj_1f595_1f3ff, "\ud83d\udd95\ud83c\udfff" ); + name( "reversed_hand_with_middle_finger_extended_light_skin_tone", R.drawable.emj_1f595_1f3fb, "\ud83d\udd95\ud83c\udffb" ); + name( "reversed_hand_with_middle_finger_extended_medium_dark_skin_tone", R.drawable.emj_1f595_1f3fe, "\ud83d\udd95\ud83c\udffe" ); + name( "reversed_hand_with_middle_finger_extended_medium_light_skin_tone", R.drawable.emj_1f595_1f3fc, "\ud83d\udd95\ud83c\udffc" ); + name( "reversed_hand_with_middle_finger_extended_medium_skin_tone", R.drawable.emj_1f595_1f3fd, "\ud83d\udd95\ud83c\udffd" ); + name( "reversed_hand_with_middle_finger_extended_tone1", R.drawable.emj_1f595_1f3fb, "\ud83d\udd95\ud83c\udffb" ); + name( "reversed_hand_with_middle_finger_extended_tone2", R.drawable.emj_1f595_1f3fc, "\ud83d\udd95\ud83c\udffc" ); + name( "reversed_hand_with_middle_finger_extended_tone3", R.drawable.emj_1f595_1f3fd, "\ud83d\udd95\ud83c\udffd" ); + name( "reversed_hand_with_middle_finger_extended_tone4", R.drawable.emj_1f595_1f3fe, "\ud83d\udd95\ud83c\udffe" ); + name( "reversed_hand_with_middle_finger_extended_tone5", R.drawable.emj_1f595_1f3ff, "\ud83d\udd95\ud83c\udfff" ); + name( "revolving_hearts", R.drawable.emj_1f49e, "\ud83d\udc9e" ); + name( "rewind", R.drawable.emj_23ea, "\u23ea" ); + name( "rhino", R.drawable.emj_1f98f, "\ud83e\udd8f" ); + name( "rhinoceros", R.drawable.emj_1f98f, "\ud83e\udd8f" ); + name( "ribbon", R.drawable.emj_1f380, "\ud83c\udf80" ); + name( "rice", R.drawable.emj_1f35a, "\ud83c\udf5a" ); + name( "rice_ball", R.drawable.emj_1f359, "\ud83c\udf59" ); + name( "rice_cracker", R.drawable.emj_1f358, "\ud83c\udf58" ); + name( "rice_scene", R.drawable.emj_1f391, "\ud83c\udf91" ); + name( "right_anger_bubble", R.drawable.emj_1f5ef, "\ud83d\uddef" ); + name( "right_facing_fist", R.drawable.emj_1f91c, "\ud83e\udd1c" ); + name( "right_facing_fist_dark_skin_tone", R.drawable.emj_1f91c_1f3ff, "\ud83e\udd1c\ud83c\udfff" ); + name( "right_facing_fist_light_skin_tone", R.drawable.emj_1f91c_1f3fb, "\ud83e\udd1c\ud83c\udffb" ); + name( "right_facing_fist_medium_dark_skin_tone", R.drawable.emj_1f91c_1f3fe, "\ud83e\udd1c\ud83c\udffe" ); + name( "right_facing_fist_medium_light_skin_tone", R.drawable.emj_1f91c_1f3fc, "\ud83e\udd1c\ud83c\udffc" ); + name( "right_facing_fist_medium_skin_tone", R.drawable.emj_1f91c_1f3fd, "\ud83e\udd1c\ud83c\udffd" ); + name( "right_facing_fist_tone1", R.drawable.emj_1f91c_1f3fb, "\ud83e\udd1c\ud83c\udffb" ); + name( "right_facing_fist_tone2", R.drawable.emj_1f91c_1f3fc, "\ud83e\udd1c\ud83c\udffc" ); + name( "right_facing_fist_tone3", R.drawable.emj_1f91c_1f3fd, "\ud83e\udd1c\ud83c\udffd" ); } private static void init87(){ - name( R.drawable.emj_1f646_1f3fe_200d_2640_fe0f, "woman_gesturing_ok_tone4" ); - name( R.drawable.emj_1f646_1f3fe_200d_2642_fe0f, "man_gesturing_ok_medium_dark_skin_tone" ); - name( R.drawable.emj_1f646_1f3fe_200d_2642_fe0f, "man_gesturing_ok_tone4" ); - name( R.drawable.emj_1f646_1f3ff, "ok_woman_dark_skin_tone" ); - name( R.drawable.emj_1f646_1f3ff, "ok_woman_tone5" ); - name( R.drawable.emj_1f646_1f3ff_200d_2640_fe0f, "woman_gesturing_ok_dark_skin_tone" ); - name( R.drawable.emj_1f646_1f3ff_200d_2640_fe0f, "woman_gesturing_ok_tone5" ); - name( R.drawable.emj_1f646_1f3ff_200d_2642_fe0f, "man_gesturing_ok_dark_skin_tone" ); - name( R.drawable.emj_1f646_1f3ff_200d_2642_fe0f, "man_gesturing_ok_tone5" ); - name( R.drawable.emj_1f646_200d_2640_fe0f, "woman_gesturing_ok" ); - name( R.drawable.emj_1f646_200d_2642_fe0f, "man_gesturing_ok" ); - name( R.drawable.emj_1f647, "bow" ); - name( R.drawable.emj_1f647_1f3fb, "bow_light_skin_tone" ); - name( R.drawable.emj_1f647_1f3fb, "bow_tone1" ); - name( R.drawable.emj_1f647_1f3fb_200d_2640_fe0f, "woman_bowing_light_skin_tone" ); - name( R.drawable.emj_1f647_1f3fb_200d_2640_fe0f, "woman_bowing_tone1" ); - name( R.drawable.emj_1f647_1f3fb_200d_2642_fe0f, "man_bowing_light_skin_tone" ); - name( R.drawable.emj_1f647_1f3fb_200d_2642_fe0f, "man_bowing_tone1" ); - name( R.drawable.emj_1f647_1f3fc, "bow_medium_light_skin_tone" ); - name( R.drawable.emj_1f647_1f3fc, "bow_tone2" ); - name( R.drawable.emj_1f647_1f3fc_200d_2640_fe0f, "woman_bowing_medium_light_skin_tone" ); - name( R.drawable.emj_1f647_1f3fc_200d_2640_fe0f, "woman_bowing_tone2" ); - name( R.drawable.emj_1f647_1f3fc_200d_2642_fe0f, "man_bowing_medium_light_skin_tone" ); - name( R.drawable.emj_1f647_1f3fc_200d_2642_fe0f, "man_bowing_tone2" ); - name( R.drawable.emj_1f647_1f3fd, "bow_medium_skin_tone" ); - name( R.drawable.emj_1f647_1f3fd, "bow_tone3" ); - name( R.drawable.emj_1f647_1f3fd_200d_2640_fe0f, "woman_bowing_medium_skin_tone" ); - name( R.drawable.emj_1f647_1f3fd_200d_2640_fe0f, "woman_bowing_tone3" ); - name( R.drawable.emj_1f647_1f3fd_200d_2642_fe0f, "man_bowing_medium_skin_tone" ); - name( R.drawable.emj_1f647_1f3fd_200d_2642_fe0f, "man_bowing_tone3" ); - name( R.drawable.emj_1f647_1f3fe, "bow_medium_dark_skin_tone" ); - name( R.drawable.emj_1f647_1f3fe, "bow_tone4" ); - name( R.drawable.emj_1f647_1f3fe_200d_2640_fe0f, "woman_bowing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f647_1f3fe_200d_2640_fe0f, "woman_bowing_tone4" ); - name( R.drawable.emj_1f647_1f3fe_200d_2642_fe0f, "man_bowing_medium_dark_skin_tone" ); - name( R.drawable.emj_1f647_1f3fe_200d_2642_fe0f, "man_bowing_tone4" ); - name( R.drawable.emj_1f647_1f3ff, "bow_dark_skin_tone" ); - name( R.drawable.emj_1f647_1f3ff, "bow_tone5" ); - name( R.drawable.emj_1f647_1f3ff_200d_2640_fe0f, "woman_bowing_dark_skin_tone" ); - name( R.drawable.emj_1f647_1f3ff_200d_2640_fe0f, "woman_bowing_tone5" ); - name( R.drawable.emj_1f647_1f3ff_200d_2642_fe0f, "man_bowing_dark_skin_tone" ); - name( R.drawable.emj_1f647_1f3ff_200d_2642_fe0f, "man_bowing_tone5" ); - name( R.drawable.emj_1f647_200d_2640_fe0f, "woman_bowing" ); - name( R.drawable.emj_1f647_200d_2642_fe0f, "man_bowing" ); - name( R.drawable.emj_1f648, "see_no_evil" ); - name( R.drawable.emj_1f649, "hear_no_evil" ); - name( R.drawable.emj_1f64a, "speak_no_evil" ); - name( R.drawable.emj_1f64b, "raising_hand" ); - name( R.drawable.emj_1f64b_1f3fb, "raising_hand_light_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fb, "raising_hand_tone1" ); - name( R.drawable.emj_1f64b_1f3fb_200d_2640_fe0f, "woman_raising_hand_light_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fb_200d_2640_fe0f, "woman_raising_hand_tone1" ); - name( R.drawable.emj_1f64b_1f3fb_200d_2642_fe0f, "man_raising_hand_light_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fb_200d_2642_fe0f, "man_raising_hand_tone1" ); - name( R.drawable.emj_1f64b_1f3fc, "raising_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fc, "raising_hand_tone2" ); - name( R.drawable.emj_1f64b_1f3fc_200d_2640_fe0f, "woman_raising_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fc_200d_2640_fe0f, "woman_raising_hand_tone2" ); - name( R.drawable.emj_1f64b_1f3fc_200d_2642_fe0f, "man_raising_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fc_200d_2642_fe0f, "man_raising_hand_tone2" ); - name( R.drawable.emj_1f64b_1f3fd, "raising_hand_medium_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fd, "raising_hand_tone3" ); - name( R.drawable.emj_1f64b_1f3fd_200d_2640_fe0f, "woman_raising_hand_medium_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fd_200d_2640_fe0f, "woman_raising_hand_tone3" ); - name( R.drawable.emj_1f64b_1f3fd_200d_2642_fe0f, "man_raising_hand_medium_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fd_200d_2642_fe0f, "man_raising_hand_tone3" ); - name( R.drawable.emj_1f64b_1f3fe, "raising_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fe, "raising_hand_tone4" ); - name( R.drawable.emj_1f64b_1f3fe_200d_2640_fe0f, "woman_raising_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fe_200d_2640_fe0f, "woman_raising_hand_tone4" ); - name( R.drawable.emj_1f64b_1f3fe_200d_2642_fe0f, "man_raising_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64b_1f3fe_200d_2642_fe0f, "man_raising_hand_tone4" ); - name( R.drawable.emj_1f64b_1f3ff, "raising_hand_dark_skin_tone" ); - name( R.drawable.emj_1f64b_1f3ff, "raising_hand_tone5" ); - name( R.drawable.emj_1f64b_1f3ff_200d_2640_fe0f, "woman_raising_hand_dark_skin_tone" ); - name( R.drawable.emj_1f64b_1f3ff_200d_2640_fe0f, "woman_raising_hand_tone5" ); - name( R.drawable.emj_1f64b_1f3ff_200d_2642_fe0f, "man_raising_hand_dark_skin_tone" ); - name( R.drawable.emj_1f64b_1f3ff_200d_2642_fe0f, "man_raising_hand_tone5" ); - name( R.drawable.emj_1f64b_200d_2640_fe0f, "woman_raising_hand" ); - name( R.drawable.emj_1f64b_200d_2642_fe0f, "man_raising_hand" ); - name( R.drawable.emj_1f64c, "raised_hands" ); - name( R.drawable.emj_1f64c_1f3fb, "raised_hands_light_skin_tone" ); - name( R.drawable.emj_1f64c_1f3fb, "raised_hands_tone1" ); - name( R.drawable.emj_1f64c_1f3fc, "raised_hands_medium_light_skin_tone" ); - name( R.drawable.emj_1f64c_1f3fc, "raised_hands_tone2" ); - name( R.drawable.emj_1f64c_1f3fd, "raised_hands_medium_skin_tone" ); - name( R.drawable.emj_1f64c_1f3fd, "raised_hands_tone3" ); - name( R.drawable.emj_1f64c_1f3fe, "raised_hands_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64c_1f3fe, "raised_hands_tone4" ); - name( R.drawable.emj_1f64c_1f3ff, "raised_hands_dark_skin_tone" ); - name( R.drawable.emj_1f64c_1f3ff, "raised_hands_tone5" ); - name( R.drawable.emj_1f64d, "person_frowning" ); - name( R.drawable.emj_1f64d_1f3fb, "person_frowning_light_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fb, "person_frowning_tone1" ); - name( R.drawable.emj_1f64d_1f3fb_200d_2640_fe0f, "woman_frowning_light_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fb_200d_2640_fe0f, "woman_frowning_tone1" ); - name( R.drawable.emj_1f64d_1f3fb_200d_2642_fe0f, "man_frowning_light_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fb_200d_2642_fe0f, "man_frowning_tone1" ); - name( R.drawable.emj_1f64d_1f3fc, "person_frowning_medium_light_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fc, "person_frowning_tone2" ); - name( R.drawable.emj_1f64d_1f3fc_200d_2640_fe0f, "woman_frowning_medium_light_skin_tone" ); + name( "right_facing_fist_tone4", R.drawable.emj_1f91c_1f3fe, "\ud83e\udd1c\ud83c\udffe" ); + name( "right_facing_fist_tone5", R.drawable.emj_1f91c_1f3ff, "\ud83e\udd1c\ud83c\udfff" ); + name( "right_fist", R.drawable.emj_1f91c, "\ud83e\udd1c" ); + name( "right_fist_tone1", R.drawable.emj_1f91c_1f3fb, "\ud83e\udd1c\ud83c\udffb" ); + name( "right_fist_tone2", R.drawable.emj_1f91c_1f3fc, "\ud83e\udd1c\ud83c\udffc" ); + name( "right_fist_tone3", R.drawable.emj_1f91c_1f3fd, "\ud83e\udd1c\ud83c\udffd" ); + name( "right_fist_tone4", R.drawable.emj_1f91c_1f3fe, "\ud83e\udd1c\ud83c\udffe" ); + name( "right_fist_tone5", R.drawable.emj_1f91c_1f3ff, "\ud83e\udd1c\ud83c\udfff" ); + name( "ring", R.drawable.emj_1f48d, "\ud83d\udc8d" ); + name( "ro", R.drawable.emj_1f1f7_1f1f4, "\ud83c\uddf7\ud83c\uddf4" ); + name( "robot", R.drawable.emj_1f916, "\ud83e\udd16" ); + name( "robot_face", R.drawable.emj_1f916, "\ud83e\udd16" ); + name( "rocket", R.drawable.emj_1f680, "\ud83d\ude80" ); + name( "rofl", R.drawable.emj_1f923, "\ud83e\udd23" ); + name( "rolled_up_newspaper", R.drawable.emj_1f5de, "\ud83d\uddde" ); + name( "roller_coaster", R.drawable.emj_1f3a2, "\ud83c\udfa2" ); + name( "rolling_eyes", R.drawable.emj_1f644, "\ud83d\ude44" ); + name( "rolling_on_the_floor_laughing", R.drawable.emj_1f923, "\ud83e\udd23" ); + name( "rooster", R.drawable.emj_1f413, "\ud83d\udc13" ); + name( "rose", R.drawable.emj_1f339, "\ud83c\udf39" ); + name( "rosette", R.drawable.emj_1f3f5, "\ud83c\udff5" ); + name( "rotating_light", R.drawable.emj_1f6a8, "\ud83d\udea8" ); + name( "round_pushpin", R.drawable.emj_1f4cd, "\ud83d\udccd" ); + name( "rowboat", R.drawable.emj_1f6a3, "\ud83d\udea3" ); + name( "rowboat_dark_skin_tone", R.drawable.emj_1f6a3_1f3ff, "\ud83d\udea3\ud83c\udfff" ); + name( "rowboat_light_skin_tone", R.drawable.emj_1f6a3_1f3fb, "\ud83d\udea3\ud83c\udffb" ); + name( "rowboat_medium_dark_skin_tone", R.drawable.emj_1f6a3_1f3fe, "\ud83d\udea3\ud83c\udffe" ); + name( "rowboat_medium_light_skin_tone", R.drawable.emj_1f6a3_1f3fc, "\ud83d\udea3\ud83c\udffc" ); + name( "rowboat_medium_skin_tone", R.drawable.emj_1f6a3_1f3fd, "\ud83d\udea3\ud83c\udffd" ); + name( "rowboat_tone1", R.drawable.emj_1f6a3_1f3fb, "\ud83d\udea3\ud83c\udffb" ); + name( "rowboat_tone2", R.drawable.emj_1f6a3_1f3fc, "\ud83d\udea3\ud83c\udffc" ); + name( "rowboat_tone3", R.drawable.emj_1f6a3_1f3fd, "\ud83d\udea3\ud83c\udffd" ); + name( "rowboat_tone4", R.drawable.emj_1f6a3_1f3fe, "\ud83d\udea3\ud83c\udffe" ); + name( "rowboat_tone5", R.drawable.emj_1f6a3_1f3ff, "\ud83d\udea3\ud83c\udfff" ); + name( "rs", R.drawable.emj_1f1f7_1f1f8, "\ud83c\uddf7\ud83c\uddf8" ); + name( "ru", R.drawable.emj_1f1f7_1f1fa, "\ud83c\uddf7\ud83c\uddfa" ); + name( "rugby_football", R.drawable.emj_1f3c9, "\ud83c\udfc9" ); + name( "runner", R.drawable.emj_1f3c3, "\ud83c\udfc3" ); + name( "runner_dark_skin_tone", R.drawable.emj_1f3c3_1f3ff, "\ud83c\udfc3\ud83c\udfff" ); + name( "runner_light_skin_tone", R.drawable.emj_1f3c3_1f3fb, "\ud83c\udfc3\ud83c\udffb" ); + name( "runner_medium_dark_skin_tone", R.drawable.emj_1f3c3_1f3fe, "\ud83c\udfc3\ud83c\udffe" ); + name( "runner_medium_light_skin_tone", R.drawable.emj_1f3c3_1f3fc, "\ud83c\udfc3\ud83c\udffc" ); + name( "runner_medium_skin_tone", R.drawable.emj_1f3c3_1f3fd, "\ud83c\udfc3\ud83c\udffd" ); + name( "runner_tone1", R.drawable.emj_1f3c3_1f3fb, "\ud83c\udfc3\ud83c\udffb" ); + name( "runner_tone2", R.drawable.emj_1f3c3_1f3fc, "\ud83c\udfc3\ud83c\udffc" ); + name( "runner_tone3", R.drawable.emj_1f3c3_1f3fd, "\ud83c\udfc3\ud83c\udffd" ); + name( "runner_tone4", R.drawable.emj_1f3c3_1f3fe, "\ud83c\udfc3\ud83c\udffe" ); + name( "runner_tone5", R.drawable.emj_1f3c3_1f3ff, "\ud83c\udfc3\ud83c\udfff" ); + name( "running", R.drawable.emj_1f3c3, "\ud83c\udfc3" ); + name( "running_dark_skin_tone", R.drawable.emj_1f3c3_1f3ff, "\ud83c\udfc3\ud83c\udfff" ); + name( "running_light_skin_tone", R.drawable.emj_1f3c3_1f3fb, "\ud83c\udfc3\ud83c\udffb" ); + name( "running_medium_dark_skin_tone", R.drawable.emj_1f3c3_1f3fe, "\ud83c\udfc3\ud83c\udffe" ); + name( "running_medium_light_skin_tone", R.drawable.emj_1f3c3_1f3fc, "\ud83c\udfc3\ud83c\udffc" ); + name( "running_medium_skin_tone", R.drawable.emj_1f3c3_1f3fd, "\ud83c\udfc3\ud83c\udffd" ); + name( "running_shirt_with_sash", R.drawable.emj_1f3bd, "\ud83c\udfbd" ); + name( "running_tone1", R.drawable.emj_1f3c3_1f3fb, "\ud83c\udfc3\ud83c\udffb" ); + name( "running_tone2", R.drawable.emj_1f3c3_1f3fc, "\ud83c\udfc3\ud83c\udffc" ); + name( "running_tone3", R.drawable.emj_1f3c3_1f3fd, "\ud83c\udfc3\ud83c\udffd" ); + name( "running_tone4", R.drawable.emj_1f3c3_1f3fe, "\ud83c\udfc3\ud83c\udffe" ); + name( "running_tone5", R.drawable.emj_1f3c3_1f3ff, "\ud83c\udfc3\ud83c\udfff" ); + name( "rw", R.drawable.emj_1f1f7_1f1fc, "\ud83c\uddf7\ud83c\uddfc" ); + name( "sa", R.drawable.emj_1f202, "\ud83c\ude02" ); + name( "sagittarius", R.drawable.emj_2650, "\u2650" ); + name( "sailboat", R.drawable.emj_26f5, "\u26f5" ); + name( "sake", R.drawable.emj_1f376, "\ud83c\udf76" ); + name( "salad", R.drawable.emj_1f957, "\ud83e\udd57" ); + name( "sandal", R.drawable.emj_1f461, "\ud83d\udc61" ); + name( "santa", R.drawable.emj_1f385, "\ud83c\udf85" ); + name( "santa_dark_skin_tone", R.drawable.emj_1f385_1f3ff, "\ud83c\udf85\ud83c\udfff" ); + name( "santa_light_skin_tone", R.drawable.emj_1f385_1f3fb, "\ud83c\udf85\ud83c\udffb" ); + name( "santa_medium_dark_skin_tone", R.drawable.emj_1f385_1f3fe, "\ud83c\udf85\ud83c\udffe" ); + name( "santa_medium_light_skin_tone", R.drawable.emj_1f385_1f3fc, "\ud83c\udf85\ud83c\udffc" ); + name( "santa_medium_skin_tone", R.drawable.emj_1f385_1f3fd, "\ud83c\udf85\ud83c\udffd" ); + name( "santa_tone1", R.drawable.emj_1f385_1f3fb, "\ud83c\udf85\ud83c\udffb" ); + name( "santa_tone2", R.drawable.emj_1f385_1f3fc, "\ud83c\udf85\ud83c\udffc" ); + name( "santa_tone3", R.drawable.emj_1f385_1f3fd, "\ud83c\udf85\ud83c\udffd" ); + name( "santa_tone4", R.drawable.emj_1f385_1f3fe, "\ud83c\udf85\ud83c\udffe" ); + name( "santa_tone5", R.drawable.emj_1f385_1f3ff, "\ud83c\udf85\ud83c\udfff" ); + name( "satellite", R.drawable.emj_1f6f0, "\ud83d\udef0" ); + name( "satellite_antenna", R.drawable.emj_1f4e1, "\ud83d\udce1" ); + name( "satellite_orbital", R.drawable.emj_1f6f0, "\ud83d\udef0" ); + name( "satisfied", R.drawable.emj_1f606, "\ud83d\ude06" ); + name( "saudi", R.drawable.emj_1f1f8_1f1e6, "\ud83c\uddf8\ud83c\udde6" ); + name( "saudiarabia", R.drawable.emj_1f1f8_1f1e6, "\ud83c\uddf8\ud83c\udde6" ); + name( "saxophone", R.drawable.emj_1f3b7, "\ud83c\udfb7" ); + name( "sb", R.drawable.emj_1f1f8_1f1e7, "\ud83c\uddf8\ud83c\udde7" ); + name( "sc", R.drawable.emj_1f1f8_1f1e8, "\ud83c\uddf8\ud83c\udde8" ); + name( "scales", R.drawable.emj_2696, "\u2696" ); + name( "school", R.drawable.emj_1f3eb, "\ud83c\udfeb" ); + name( "school_satchel", R.drawable.emj_1f392, "\ud83c\udf92" ); + name( "scissors", R.drawable.emj_2702, "\u2702" ); + name( "scooter", R.drawable.emj_1f6f4, "\ud83d\udef4" ); + name( "scorpion", R.drawable.emj_1f982, "\ud83e\udd82" ); + name( "scorpius", R.drawable.emj_264f, "\u264f" ); + name( "scream", R.drawable.emj_1f631, "\ud83d\ude31" ); + name( "scream_cat", R.drawable.emj_1f640, "\ud83d\ude40" ); + name( "scroll", R.drawable.emj_1f4dc, "\ud83d\udcdc" ); + name( "sd", R.drawable.emj_1f1f8_1f1e9, "\ud83c\uddf8\ud83c\udde9" ); + name( "se", R.drawable.emj_1f1f8_1f1ea, "\ud83c\uddf8\ud83c\uddea" ); + name( "seat", R.drawable.emj_1f4ba, "\ud83d\udcba" ); + name( "second_place", R.drawable.emj_1f948, "\ud83e\udd48" ); } private static void init88(){ - name( R.drawable.emj_1f64d_1f3fc_200d_2640_fe0f, "woman_frowning_tone2" ); - name( R.drawable.emj_1f64d_1f3fc_200d_2642_fe0f, "man_frowning_medium_light_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fc_200d_2642_fe0f, "man_frowning_tone2" ); - name( R.drawable.emj_1f64d_1f3fd, "person_frowning_medium_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fd, "person_frowning_tone3" ); - name( R.drawable.emj_1f64d_1f3fd_200d_2640_fe0f, "woman_frowning_medium_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fd_200d_2640_fe0f, "woman_frowning_tone3" ); - name( R.drawable.emj_1f64d_1f3fd_200d_2642_fe0f, "man_frowning_medium_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fd_200d_2642_fe0f, "man_frowning_tone3" ); - name( R.drawable.emj_1f64d_1f3fe, "person_frowning_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fe, "person_frowning_tone4" ); - name( R.drawable.emj_1f64d_1f3fe_200d_2640_fe0f, "woman_frowning_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fe_200d_2640_fe0f, "woman_frowning_tone4" ); - name( R.drawable.emj_1f64d_1f3fe_200d_2642_fe0f, "man_frowning_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64d_1f3fe_200d_2642_fe0f, "man_frowning_tone4" ); - name( R.drawable.emj_1f64d_1f3ff, "person_frowning_dark_skin_tone" ); - name( R.drawable.emj_1f64d_1f3ff, "person_frowning_tone5" ); - name( R.drawable.emj_1f64d_1f3ff_200d_2640_fe0f, "woman_frowning_dark_skin_tone" ); - name( R.drawable.emj_1f64d_1f3ff_200d_2640_fe0f, "woman_frowning_tone5" ); - name( R.drawable.emj_1f64d_1f3ff_200d_2642_fe0f, "man_frowning_dark_skin_tone" ); - name( R.drawable.emj_1f64d_1f3ff_200d_2642_fe0f, "man_frowning_tone5" ); - name( R.drawable.emj_1f64d_200d_2640_fe0f, "woman_frowning" ); - name( R.drawable.emj_1f64d_200d_2642_fe0f, "man_frowning" ); - name( R.drawable.emj_1f64e, "person_with_pouting_face" ); - name( R.drawable.emj_1f64e_1f3fb, "person_with_pouting_face_light_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fb, "person_with_pouting_face_tone1" ); - name( R.drawable.emj_1f64e_1f3fb_200d_2640_fe0f, "woman_pouting_light_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fb_200d_2640_fe0f, "woman_pouting_tone1" ); - name( R.drawable.emj_1f64e_1f3fb_200d_2642_fe0f, "man_pouting_light_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fb_200d_2642_fe0f, "man_pouting_tone1" ); - name( R.drawable.emj_1f64e_1f3fc, "person_with_pouting_face_medium_light_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fc, "person_with_pouting_face_tone2" ); - name( R.drawable.emj_1f64e_1f3fc_200d_2640_fe0f, "woman_pouting_medium_light_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fc_200d_2640_fe0f, "woman_pouting_tone2" ); - name( R.drawable.emj_1f64e_1f3fc_200d_2642_fe0f, "man_pouting_medium_light_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fc_200d_2642_fe0f, "man_pouting_tone2" ); - name( R.drawable.emj_1f64e_1f3fd, "person_with_pouting_face_medium_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fd, "person_with_pouting_face_tone3" ); - name( R.drawable.emj_1f64e_1f3fd_200d_2640_fe0f, "woman_pouting_medium_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fd_200d_2640_fe0f, "woman_pouting_tone3" ); - name( R.drawable.emj_1f64e_1f3fd_200d_2642_fe0f, "man_pouting_medium_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fd_200d_2642_fe0f, "man_pouting_tone3" ); - name( R.drawable.emj_1f64e_1f3fe, "person_with_pouting_face_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fe, "person_with_pouting_face_tone4" ); - name( R.drawable.emj_1f64e_1f3fe_200d_2640_fe0f, "woman_pouting_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fe_200d_2640_fe0f, "woman_pouting_tone4" ); - name( R.drawable.emj_1f64e_1f3fe_200d_2642_fe0f, "man_pouting_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64e_1f3fe_200d_2642_fe0f, "man_pouting_tone4" ); - name( R.drawable.emj_1f64e_1f3ff, "person_with_pouting_face_dark_skin_tone" ); - name( R.drawable.emj_1f64e_1f3ff, "person_with_pouting_face_tone5" ); - name( R.drawable.emj_1f64e_1f3ff_200d_2640_fe0f, "woman_pouting_dark_skin_tone" ); - name( R.drawable.emj_1f64e_1f3ff_200d_2640_fe0f, "woman_pouting_tone5" ); - name( R.drawable.emj_1f64e_1f3ff_200d_2642_fe0f, "man_pouting_dark_skin_tone" ); - name( R.drawable.emj_1f64e_1f3ff_200d_2642_fe0f, "man_pouting_tone5" ); - name( R.drawable.emj_1f64e_200d_2640_fe0f, "woman_pouting" ); - name( R.drawable.emj_1f64e_200d_2642_fe0f, "man_pouting" ); - name( R.drawable.emj_1f64f, "pray" ); - name( R.drawable.emj_1f64f_1f3fb, "pray_light_skin_tone" ); - name( R.drawable.emj_1f64f_1f3fb, "pray_tone1" ); - name( R.drawable.emj_1f64f_1f3fc, "pray_medium_light_skin_tone" ); - name( R.drawable.emj_1f64f_1f3fc, "pray_tone2" ); - name( R.drawable.emj_1f64f_1f3fd, "pray_medium_skin_tone" ); - name( R.drawable.emj_1f64f_1f3fd, "pray_tone3" ); - name( R.drawable.emj_1f64f_1f3fe, "pray_medium_dark_skin_tone" ); - name( R.drawable.emj_1f64f_1f3fe, "pray_tone4" ); - name( R.drawable.emj_1f64f_1f3ff, "pray_dark_skin_tone" ); - name( R.drawable.emj_1f64f_1f3ff, "pray_tone5" ); - name( R.drawable.emj_1f680, "rocket" ); - name( R.drawable.emj_1f681, "helicopter" ); - name( R.drawable.emj_1f682, "steam_locomotive" ); - name( R.drawable.emj_1f683, "railway_car" ); - name( R.drawable.emj_1f684, "bullettrain_side" ); - name( R.drawable.emj_1f685, "bullettrain_front" ); - name( R.drawable.emj_1f686, "train2" ); - name( R.drawable.emj_1f687, "metro" ); - name( R.drawable.emj_1f688, "light_rail" ); - name( R.drawable.emj_1f689, "station" ); - name( R.drawable.emj_1f68a, "tram" ); - name( R.drawable.emj_1f68b, "train" ); - name( R.drawable.emj_1f68c, "bus" ); - name( R.drawable.emj_1f68d, "oncoming_bus" ); - name( R.drawable.emj_1f68e, "trolleybus" ); - name( R.drawable.emj_1f68f, "busstop" ); - name( R.drawable.emj_1f690, "minibus" ); - name( R.drawable.emj_1f691, "ambulance" ); - name( R.drawable.emj_1f692, "fire_engine" ); - name( R.drawable.emj_1f693, "police_car" ); - name( R.drawable.emj_1f694, "oncoming_police_car" ); - name( R.drawable.emj_1f695, "taxi" ); - name( R.drawable.emj_1f696, "oncoming_taxi" ); - name( R.drawable.emj_1f697, "car" ); - name( R.drawable.emj_1f697, "red_car" ); - name( R.drawable.emj_1f698, "oncoming_automobile" ); - name( R.drawable.emj_1f699, "blue_car" ); - name( R.drawable.emj_1f69a, "truck" ); - name( R.drawable.emj_1f69b, "articulated_lorry" ); - name( R.drawable.emj_1f69c, "tractor" ); - name( R.drawable.emj_1f69d, "monorail" ); - name( R.drawable.emj_1f69e, "mountain_railway" ); - name( R.drawable.emj_1f69f, "suspension_railway" ); - name( R.drawable.emj_1f6a0, "mountain_cableway" ); + name( "second_place_medal", R.drawable.emj_1f948, "\ud83e\udd48" ); + name( "secret", R.drawable.emj_3299, "\u3299" ); + name( "see_no_evil", R.drawable.emj_1f648, "\ud83d\ude48" ); + name( "seedling", R.drawable.emj_1f331, "\ud83c\udf31" ); + name( "selfie", R.drawable.emj_1f933, "\ud83e\udd33" ); + name( "selfie_dark_skin_tone", R.drawable.emj_1f933_1f3ff, "\ud83e\udd33\ud83c\udfff" ); + name( "selfie_light_skin_tone", R.drawable.emj_1f933_1f3fb, "\ud83e\udd33\ud83c\udffb" ); + name( "selfie_medium_dark_skin_tone", R.drawable.emj_1f933_1f3fe, "\ud83e\udd33\ud83c\udffe" ); + name( "selfie_medium_light_skin_tone", R.drawable.emj_1f933_1f3fc, "\ud83e\udd33\ud83c\udffc" ); + name( "selfie_medium_skin_tone", R.drawable.emj_1f933_1f3fd, "\ud83e\udd33\ud83c\udffd" ); + name( "selfie_tone1", R.drawable.emj_1f933_1f3fb, "\ud83e\udd33\ud83c\udffb" ); + name( "selfie_tone2", R.drawable.emj_1f933_1f3fc, "\ud83e\udd33\ud83c\udffc" ); + name( "selfie_tone3", R.drawable.emj_1f933_1f3fd, "\ud83e\udd33\ud83c\udffd" ); + name( "selfie_tone4", R.drawable.emj_1f933_1f3fe, "\ud83e\udd33\ud83c\udffe" ); + name( "selfie_tone5", R.drawable.emj_1f933_1f3ff, "\ud83e\udd33\ud83c\udfff" ); + name( "seven", R.drawable.emj_0037_20e3, "\u0037\u20e3" ); + name( "sg", R.drawable.emj_1f1f8_1f1ec, "\ud83c\uddf8\ud83c\uddec" ); + name( "sh", R.drawable.emj_1f1f8_1f1ed, "\ud83c\uddf8\ud83c\udded" ); + name( "shaking_hands", R.drawable.emj_1f91d, "\ud83e\udd1d" ); + name( "shallow_pan_of_food", R.drawable.emj_1f958, "\ud83e\udd58" ); + name( "shamrock", R.drawable.emj_2618, "\u2618" ); + name( "shark", R.drawable.emj_1f988, "\ud83e\udd88" ); + name( "shaved_ice", R.drawable.emj_1f367, "\ud83c\udf67" ); + name( "sheep", R.drawable.emj_1f411, "\ud83d\udc11" ); + name( "shell", R.drawable.emj_1f41a, "\ud83d\udc1a" ); + name( "shelled_peanut", R.drawable.emj_1f95c, "\ud83e\udd5c" ); + name( "shield", R.drawable.emj_1f6e1, "\ud83d\udee1" ); + name( "shinto_shrine", R.drawable.emj_26e9, "\u26e9" ); + name( "ship", R.drawable.emj_1f6a2, "\ud83d\udea2" ); + name( "shirt", R.drawable.emj_1f455, "\ud83d\udc55" ); + name( "shit", R.drawable.emj_1f4a9, "\ud83d\udca9" ); + name( "shoe", R.drawable.emj_1f45e, "\ud83d\udc5e" ); + name( "shopping_bags", R.drawable.emj_1f6cd, "\ud83d\udecd" ); + name( "shopping_cart", R.drawable.emj_1f6d2, "\ud83d\uded2" ); + name( "shopping_trolley", R.drawable.emj_1f6d2, "\ud83d\uded2" ); + name( "shower", R.drawable.emj_1f6bf, "\ud83d\udebf" ); + name( "shrimp", R.drawable.emj_1f990, "\ud83e\udd90" ); + name( "shrug", R.drawable.emj_1f937, "\ud83e\udd37" ); + name( "shrug_dark_skin_tone", R.drawable.emj_1f937_1f3ff, "\ud83e\udd37\ud83c\udfff" ); + name( "shrug_light_skin_tone", R.drawable.emj_1f937_1f3fb, "\ud83e\udd37\ud83c\udffb" ); + name( "shrug_medium_dark_skin_tone", R.drawable.emj_1f937_1f3fe, "\ud83e\udd37\ud83c\udffe" ); + name( "shrug_medium_light_skin_tone", R.drawable.emj_1f937_1f3fc, "\ud83e\udd37\ud83c\udffc" ); + name( "shrug_medium_skin_tone", R.drawable.emj_1f937_1f3fd, "\ud83e\udd37\ud83c\udffd" ); + name( "shrug_tone1", R.drawable.emj_1f937_1f3fb, "\ud83e\udd37\ud83c\udffb" ); + name( "shrug_tone2", R.drawable.emj_1f937_1f3fc, "\ud83e\udd37\ud83c\udffc" ); + name( "shrug_tone3", R.drawable.emj_1f937_1f3fd, "\ud83e\udd37\ud83c\udffd" ); + name( "shrug_tone4", R.drawable.emj_1f937_1f3fe, "\ud83e\udd37\ud83c\udffe" ); + name( "shrug_tone5", R.drawable.emj_1f937_1f3ff, "\ud83e\udd37\ud83c\udfff" ); + name( "si", R.drawable.emj_1f1f8_1f1ee, "\ud83c\uddf8\ud83c\uddee" ); + name( "sick", R.drawable.emj_1f922, "\ud83e\udd22" ); + name( "sign_of_the_horns", R.drawable.emj_1f918, "\ud83e\udd18" ); + name( "sign_of_the_horns_dark_skin_tone", R.drawable.emj_1f918_1f3ff, "\ud83e\udd18\ud83c\udfff" ); + name( "sign_of_the_horns_light_skin_tone", R.drawable.emj_1f918_1f3fb, "\ud83e\udd18\ud83c\udffb" ); + name( "sign_of_the_horns_medium_dark_skin_tone", R.drawable.emj_1f918_1f3fe, "\ud83e\udd18\ud83c\udffe" ); + name( "sign_of_the_horns_medium_light_skin_tone", R.drawable.emj_1f918_1f3fc, "\ud83e\udd18\ud83c\udffc" ); + name( "sign_of_the_horns_medium_skin_tone", R.drawable.emj_1f918_1f3fd, "\ud83e\udd18\ud83c\udffd" ); + name( "sign_of_the_horns_tone1", R.drawable.emj_1f918_1f3fb, "\ud83e\udd18\ud83c\udffb" ); + name( "sign_of_the_horns_tone2", R.drawable.emj_1f918_1f3fc, "\ud83e\udd18\ud83c\udffc" ); + name( "sign_of_the_horns_tone3", R.drawable.emj_1f918_1f3fd, "\ud83e\udd18\ud83c\udffd" ); + name( "sign_of_the_horns_tone4", R.drawable.emj_1f918_1f3fe, "\ud83e\udd18\ud83c\udffe" ); + name( "sign_of_the_horns_tone5", R.drawable.emj_1f918_1f3ff, "\ud83e\udd18\ud83c\udfff" ); + name( "signal_strength", R.drawable.emj_1f4f6, "\ud83d\udcf6" ); + name( "six", R.drawable.emj_0036_20e3, "\u0036\u20e3" ); + name( "six_pointed_star", R.drawable.emj_1f52f, "\ud83d\udd2f" ); + name( "sj", R.drawable.emj_1f1f8_1f1ef, "\ud83c\uddf8\ud83c\uddef" ); + name( "sk", R.drawable.emj_1f1f8_1f1f0, "\ud83c\uddf8\ud83c\uddf0" ); + name( "skeleton", R.drawable.emj_1f480, "\ud83d\udc80" ); + name( "ski", R.drawable.emj_1f3bf, "\ud83c\udfbf" ); + name( "skier", R.drawable.emj_26f7, "\u26f7" ); + name( "skin_tone_2", R.drawable.emj_1f3fb, "\ud83c\udffb" ); + name( "skin_tone_3", R.drawable.emj_1f3fc, "\ud83c\udffc" ); + name( "skin_tone_4", R.drawable.emj_1f3fd, "\ud83c\udffd" ); + name( "skin_tone_5", R.drawable.emj_1f3fe, "\ud83c\udffe" ); + name( "skin_tone_6", R.drawable.emj_1f3ff, "\ud83c\udfff" ); + name( "skull", R.drawable.emj_1f480, "\ud83d\udc80" ); + name( "skull_and_crossbones", R.drawable.emj_2620, "\u2620" ); + name( "skull_crossbones", R.drawable.emj_2620, "\u2620" ); + name( "sl", R.drawable.emj_1f1f8_1f1f1, "\ud83c\uddf8\ud83c\uddf1" ); + name( "sleeping", R.drawable.emj_1f634, "\ud83d\ude34" ); + name( "sleeping_accommodation", R.drawable.emj_1f6cc, "\ud83d\udecc" ); + name( "sleeping_accommodation_dark_skin_tone", R.drawable.emj_1f6cc_1f3ff, "\ud83d\udecc\ud83c\udfff" ); + name( "sleeping_accommodation_light_skin_tone", R.drawable.emj_1f6cc_1f3fb, "\ud83d\udecc\ud83c\udffb" ); + name( "sleeping_accommodation_medium_dark_skin_tone", R.drawable.emj_1f6cc_1f3fe, "\ud83d\udecc\ud83c\udffe" ); + name( "sleeping_accommodation_medium_light_skin_tone", R.drawable.emj_1f6cc_1f3fc, "\ud83d\udecc\ud83c\udffc" ); + name( "sleeping_accommodation_medium_skin_tone", R.drawable.emj_1f6cc_1f3fd, "\ud83d\udecc\ud83c\udffd" ); + name( "sleeping_accommodation_tone1", R.drawable.emj_1f6cc_1f3fb, "\ud83d\udecc\ud83c\udffb" ); + name( "sleeping_accommodation_tone2", R.drawable.emj_1f6cc_1f3fc, "\ud83d\udecc\ud83c\udffc" ); + name( "sleeping_accommodation_tone3", R.drawable.emj_1f6cc_1f3fd, "\ud83d\udecc\ud83c\udffd" ); + name( "sleeping_accommodation_tone4", R.drawable.emj_1f6cc_1f3fe, "\ud83d\udecc\ud83c\udffe" ); + name( "sleeping_accommodation_tone5", R.drawable.emj_1f6cc_1f3ff, "\ud83d\udecc\ud83c\udfff" ); + name( "sleepy", R.drawable.emj_1f62a, "\ud83d\ude2a" ); + name( "sleuth_or_spy", R.drawable.emj_1f575, "\ud83d\udd75" ); + name( "sleuth_or_spy_dark_skin_tone", R.drawable.emj_1f575_1f3ff, "\ud83d\udd75\ud83c\udfff" ); + name( "sleuth_or_spy_light_skin_tone", R.drawable.emj_1f575_1f3fb, "\ud83d\udd75\ud83c\udffb" ); + name( "sleuth_or_spy_medium_dark_skin_tone", R.drawable.emj_1f575_1f3fe, "\ud83d\udd75\ud83c\udffe" ); + name( "sleuth_or_spy_medium_light_skin_tone", R.drawable.emj_1f575_1f3fc, "\ud83d\udd75\ud83c\udffc" ); + name( "sleuth_or_spy_medium_skin_tone", R.drawable.emj_1f575_1f3fd, "\ud83d\udd75\ud83c\udffd" ); + name( "sleuth_or_spy_tone1", R.drawable.emj_1f575_1f3fb, "\ud83d\udd75\ud83c\udffb" ); + name( "sleuth_or_spy_tone2", R.drawable.emj_1f575_1f3fc, "\ud83d\udd75\ud83c\udffc" ); + name( "sleuth_or_spy_tone3", R.drawable.emj_1f575_1f3fd, "\ud83d\udd75\ud83c\udffd" ); + name( "sleuth_or_spy_tone4", R.drawable.emj_1f575_1f3fe, "\ud83d\udd75\ud83c\udffe" ); } private static void init89(){ - name( R.drawable.emj_1f6a1, "aerial_tramway" ); - name( R.drawable.emj_1f6a2, "ship" ); - name( R.drawable.emj_1f6a3, "rowboat" ); - name( R.drawable.emj_1f6a3_1f3fb, "rowboat_light_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fb, "rowboat_tone1" ); - name( R.drawable.emj_1f6a3_1f3fb_200d_2640_fe0f, "woman_rowing_boat_light_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fb_200d_2640_fe0f, "woman_rowing_boat_tone1" ); - name( R.drawable.emj_1f6a3_1f3fb_200d_2642_fe0f, "man_rowing_boat_light_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fb_200d_2642_fe0f, "man_rowing_boat_tone1" ); - name( R.drawable.emj_1f6a3_1f3fc, "rowboat_medium_light_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fc, "rowboat_tone2" ); - name( R.drawable.emj_1f6a3_1f3fc_200d_2640_fe0f, "woman_rowing_boat_medium_light_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fc_200d_2640_fe0f, "woman_rowing_boat_tone2" ); - name( R.drawable.emj_1f6a3_1f3fc_200d_2642_fe0f, "man_rowing_boat_medium_light_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fc_200d_2642_fe0f, "man_rowing_boat_tone2" ); - name( R.drawable.emj_1f6a3_1f3fd, "rowboat_medium_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fd, "rowboat_tone3" ); - name( R.drawable.emj_1f6a3_1f3fd_200d_2640_fe0f, "woman_rowing_boat_medium_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fd_200d_2640_fe0f, "woman_rowing_boat_tone3" ); - name( R.drawable.emj_1f6a3_1f3fd_200d_2642_fe0f, "man_rowing_boat_medium_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fd_200d_2642_fe0f, "man_rowing_boat_tone3" ); - name( R.drawable.emj_1f6a3_1f3fe, "rowboat_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fe, "rowboat_tone4" ); - name( R.drawable.emj_1f6a3_1f3fe_200d_2640_fe0f, "woman_rowing_boat_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fe_200d_2640_fe0f, "woman_rowing_boat_tone4" ); - name( R.drawable.emj_1f6a3_1f3fe_200d_2642_fe0f, "man_rowing_boat_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3fe_200d_2642_fe0f, "man_rowing_boat_tone4" ); - name( R.drawable.emj_1f6a3_1f3ff, "rowboat_dark_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3ff, "rowboat_tone5" ); - name( R.drawable.emj_1f6a3_1f3ff_200d_2640_fe0f, "woman_rowing_boat_dark_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3ff_200d_2640_fe0f, "woman_rowing_boat_tone5" ); - name( R.drawable.emj_1f6a3_1f3ff_200d_2642_fe0f, "man_rowing_boat_dark_skin_tone" ); - name( R.drawable.emj_1f6a3_1f3ff_200d_2642_fe0f, "man_rowing_boat_tone5" ); - name( R.drawable.emj_1f6a3_200d_2640_fe0f, "woman_rowing_boat" ); - name( R.drawable.emj_1f6a3_200d_2642_fe0f, "man_rowing_boat" ); - name( R.drawable.emj_1f6a4, "speedboat" ); - name( R.drawable.emj_1f6a5, "traffic_light" ); - name( R.drawable.emj_1f6a6, "vertical_traffic_light" ); - name( R.drawable.emj_1f6a7, "construction" ); - name( R.drawable.emj_1f6a8, "rotating_light" ); - name( R.drawable.emj_1f6a9, "triangular_flag_on_post" ); - name( R.drawable.emj_1f6aa, "door" ); - name( R.drawable.emj_1f6ab, "no_entry_sign" ); - name( R.drawable.emj_1f6ac, "smoking" ); - name( R.drawable.emj_1f6ad, "no_smoking" ); - name( R.drawable.emj_1f6ae, "put_litter_in_its_place" ); - name( R.drawable.emj_1f6af, "do_not_litter" ); - name( R.drawable.emj_1f6b0, "potable_water" ); - name( R.drawable.emj_1f6b1, "non_potable_water" ); - name( R.drawable.emj_1f6b2, "bike" ); - name( R.drawable.emj_1f6b3, "no_bicycles" ); - name( R.drawable.emj_1f6b4, "bicyclist" ); - name( R.drawable.emj_1f6b4_1f3fb, "bicyclist_light_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fb, "bicyclist_tone1" ); - name( R.drawable.emj_1f6b4_1f3fb_200d_2640_fe0f, "woman_biking_light_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fb_200d_2640_fe0f, "woman_biking_tone1" ); - name( R.drawable.emj_1f6b4_1f3fb_200d_2642_fe0f, "man_biking_light_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fb_200d_2642_fe0f, "man_biking_tone1" ); - name( R.drawable.emj_1f6b4_1f3fc, "bicyclist_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fc, "bicyclist_tone2" ); - name( R.drawable.emj_1f6b4_1f3fc_200d_2640_fe0f, "woman_biking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fc_200d_2640_fe0f, "woman_biking_tone2" ); - name( R.drawable.emj_1f6b4_1f3fc_200d_2642_fe0f, "man_biking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fc_200d_2642_fe0f, "man_biking_tone2" ); - name( R.drawable.emj_1f6b4_1f3fd, "bicyclist_medium_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fd, "bicyclist_tone3" ); - name( R.drawable.emj_1f6b4_1f3fd_200d_2640_fe0f, "woman_biking_medium_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fd_200d_2640_fe0f, "woman_biking_tone3" ); - name( R.drawable.emj_1f6b4_1f3fd_200d_2642_fe0f, "man_biking_medium_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fd_200d_2642_fe0f, "man_biking_tone3" ); - name( R.drawable.emj_1f6b4_1f3fe, "bicyclist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fe, "bicyclist_tone4" ); - name( R.drawable.emj_1f6b4_1f3fe_200d_2640_fe0f, "woman_biking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fe_200d_2640_fe0f, "woman_biking_tone4" ); - name( R.drawable.emj_1f6b4_1f3fe_200d_2642_fe0f, "man_biking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3fe_200d_2642_fe0f, "man_biking_tone4" ); - name( R.drawable.emj_1f6b4_1f3ff, "bicyclist_dark_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3ff, "bicyclist_tone5" ); - name( R.drawable.emj_1f6b4_1f3ff_200d_2640_fe0f, "woman_biking_dark_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3ff_200d_2640_fe0f, "woman_biking_tone5" ); - name( R.drawable.emj_1f6b4_1f3ff_200d_2642_fe0f, "man_biking_dark_skin_tone" ); - name( R.drawable.emj_1f6b4_1f3ff_200d_2642_fe0f, "man_biking_tone5" ); - name( R.drawable.emj_1f6b4_200d_2640_fe0f, "woman_biking" ); - name( R.drawable.emj_1f6b4_200d_2642_fe0f, "man_biking" ); - name( R.drawable.emj_1f6b5, "mountain_bicyclist" ); - name( R.drawable.emj_1f6b5_1f3fb, "mountain_bicyclist_light_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fb, "mountain_bicyclist_tone1" ); - name( R.drawable.emj_1f6b5_1f3fb_200d_2640_fe0f, "woman_mountain_biking_light_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fb_200d_2640_fe0f, "woman_mountain_biking_tone1" ); - name( R.drawable.emj_1f6b5_1f3fb_200d_2642_fe0f, "man_mountain_biking_light_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fb_200d_2642_fe0f, "man_mountain_biking_tone1" ); - name( R.drawable.emj_1f6b5_1f3fc, "mountain_bicyclist_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fc, "mountain_bicyclist_tone2" ); - name( R.drawable.emj_1f6b5_1f3fc_200d_2640_fe0f, "woman_mountain_biking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fc_200d_2640_fe0f, "woman_mountain_biking_tone2" ); - name( R.drawable.emj_1f6b5_1f3fc_200d_2642_fe0f, "man_mountain_biking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fc_200d_2642_fe0f, "man_mountain_biking_tone2" ); - name( R.drawable.emj_1f6b5_1f3fd, "mountain_bicyclist_medium_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fd, "mountain_bicyclist_tone3" ); - name( R.drawable.emj_1f6b5_1f3fd_200d_2640_fe0f, "woman_mountain_biking_medium_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fd_200d_2640_fe0f, "woman_mountain_biking_tone3" ); + name( "sleuth_or_spy_tone5", R.drawable.emj_1f575_1f3ff, "\ud83d\udd75\ud83c\udfff" ); + name( "slight_frown", R.drawable.emj_1f641, "\ud83d\ude41" ); + name( "slight_smile", R.drawable.emj_1f642, "\ud83d\ude42" ); + name( "slightly_frowning_face", R.drawable.emj_1f641, "\ud83d\ude41" ); + name( "slightly_smiling_face", R.drawable.emj_1f642, "\ud83d\ude42" ); + name( "slot_machine", R.drawable.emj_1f3b0, "\ud83c\udfb0" ); + name( "sm", R.drawable.emj_1f1f8_1f1f2, "\ud83c\uddf8\ud83c\uddf2" ); + name( "small_airplane", R.drawable.emj_1f6e9, "\ud83d\udee9" ); + name( "small_blue_diamond", R.drawable.emj_1f539, "\ud83d\udd39" ); + name( "small_orange_diamond", R.drawable.emj_1f538, "\ud83d\udd38" ); + name( "small_red_triangle", R.drawable.emj_1f53a, "\ud83d\udd3a" ); + name( "small_red_triangle_down", R.drawable.emj_1f53b, "\ud83d\udd3b" ); + name( "smile", R.drawable.emj_1f604, "\ud83d\ude04" ); + name( "smile_cat", R.drawable.emj_1f638, "\ud83d\ude38" ); + name( "smiley", R.drawable.emj_1f603, "\ud83d\ude03" ); + name( "smiley_cat", R.drawable.emj_1f63a, "\ud83d\ude3a" ); + name( "smiling_imp", R.drawable.emj_1f608, "\ud83d\ude08" ); + name( "smirk", R.drawable.emj_1f60f, "\ud83d\ude0f" ); + name( "smirk_cat", R.drawable.emj_1f63c, "\ud83d\ude3c" ); + name( "smoking", R.drawable.emj_1f6ac, "\ud83d\udeac" ); + name( "sn", R.drawable.emj_1f1f8_1f1f3, "\ud83c\uddf8\ud83c\uddf3" ); + name( "snail", R.drawable.emj_1f40c, "\ud83d\udc0c" ); + name( "snake", R.drawable.emj_1f40d, "\ud83d\udc0d" ); + name( "sneeze", R.drawable.emj_1f927, "\ud83e\udd27" ); + name( "sneezing_face", R.drawable.emj_1f927, "\ud83e\udd27" ); + name( "snow_capped_mountain", R.drawable.emj_1f3d4, "\ud83c\udfd4" ); + name( "snow_cloud", R.drawable.emj_1f328, "\ud83c\udf28" ); + name( "snowboarder", R.drawable.emj_1f3c2, "\ud83c\udfc2" ); + name( "snowboarder_dark_skin_tone", R.drawable.emj_1f3c2_1f3ff, "\ud83c\udfc2\ud83c\udfff" ); + name( "snowboarder_light_skin_tone", R.drawable.emj_1f3c2_1f3fb, "\ud83c\udfc2\ud83c\udffb" ); + name( "snowboarder_medium_dark_skin_tone", R.drawable.emj_1f3c2_1f3fe, "\ud83c\udfc2\ud83c\udffe" ); + name( "snowboarder_medium_light_skin_tone", R.drawable.emj_1f3c2_1f3fc, "\ud83c\udfc2\ud83c\udffc" ); + name( "snowboarder_medium_skin_tone", R.drawable.emj_1f3c2_1f3fd, "\ud83c\udfc2\ud83c\udffd" ); + name( "snowboarder_tone1", R.drawable.emj_1f3c2_1f3fb, "\ud83c\udfc2\ud83c\udffb" ); + name( "snowboarder_tone2", R.drawable.emj_1f3c2_1f3fc, "\ud83c\udfc2\ud83c\udffc" ); + name( "snowboarder_tone3", R.drawable.emj_1f3c2_1f3fd, "\ud83c\udfc2\ud83c\udffd" ); + name( "snowboarder_tone4", R.drawable.emj_1f3c2_1f3fe, "\ud83c\udfc2\ud83c\udffe" ); + name( "snowboarder_tone5", R.drawable.emj_1f3c2_1f3ff, "\ud83c\udfc2\ud83c\udfff" ); + name( "snowflake", R.drawable.emj_2744, "\u2744" ); + name( "snowman", R.drawable.emj_26c4, "\u26c4" ); + name( "snowman2", R.drawable.emj_2603, "\u2603" ); + name( "snowman_without_snow", R.drawable.emj_26c4, "\u26c4" ); + name( "so", R.drawable.emj_1f1f8_1f1f4, "\ud83c\uddf8\ud83c\uddf4" ); + name( "sob", R.drawable.emj_1f62d, "\ud83d\ude2d" ); + name( "soccer", R.drawable.emj_26bd, "\u26bd" ); + name( "soon", R.drawable.emj_1f51c, "\ud83d\udd1c" ); + name( "sos", R.drawable.emj_1f198, "\ud83c\udd98" ); + name( "sound", R.drawable.emj_1f509, "\ud83d\udd09" ); + name( "space_invader", R.drawable.emj_1f47e, "\ud83d\udc7e" ); + name( "spades", R.drawable.emj_2660, "\u2660" ); + name( "spaghetti", R.drawable.emj_1f35d, "\ud83c\udf5d" ); + name( "sparkle", R.drawable.emj_2747, "\u2747" ); + name( "sparkler", R.drawable.emj_1f387, "\ud83c\udf87" ); + name( "sparkles", R.drawable.emj_2728, "\u2728" ); + name( "sparkling_heart", R.drawable.emj_1f496, "\ud83d\udc96" ); + name( "speak_no_evil", R.drawable.emj_1f64a, "\ud83d\ude4a" ); + name( "speaker", R.drawable.emj_1f508, "\ud83d\udd08" ); + name( "speaking_head", R.drawable.emj_1f5e3, "\ud83d\udde3" ); + name( "speaking_head_in_silhouette", R.drawable.emj_1f5e3, "\ud83d\udde3" ); + name( "speech_balloon", R.drawable.emj_1f4ac, "\ud83d\udcac" ); + name( "speech_left", R.drawable.emj_1f5e8, "\ud83d\udde8" ); + name( "speedboat", R.drawable.emj_1f6a4, "\ud83d\udea4" ); + name( "spider", R.drawable.emj_1f577, "\ud83d\udd77" ); + name( "spider_web", R.drawable.emj_1f578, "\ud83d\udd78" ); + name( "spiral_calendar_pad", R.drawable.emj_1f5d3, "\ud83d\uddd3" ); + name( "spiral_note_pad", R.drawable.emj_1f5d2, "\ud83d\uddd2" ); + name( "spock_hand", R.drawable.emj_1f596, "\ud83d\udd96" ); + name( "spock_hand_dark_skin_tone", R.drawable.emj_1f596_1f3ff, "\ud83d\udd96\ud83c\udfff" ); + name( "spock_hand_light_skin_tone", R.drawable.emj_1f596_1f3fb, "\ud83d\udd96\ud83c\udffb" ); + name( "spock_hand_medium_dark_skin_tone", R.drawable.emj_1f596_1f3fe, "\ud83d\udd96\ud83c\udffe" ); + name( "spock_hand_medium_light_skin_tone", R.drawable.emj_1f596_1f3fc, "\ud83d\udd96\ud83c\udffc" ); + name( "spock_hand_medium_skin_tone", R.drawable.emj_1f596_1f3fd, "\ud83d\udd96\ud83c\udffd" ); + name( "spock_hand_tone1", R.drawable.emj_1f596_1f3fb, "\ud83d\udd96\ud83c\udffb" ); + name( "spock_hand_tone2", R.drawable.emj_1f596_1f3fc, "\ud83d\udd96\ud83c\udffc" ); + name( "spock_hand_tone3", R.drawable.emj_1f596_1f3fd, "\ud83d\udd96\ud83c\udffd" ); + name( "spock_hand_tone4", R.drawable.emj_1f596_1f3fe, "\ud83d\udd96\ud83c\udffe" ); + name( "spock_hand_tone5", R.drawable.emj_1f596_1f3ff, "\ud83d\udd96\ud83c\udfff" ); + name( "spoon", R.drawable.emj_1f944, "\ud83e\udd44" ); + name( "sports_medal", R.drawable.emj_1f3c5, "\ud83c\udfc5" ); + name( "spy", R.drawable.emj_1f575, "\ud83d\udd75" ); + name( "spy_tone1", R.drawable.emj_1f575_1f3fb, "\ud83d\udd75\ud83c\udffb" ); + name( "spy_tone2", R.drawable.emj_1f575_1f3fc, "\ud83d\udd75\ud83c\udffc" ); + name( "spy_tone3", R.drawable.emj_1f575_1f3fd, "\ud83d\udd75\ud83c\udffd" ); + name( "spy_tone4", R.drawable.emj_1f575_1f3fe, "\ud83d\udd75\ud83c\udffe" ); + name( "spy_tone5", R.drawable.emj_1f575_1f3ff, "\ud83d\udd75\ud83c\udfff" ); + name( "squid", R.drawable.emj_1f991, "\ud83e\udd91" ); + name( "sr", R.drawable.emj_1f1f8_1f1f7, "\ud83c\uddf8\ud83c\uddf7" ); + name( "ss", R.drawable.emj_1f1f8_1f1f8, "\ud83c\uddf8\ud83c\uddf8" ); + name( "st", R.drawable.emj_1f1f8_1f1f9, "\ud83c\uddf8\ud83c\uddf9" ); + name( "stadium", R.drawable.emj_1f3df, "\ud83c\udfdf" ); + name( "staff_of_aesculapius", R.drawable.emj_2695, "\u2695" ); + name( "star", R.drawable.emj_2b50, "\u2b50" ); + name( "star2", R.drawable.emj_1f31f, "\ud83c\udf1f" ); + name( "star_and_crescent", R.drawable.emj_262a, "\u262a" ); + name( "star_of_david", R.drawable.emj_2721, "\u2721" ); + name( "stars", R.drawable.emj_1f320, "\ud83c\udf20" ); + name( "station", R.drawable.emj_1f689, "\ud83d\ude89" ); + name( "statue_of_liberty", R.drawable.emj_1f5fd, "\ud83d\uddfd" ); + name( "steam_locomotive", R.drawable.emj_1f682, "\ud83d\ude82" ); + name( "stew", R.drawable.emj_1f372, "\ud83c\udf72" ); + name( "stop_button", R.drawable.emj_23f9, "\u23f9" ); } private static void init90(){ - name( R.drawable.emj_1f6b5_1f3fd_200d_2642_fe0f, "man_mountain_biking_medium_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fd_200d_2642_fe0f, "man_mountain_biking_tone3" ); - name( R.drawable.emj_1f6b5_1f3fe, "mountain_bicyclist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fe, "mountain_bicyclist_tone4" ); - name( R.drawable.emj_1f6b5_1f3fe_200d_2640_fe0f, "woman_mountain_biking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fe_200d_2640_fe0f, "woman_mountain_biking_tone4" ); - name( R.drawable.emj_1f6b5_1f3fe_200d_2642_fe0f, "man_mountain_biking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3fe_200d_2642_fe0f, "man_mountain_biking_tone4" ); - name( R.drawable.emj_1f6b5_1f3ff, "mountain_bicyclist_dark_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3ff, "mountain_bicyclist_tone5" ); - name( R.drawable.emj_1f6b5_1f3ff_200d_2640_fe0f, "woman_mountain_biking_dark_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3ff_200d_2640_fe0f, "woman_mountain_biking_tone5" ); - name( R.drawable.emj_1f6b5_1f3ff_200d_2642_fe0f, "man_mountain_biking_dark_skin_tone" ); - name( R.drawable.emj_1f6b5_1f3ff_200d_2642_fe0f, "man_mountain_biking_tone5" ); - name( R.drawable.emj_1f6b5_200d_2640_fe0f, "woman_mountain_biking" ); - name( R.drawable.emj_1f6b5_200d_2642_fe0f, "man_mountain_biking" ); - name( R.drawable.emj_1f6b6, "walking" ); - name( R.drawable.emj_1f6b6_1f3fb, "walking_light_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fb, "walking_tone1" ); - name( R.drawable.emj_1f6b6_1f3fb_200d_2640_fe0f, "woman_walking_light_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fb_200d_2640_fe0f, "woman_walking_tone1" ); - name( R.drawable.emj_1f6b6_1f3fb_200d_2642_fe0f, "man_walking_light_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fb_200d_2642_fe0f, "man_walking_tone1" ); - name( R.drawable.emj_1f6b6_1f3fc, "walking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fc, "walking_tone2" ); - name( R.drawable.emj_1f6b6_1f3fc_200d_2640_fe0f, "woman_walking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fc_200d_2640_fe0f, "woman_walking_tone2" ); - name( R.drawable.emj_1f6b6_1f3fc_200d_2642_fe0f, "man_walking_medium_light_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fc_200d_2642_fe0f, "man_walking_tone2" ); - name( R.drawable.emj_1f6b6_1f3fd, "walking_medium_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fd, "walking_tone3" ); - name( R.drawable.emj_1f6b6_1f3fd_200d_2640_fe0f, "woman_walking_medium_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fd_200d_2640_fe0f, "woman_walking_tone3" ); - name( R.drawable.emj_1f6b6_1f3fd_200d_2642_fe0f, "man_walking_medium_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fd_200d_2642_fe0f, "man_walking_tone3" ); - name( R.drawable.emj_1f6b6_1f3fe, "walking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fe, "walking_tone4" ); - name( R.drawable.emj_1f6b6_1f3fe_200d_2640_fe0f, "woman_walking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fe_200d_2640_fe0f, "woman_walking_tone4" ); - name( R.drawable.emj_1f6b6_1f3fe_200d_2642_fe0f, "man_walking_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3fe_200d_2642_fe0f, "man_walking_tone4" ); - name( R.drawable.emj_1f6b6_1f3ff, "walking_dark_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3ff, "walking_tone5" ); - name( R.drawable.emj_1f6b6_1f3ff_200d_2640_fe0f, "woman_walking_dark_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3ff_200d_2640_fe0f, "woman_walking_tone5" ); - name( R.drawable.emj_1f6b6_1f3ff_200d_2642_fe0f, "man_walking_dark_skin_tone" ); - name( R.drawable.emj_1f6b6_1f3ff_200d_2642_fe0f, "man_walking_tone5" ); - name( R.drawable.emj_1f6b6_200d_2640_fe0f, "woman_walking" ); - name( R.drawable.emj_1f6b6_200d_2642_fe0f, "man_walking" ); - name( R.drawable.emj_1f6b7, "no_pedestrians" ); - name( R.drawable.emj_1f6b8, "children_crossing" ); - name( R.drawable.emj_1f6b9, "mens" ); - name( R.drawable.emj_1f6ba, "womens" ); - name( R.drawable.emj_1f6bb, "restroom" ); - name( R.drawable.emj_1f6bc, "baby_symbol" ); - name( R.drawable.emj_1f6bd, "toilet" ); - name( R.drawable.emj_1f6be, "wc" ); - name( R.drawable.emj_1f6bf, "shower" ); - name( R.drawable.emj_1f6c0, "bath" ); - name( R.drawable.emj_1f6c0_1f3fb, "bath_light_skin_tone" ); - name( R.drawable.emj_1f6c0_1f3fb, "bath_tone1" ); - name( R.drawable.emj_1f6c0_1f3fc, "bath_medium_light_skin_tone" ); - name( R.drawable.emj_1f6c0_1f3fc, "bath_tone2" ); - name( R.drawable.emj_1f6c0_1f3fd, "bath_medium_skin_tone" ); - name( R.drawable.emj_1f6c0_1f3fd, "bath_tone3" ); - name( R.drawable.emj_1f6c0_1f3fe, "bath_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6c0_1f3fe, "bath_tone4" ); - name( R.drawable.emj_1f6c0_1f3ff, "bath_dark_skin_tone" ); - name( R.drawable.emj_1f6c0_1f3ff, "bath_tone5" ); - name( R.drawable.emj_1f6c1, "bathtub" ); - name( R.drawable.emj_1f6c2, "passport_control" ); - name( R.drawable.emj_1f6c3, "customs" ); - name( R.drawable.emj_1f6c4, "baggage_claim" ); - name( R.drawable.emj_1f6c5, "left_luggage" ); - name( R.drawable.emj_1f6cb, "couch" ); - name( R.drawable.emj_1f6cb, "couch_and_lamp" ); - name( R.drawable.emj_1f6cc, "sleeping_accommodation" ); - name( R.drawable.emj_1f6cc_1f3fb, "person_in_bed_light_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fb, "person_in_bed_tone1" ); - name( R.drawable.emj_1f6cc_1f3fb, "sleeping_accommodation_light_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fb, "sleeping_accommodation_tone1" ); - name( R.drawable.emj_1f6cc_1f3fc, "person_in_bed_medium_light_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fc, "person_in_bed_tone2" ); - name( R.drawable.emj_1f6cc_1f3fc, "sleeping_accommodation_medium_light_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fc, "sleeping_accommodation_tone2" ); - name( R.drawable.emj_1f6cc_1f3fd, "person_in_bed_medium_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fd, "person_in_bed_tone3" ); - name( R.drawable.emj_1f6cc_1f3fd, "sleeping_accommodation_medium_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fd, "sleeping_accommodation_tone3" ); - name( R.drawable.emj_1f6cc_1f3fe, "person_in_bed_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fe, "person_in_bed_tone4" ); - name( R.drawable.emj_1f6cc_1f3fe, "sleeping_accommodation_medium_dark_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3fe, "sleeping_accommodation_tone4" ); - name( R.drawable.emj_1f6cc_1f3ff, "person_in_bed_dark_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3ff, "person_in_bed_tone5" ); - name( R.drawable.emj_1f6cc_1f3ff, "sleeping_accommodation_dark_skin_tone" ); - name( R.drawable.emj_1f6cc_1f3ff, "sleeping_accommodation_tone5" ); - name( R.drawable.emj_1f6cd, "shopping_bags" ); - name( R.drawable.emj_1f6ce, "bellhop" ); - name( R.drawable.emj_1f6ce, "bellhop_bell" ); - name( R.drawable.emj_1f6cf, "bed" ); + name( "stop_sign", R.drawable.emj_1f6d1, "\ud83d\uded1" ); + name( "stopwatch", R.drawable.emj_23f1, "\u23f1" ); + name( "straight_ruler", R.drawable.emj_1f4cf, "\ud83d\udccf" ); + name( "strawberry", R.drawable.emj_1f353, "\ud83c\udf53" ); + name( "stuck_out_tongue", R.drawable.emj_1f61b, "\ud83d\ude1b" ); + name( "stuck_out_tongue_closed_eyes", R.drawable.emj_1f61d, "\ud83d\ude1d" ); + name( "stuck_out_tongue_winking_eye", R.drawable.emj_1f61c, "\ud83d\ude1c" ); + name( "studio_microphone", R.drawable.emj_1f399, "\ud83c\udf99" ); + name( "stuffed_flatbread", R.drawable.emj_1f959, "\ud83e\udd59" ); + name( "stuffed_pita", R.drawable.emj_1f959, "\ud83e\udd59" ); + name( "sun_behind_cloud", R.drawable.emj_1f325, "\ud83c\udf25" ); + name( "sun_behind_rain_cloud", R.drawable.emj_1f326, "\ud83c\udf26" ); + name( "sun_small_cloud", R.drawable.emj_1f324, "\ud83c\udf24" ); + name( "sun_with_face", R.drawable.emj_1f31e, "\ud83c\udf1e" ); + name( "sunflower", R.drawable.emj_1f33b, "\ud83c\udf3b" ); + name( "sunglasses", R.drawable.emj_1f60e, "\ud83d\ude0e" ); + name( "sunny", R.drawable.emj_2600, "\u2600" ); + name( "sunrise", R.drawable.emj_1f305, "\ud83c\udf05" ); + name( "sunrise_over_mountains", R.drawable.emj_1f304, "\ud83c\udf04" ); + name( "surfer", R.drawable.emj_1f3c4, "\ud83c\udfc4" ); + name( "surfer_dark_skin_tone", R.drawable.emj_1f3c4_1f3ff, "\ud83c\udfc4\ud83c\udfff" ); + name( "surfer_light_skin_tone", R.drawable.emj_1f3c4_1f3fb, "\ud83c\udfc4\ud83c\udffb" ); + name( "surfer_medium_dark_skin_tone", R.drawable.emj_1f3c4_1f3fe, "\ud83c\udfc4\ud83c\udffe" ); + name( "surfer_medium_light_skin_tone", R.drawable.emj_1f3c4_1f3fc, "\ud83c\udfc4\ud83c\udffc" ); + name( "surfer_medium_skin_tone", R.drawable.emj_1f3c4_1f3fd, "\ud83c\udfc4\ud83c\udffd" ); + name( "surfer_tone1", R.drawable.emj_1f3c4_1f3fb, "\ud83c\udfc4\ud83c\udffb" ); + name( "surfer_tone2", R.drawable.emj_1f3c4_1f3fc, "\ud83c\udfc4\ud83c\udffc" ); + name( "surfer_tone3", R.drawable.emj_1f3c4_1f3fd, "\ud83c\udfc4\ud83c\udffd" ); + name( "surfer_tone4", R.drawable.emj_1f3c4_1f3fe, "\ud83c\udfc4\ud83c\udffe" ); + name( "surfer_tone5", R.drawable.emj_1f3c4_1f3ff, "\ud83c\udfc4\ud83c\udfff" ); + name( "sushi", R.drawable.emj_1f363, "\ud83c\udf63" ); + name( "suspension_railway", R.drawable.emj_1f69f, "\ud83d\ude9f" ); + name( "sv", R.drawable.emj_1f1f8_1f1fb, "\ud83c\uddf8\ud83c\uddfb" ); + name( "sweat", R.drawable.emj_1f613, "\ud83d\ude13" ); + name( "sweat_drops", R.drawable.emj_1f4a6, "\ud83d\udca6" ); + name( "sweat_smile", R.drawable.emj_1f605, "\ud83d\ude05" ); + name( "sweet_potato", R.drawable.emj_1f360, "\ud83c\udf60" ); + name( "swimmer", R.drawable.emj_1f3ca, "\ud83c\udfca" ); + name( "swimmer_dark_skin_tone", R.drawable.emj_1f3ca_1f3ff, "\ud83c\udfca\ud83c\udfff" ); + name( "swimmer_light_skin_tone", R.drawable.emj_1f3ca_1f3fb, "\ud83c\udfca\ud83c\udffb" ); + name( "swimmer_medium_dark_skin_tone", R.drawable.emj_1f3ca_1f3fe, "\ud83c\udfca\ud83c\udffe" ); + name( "swimmer_medium_light_skin_tone", R.drawable.emj_1f3ca_1f3fc, "\ud83c\udfca\ud83c\udffc" ); + name( "swimmer_medium_skin_tone", R.drawable.emj_1f3ca_1f3fd, "\ud83c\udfca\ud83c\udffd" ); + name( "swimmer_tone1", R.drawable.emj_1f3ca_1f3fb, "\ud83c\udfca\ud83c\udffb" ); + name( "swimmer_tone2", R.drawable.emj_1f3ca_1f3fc, "\ud83c\udfca\ud83c\udffc" ); + name( "swimmer_tone3", R.drawable.emj_1f3ca_1f3fd, "\ud83c\udfca\ud83c\udffd" ); + name( "swimmer_tone4", R.drawable.emj_1f3ca_1f3fe, "\ud83c\udfca\ud83c\udffe" ); + name( "swimmer_tone5", R.drawable.emj_1f3ca_1f3ff, "\ud83c\udfca\ud83c\udfff" ); + name( "sx", R.drawable.emj_1f1f8_1f1fd, "\ud83c\uddf8\ud83c\uddfd" ); + name( "sy", R.drawable.emj_1f1f8_1f1fe, "\ud83c\uddf8\ud83c\uddfe" ); + name( "symbols", R.drawable.emj_1f523, "\ud83d\udd23" ); + name( "synagogue", R.drawable.emj_1f54d, "\ud83d\udd4d" ); + name( "syringe", R.drawable.emj_1f489, "\ud83d\udc89" ); + name( "sz", R.drawable.emj_1f1f8_1f1ff, "\ud83c\uddf8\ud83c\uddff" ); + name( "ta", R.drawable.emj_1f1f9_1f1e6, "\ud83c\uddf9\ud83c\udde6" ); + name( "table_tennis", R.drawable.emj_1f3d3, "\ud83c\udfd3" ); + name( "table_tennis_paddle_and_ball", R.drawable.emj_1f3d3, "\ud83c\udfd3" ); + name( "taco", R.drawable.emj_1f32e, "\ud83c\udf2e" ); + name( "tada", R.drawable.emj_1f389, "\ud83c\udf89" ); + name( "tanabata_tree", R.drawable.emj_1f38b, "\ud83c\udf8b" ); + name( "tangerine", R.drawable.emj_1f34a, "\ud83c\udf4a" ); + name( "taurus", R.drawable.emj_2649, "\u2649" ); + name( "taxi", R.drawable.emj_1f695, "\ud83d\ude95" ); + name( "tc", R.drawable.emj_1f1f9_1f1e8, "\ud83c\uddf9\ud83c\udde8" ); + name( "td", R.drawable.emj_1f1f9_1f1e9, "\ud83c\uddf9\ud83c\udde9" ); + name( "tea", R.drawable.emj_1f375, "\ud83c\udf75" ); + name( "telephone", R.drawable.emj_260e, "\u260e" ); + name( "telephone_receiver", R.drawable.emj_1f4de, "\ud83d\udcde" ); + name( "telescope", R.drawable.emj_1f52d, "\ud83d\udd2d" ); + name( "tennis", R.drawable.emj_1f3be, "\ud83c\udfbe" ); + name( "tent", R.drawable.emj_26fa, "\u26fa" ); + name( "tf", R.drawable.emj_1f1f9_1f1eb, "\ud83c\uddf9\ud83c\uddeb" ); + name( "tg", R.drawable.emj_1f1f9_1f1ec, "\ud83c\uddf9\ud83c\uddec" ); + name( "th", R.drawable.emj_1f1f9_1f1ed, "\ud83c\uddf9\ud83c\udded" ); + name( "the_horns", R.drawable.emj_1f918, "\ud83e\udd18" ); + name( "the_horns_dark_skin_tone", R.drawable.emj_1f918_1f3ff, "\ud83e\udd18\ud83c\udfff" ); + name( "the_horns_light_skin_tone", R.drawable.emj_1f918_1f3fb, "\ud83e\udd18\ud83c\udffb" ); + name( "the_horns_medium_dark_skin_tone", R.drawable.emj_1f918_1f3fe, "\ud83e\udd18\ud83c\udffe" ); + name( "the_horns_medium_light_skin_tone", R.drawable.emj_1f918_1f3fc, "\ud83e\udd18\ud83c\udffc" ); + name( "the_horns_medium_skin_tone", R.drawable.emj_1f918_1f3fd, "\ud83e\udd18\ud83c\udffd" ); + name( "the_horns_tone1", R.drawable.emj_1f918_1f3fb, "\ud83e\udd18\ud83c\udffb" ); + name( "the_horns_tone2", R.drawable.emj_1f918_1f3fc, "\ud83e\udd18\ud83c\udffc" ); + name( "the_horns_tone3", R.drawable.emj_1f918_1f3fd, "\ud83e\udd18\ud83c\udffd" ); + name( "the_horns_tone4", R.drawable.emj_1f918_1f3fe, "\ud83e\udd18\ud83c\udffe" ); + name( "the_horns_tone5", R.drawable.emj_1f918_1f3ff, "\ud83e\udd18\ud83c\udfff" ); + name( "thermometer", R.drawable.emj_1f321, "\ud83c\udf21" ); + name( "thermometer_face", R.drawable.emj_1f912, "\ud83e\udd12" ); + name( "thinking", R.drawable.emj_1f914, "\ud83e\udd14" ); + name( "thinking_face", R.drawable.emj_1f914, "\ud83e\udd14" ); + name( "third_place", R.drawable.emj_1f949, "\ud83e\udd49" ); + name( "third_place_medal", R.drawable.emj_1f949, "\ud83e\udd49" ); + name( "thought_balloon", R.drawable.emj_1f4ad, "\ud83d\udcad" ); + name( "three", R.drawable.emj_0033_20e3, "\u0033\u20e3" ); + name( "three_button_mouse", R.drawable.emj_1f5b1, "\ud83d\uddb1" ); + name( "thumbdown", R.drawable.emj_1f44e, "\ud83d\udc4e" ); + name( "thumbdown_tone1", R.drawable.emj_1f44e_1f3fb, "\ud83d\udc4e\ud83c\udffb" ); + name( "thumbdown_tone2", R.drawable.emj_1f44e_1f3fc, "\ud83d\udc4e\ud83c\udffc" ); + name( "thumbdown_tone3", R.drawable.emj_1f44e_1f3fd, "\ud83d\udc4e\ud83c\udffd" ); + name( "thumbdown_tone4", R.drawable.emj_1f44e_1f3fe, "\ud83d\udc4e\ud83c\udffe" ); + name( "thumbdown_tone5", R.drawable.emj_1f44e_1f3ff, "\ud83d\udc4e\ud83c\udfff" ); + name( "thumbsdown", R.drawable.emj_1f44e, "\ud83d\udc4e" ); } private static void init91(){ - name( R.drawable.emj_1f6d0, "place_of_worship" ); - name( R.drawable.emj_1f6d0, "worship_symbol" ); - name( R.drawable.emj_1f6d1, "octagonal_sign" ); - name( R.drawable.emj_1f6d1, "stop_sign" ); - name( R.drawable.emj_1f6d2, "shopping_cart" ); - name( R.drawable.emj_1f6d2, "shopping_trolley" ); - name( R.drawable.emj_1f6e0, "hammer_and_wrench" ); - name( R.drawable.emj_1f6e0, "tools" ); - name( R.drawable.emj_1f6e1, "shield" ); - name( R.drawable.emj_1f6e2, "oil" ); - name( R.drawable.emj_1f6e2, "oil_drum" ); - name( R.drawable.emj_1f6e3, "motorway" ); - name( R.drawable.emj_1f6e4, "railroad_track" ); - name( R.drawable.emj_1f6e4, "railway_track" ); - name( R.drawable.emj_1f6e5, "motor_boat" ); - name( R.drawable.emj_1f6e5, "motorboat" ); - name( R.drawable.emj_1f6e9, "airplane_small" ); - name( R.drawable.emj_1f6e9, "small_airplane" ); - name( R.drawable.emj_1f6eb, "airplane_departure" ); - name( R.drawable.emj_1f6ec, "airplane_arriving" ); - name( R.drawable.emj_1f6f0, "satellite" ); - name( R.drawable.emj_1f6f0, "satellite_orbital" ); - name( R.drawable.emj_1f6f3, "cruise_ship" ); - name( R.drawable.emj_1f6f3, "passenger_ship" ); - name( R.drawable.emj_1f6f4, "scooter" ); - name( R.drawable.emj_1f6f5, "motor_scooter" ); - name( R.drawable.emj_1f6f5, "motorbike" ); - name( R.drawable.emj_1f6f6, "canoe" ); - name( R.drawable.emj_1f6f6, "kayak" ); - name( R.drawable.emj_1f910, "zipper_mouth" ); - name( R.drawable.emj_1f910, "zipper_mouth_face" ); - name( R.drawable.emj_1f911, "money_mouth" ); - name( R.drawable.emj_1f911, "money_mouth_face" ); - name( R.drawable.emj_1f912, "face_with_thermometer" ); - name( R.drawable.emj_1f912, "thermometer_face" ); - name( R.drawable.emj_1f913, "nerd" ); - name( R.drawable.emj_1f913, "nerd_face" ); - name( R.drawable.emj_1f914, "thinking" ); - name( R.drawable.emj_1f914, "thinking_face" ); - name( R.drawable.emj_1f915, "face_with_head_bandage" ); - name( R.drawable.emj_1f915, "head_bandage" ); - name( R.drawable.emj_1f916, "robot" ); - name( R.drawable.emj_1f916, "robot_face" ); - name( R.drawable.emj_1f917, "hugging" ); - name( R.drawable.emj_1f917, "hugging_face" ); - name( R.drawable.emj_1f918, "metal" ); - name( R.drawable.emj_1f918, "sign_of_the_horns" ); - name( R.drawable.emj_1f918, "the_horns" ); - name( R.drawable.emj_1f918_1f3fb, "metal_tone1" ); - name( R.drawable.emj_1f918_1f3fb, "sign_of_the_horns_light_skin_tone" ); - name( R.drawable.emj_1f918_1f3fb, "sign_of_the_horns_tone1" ); - name( R.drawable.emj_1f918_1f3fb, "the_horns_light_skin_tone" ); - name( R.drawable.emj_1f918_1f3fb, "the_horns_tone1" ); - name( R.drawable.emj_1f918_1f3fc, "metal_tone2" ); - name( R.drawable.emj_1f918_1f3fc, "sign_of_the_horns_medium_light_skin_tone" ); - name( R.drawable.emj_1f918_1f3fc, "sign_of_the_horns_tone2" ); - name( R.drawable.emj_1f918_1f3fc, "the_horns_medium_light_skin_tone" ); - name( R.drawable.emj_1f918_1f3fc, "the_horns_tone2" ); - name( R.drawable.emj_1f918_1f3fd, "metal_tone3" ); - name( R.drawable.emj_1f918_1f3fd, "sign_of_the_horns_medium_skin_tone" ); - name( R.drawable.emj_1f918_1f3fd, "sign_of_the_horns_tone3" ); - name( R.drawable.emj_1f918_1f3fd, "the_horns_medium_skin_tone" ); - name( R.drawable.emj_1f918_1f3fd, "the_horns_tone3" ); - name( R.drawable.emj_1f918_1f3fe, "metal_tone4" ); - name( R.drawable.emj_1f918_1f3fe, "sign_of_the_horns_medium_dark_skin_tone" ); - name( R.drawable.emj_1f918_1f3fe, "sign_of_the_horns_tone4" ); - name( R.drawable.emj_1f918_1f3fe, "the_horns_medium_dark_skin_tone" ); - name( R.drawable.emj_1f918_1f3fe, "the_horns_tone4" ); - name( R.drawable.emj_1f918_1f3ff, "metal_tone5" ); - name( R.drawable.emj_1f918_1f3ff, "sign_of_the_horns_dark_skin_tone" ); - name( R.drawable.emj_1f918_1f3ff, "sign_of_the_horns_tone5" ); - name( R.drawable.emj_1f918_1f3ff, "the_horns_dark_skin_tone" ); - name( R.drawable.emj_1f918_1f3ff, "the_horns_tone5" ); - name( R.drawable.emj_1f919, "call_me" ); - name( R.drawable.emj_1f919, "call_me_hand" ); - name( R.drawable.emj_1f919_1f3fb, "call_me_hand_light_skin_tone" ); - name( R.drawable.emj_1f919_1f3fb, "call_me_hand_tone1" ); - name( R.drawable.emj_1f919_1f3fb, "call_me_tone1" ); - name( R.drawable.emj_1f919_1f3fc, "call_me_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f919_1f3fc, "call_me_hand_tone2" ); - name( R.drawable.emj_1f919_1f3fc, "call_me_tone2" ); - name( R.drawable.emj_1f919_1f3fd, "call_me_hand_medium_skin_tone" ); - name( R.drawable.emj_1f919_1f3fd, "call_me_hand_tone3" ); - name( R.drawable.emj_1f919_1f3fd, "call_me_tone3" ); - name( R.drawable.emj_1f919_1f3fe, "call_me_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f919_1f3fe, "call_me_hand_tone4" ); - name( R.drawable.emj_1f919_1f3fe, "call_me_tone4" ); - name( R.drawable.emj_1f919_1f3ff, "call_me_hand_dark_skin_tone" ); - name( R.drawable.emj_1f919_1f3ff, "call_me_hand_tone5" ); - name( R.drawable.emj_1f919_1f3ff, "call_me_tone5" ); - name( R.drawable.emj_1f91a, "back_of_hand" ); - name( R.drawable.emj_1f91a, "raised_back_of_hand" ); - name( R.drawable.emj_1f91a_1f3fb, "back_of_hand_tone1" ); - name( R.drawable.emj_1f91a_1f3fb, "raised_back_of_hand_light_skin_tone" ); - name( R.drawable.emj_1f91a_1f3fb, "raised_back_of_hand_tone1" ); - name( R.drawable.emj_1f91a_1f3fc, "back_of_hand_tone2" ); - name( R.drawable.emj_1f91a_1f3fc, "raised_back_of_hand_medium_light_skin_tone" ); - name( R.drawable.emj_1f91a_1f3fc, "raised_back_of_hand_tone2" ); - name( R.drawable.emj_1f91a_1f3fd, "back_of_hand_tone3" ); - name( R.drawable.emj_1f91a_1f3fd, "raised_back_of_hand_medium_skin_tone" ); - name( R.drawable.emj_1f91a_1f3fd, "raised_back_of_hand_tone3" ); + name( "thumbsdown_dark_skin_tone", R.drawable.emj_1f44e_1f3ff, "\ud83d\udc4e\ud83c\udfff" ); + name( "thumbsdown_light_skin_tone", R.drawable.emj_1f44e_1f3fb, "\ud83d\udc4e\ud83c\udffb" ); + name( "thumbsdown_medium_dark_skin_tone", R.drawable.emj_1f44e_1f3fe, "\ud83d\udc4e\ud83c\udffe" ); + name( "thumbsdown_medium_light_skin_tone", R.drawable.emj_1f44e_1f3fc, "\ud83d\udc4e\ud83c\udffc" ); + name( "thumbsdown_medium_skin_tone", R.drawable.emj_1f44e_1f3fd, "\ud83d\udc4e\ud83c\udffd" ); + name( "thumbsdown_tone1", R.drawable.emj_1f44e_1f3fb, "\ud83d\udc4e\ud83c\udffb" ); + name( "thumbsdown_tone2", R.drawable.emj_1f44e_1f3fc, "\ud83d\udc4e\ud83c\udffc" ); + name( "thumbsdown_tone3", R.drawable.emj_1f44e_1f3fd, "\ud83d\udc4e\ud83c\udffd" ); + name( "thumbsdown_tone4", R.drawable.emj_1f44e_1f3fe, "\ud83d\udc4e\ud83c\udffe" ); + name( "thumbsdown_tone5", R.drawable.emj_1f44e_1f3ff, "\ud83d\udc4e\ud83c\udfff" ); + name( "thumbsup", R.drawable.emj_1f44d, "\ud83d\udc4d" ); + name( "thumbsup_dark_skin_tone", R.drawable.emj_1f44d_1f3ff, "\ud83d\udc4d\ud83c\udfff" ); + name( "thumbsup_light_skin_tone", R.drawable.emj_1f44d_1f3fb, "\ud83d\udc4d\ud83c\udffb" ); + name( "thumbsup_medium_dark_skin_tone", R.drawable.emj_1f44d_1f3fe, "\ud83d\udc4d\ud83c\udffe" ); + name( "thumbsup_medium_light_skin_tone", R.drawable.emj_1f44d_1f3fc, "\ud83d\udc4d\ud83c\udffc" ); + name( "thumbsup_medium_skin_tone", R.drawable.emj_1f44d_1f3fd, "\ud83d\udc4d\ud83c\udffd" ); + name( "thumbsup_tone1", R.drawable.emj_1f44d_1f3fb, "\ud83d\udc4d\ud83c\udffb" ); + name( "thumbsup_tone2", R.drawable.emj_1f44d_1f3fc, "\ud83d\udc4d\ud83c\udffc" ); + name( "thumbsup_tone3", R.drawable.emj_1f44d_1f3fd, "\ud83d\udc4d\ud83c\udffd" ); + name( "thumbsup_tone4", R.drawable.emj_1f44d_1f3fe, "\ud83d\udc4d\ud83c\udffe" ); + name( "thumbsup_tone5", R.drawable.emj_1f44d_1f3ff, "\ud83d\udc4d\ud83c\udfff" ); + name( "thumbup", R.drawable.emj_1f44d, "\ud83d\udc4d" ); + name( "thumbup_tone1", R.drawable.emj_1f44d_1f3fb, "\ud83d\udc4d\ud83c\udffb" ); + name( "thumbup_tone2", R.drawable.emj_1f44d_1f3fc, "\ud83d\udc4d\ud83c\udffc" ); + name( "thumbup_tone3", R.drawable.emj_1f44d_1f3fd, "\ud83d\udc4d\ud83c\udffd" ); + name( "thumbup_tone4", R.drawable.emj_1f44d_1f3fe, "\ud83d\udc4d\ud83c\udffe" ); + name( "thumbup_tone5", R.drawable.emj_1f44d_1f3ff, "\ud83d\udc4d\ud83c\udfff" ); + name( "thunder_cloud_and_rain", R.drawable.emj_26c8, "\u26c8" ); + name( "thunder_cloud_rain", R.drawable.emj_26c8, "\u26c8" ); + name( "ticket", R.drawable.emj_1f3ab, "\ud83c\udfab" ); + name( "tickets", R.drawable.emj_1f39f, "\ud83c\udf9f" ); + name( "tiger", R.drawable.emj_1f42f, "\ud83d\udc2f" ); + name( "tiger2", R.drawable.emj_1f405, "\ud83d\udc05" ); + name( "timer", R.drawable.emj_23f2, "\u23f2" ); + name( "timer_clock", R.drawable.emj_23f2, "\u23f2" ); + name( "tired_face", R.drawable.emj_1f62b, "\ud83d\ude2b" ); + name( "tj", R.drawable.emj_1f1f9_1f1ef, "\ud83c\uddf9\ud83c\uddef" ); + name( "tk", R.drawable.emj_1f1f9_1f1f0, "\ud83c\uddf9\ud83c\uddf0" ); + name( "tl", R.drawable.emj_1f1f9_1f1f1, "\ud83c\uddf9\ud83c\uddf1" ); + name( "tm", R.drawable.emj_2122, "\u2122" ); + name( "tn", R.drawable.emj_1f1f9_1f1f3, "\ud83c\uddf9\ud83c\uddf3" ); + name( "to", R.drawable.emj_1f1f9_1f1f4, "\ud83c\uddf9\ud83c\uddf4" ); + name( "toilet", R.drawable.emj_1f6bd, "\ud83d\udebd" ); + name( "tokyo_tower", R.drawable.emj_1f5fc, "\ud83d\uddfc" ); + name( "tomato", R.drawable.emj_1f345, "\ud83c\udf45" ); + name( "tone1", R.drawable.emj_1f3fb, "\ud83c\udffb" ); + name( "tone2", R.drawable.emj_1f3fc, "\ud83c\udffc" ); + name( "tone3", R.drawable.emj_1f3fd, "\ud83c\udffd" ); + name( "tone4", R.drawable.emj_1f3fe, "\ud83c\udffe" ); + name( "tone5", R.drawable.emj_1f3ff, "\ud83c\udfff" ); + name( "tongue", R.drawable.emj_1f445, "\ud83d\udc45" ); + name( "tools", R.drawable.emj_1f6e0, "\ud83d\udee0" ); + name( "top", R.drawable.emj_1f51d, "\ud83d\udd1d" ); + name( "tophat", R.drawable.emj_1f3a9, "\ud83c\udfa9" ); + name( "tornado", R.drawable.emj_1f32a, "\ud83c\udf2a" ); + name( "tornado_cloud", R.drawable.emj_1f32a, "\ud83c\udf2a" ); + name( "tr", R.drawable.emj_1f1f9_1f1f7, "\ud83c\uddf9\ud83c\uddf7" ); + name( "track_next", R.drawable.emj_23ed, "\u23ed" ); + name( "track_previous", R.drawable.emj_23ee, "\u23ee" ); + name( "trackball", R.drawable.emj_1f5b2, "\ud83d\uddb2" ); + name( "tractor", R.drawable.emj_1f69c, "\ud83d\ude9c" ); + name( "traffic_light", R.drawable.emj_1f6a5, "\ud83d\udea5" ); + name( "train", R.drawable.emj_1f68b, "\ud83d\ude8b" ); + name( "train2", R.drawable.emj_1f686, "\ud83d\ude86" ); + name( "tram", R.drawable.emj_1f68a, "\ud83d\ude8a" ); + name( "triangular_flag_on_post", R.drawable.emj_1f6a9, "\ud83d\udea9" ); + name( "triangular_ruler", R.drawable.emj_1f4d0, "\ud83d\udcd0" ); + name( "trident", R.drawable.emj_1f531, "\ud83d\udd31" ); + name( "triumph", R.drawable.emj_1f624, "\ud83d\ude24" ); + name( "trolleybus", R.drawable.emj_1f68e, "\ud83d\ude8e" ); + name( "trophy", R.drawable.emj_1f3c6, "\ud83c\udfc6" ); + name( "tropical_drink", R.drawable.emj_1f379, "\ud83c\udf79" ); + name( "tropical_fish", R.drawable.emj_1f420, "\ud83d\udc20" ); + name( "truck", R.drawable.emj_1f69a, "\ud83d\ude9a" ); + name( "trumpet", R.drawable.emj_1f3ba, "\ud83c\udfba" ); + name( "tshirt", R.drawable.emj_1f455, "\ud83d\udc55" ); + name( "tt", R.drawable.emj_1f1f9_1f1f9, "\ud83c\uddf9\ud83c\uddf9" ); + name( "tulip", R.drawable.emj_1f337, "\ud83c\udf37" ); + name( "tumbler_glass", R.drawable.emj_1f943, "\ud83e\udd43" ); + name( "turkey", R.drawable.emj_1f983, "\ud83e\udd83" ); + name( "turkmenistan", R.drawable.emj_1f1f9_1f1f2, "\ud83c\uddf9\ud83c\uddf2" ); + name( "turtle", R.drawable.emj_1f422, "\ud83d\udc22" ); + name( "tuvalu", R.drawable.emj_1f1f9_1f1fb, "\ud83c\uddf9\ud83c\uddfb" ); + name( "tuxedo_tone1", R.drawable.emj_1f935_1f3fb, "\ud83e\udd35\ud83c\udffb" ); + name( "tuxedo_tone2", R.drawable.emj_1f935_1f3fc, "\ud83e\udd35\ud83c\udffc" ); + name( "tuxedo_tone3", R.drawable.emj_1f935_1f3fd, "\ud83e\udd35\ud83c\udffd" ); + name( "tuxedo_tone4", R.drawable.emj_1f935_1f3fe, "\ud83e\udd35\ud83c\udffe" ); + name( "tuxedo_tone5", R.drawable.emj_1f935_1f3ff, "\ud83e\udd35\ud83c\udfff" ); + name( "tv", R.drawable.emj_1f4fa, "\ud83d\udcfa" ); + name( "tw", R.drawable.emj_1f1f9_1f1fc, "\ud83c\uddf9\ud83c\uddfc" ); + name( "twisted_rightwards_arrows", R.drawable.emj_1f500, "\ud83d\udd00" ); + name( "two", R.drawable.emj_0032_20e3, "\u0032\u20e3" ); + name( "two_hearts", R.drawable.emj_1f495, "\ud83d\udc95" ); + name( "two_men_holding_hands", R.drawable.emj_1f46c, "\ud83d\udc6c" ); + name( "two_women_holding_hands", R.drawable.emj_1f46d, "\ud83d\udc6d" ); + name( "tz", R.drawable.emj_1f1f9_1f1ff, "\ud83c\uddf9\ud83c\uddff" ); + name( "u5272", R.drawable.emj_1f239, "\ud83c\ude39" ); + name( "u5408", R.drawable.emj_1f234, "\ud83c\ude34" ); + name( "u55b6", R.drawable.emj_1f23a, "\ud83c\ude3a" ); + name( "u6307", R.drawable.emj_1f22f, "\ud83c\ude2f" ); + name( "u6708", R.drawable.emj_1f237, "\ud83c\ude37" ); } private static void init92(){ - name( R.drawable.emj_1f91a_1f3fe, "back_of_hand_tone4" ); - name( R.drawable.emj_1f91a_1f3fe, "raised_back_of_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_1f91a_1f3fe, "raised_back_of_hand_tone4" ); - name( R.drawable.emj_1f91a_1f3ff, "back_of_hand_tone5" ); - name( R.drawable.emj_1f91a_1f3ff, "raised_back_of_hand_dark_skin_tone" ); - name( R.drawable.emj_1f91a_1f3ff, "raised_back_of_hand_tone5" ); - name( R.drawable.emj_1f91b, "left_facing_fist" ); - name( R.drawable.emj_1f91b, "left_fist" ); - name( R.drawable.emj_1f91b_1f3fb, "left_facing_fist_light_skin_tone" ); - name( R.drawable.emj_1f91b_1f3fb, "left_facing_fist_tone1" ); - name( R.drawable.emj_1f91b_1f3fb, "left_fist_tone1" ); - name( R.drawable.emj_1f91b_1f3fc, "left_facing_fist_medium_light_skin_tone" ); - name( R.drawable.emj_1f91b_1f3fc, "left_facing_fist_tone2" ); - name( R.drawable.emj_1f91b_1f3fc, "left_fist_tone2" ); - name( R.drawable.emj_1f91b_1f3fd, "left_facing_fist_medium_skin_tone" ); - name( R.drawable.emj_1f91b_1f3fd, "left_facing_fist_tone3" ); - name( R.drawable.emj_1f91b_1f3fd, "left_fist_tone3" ); - name( R.drawable.emj_1f91b_1f3fe, "left_facing_fist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f91b_1f3fe, "left_facing_fist_tone4" ); - name( R.drawable.emj_1f91b_1f3fe, "left_fist_tone4" ); - name( R.drawable.emj_1f91b_1f3ff, "left_facing_fist_dark_skin_tone" ); - name( R.drawable.emj_1f91b_1f3ff, "left_facing_fist_tone5" ); - name( R.drawable.emj_1f91b_1f3ff, "left_fist_tone5" ); - name( R.drawable.emj_1f91c, "right_facing_fist" ); - name( R.drawable.emj_1f91c, "right_fist" ); - name( R.drawable.emj_1f91c_1f3fb, "right_facing_fist_light_skin_tone" ); - name( R.drawable.emj_1f91c_1f3fb, "right_facing_fist_tone1" ); - name( R.drawable.emj_1f91c_1f3fb, "right_fist_tone1" ); - name( R.drawable.emj_1f91c_1f3fc, "right_facing_fist_medium_light_skin_tone" ); - name( R.drawable.emj_1f91c_1f3fc, "right_facing_fist_tone2" ); - name( R.drawable.emj_1f91c_1f3fc, "right_fist_tone2" ); - name( R.drawable.emj_1f91c_1f3fd, "right_facing_fist_medium_skin_tone" ); - name( R.drawable.emj_1f91c_1f3fd, "right_facing_fist_tone3" ); - name( R.drawable.emj_1f91c_1f3fd, "right_fist_tone3" ); - name( R.drawable.emj_1f91c_1f3fe, "right_facing_fist_medium_dark_skin_tone" ); - name( R.drawable.emj_1f91c_1f3fe, "right_facing_fist_tone4" ); - name( R.drawable.emj_1f91c_1f3fe, "right_fist_tone4" ); - name( R.drawable.emj_1f91c_1f3ff, "right_facing_fist_dark_skin_tone" ); - name( R.drawable.emj_1f91c_1f3ff, "right_facing_fist_tone5" ); - name( R.drawable.emj_1f91c_1f3ff, "right_fist_tone5" ); - name( R.drawable.emj_1f91d, "handshake" ); - name( R.drawable.emj_1f91d, "shaking_hands" ); - name( R.drawable.emj_1f91e, "fingers_crossed" ); - name( R.drawable.emj_1f91e, "hand_with_index_and_middle_finger_crossed" ); - name( R.drawable.emj_1f91e, "hand_with_index_and_middle_fingers_crossed" ); - name( R.drawable.emj_1f91e_1f3fb, "fingers_crossed_tone1" ); - name( R.drawable.emj_1f91e_1f3fb, "hand_with_index_and_middle_fingers_crossed_light_skin_tone" ); - name( R.drawable.emj_1f91e_1f3fb, "hand_with_index_and_middle_fingers_crossed_tone1" ); - name( R.drawable.emj_1f91e_1f3fc, "fingers_crossed_tone2" ); - name( R.drawable.emj_1f91e_1f3fc, "hand_with_index_and_middle_fingers_crossed_medium_light_skin_tone" ); - name( R.drawable.emj_1f91e_1f3fc, "hand_with_index_and_middle_fingers_crossed_tone2" ); - name( R.drawable.emj_1f91e_1f3fd, "fingers_crossed_tone3" ); - name( R.drawable.emj_1f91e_1f3fd, "hand_with_index_and_middle_fingers_crossed_medium_skin_tone" ); - name( R.drawable.emj_1f91e_1f3fd, "hand_with_index_and_middle_fingers_crossed_tone3" ); - name( R.drawable.emj_1f91e_1f3fe, "fingers_crossed_tone4" ); - name( R.drawable.emj_1f91e_1f3fe, "hand_with_index_and_middle_fingers_crossed_medium_dark_skin_tone" ); - name( R.drawable.emj_1f91e_1f3fe, "hand_with_index_and_middle_fingers_crossed_tone4" ); - name( R.drawable.emj_1f91e_1f3ff, "fingers_crossed_tone5" ); - name( R.drawable.emj_1f91e_1f3ff, "hand_with_index_and_middle_fingers_crossed_dark_skin_tone" ); - name( R.drawable.emj_1f91e_1f3ff, "hand_with_index_and_middle_fingers_crossed_tone5" ); - name( R.drawable.emj_1f920, "cowboy" ); - name( R.drawable.emj_1f920, "face_with_cowboy_hat" ); - name( R.drawable.emj_1f921, "clown" ); - name( R.drawable.emj_1f921, "clown_face" ); - name( R.drawable.emj_1f922, "nauseated_face" ); - name( R.drawable.emj_1f922, "sick" ); - name( R.drawable.emj_1f923, "rofl" ); - name( R.drawable.emj_1f923, "rolling_on_the_floor_laughing" ); - name( R.drawable.emj_1f924, "drool" ); - name( R.drawable.emj_1f924, "drooling_face" ); - name( R.drawable.emj_1f925, "liar" ); - name( R.drawable.emj_1f925, "lying_face" ); - name( R.drawable.emj_1f926, "face_palm" ); - name( R.drawable.emj_1f926, "facepalm" ); - name( R.drawable.emj_1f926_1f3fb, "face_palm_light_skin_tone" ); - name( R.drawable.emj_1f926_1f3fb, "face_palm_tone1" ); - name( R.drawable.emj_1f926_1f3fb, "facepalm_tone1" ); - name( R.drawable.emj_1f926_1f3fb_200d_2640_fe0f, "woman_facepalming_light_skin_tone" ); - name( R.drawable.emj_1f926_1f3fb_200d_2640_fe0f, "woman_facepalming_tone1" ); - name( R.drawable.emj_1f926_1f3fb_200d_2642_fe0f, "man_facepalming_light_skin_tone" ); - name( R.drawable.emj_1f926_1f3fb_200d_2642_fe0f, "man_facepalming_tone1" ); - name( R.drawable.emj_1f926_1f3fc, "face_palm_medium_light_skin_tone" ); - name( R.drawable.emj_1f926_1f3fc, "face_palm_tone2" ); - name( R.drawable.emj_1f926_1f3fc, "facepalm_tone2" ); - name( R.drawable.emj_1f926_1f3fc_200d_2640_fe0f, "woman_facepalming_medium_light_skin_tone" ); - name( R.drawable.emj_1f926_1f3fc_200d_2640_fe0f, "woman_facepalming_tone2" ); - name( R.drawable.emj_1f926_1f3fc_200d_2642_fe0f, "man_facepalming_medium_light_skin_tone" ); - name( R.drawable.emj_1f926_1f3fc_200d_2642_fe0f, "man_facepalming_tone2" ); - name( R.drawable.emj_1f926_1f3fd, "face_palm_medium_skin_tone" ); - name( R.drawable.emj_1f926_1f3fd, "face_palm_tone3" ); - name( R.drawable.emj_1f926_1f3fd, "facepalm_tone3" ); - name( R.drawable.emj_1f926_1f3fd_200d_2640_fe0f, "woman_facepalming_medium_skin_tone" ); - name( R.drawable.emj_1f926_1f3fd_200d_2640_fe0f, "woman_facepalming_tone3" ); - name( R.drawable.emj_1f926_1f3fd_200d_2642_fe0f, "man_facepalming_medium_skin_tone" ); - name( R.drawable.emj_1f926_1f3fd_200d_2642_fe0f, "man_facepalming_tone3" ); - name( R.drawable.emj_1f926_1f3fe, "face_palm_medium_dark_skin_tone" ); - name( R.drawable.emj_1f926_1f3fe, "face_palm_tone4" ); - name( R.drawable.emj_1f926_1f3fe, "facepalm_tone4" ); - name( R.drawable.emj_1f926_1f3fe_200d_2640_fe0f, "woman_facepalming_medium_dark_skin_tone" ); - name( R.drawable.emj_1f926_1f3fe_200d_2640_fe0f, "woman_facepalming_tone4" ); - name( R.drawable.emj_1f926_1f3fe_200d_2642_fe0f, "man_facepalming_medium_dark_skin_tone" ); + name( "u6709", R.drawable.emj_1f236, "\ud83c\ude36" ); + name( "u6e80", R.drawable.emj_1f235, "\ud83c\ude35" ); + name( "u7121", R.drawable.emj_1f21a, "\ud83c\ude1a" ); + name( "u7533", R.drawable.emj_1f238, "\ud83c\ude38" ); + name( "u7981", R.drawable.emj_1f232, "\ud83c\ude32" ); + name( "u7a7a", R.drawable.emj_1f233, "\ud83c\ude33" ); + name( "ua", R.drawable.emj_1f1fa_1f1e6, "\ud83c\uddfa\ud83c\udde6" ); + name( "ug", R.drawable.emj_1f1fa_1f1ec, "\ud83c\uddfa\ud83c\uddec" ); + name( "uk", R.drawable.emj_1f1ec_1f1e7, "\ud83c\uddec\ud83c\udde7" ); + name( "um", R.drawable.emj_1f1fa_1f1f2, "\ud83c\uddfa\ud83c\uddf2" ); + name( "umbrella", R.drawable.emj_2602, "\u2602" ); + name( "umbrella2", R.drawable.emj_2602, "\u2602" ); + name( "umbrella_on_ground", R.drawable.emj_26f1, "\u26f1" ); + name( "umbrella_with_rain_drops", R.drawable.emj_2614, "\u2614" ); + name( "unamused", R.drawable.emj_1f612, "\ud83d\ude12" ); + name( "underage", R.drawable.emj_1f51e, "\ud83d\udd1e" ); + name( "unicorn", R.drawable.emj_1f984, "\ud83e\udd84" ); + name( "unicorn_face", R.drawable.emj_1f984, "\ud83e\udd84" ); + name( "united_nations", R.drawable.emj_1f1fa_1f1f3, "\ud83c\uddfa\ud83c\uddf3" ); + name( "unlock", R.drawable.emj_1f513, "\ud83d\udd13" ); + name( "up", R.drawable.emj_1f199, "\ud83c\udd99" ); + name( "upside_down", R.drawable.emj_1f643, "\ud83d\ude43" ); + name( "upside_down_face", R.drawable.emj_1f643, "\ud83d\ude43" ); + name( "urn", R.drawable.emj_26b1, "\u26b1" ); + name( "us", R.drawable.emj_1f1fa_1f1f8, "\ud83c\uddfa\ud83c\uddf8" ); + name( "uy", R.drawable.emj_1f1fa_1f1fe, "\ud83c\uddfa\ud83c\uddfe" ); + name( "uz", R.drawable.emj_1f1fa_1f1ff, "\ud83c\uddfa\ud83c\uddff" ); + name( "v", R.drawable.emj_270c, "\u270c" ); + name( "v_dark_skin_tone", R.drawable.emj_270c_1f3ff, "\u270c\ud83c\udfff" ); + name( "v_light_skin_tone", R.drawable.emj_270c_1f3fb, "\u270c\ud83c\udffb" ); + name( "v_medium_dark_skin_tone", R.drawable.emj_270c_1f3fe, "\u270c\ud83c\udffe" ); + name( "v_medium_light_skin_tone", R.drawable.emj_270c_1f3fc, "\u270c\ud83c\udffc" ); + name( "v_medium_skin_tone", R.drawable.emj_270c_1f3fd, "\u270c\ud83c\udffd" ); + name( "v_tone1", R.drawable.emj_270c_1f3fb, "\u270c\ud83c\udffb" ); + name( "v_tone2", R.drawable.emj_270c_1f3fc, "\u270c\ud83c\udffc" ); + name( "v_tone3", R.drawable.emj_270c_1f3fd, "\u270c\ud83c\udffd" ); + name( "v_tone4", R.drawable.emj_270c_1f3fe, "\u270c\ud83c\udffe" ); + name( "v_tone5", R.drawable.emj_270c_1f3ff, "\u270c\ud83c\udfff" ); + name( "va", R.drawable.emj_1f1fb_1f1e6, "\ud83c\uddfb\ud83c\udde6" ); + name( "vc", R.drawable.emj_1f1fb_1f1e8, "\ud83c\uddfb\ud83c\udde8" ); + name( "ve", R.drawable.emj_1f1fb_1f1ea, "\ud83c\uddfb\ud83c\uddea" ); + name( "vertical_traffic_light", R.drawable.emj_1f6a6, "\ud83d\udea6" ); + name( "vg", R.drawable.emj_1f1fb_1f1ec, "\ud83c\uddfb\ud83c\uddec" ); + name( "vhs", R.drawable.emj_1f4fc, "\ud83d\udcfc" ); + name( "vi", R.drawable.emj_1f1fb_1f1ee, "\ud83c\uddfb\ud83c\uddee" ); + name( "vibration_mode", R.drawable.emj_1f4f3, "\ud83d\udcf3" ); + name( "video_camera", R.drawable.emj_1f4f9, "\ud83d\udcf9" ); + name( "video_game", R.drawable.emj_1f3ae, "\ud83c\udfae" ); + name( "violin", R.drawable.emj_1f3bb, "\ud83c\udfbb" ); + name( "virgo", R.drawable.emj_264d, "\u264d" ); + name( "vn", R.drawable.emj_1f1fb_1f1f3, "\ud83c\uddfb\ud83c\uddf3" ); + name( "volcano", R.drawable.emj_1f30b, "\ud83c\udf0b" ); + name( "volleyball", R.drawable.emj_1f3d0, "\ud83c\udfd0" ); + name( "vs", R.drawable.emj_1f19a, "\ud83c\udd9a" ); + name( "vu", R.drawable.emj_1f1fb_1f1fa, "\ud83c\uddfb\ud83c\uddfa" ); + name( "vulcan", R.drawable.emj_1f596, "\ud83d\udd96" ); + name( "vulcan_tone1", R.drawable.emj_1f596_1f3fb, "\ud83d\udd96\ud83c\udffb" ); + name( "vulcan_tone2", R.drawable.emj_1f596_1f3fc, "\ud83d\udd96\ud83c\udffc" ); + name( "vulcan_tone3", R.drawable.emj_1f596_1f3fd, "\ud83d\udd96\ud83c\udffd" ); + name( "vulcan_tone4", R.drawable.emj_1f596_1f3fe, "\ud83d\udd96\ud83c\udffe" ); + name( "vulcan_tone5", R.drawable.emj_1f596_1f3ff, "\ud83d\udd96\ud83c\udfff" ); + name( "walking", R.drawable.emj_1f6b6, "\ud83d\udeb6" ); + name( "walking_dark_skin_tone", R.drawable.emj_1f6b6_1f3ff, "\ud83d\udeb6\ud83c\udfff" ); + name( "walking_light_skin_tone", R.drawable.emj_1f6b6_1f3fb, "\ud83d\udeb6\ud83c\udffb" ); + name( "walking_medium_dark_skin_tone", R.drawable.emj_1f6b6_1f3fe, "\ud83d\udeb6\ud83c\udffe" ); + name( "walking_medium_light_skin_tone", R.drawable.emj_1f6b6_1f3fc, "\ud83d\udeb6\ud83c\udffc" ); + name( "walking_medium_skin_tone", R.drawable.emj_1f6b6_1f3fd, "\ud83d\udeb6\ud83c\udffd" ); + name( "walking_tone1", R.drawable.emj_1f6b6_1f3fb, "\ud83d\udeb6\ud83c\udffb" ); + name( "walking_tone2", R.drawable.emj_1f6b6_1f3fc, "\ud83d\udeb6\ud83c\udffc" ); + name( "walking_tone3", R.drawable.emj_1f6b6_1f3fd, "\ud83d\udeb6\ud83c\udffd" ); + name( "walking_tone4", R.drawable.emj_1f6b6_1f3fe, "\ud83d\udeb6\ud83c\udffe" ); + name( "walking_tone5", R.drawable.emj_1f6b6_1f3ff, "\ud83d\udeb6\ud83c\udfff" ); + name( "waning_crescent_moon", R.drawable.emj_1f318, "\ud83c\udf18" ); + name( "waning_gibbous_moon", R.drawable.emj_1f316, "\ud83c\udf16" ); + name( "warning", R.drawable.emj_26a0, "\u26a0" ); + name( "wastebasket", R.drawable.emj_1f5d1, "\ud83d\uddd1" ); + name( "watch", R.drawable.emj_231a, "\u231a" ); + name( "water_buffalo", R.drawable.emj_1f403, "\ud83d\udc03" ); + name( "water_polo", R.drawable.emj_1f93d, "\ud83e\udd3d" ); + name( "water_polo_dark_skin_tone", R.drawable.emj_1f93d_1f3ff, "\ud83e\udd3d\ud83c\udfff" ); + name( "water_polo_light_skin_tone", R.drawable.emj_1f93d_1f3fb, "\ud83e\udd3d\ud83c\udffb" ); + name( "water_polo_medium_dark_skin_tone", R.drawable.emj_1f93d_1f3fe, "\ud83e\udd3d\ud83c\udffe" ); + name( "water_polo_medium_light_skin_tone", R.drawable.emj_1f93d_1f3fc, "\ud83e\udd3d\ud83c\udffc" ); + name( "water_polo_medium_skin_tone", R.drawable.emj_1f93d_1f3fd, "\ud83e\udd3d\ud83c\udffd" ); + name( "water_polo_tone1", R.drawable.emj_1f93d_1f3fb, "\ud83e\udd3d\ud83c\udffb" ); + name( "water_polo_tone2", R.drawable.emj_1f93d_1f3fc, "\ud83e\udd3d\ud83c\udffc" ); + name( "water_polo_tone3", R.drawable.emj_1f93d_1f3fd, "\ud83e\udd3d\ud83c\udffd" ); + name( "water_polo_tone4", R.drawable.emj_1f93d_1f3fe, "\ud83e\udd3d\ud83c\udffe" ); + name( "water_polo_tone5", R.drawable.emj_1f93d_1f3ff, "\ud83e\udd3d\ud83c\udfff" ); + name( "watermelon", R.drawable.emj_1f349, "\ud83c\udf49" ); + name( "wave", R.drawable.emj_1f44b, "\ud83d\udc4b" ); + name( "wave_dark_skin_tone", R.drawable.emj_1f44b_1f3ff, "\ud83d\udc4b\ud83c\udfff" ); + name( "wave_light_skin_tone", R.drawable.emj_1f44b_1f3fb, "\ud83d\udc4b\ud83c\udffb" ); + name( "wave_medium_dark_skin_tone", R.drawable.emj_1f44b_1f3fe, "\ud83d\udc4b\ud83c\udffe" ); + name( "wave_medium_light_skin_tone", R.drawable.emj_1f44b_1f3fc, "\ud83d\udc4b\ud83c\udffc" ); + name( "wave_medium_skin_tone", R.drawable.emj_1f44b_1f3fd, "\ud83d\udc4b\ud83c\udffd" ); + name( "wave_tone1", R.drawable.emj_1f44b_1f3fb, "\ud83d\udc4b\ud83c\udffb" ); + name( "wave_tone2", R.drawable.emj_1f44b_1f3fc, "\ud83d\udc4b\ud83c\udffc" ); + name( "wave_tone3", R.drawable.emj_1f44b_1f3fd, "\ud83d\udc4b\ud83c\udffd" ); + name( "wave_tone4", R.drawable.emj_1f44b_1f3fe, "\ud83d\udc4b\ud83c\udffe" ); + name( "wave_tone5", R.drawable.emj_1f44b_1f3ff, "\ud83d\udc4b\ud83c\udfff" ); } private static void init93(){ - name( R.drawable.emj_1f926_1f3fe_200d_2642_fe0f, "man_facepalming_tone4" ); - name( R.drawable.emj_1f926_1f3ff, "face_palm_dark_skin_tone" ); - name( R.drawable.emj_1f926_1f3ff, "face_palm_tone5" ); - name( R.drawable.emj_1f926_1f3ff, "facepalm_tone5" ); - name( R.drawable.emj_1f926_1f3ff_200d_2640_fe0f, "woman_facepalming_dark_skin_tone" ); - name( R.drawable.emj_1f926_1f3ff_200d_2640_fe0f, "woman_facepalming_tone5" ); - name( R.drawable.emj_1f926_1f3ff_200d_2642_fe0f, "man_facepalming_dark_skin_tone" ); - name( R.drawable.emj_1f926_1f3ff_200d_2642_fe0f, "man_facepalming_tone5" ); - name( R.drawable.emj_1f926_200d_2640_fe0f, "woman_facepalming" ); - name( R.drawable.emj_1f926_200d_2642_fe0f, "man_facepalming" ); - name( R.drawable.emj_1f927, "sneeze" ); - name( R.drawable.emj_1f927, "sneezing_face" ); - name( R.drawable.emj_1f930, "expecting_woman" ); - name( R.drawable.emj_1f930, "pregnant_woman" ); - name( R.drawable.emj_1f930_1f3fb, "expecting_woman_tone1" ); - name( R.drawable.emj_1f930_1f3fb, "pregnant_woman_light_skin_tone" ); - name( R.drawable.emj_1f930_1f3fb, "pregnant_woman_tone1" ); - name( R.drawable.emj_1f930_1f3fc, "expecting_woman_tone2" ); - name( R.drawable.emj_1f930_1f3fc, "pregnant_woman_medium_light_skin_tone" ); - name( R.drawable.emj_1f930_1f3fc, "pregnant_woman_tone2" ); - name( R.drawable.emj_1f930_1f3fd, "expecting_woman_tone3" ); - name( R.drawable.emj_1f930_1f3fd, "pregnant_woman_medium_skin_tone" ); - name( R.drawable.emj_1f930_1f3fd, "pregnant_woman_tone3" ); - name( R.drawable.emj_1f930_1f3fe, "expecting_woman_tone4" ); - name( R.drawable.emj_1f930_1f3fe, "pregnant_woman_medium_dark_skin_tone" ); - name( R.drawable.emj_1f930_1f3fe, "pregnant_woman_tone4" ); - name( R.drawable.emj_1f930_1f3ff, "expecting_woman_tone5" ); - name( R.drawable.emj_1f930_1f3ff, "pregnant_woman_dark_skin_tone" ); - name( R.drawable.emj_1f930_1f3ff, "pregnant_woman_tone5" ); - name( R.drawable.emj_1f933, "selfie" ); - name( R.drawable.emj_1f933_1f3fb, "selfie_light_skin_tone" ); - name( R.drawable.emj_1f933_1f3fb, "selfie_tone1" ); - name( R.drawable.emj_1f933_1f3fc, "selfie_medium_light_skin_tone" ); - name( R.drawable.emj_1f933_1f3fc, "selfie_tone2" ); - name( R.drawable.emj_1f933_1f3fd, "selfie_medium_skin_tone" ); - name( R.drawable.emj_1f933_1f3fd, "selfie_tone3" ); - name( R.drawable.emj_1f933_1f3fe, "selfie_medium_dark_skin_tone" ); - name( R.drawable.emj_1f933_1f3fe, "selfie_tone4" ); - name( R.drawable.emj_1f933_1f3ff, "selfie_dark_skin_tone" ); - name( R.drawable.emj_1f933_1f3ff, "selfie_tone5" ); - name( R.drawable.emj_1f934, "prince" ); - name( R.drawable.emj_1f934_1f3fb, "prince_light_skin_tone" ); - name( R.drawable.emj_1f934_1f3fb, "prince_tone1" ); - name( R.drawable.emj_1f934_1f3fc, "prince_medium_light_skin_tone" ); - name( R.drawable.emj_1f934_1f3fc, "prince_tone2" ); - name( R.drawable.emj_1f934_1f3fd, "prince_medium_skin_tone" ); - name( R.drawable.emj_1f934_1f3fd, "prince_tone3" ); - name( R.drawable.emj_1f934_1f3fe, "prince_medium_dark_skin_tone" ); - name( R.drawable.emj_1f934_1f3fe, "prince_tone4" ); - name( R.drawable.emj_1f934_1f3ff, "prince_dark_skin_tone" ); - name( R.drawable.emj_1f934_1f3ff, "prince_tone5" ); - name( R.drawable.emj_1f935, "man_in_tuxedo" ); - name( R.drawable.emj_1f935_1f3fb, "man_in_tuxedo_light_skin_tone" ); - name( R.drawable.emj_1f935_1f3fb, "man_in_tuxedo_tone1" ); - name( R.drawable.emj_1f935_1f3fb, "tuxedo_tone1" ); - name( R.drawable.emj_1f935_1f3fc, "man_in_tuxedo_medium_light_skin_tone" ); - name( R.drawable.emj_1f935_1f3fc, "man_in_tuxedo_tone2" ); - name( R.drawable.emj_1f935_1f3fc, "tuxedo_tone2" ); - name( R.drawable.emj_1f935_1f3fd, "man_in_tuxedo_medium_skin_tone" ); - name( R.drawable.emj_1f935_1f3fd, "man_in_tuxedo_tone3" ); - name( R.drawable.emj_1f935_1f3fd, "tuxedo_tone3" ); - name( R.drawable.emj_1f935_1f3fe, "man_in_tuxedo_medium_dark_skin_tone" ); - name( R.drawable.emj_1f935_1f3fe, "man_in_tuxedo_tone4" ); - name( R.drawable.emj_1f935_1f3fe, "tuxedo_tone4" ); - name( R.drawable.emj_1f935_1f3ff, "man_in_tuxedo_dark_skin_tone" ); - name( R.drawable.emj_1f935_1f3ff, "man_in_tuxedo_tone5" ); - name( R.drawable.emj_1f935_1f3ff, "tuxedo_tone5" ); - name( R.drawable.emj_1f936, "mother_christmas" ); - name( R.drawable.emj_1f936, "mrs_claus" ); - name( R.drawable.emj_1f936_1f3fb, "mother_christmas_light_skin_tone" ); - name( R.drawable.emj_1f936_1f3fb, "mother_christmas_tone1" ); - name( R.drawable.emj_1f936_1f3fb, "mrs_claus_tone1" ); - name( R.drawable.emj_1f936_1f3fc, "mother_christmas_medium_light_skin_tone" ); - name( R.drawable.emj_1f936_1f3fc, "mother_christmas_tone2" ); - name( R.drawable.emj_1f936_1f3fc, "mrs_claus_tone2" ); - name( R.drawable.emj_1f936_1f3fd, "mother_christmas_medium_skin_tone" ); - name( R.drawable.emj_1f936_1f3fd, "mother_christmas_tone3" ); - name( R.drawable.emj_1f936_1f3fd, "mrs_claus_tone3" ); - name( R.drawable.emj_1f936_1f3fe, "mother_christmas_medium_dark_skin_tone" ); - name( R.drawable.emj_1f936_1f3fe, "mother_christmas_tone4" ); - name( R.drawable.emj_1f936_1f3fe, "mrs_claus_tone4" ); - name( R.drawable.emj_1f936_1f3ff, "mother_christmas_dark_skin_tone" ); - name( R.drawable.emj_1f936_1f3ff, "mother_christmas_tone5" ); - name( R.drawable.emj_1f936_1f3ff, "mrs_claus_tone5" ); - name( R.drawable.emj_1f937, "shrug" ); - name( R.drawable.emj_1f937_1f3fb, "shrug_light_skin_tone" ); - name( R.drawable.emj_1f937_1f3fb, "shrug_tone1" ); - name( R.drawable.emj_1f937_1f3fb_200d_2640_fe0f, "woman_shrugging_light_skin_tone" ); - name( R.drawable.emj_1f937_1f3fb_200d_2640_fe0f, "woman_shrugging_tone1" ); - name( R.drawable.emj_1f937_1f3fb_200d_2642_fe0f, "man_shrugging_light_skin_tone" ); - name( R.drawable.emj_1f937_1f3fb_200d_2642_fe0f, "man_shrugging_tone1" ); - name( R.drawable.emj_1f937_1f3fc, "shrug_medium_light_skin_tone" ); - name( R.drawable.emj_1f937_1f3fc, "shrug_tone2" ); - name( R.drawable.emj_1f937_1f3fc_200d_2640_fe0f, "woman_shrugging_medium_light_skin_tone" ); - name( R.drawable.emj_1f937_1f3fc_200d_2640_fe0f, "woman_shrugging_tone2" ); - name( R.drawable.emj_1f937_1f3fc_200d_2642_fe0f, "man_shrugging_medium_light_skin_tone" ); - name( R.drawable.emj_1f937_1f3fc_200d_2642_fe0f, "man_shrugging_tone2" ); - name( R.drawable.emj_1f937_1f3fd, "shrug_medium_skin_tone" ); - name( R.drawable.emj_1f937_1f3fd, "shrug_tone3" ); - name( R.drawable.emj_1f937_1f3fd_200d_2640_fe0f, "woman_shrugging_medium_skin_tone" ); - name( R.drawable.emj_1f937_1f3fd_200d_2640_fe0f, "woman_shrugging_tone3" ); + name( "waving_black_flag", R.drawable.emj_1f3f4, "\ud83c\udff4" ); + name( "waving_white_flag", R.drawable.emj_1f3f3, "\ud83c\udff3" ); + name( "wavy_dash", R.drawable.emj_3030, "\u3030" ); + name( "waxing_crescent_moon", R.drawable.emj_1f312, "\ud83c\udf12" ); + name( "waxing_gibbous_moon", R.drawable.emj_1f314, "\ud83c\udf14" ); + name( "wc", R.drawable.emj_1f6be, "\ud83d\udebe" ); + name( "weary", R.drawable.emj_1f629, "\ud83d\ude29" ); + name( "wedding", R.drawable.emj_1f492, "\ud83d\udc92" ); + name( "weight_lifter", R.drawable.emj_1f3cb, "\ud83c\udfcb" ); + name( "weight_lifter_dark_skin_tone", R.drawable.emj_1f3cb_1f3ff, "\ud83c\udfcb\ud83c\udfff" ); + name( "weight_lifter_light_skin_tone", R.drawable.emj_1f3cb_1f3fb, "\ud83c\udfcb\ud83c\udffb" ); + name( "weight_lifter_medium_dark_skin_tone", R.drawable.emj_1f3cb_1f3fe, "\ud83c\udfcb\ud83c\udffe" ); + name( "weight_lifter_medium_light_skin_tone", R.drawable.emj_1f3cb_1f3fc, "\ud83c\udfcb\ud83c\udffc" ); + name( "weight_lifter_medium_skin_tone", R.drawable.emj_1f3cb_1f3fd, "\ud83c\udfcb\ud83c\udffd" ); + name( "weight_lifter_tone1", R.drawable.emj_1f3cb_1f3fb, "\ud83c\udfcb\ud83c\udffb" ); + name( "weight_lifter_tone2", R.drawable.emj_1f3cb_1f3fc, "\ud83c\udfcb\ud83c\udffc" ); + name( "weight_lifter_tone3", R.drawable.emj_1f3cb_1f3fd, "\ud83c\udfcb\ud83c\udffd" ); + name( "weight_lifter_tone4", R.drawable.emj_1f3cb_1f3fe, "\ud83c\udfcb\ud83c\udffe" ); + name( "weight_lifter_tone5", R.drawable.emj_1f3cb_1f3ff, "\ud83c\udfcb\ud83c\udfff" ); + name( "wf", R.drawable.emj_1f1fc_1f1eb, "\ud83c\uddfc\ud83c\uddeb" ); + name( "whale", R.drawable.emj_1f433, "\ud83d\udc33" ); + name( "whale2", R.drawable.emj_1f40b, "\ud83d\udc0b" ); + name( "wheel_of_dharma", R.drawable.emj_2638, "\u2638" ); + name( "wheelchair", R.drawable.emj_267f, "\u267f" ); + name( "whisky", R.drawable.emj_1f943, "\ud83e\udd43" ); + name( "white_check_mark", R.drawable.emj_2705, "\u2705" ); + name( "white_circle", R.drawable.emj_26aa, "\u26aa" ); + name( "white_flower", R.drawable.emj_1f4ae, "\ud83d\udcae" ); + name( "white_frowning_face", R.drawable.emj_2639, "\u2639" ); + name( "white_large_square", R.drawable.emj_2b1c, "\u2b1c" ); + name( "white_medium_small_square", R.drawable.emj_25fd, "\u25fd" ); + name( "white_medium_square", R.drawable.emj_25fb, "\u25fb" ); + name( "white_small_square", R.drawable.emj_25ab, "\u25ab" ); + name( "white_square_button", R.drawable.emj_1f533, "\ud83d\udd33" ); + name( "white_sun_behind_cloud", R.drawable.emj_1f325, "\ud83c\udf25" ); + name( "white_sun_behind_cloud_with_rain", R.drawable.emj_1f326, "\ud83c\udf26" ); + name( "white_sun_cloud", R.drawable.emj_1f325, "\ud83c\udf25" ); + name( "white_sun_rain_cloud", R.drawable.emj_1f326, "\ud83c\udf26" ); + name( "white_sun_small_cloud", R.drawable.emj_1f324, "\ud83c\udf24" ); + name( "white_sun_with_small_cloud", R.drawable.emj_1f324, "\ud83c\udf24" ); + name( "wilted_flower", R.drawable.emj_1f940, "\ud83e\udd40" ); + name( "wilted_rose", R.drawable.emj_1f940, "\ud83e\udd40" ); + name( "wind_blowing_face", R.drawable.emj_1f32c, "\ud83c\udf2c" ); + name( "wind_chime", R.drawable.emj_1f390, "\ud83c\udf90" ); + name( "wine_glass", R.drawable.emj_1f377, "\ud83c\udf77" ); + name( "wink", R.drawable.emj_1f609, "\ud83d\ude09" ); + name( "wolf", R.drawable.emj_1f43a, "\ud83d\udc3a" ); + name( "woman", R.drawable.emj_1f469, "\ud83d\udc69" ); + name( "woman_artist", R.drawable.emj_1f469_200d_1f3a8, "\ud83d\udc69\u200d\ud83c\udfa8" ); + name( "woman_artist_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3a8, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "woman_artist_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3a8, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "woman_artist_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3a8, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "woman_artist_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3a8, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "woman_artist_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3a8, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "woman_artist_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3a8, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa8" ); + name( "woman_artist_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3a8, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa8" ); + name( "woman_artist_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3a8, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa8" ); + name( "woman_artist_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3a8, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa8" ); + name( "woman_artist_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3a8, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa8" ); + name( "woman_astronaut", R.drawable.emj_1f469_200d_1f680, "\ud83d\udc69\u200d\ud83d\ude80" ); + name( "woman_astronaut_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f680, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude80" ); + name( "woman_astronaut_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f680, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude80" ); + name( "woman_astronaut_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f680, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude80" ); + name( "woman_astronaut_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f680, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude80" ); + name( "woman_astronaut_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f680, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude80" ); + name( "woman_astronaut_tone1", R.drawable.emj_1f469_1f3fb_200d_1f680, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude80" ); + name( "woman_astronaut_tone2", R.drawable.emj_1f469_1f3fc_200d_1f680, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude80" ); + name( "woman_astronaut_tone3", R.drawable.emj_1f469_1f3fd_200d_1f680, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude80" ); + name( "woman_astronaut_tone4", R.drawable.emj_1f469_1f3fe_200d_1f680, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude80" ); + name( "woman_astronaut_tone5", R.drawable.emj_1f469_1f3ff_200d_1f680, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude80" ); + name( "woman_biking", R.drawable.emj_1f6b4_200d_2640_fe0f, "\ud83d\udeb4\u200d\u2640\ufe0f" ); + name( "woman_biking_dark_skin_tone", R.drawable.emj_1f6b4_1f3ff_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_biking_light_skin_tone", R.drawable.emj_1f6b4_1f3fb_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_biking_medium_dark_skin_tone", R.drawable.emj_1f6b4_1f3fe_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_biking_medium_light_skin_tone", R.drawable.emj_1f6b4_1f3fc_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_biking_medium_skin_tone", R.drawable.emj_1f6b4_1f3fd_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_biking_tone1", R.drawable.emj_1f6b4_1f3fb_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_biking_tone2", R.drawable.emj_1f6b4_1f3fc_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_biking_tone3", R.drawable.emj_1f6b4_1f3fd_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_biking_tone4", R.drawable.emj_1f6b4_1f3fe_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_biking_tone5", R.drawable.emj_1f6b4_1f3ff_200d_2640_fe0f, "\ud83d\udeb4\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball", R.drawable.emj_26f9_fe0f_200d_2640_fe0f, "\u26f9\ufe0f\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_dark_skin_tone", R.drawable.emj_26f9_1f3ff_200d_2640_fe0f, "\u26f9\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_light_skin_tone", R.drawable.emj_26f9_1f3fb_200d_2640_fe0f, "\u26f9\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_medium_dark_skin_tone", R.drawable.emj_26f9_1f3fe_200d_2640_fe0f, "\u26f9\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_medium_light_skin_tone", R.drawable.emj_26f9_1f3fc_200d_2640_fe0f, "\u26f9\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_medium_skin_tone", R.drawable.emj_26f9_1f3fd_200d_2640_fe0f, "\u26f9\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_tone1", R.drawable.emj_26f9_1f3fb_200d_2640_fe0f, "\u26f9\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_tone2", R.drawable.emj_26f9_1f3fc_200d_2640_fe0f, "\u26f9\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_tone3", R.drawable.emj_26f9_1f3fd_200d_2640_fe0f, "\u26f9\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_tone4", R.drawable.emj_26f9_1f3fe_200d_2640_fe0f, "\u26f9\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_bouncing_ball_tone5", R.drawable.emj_26f9_1f3ff_200d_2640_fe0f, "\u26f9\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_bowing", R.drawable.emj_1f647_200d_2640_fe0f, "\ud83d\ude47\u200d\u2640\ufe0f" ); + name( "woman_bowing_dark_skin_tone", R.drawable.emj_1f647_1f3ff_200d_2640_fe0f, "\ud83d\ude47\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_bowing_light_skin_tone", R.drawable.emj_1f647_1f3fb_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_bowing_medium_dark_skin_tone", R.drawable.emj_1f647_1f3fe_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_bowing_medium_light_skin_tone", R.drawable.emj_1f647_1f3fc_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_bowing_medium_skin_tone", R.drawable.emj_1f647_1f3fd_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_bowing_tone1", R.drawable.emj_1f647_1f3fb_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_bowing_tone2", R.drawable.emj_1f647_1f3fc_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_bowing_tone3", R.drawable.emj_1f647_1f3fd_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffd\u200d\u2640\ufe0f" ); } private static void init94(){ - name( R.drawable.emj_1f937_1f3fd_200d_2642_fe0f, "man_shrugging_medium_skin_tone" ); - name( R.drawable.emj_1f937_1f3fd_200d_2642_fe0f, "man_shrugging_tone3" ); - name( R.drawable.emj_1f937_1f3fe, "shrug_medium_dark_skin_tone" ); - name( R.drawable.emj_1f937_1f3fe, "shrug_tone4" ); - name( R.drawable.emj_1f937_1f3fe_200d_2640_fe0f, "woman_shrugging_medium_dark_skin_tone" ); - name( R.drawable.emj_1f937_1f3fe_200d_2640_fe0f, "woman_shrugging_tone4" ); - name( R.drawable.emj_1f937_1f3fe_200d_2642_fe0f, "man_shrugging_medium_dark_skin_tone" ); - name( R.drawable.emj_1f937_1f3fe_200d_2642_fe0f, "man_shrugging_tone4" ); - name( R.drawable.emj_1f937_1f3ff, "shrug_dark_skin_tone" ); - name( R.drawable.emj_1f937_1f3ff, "shrug_tone5" ); - name( R.drawable.emj_1f937_1f3ff_200d_2640_fe0f, "woman_shrugging_dark_skin_tone" ); - name( R.drawable.emj_1f937_1f3ff_200d_2640_fe0f, "woman_shrugging_tone5" ); - name( R.drawable.emj_1f937_1f3ff_200d_2642_fe0f, "man_shrugging_dark_skin_tone" ); - name( R.drawable.emj_1f937_1f3ff_200d_2642_fe0f, "man_shrugging_tone5" ); - name( R.drawable.emj_1f937_200d_2640_fe0f, "woman_shrugging" ); - name( R.drawable.emj_1f937_200d_2642_fe0f, "man_shrugging" ); - name( R.drawable.emj_1f938, "cartwheel" ); - name( R.drawable.emj_1f938, "person_doing_cartwheel" ); - name( R.drawable.emj_1f938_1f3fb, "cartwheel_tone1" ); - name( R.drawable.emj_1f938_1f3fb, "person_doing_cartwheel_light_skin_tone" ); - name( R.drawable.emj_1f938_1f3fb, "person_doing_cartwheel_tone1" ); - name( R.drawable.emj_1f938_1f3fb_200d_2640_fe0f, "woman_cartwheeling_light_skin_tone" ); - name( R.drawable.emj_1f938_1f3fb_200d_2640_fe0f, "woman_cartwheeling_tone1" ); - name( R.drawable.emj_1f938_1f3fb_200d_2642_fe0f, "man_cartwheeling_light_skin_tone" ); - name( R.drawable.emj_1f938_1f3fb_200d_2642_fe0f, "man_cartwheeling_tone1" ); - name( R.drawable.emj_1f938_1f3fc, "cartwheel_tone2" ); - name( R.drawable.emj_1f938_1f3fc, "person_doing_cartwheel_medium_light_skin_tone" ); - name( R.drawable.emj_1f938_1f3fc, "person_doing_cartwheel_tone2" ); - name( R.drawable.emj_1f938_1f3fc_200d_2640_fe0f, "woman_cartwheeling_medium_light_skin_tone" ); - name( R.drawable.emj_1f938_1f3fc_200d_2640_fe0f, "woman_cartwheeling_tone2" ); - name( R.drawable.emj_1f938_1f3fc_200d_2642_fe0f, "man_cartwheeling_medium_light_skin_tone" ); - name( R.drawable.emj_1f938_1f3fc_200d_2642_fe0f, "man_cartwheeling_tone2" ); - name( R.drawable.emj_1f938_1f3fd, "cartwheel_tone3" ); - name( R.drawable.emj_1f938_1f3fd, "person_doing_cartwheel_medium_skin_tone" ); - name( R.drawable.emj_1f938_1f3fd, "person_doing_cartwheel_tone3" ); - name( R.drawable.emj_1f938_1f3fd_200d_2640_fe0f, "woman_cartwheeling_medium_skin_tone" ); - name( R.drawable.emj_1f938_1f3fd_200d_2640_fe0f, "woman_cartwheeling_tone3" ); - name( R.drawable.emj_1f938_1f3fd_200d_2642_fe0f, "man_cartwheeling_medium_skin_tone" ); - name( R.drawable.emj_1f938_1f3fd_200d_2642_fe0f, "man_cartwheeling_tone3" ); - name( R.drawable.emj_1f938_1f3fe, "cartwheel_tone4" ); - name( R.drawable.emj_1f938_1f3fe, "person_doing_cartwheel_medium_dark_skin_tone" ); - name( R.drawable.emj_1f938_1f3fe, "person_doing_cartwheel_tone4" ); - name( R.drawable.emj_1f938_1f3fe_200d_2640_fe0f, "woman_cartwheeling_medium_dark_skin_tone" ); - name( R.drawable.emj_1f938_1f3fe_200d_2640_fe0f, "woman_cartwheeling_tone4" ); - name( R.drawable.emj_1f938_1f3fe_200d_2642_fe0f, "man_cartwheeling_medium_dark_skin_tone" ); - name( R.drawable.emj_1f938_1f3fe_200d_2642_fe0f, "man_cartwheeling_tone4" ); - name( R.drawable.emj_1f938_1f3ff, "cartwheel_tone5" ); - name( R.drawable.emj_1f938_1f3ff, "person_doing_cartwheel_dark_skin_tone" ); - name( R.drawable.emj_1f938_1f3ff, "person_doing_cartwheel_tone5" ); - name( R.drawable.emj_1f938_1f3ff_200d_2640_fe0f, "woman_cartwheeling_dark_skin_tone" ); - name( R.drawable.emj_1f938_1f3ff_200d_2640_fe0f, "woman_cartwheeling_tone5" ); - name( R.drawable.emj_1f938_1f3ff_200d_2642_fe0f, "man_cartwheeling_dark_skin_tone" ); - name( R.drawable.emj_1f938_1f3ff_200d_2642_fe0f, "man_cartwheeling_tone5" ); - name( R.drawable.emj_1f938_200d_2640_fe0f, "woman_cartwheeling" ); - name( R.drawable.emj_1f938_200d_2642_fe0f, "man_cartwheeling" ); - name( R.drawable.emj_1f939, "juggler" ); - name( R.drawable.emj_1f939, "juggling" ); - name( R.drawable.emj_1f939_1f3fb, "juggler_tone1" ); - name( R.drawable.emj_1f939_1f3fb, "juggling_light_skin_tone" ); - name( R.drawable.emj_1f939_1f3fb, "juggling_tone1" ); - name( R.drawable.emj_1f939_1f3fb_200d_2640_fe0f, "woman_juggling_light_skin_tone" ); - name( R.drawable.emj_1f939_1f3fb_200d_2640_fe0f, "woman_juggling_tone1" ); - name( R.drawable.emj_1f939_1f3fb_200d_2642_fe0f, "man_juggling_light_skin_tone" ); - name( R.drawable.emj_1f939_1f3fb_200d_2642_fe0f, "man_juggling_tone1" ); - name( R.drawable.emj_1f939_1f3fc, "juggler_tone2" ); - name( R.drawable.emj_1f939_1f3fc, "juggling_medium_light_skin_tone" ); - name( R.drawable.emj_1f939_1f3fc, "juggling_tone2" ); - name( R.drawable.emj_1f939_1f3fc_200d_2640_fe0f, "woman_juggling_medium_light_skin_tone" ); - name( R.drawable.emj_1f939_1f3fc_200d_2640_fe0f, "woman_juggling_tone2" ); - name( R.drawable.emj_1f939_1f3fc_200d_2642_fe0f, "man_juggling_medium_light_skin_tone" ); - name( R.drawable.emj_1f939_1f3fc_200d_2642_fe0f, "man_juggling_tone2" ); - name( R.drawable.emj_1f939_1f3fd, "juggler_tone3" ); - name( R.drawable.emj_1f939_1f3fd, "juggling_medium_skin_tone" ); - name( R.drawable.emj_1f939_1f3fd, "juggling_tone3" ); - name( R.drawable.emj_1f939_1f3fd_200d_2640_fe0f, "woman_juggling_medium_skin_tone" ); - name( R.drawable.emj_1f939_1f3fd_200d_2640_fe0f, "woman_juggling_tone3" ); - name( R.drawable.emj_1f939_1f3fd_200d_2642_fe0f, "man_juggling_medium_skin_tone" ); - name( R.drawable.emj_1f939_1f3fd_200d_2642_fe0f, "man_juggling_tone3" ); - name( R.drawable.emj_1f939_1f3fe, "juggler_tone4" ); - name( R.drawable.emj_1f939_1f3fe, "juggling_medium_dark_skin_tone" ); - name( R.drawable.emj_1f939_1f3fe, "juggling_tone4" ); - name( R.drawable.emj_1f939_1f3fe_200d_2640_fe0f, "woman_juggling_medium_dark_skin_tone" ); - name( R.drawable.emj_1f939_1f3fe_200d_2640_fe0f, "woman_juggling_tone4" ); - name( R.drawable.emj_1f939_1f3fe_200d_2642_fe0f, "man_juggling_medium_dark_skin_tone" ); - name( R.drawable.emj_1f939_1f3fe_200d_2642_fe0f, "man_juggling_tone4" ); - name( R.drawable.emj_1f939_1f3ff, "juggler_tone5" ); - name( R.drawable.emj_1f939_1f3ff, "juggling_dark_skin_tone" ); - name( R.drawable.emj_1f939_1f3ff, "juggling_tone5" ); - name( R.drawable.emj_1f939_1f3ff_200d_2640_fe0f, "woman_juggling_dark_skin_tone" ); - name( R.drawable.emj_1f939_1f3ff_200d_2640_fe0f, "woman_juggling_tone5" ); - name( R.drawable.emj_1f939_1f3ff_200d_2642_fe0f, "man_juggling_dark_skin_tone" ); - name( R.drawable.emj_1f939_1f3ff_200d_2642_fe0f, "man_juggling_tone5" ); - name( R.drawable.emj_1f939_200d_2640_fe0f, "woman_juggling" ); - name( R.drawable.emj_1f939_200d_2642_fe0f, "man_juggling" ); - name( R.drawable.emj_1f93a, "fencer" ); - name( R.drawable.emj_1f93a, "fencing" ); - name( R.drawable.emj_1f93c, "wrestlers" ); - name( R.drawable.emj_1f93c, "wrestling" ); - name( R.drawable.emj_1f93c_200d_2640_fe0f, "woman_wrestling" ); - name( R.drawable.emj_1f93c_200d_2640_fe0f, "women_wrestling" ); - name( R.drawable.emj_1f93c_200d_2642_fe0f, "man_wrestling" ); + name( "woman_bowing_tone4", R.drawable.emj_1f647_1f3fe_200d_2640_fe0f, "\ud83d\ude47\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_bowing_tone5", R.drawable.emj_1f647_1f3ff_200d_2640_fe0f, "\ud83d\ude47\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_boy", R.drawable.emj_1f469_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc66" ); + name( "woman_boy_boy", R.drawable.emj_1f469_200d_1f466_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "woman_cartwheeling", R.drawable.emj_1f938_200d_2640_fe0f, "\ud83e\udd38\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_dark_skin_tone", R.drawable.emj_1f938_1f3ff_200d_2640_fe0f, "\ud83e\udd38\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_light_skin_tone", R.drawable.emj_1f938_1f3fb_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_medium_dark_skin_tone", R.drawable.emj_1f938_1f3fe_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_medium_light_skin_tone", R.drawable.emj_1f938_1f3fc_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_medium_skin_tone", R.drawable.emj_1f938_1f3fd_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_tone1", R.drawable.emj_1f938_1f3fb_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_tone2", R.drawable.emj_1f938_1f3fc_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_tone3", R.drawable.emj_1f938_1f3fd_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_tone4", R.drawable.emj_1f938_1f3fe_200d_2640_fe0f, "\ud83e\udd38\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_cartwheeling_tone5", R.drawable.emj_1f938_1f3ff_200d_2640_fe0f, "\ud83e\udd38\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_construction_worker", R.drawable.emj_1f477_200d_2640_fe0f, "\ud83d\udc77\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_dark_skin_tone", R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_light_skin_tone", R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_medium_dark_skin_tone", R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_medium_light_skin_tone", R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_medium_skin_tone", R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_tone1", R.drawable.emj_1f477_1f3fb_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_tone2", R.drawable.emj_1f477_1f3fc_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_tone3", R.drawable.emj_1f477_1f3fd_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_tone4", R.drawable.emj_1f477_1f3fe_200d_2640_fe0f, "\ud83d\udc77\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_construction_worker_tone5", R.drawable.emj_1f477_1f3ff_200d_2640_fe0f, "\ud83d\udc77\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_cook", R.drawable.emj_1f469_200d_1f373, "\ud83d\udc69\u200d\ud83c\udf73" ); + name( "woman_cook_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f373, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf73" ); + name( "woman_cook_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f373, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf73" ); + name( "woman_cook_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f373, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf73" ); + name( "woman_cook_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f373, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf73" ); + name( "woman_cook_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f373, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf73" ); + name( "woman_cook_tone1", R.drawable.emj_1f469_1f3fb_200d_1f373, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf73" ); + name( "woman_cook_tone2", R.drawable.emj_1f469_1f3fc_200d_1f373, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf73" ); + name( "woman_cook_tone3", R.drawable.emj_1f469_1f3fd_200d_1f373, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf73" ); + name( "woman_cook_tone4", R.drawable.emj_1f469_1f3fe_200d_1f373, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf73" ); + name( "woman_cook_tone5", R.drawable.emj_1f469_1f3ff_200d_1f373, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf73" ); + name( "woman_dark_skin_tone", R.drawable.emj_1f469_1f3ff, "\ud83d\udc69\ud83c\udfff" ); + name( "woman_detective", R.drawable.emj_1f575_fe0f_200d_2640_fe0f, "\ud83d\udd75\ufe0f\u200d\u2640\ufe0f" ); + name( "woman_detective_dark_skin_tone", R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_detective_light_skin_tone", R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_detective_medium_dark_skin_tone", R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_detective_medium_light_skin_tone", R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_detective_medium_skin_tone", R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_detective_tone1", R.drawable.emj_1f575_1f3fb_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_detective_tone2", R.drawable.emj_1f575_1f3fc_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_detective_tone3", R.drawable.emj_1f575_1f3fd_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_detective_tone4", R.drawable.emj_1f575_1f3fe_200d_2640_fe0f, "\ud83d\udd75\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_detective_tone5", R.drawable.emj_1f575_1f3ff_200d_2640_fe0f, "\ud83d\udd75\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_facepalming", R.drawable.emj_1f926_200d_2640_fe0f, "\ud83e\udd26\u200d\u2640\ufe0f" ); + name( "woman_facepalming_dark_skin_tone", R.drawable.emj_1f926_1f3ff_200d_2640_fe0f, "\ud83e\udd26\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_facepalming_light_skin_tone", R.drawable.emj_1f926_1f3fb_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_facepalming_medium_dark_skin_tone", R.drawable.emj_1f926_1f3fe_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_facepalming_medium_light_skin_tone", R.drawable.emj_1f926_1f3fc_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_facepalming_medium_skin_tone", R.drawable.emj_1f926_1f3fd_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_facepalming_tone1", R.drawable.emj_1f926_1f3fb_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_facepalming_tone2", R.drawable.emj_1f926_1f3fc_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_facepalming_tone3", R.drawable.emj_1f926_1f3fd_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_facepalming_tone4", R.drawable.emj_1f926_1f3fe_200d_2640_fe0f, "\ud83e\udd26\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_facepalming_tone5", R.drawable.emj_1f926_1f3ff_200d_2640_fe0f, "\ud83e\udd26\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_factory_worker", R.drawable.emj_1f469_200d_1f3ed, "\ud83d\udc69\u200d\ud83c\udfed" ); + name( "woman_factory_worker_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3ed, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfed" ); + name( "woman_factory_worker_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3ed, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfed" ); + name( "woman_factory_worker_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3ed, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfed" ); + name( "woman_factory_worker_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3ed, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfed" ); + name( "woman_factory_worker_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3ed, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfed" ); + name( "woman_factory_worker_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3ed, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfed" ); + name( "woman_factory_worker_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3ed, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfed" ); + name( "woman_factory_worker_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3ed, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfed" ); + name( "woman_factory_worker_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3ed, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfed" ); + name( "woman_factory_worker_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3ed, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfed" ); + name( "woman_farmer", R.drawable.emj_1f469_200d_1f33e, "\ud83d\udc69\u200d\ud83c\udf3e" ); + name( "woman_farmer_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f33e, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "woman_farmer_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f33e, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "woman_farmer_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f33e, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "woman_farmer_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f33e, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "woman_farmer_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f33e, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "woman_farmer_tone1", R.drawable.emj_1f469_1f3fb_200d_1f33e, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf3e" ); + name( "woman_farmer_tone2", R.drawable.emj_1f469_1f3fc_200d_1f33e, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf3e" ); + name( "woman_farmer_tone3", R.drawable.emj_1f469_1f3fd_200d_1f33e, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf3e" ); + name( "woman_farmer_tone4", R.drawable.emj_1f469_1f3fe_200d_1f33e, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf3e" ); + name( "woman_farmer_tone5", R.drawable.emj_1f469_1f3ff_200d_1f33e, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf3e" ); + name( "woman_firefighter", R.drawable.emj_1f469_200d_1f692, "\ud83d\udc69\u200d\ud83d\ude92" ); + name( "woman_firefighter_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f692, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude92" ); + name( "woman_firefighter_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f692, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude92" ); + name( "woman_firefighter_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f692, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude92" ); + name( "woman_firefighter_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f692, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude92" ); + name( "woman_firefighter_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f692, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude92" ); + name( "woman_firefighter_tone1", R.drawable.emj_1f469_1f3fb_200d_1f692, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude92" ); + name( "woman_firefighter_tone2", R.drawable.emj_1f469_1f3fc_200d_1f692, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\ude92" ); + name( "woman_firefighter_tone3", R.drawable.emj_1f469_1f3fd_200d_1f692, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\ude92" ); + name( "woman_firefighter_tone4", R.drawable.emj_1f469_1f3fe_200d_1f692, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\ude92" ); + name( "woman_firefighter_tone5", R.drawable.emj_1f469_1f3ff_200d_1f692, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\ude92" ); + name( "woman_frowning", R.drawable.emj_1f64d_200d_2640_fe0f, "\ud83d\ude4d\u200d\u2640\ufe0f" ); + name( "woman_frowning_dark_skin_tone", R.drawable.emj_1f64d_1f3ff_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_frowning_light_skin_tone", R.drawable.emj_1f64d_1f3fb_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_frowning_medium_dark_skin_tone", R.drawable.emj_1f64d_1f3fe_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_frowning_medium_light_skin_tone", R.drawable.emj_1f64d_1f3fc_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_frowning_medium_skin_tone", R.drawable.emj_1f64d_1f3fd_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_frowning_tone1", R.drawable.emj_1f64d_1f3fb_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_frowning_tone2", R.drawable.emj_1f64d_1f3fc_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffc\u200d\u2640\ufe0f" ); } private static void init95(){ - name( R.drawable.emj_1f93c_200d_2642_fe0f, "men_wrestling" ); - name( R.drawable.emj_1f93d, "water_polo" ); - name( R.drawable.emj_1f93d_1f3fb, "water_polo_light_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fb, "water_polo_tone1" ); - name( R.drawable.emj_1f93d_1f3fb_200d_2640_fe0f, "woman_playing_water_polo_light_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fb_200d_2640_fe0f, "woman_playing_water_polo_tone1" ); - name( R.drawable.emj_1f93d_1f3fb_200d_2642_fe0f, "man_playing_water_polo_light_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fb_200d_2642_fe0f, "man_playing_water_polo_tone1" ); - name( R.drawable.emj_1f93d_1f3fc, "water_polo_medium_light_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fc, "water_polo_tone2" ); - name( R.drawable.emj_1f93d_1f3fc_200d_2640_fe0f, "woman_playing_water_polo_medium_light_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fc_200d_2640_fe0f, "woman_playing_water_polo_tone2" ); - name( R.drawable.emj_1f93d_1f3fc_200d_2642_fe0f, "man_playing_water_polo_medium_light_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fc_200d_2642_fe0f, "man_playing_water_polo_tone2" ); - name( R.drawable.emj_1f93d_1f3fd, "water_polo_medium_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fd, "water_polo_tone3" ); - name( R.drawable.emj_1f93d_1f3fd_200d_2640_fe0f, "woman_playing_water_polo_medium_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fd_200d_2640_fe0f, "woman_playing_water_polo_tone3" ); - name( R.drawable.emj_1f93d_1f3fd_200d_2642_fe0f, "man_playing_water_polo_medium_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fd_200d_2642_fe0f, "man_playing_water_polo_tone3" ); - name( R.drawable.emj_1f93d_1f3fe, "water_polo_medium_dark_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fe, "water_polo_tone4" ); - name( R.drawable.emj_1f93d_1f3fe_200d_2640_fe0f, "woman_playing_water_polo_medium_dark_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fe_200d_2640_fe0f, "woman_playing_water_polo_tone4" ); - name( R.drawable.emj_1f93d_1f3fe_200d_2642_fe0f, "man_playing_water_polo_medium_dark_skin_tone" ); - name( R.drawable.emj_1f93d_1f3fe_200d_2642_fe0f, "man_playing_water_polo_tone4" ); - name( R.drawable.emj_1f93d_1f3ff, "water_polo_dark_skin_tone" ); - name( R.drawable.emj_1f93d_1f3ff, "water_polo_tone5" ); - name( R.drawable.emj_1f93d_1f3ff_200d_2640_fe0f, "woman_playing_water_polo_dark_skin_tone" ); - name( R.drawable.emj_1f93d_1f3ff_200d_2640_fe0f, "woman_playing_water_polo_tone5" ); - name( R.drawable.emj_1f93d_1f3ff_200d_2642_fe0f, "man_playing_water_polo_dark_skin_tone" ); - name( R.drawable.emj_1f93d_1f3ff_200d_2642_fe0f, "man_playing_water_polo_tone5" ); - name( R.drawable.emj_1f93d_200d_2640_fe0f, "woman_playing_water_polo" ); - name( R.drawable.emj_1f93d_200d_2642_fe0f, "man_playing_water_polo" ); - name( R.drawable.emj_1f93e, "handball" ); - name( R.drawable.emj_1f93e_1f3fb, "handball_light_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fb, "handball_tone1" ); - name( R.drawable.emj_1f93e_1f3fb_200d_2640_fe0f, "woman_playing_handball_light_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fb_200d_2640_fe0f, "woman_playing_handball_tone1" ); - name( R.drawable.emj_1f93e_1f3fb_200d_2642_fe0f, "man_playing_handball_light_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fb_200d_2642_fe0f, "man_playing_handball_tone1" ); - name( R.drawable.emj_1f93e_1f3fc, "handball_medium_light_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fc, "handball_tone2" ); - name( R.drawable.emj_1f93e_1f3fc_200d_2640_fe0f, "woman_playing_handball_medium_light_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fc_200d_2640_fe0f, "woman_playing_handball_tone2" ); - name( R.drawable.emj_1f93e_1f3fc_200d_2642_fe0f, "man_playing_handball_medium_light_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fc_200d_2642_fe0f, "man_playing_handball_tone2" ); - name( R.drawable.emj_1f93e_1f3fd, "handball_medium_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fd, "handball_tone3" ); - name( R.drawable.emj_1f93e_1f3fd_200d_2640_fe0f, "woman_playing_handball_medium_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fd_200d_2640_fe0f, "woman_playing_handball_tone3" ); - name( R.drawable.emj_1f93e_1f3fd_200d_2642_fe0f, "man_playing_handball_medium_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fd_200d_2642_fe0f, "man_playing_handball_tone3" ); - name( R.drawable.emj_1f93e_1f3fe, "handball_medium_dark_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fe, "handball_tone4" ); - name( R.drawable.emj_1f93e_1f3fe_200d_2640_fe0f, "woman_playing_handball_medium_dark_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fe_200d_2640_fe0f, "woman_playing_handball_tone4" ); - name( R.drawable.emj_1f93e_1f3fe_200d_2642_fe0f, "man_playing_handball_medium_dark_skin_tone" ); - name( R.drawable.emj_1f93e_1f3fe_200d_2642_fe0f, "man_playing_handball_tone4" ); - name( R.drawable.emj_1f93e_1f3ff, "handball_dark_skin_tone" ); - name( R.drawable.emj_1f93e_1f3ff, "handball_tone5" ); - name( R.drawable.emj_1f93e_1f3ff_200d_2640_fe0f, "woman_playing_handball_dark_skin_tone" ); - name( R.drawable.emj_1f93e_1f3ff_200d_2640_fe0f, "woman_playing_handball_tone5" ); - name( R.drawable.emj_1f93e_1f3ff_200d_2642_fe0f, "man_playing_handball_dark_skin_tone" ); - name( R.drawable.emj_1f93e_1f3ff_200d_2642_fe0f, "man_playing_handball_tone5" ); - name( R.drawable.emj_1f93e_200d_2640_fe0f, "woman_playing_handball" ); - name( R.drawable.emj_1f93e_200d_2642_fe0f, "man_playing_handball" ); - name( R.drawable.emj_1f940, "wilted_flower" ); - name( R.drawable.emj_1f940, "wilted_rose" ); - name( R.drawable.emj_1f941, "drum" ); - name( R.drawable.emj_1f941, "drum_with_drumsticks" ); - name( R.drawable.emj_1f942, "champagne_glass" ); - name( R.drawable.emj_1f942, "clinking_glass" ); - name( R.drawable.emj_1f942, "clinking_glasses" ); - name( R.drawable.emj_1f943, "tumbler_glass" ); - name( R.drawable.emj_1f943, "whisky" ); - name( R.drawable.emj_1f944, "spoon" ); - name( R.drawable.emj_1f945, "goal" ); - name( R.drawable.emj_1f945, "goal_net" ); - name( R.drawable.emj_1f947, "first_place" ); - name( R.drawable.emj_1f947, "first_place_medal" ); - name( R.drawable.emj_1f948, "second_place" ); - name( R.drawable.emj_1f948, "second_place_medal" ); - name( R.drawable.emj_1f949, "third_place" ); - name( R.drawable.emj_1f949, "third_place_medal" ); - name( R.drawable.emj_1f94a, "boxing_glove" ); - name( R.drawable.emj_1f94a, "boxing_gloves" ); - name( R.drawable.emj_1f94b, "karate_uniform" ); - name( R.drawable.emj_1f94b, "martial_arts_uniform" ); - name( R.drawable.emj_1f950, "croissant" ); - name( R.drawable.emj_1f951, "avocado" ); - name( R.drawable.emj_1f952, "cucumber" ); - name( R.drawable.emj_1f953, "bacon" ); - name( R.drawable.emj_1f954, "potato" ); - name( R.drawable.emj_1f955, "carrot" ); - name( R.drawable.emj_1f956, "baguette_bread" ); - name( R.drawable.emj_1f956, "french_bread" ); - name( R.drawable.emj_1f957, "green_salad" ); - name( R.drawable.emj_1f957, "salad" ); - name( R.drawable.emj_1f958, "paella" ); - name( R.drawable.emj_1f958, "shallow_pan_of_food" ); + name( "woman_frowning_tone3", R.drawable.emj_1f64d_1f3fd_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_frowning_tone4", R.drawable.emj_1f64d_1f3fe_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_frowning_tone5", R.drawable.emj_1f64d_1f3ff_200d_2640_fe0f, "\ud83d\ude4d\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no", R.drawable.emj_1f645_200d_2640_fe0f, "\ud83d\ude45\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_dark_skin_tone", R.drawable.emj_1f645_1f3ff_200d_2640_fe0f, "\ud83d\ude45\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_light_skin_tone", R.drawable.emj_1f645_1f3fb_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_medium_dark_skin_tone", R.drawable.emj_1f645_1f3fe_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_medium_light_skin_tone", R.drawable.emj_1f645_1f3fc_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_medium_skin_tone", R.drawable.emj_1f645_1f3fd_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_tone1", R.drawable.emj_1f645_1f3fb_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_tone2", R.drawable.emj_1f645_1f3fc_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_tone3", R.drawable.emj_1f645_1f3fd_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_tone4", R.drawable.emj_1f645_1f3fe_200d_2640_fe0f, "\ud83d\ude45\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_gesturing_no_tone5", R.drawable.emj_1f645_1f3ff_200d_2640_fe0f, "\ud83d\ude45\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok", R.drawable.emj_1f646_200d_2640_fe0f, "\ud83d\ude46\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_dark_skin_tone", R.drawable.emj_1f646_1f3ff_200d_2640_fe0f, "\ud83d\ude46\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_light_skin_tone", R.drawable.emj_1f646_1f3fb_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_medium_dark_skin_tone", R.drawable.emj_1f646_1f3fe_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_medium_light_skin_tone", R.drawable.emj_1f646_1f3fc_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_medium_skin_tone", R.drawable.emj_1f646_1f3fd_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_tone1", R.drawable.emj_1f646_1f3fb_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_tone2", R.drawable.emj_1f646_1f3fc_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_tone3", R.drawable.emj_1f646_1f3fd_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_tone4", R.drawable.emj_1f646_1f3fe_200d_2640_fe0f, "\ud83d\ude46\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_gesturing_ok_tone5", R.drawable.emj_1f646_1f3ff_200d_2640_fe0f, "\ud83d\ude46\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage", R.drawable.emj_1f486_200d_2640_fe0f, "\ud83d\udc86\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_dark_skin_tone", R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_light_skin_tone", R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_medium_dark_skin_tone", R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_medium_light_skin_tone", R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_medium_skin_tone", R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_tone1", R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_tone2", R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_tone3", R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_tone4", R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_getting_face_massage_tone5", R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut", R.drawable.emj_1f487_200d_2640_fe0f, "\ud83d\udc87\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_dark_skin_tone", R.drawable.emj_1f487_1f3ff_200d_2640_fe0f, "\ud83d\udc87\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_light_skin_tone", R.drawable.emj_1f487_1f3fb_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_medium_dark_skin_tone", R.drawable.emj_1f487_1f3fe_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_medium_light_skin_tone", R.drawable.emj_1f487_1f3fc_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_medium_skin_tone", R.drawable.emj_1f487_1f3fd_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_tone1", R.drawable.emj_1f487_1f3fb_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_tone2", R.drawable.emj_1f487_1f3fc_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_tone3", R.drawable.emj_1f487_1f3fd_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_tone4", R.drawable.emj_1f487_1f3fe_200d_2640_fe0f, "\ud83d\udc87\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_getting_haircut_tone5", R.drawable.emj_1f487_1f3ff_200d_2640_fe0f, "\ud83d\udc87\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_getting_massage", R.drawable.emj_1f486_200d_2640_fe0f, "\ud83d\udc86\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_dark_skin_tone", R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_light_skin_tone", R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_medium_dark_skin_tone", R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_medium_light_skin_tone", R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_medium_skin_tone", R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_tone1", R.drawable.emj_1f486_1f3fb_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_tone2", R.drawable.emj_1f486_1f3fc_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_tone3", R.drawable.emj_1f486_1f3fd_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_tone4", R.drawable.emj_1f486_1f3fe_200d_2640_fe0f, "\ud83d\udc86\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_getting_massage_tone5", R.drawable.emj_1f486_1f3ff_200d_2640_fe0f, "\ud83d\udc86\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_girl", R.drawable.emj_1f469_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc67" ); + name( "woman_girl_boy", R.drawable.emj_1f469_200d_1f467_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "woman_girl_girl", R.drawable.emj_1f469_200d_1f467_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "woman_golfing", R.drawable.emj_1f3cc_fe0f_200d_2640_fe0f, "\ud83c\udfcc\ufe0f\u200d\u2640\ufe0f" ); + name( "woman_golfing_dark_skin_tone", R.drawable.emj_1f3cc_1f3ff_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_golfing_light_skin_tone", R.drawable.emj_1f3cc_1f3fb_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_golfing_medium_dark_skin_tone", R.drawable.emj_1f3cc_1f3fe_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_golfing_medium_light_skin_tone", R.drawable.emj_1f3cc_1f3fc_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_golfing_medium_skin_tone", R.drawable.emj_1f3cc_1f3fd_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_golfing_tone1", R.drawable.emj_1f3cc_1f3fb_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_golfing_tone2", R.drawable.emj_1f3cc_1f3fc_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_golfing_tone3", R.drawable.emj_1f3cc_1f3fd_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_golfing_tone4", R.drawable.emj_1f3cc_1f3fe_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_golfing_tone5", R.drawable.emj_1f3cc_1f3ff_200d_2640_fe0f, "\ud83c\udfcc\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_guard", R.drawable.emj_1f482_200d_2640_fe0f, "\ud83d\udc82\u200d\u2640\ufe0f" ); + name( "woman_guard_dark_skin_tone", R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_guard_light_skin_tone", R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_guard_medium_dark_skin_tone", R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_guard_medium_light_skin_tone", R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_guard_medium_skin_tone", R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_guard_tone1", R.drawable.emj_1f482_1f3fb_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_guard_tone2", R.drawable.emj_1f482_1f3fc_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_guard_tone3", R.drawable.emj_1f482_1f3fd_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_guard_tone4", R.drawable.emj_1f482_1f3fe_200d_2640_fe0f, "\ud83d\udc82\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_guard_tone5", R.drawable.emj_1f482_1f3ff_200d_2640_fe0f, "\ud83d\udc82\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_health_worker", R.drawable.emj_1f469_200d_2695_fe0f, "\ud83d\udc69\u200d\u2695\ufe0f" ); + name( "woman_health_worker_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "woman_health_worker_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "woman_health_worker_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "woman_health_worker_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "woman_health_worker_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "woman_health_worker_tone1", R.drawable.emj_1f469_1f3fb_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2695\ufe0f" ); + name( "woman_health_worker_tone2", R.drawable.emj_1f469_1f3fc_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2695\ufe0f" ); + name( "woman_health_worker_tone3", R.drawable.emj_1f469_1f3fd_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2695\ufe0f" ); + name( "woman_health_worker_tone4", R.drawable.emj_1f469_1f3fe_200d_2695_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2695\ufe0f" ); + name( "woman_health_worker_tone5", R.drawable.emj_1f469_1f3ff_200d_2695_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2695\ufe0f" ); + name( "woman_heart_man", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f468, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc68" ); + name( "woman_heart_woman", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f469, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc69" ); + name( "woman_judge", R.drawable.emj_1f469_200d_2696_fe0f, "\ud83d\udc69\u200d\u2696\ufe0f" ); + name( "woman_judge_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "woman_judge_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "woman_judge_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "woman_judge_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2696\ufe0f" ); } private static void init96(){ - name( R.drawable.emj_1f959, "stuffed_flatbread" ); - name( R.drawable.emj_1f959, "stuffed_pita" ); - name( R.drawable.emj_1f95a, "egg" ); - name( R.drawable.emj_1f95b, "glass_of_milk" ); - name( R.drawable.emj_1f95b, "milk" ); - name( R.drawable.emj_1f95c, "peanuts" ); - name( R.drawable.emj_1f95c, "shelled_peanut" ); - name( R.drawable.emj_1f95d, "kiwi" ); - name( R.drawable.emj_1f95d, "kiwifruit" ); - name( R.drawable.emj_1f95e, "pancakes" ); - name( R.drawable.emj_1f980, "crab" ); - name( R.drawable.emj_1f981, "lion" ); - name( R.drawable.emj_1f981, "lion_face" ); - name( R.drawable.emj_1f982, "scorpion" ); - name( R.drawable.emj_1f983, "turkey" ); - name( R.drawable.emj_1f984, "unicorn" ); - name( R.drawable.emj_1f984, "unicorn_face" ); - name( R.drawable.emj_1f985, "eagle" ); - name( R.drawable.emj_1f986, "duck" ); - name( R.drawable.emj_1f987, "bat" ); - name( R.drawable.emj_1f988, "shark" ); - name( R.drawable.emj_1f989, "owl" ); - name( R.drawable.emj_1f98a, "fox" ); - name( R.drawable.emj_1f98a, "fox_face" ); - name( R.drawable.emj_1f98b, "butterfly" ); - name( R.drawable.emj_1f98c, "deer" ); - name( R.drawable.emj_1f98d, "gorilla" ); - name( R.drawable.emj_1f98e, "lizard" ); - name( R.drawable.emj_1f98f, "rhino" ); - name( R.drawable.emj_1f98f, "rhinoceros" ); - name( R.drawable.emj_1f990, "shrimp" ); - name( R.drawable.emj_1f991, "squid" ); - name( R.drawable.emj_1f9c0, "cheese" ); - name( R.drawable.emj_1f9c0, "cheese_wedge" ); - name( R.drawable.emj_203c, "bangbang" ); - name( R.drawable.emj_2049, "interrobang" ); - name( R.drawable.emj_2122, "tm" ); - name( R.drawable.emj_2139, "information_source" ); - name( R.drawable.emj_2194, "left_right_arrow" ); - name( R.drawable.emj_2195, "arrow_up_down" ); - name( R.drawable.emj_2196, "arrow_upper_left" ); - name( R.drawable.emj_2197, "arrow_upper_right" ); - name( R.drawable.emj_2198, "arrow_lower_right" ); - name( R.drawable.emj_2199, "arrow_lower_left" ); - name( R.drawable.emj_21a9, "leftwards_arrow_with_hook" ); - name( R.drawable.emj_21aa, "arrow_right_hook" ); - name( R.drawable.emj_231a, "watch" ); - name( R.drawable.emj_231b, "hourglass" ); - name( R.drawable.emj_2328, "keyboard" ); - name( R.drawable.emj_23cf, "eject" ); - name( R.drawable.emj_23cf, "eject_symbol" ); - name( R.drawable.emj_23e9, "fast_forward" ); - name( R.drawable.emj_23ea, "rewind" ); - name( R.drawable.emj_23eb, "arrow_double_up" ); - name( R.drawable.emj_23ec, "arrow_double_down" ); - name( R.drawable.emj_23ed, "black_right_pointing_double_triangle_with_vertical_bar" ); - name( R.drawable.emj_23ed, "next_track" ); - name( R.drawable.emj_23ed, "track_next" ); - name( R.drawable.emj_23ee, "black_left_pointing_double_triangle_with_vertical_bar" ); - name( R.drawable.emj_23ee, "previous_track" ); - name( R.drawable.emj_23ee, "track_previous" ); - name( R.drawable.emj_23ef, "black_right_pointing_triangle_with_double_vertical_bar" ); - name( R.drawable.emj_23ef, "play_pause" ); - name( R.drawable.emj_23f0, "alarm_clock" ); - name( R.drawable.emj_23f1, "stopwatch" ); - name( R.drawable.emj_23f2, "timer" ); - name( R.drawable.emj_23f2, "timer_clock" ); - name( R.drawable.emj_23f3, "hourglass_flowing_sand" ); - name( R.drawable.emj_23f8, "double_vertical_bar" ); - name( R.drawable.emj_23f8, "pause_button" ); - name( R.drawable.emj_23f9, "black_square_for_stop" ); - name( R.drawable.emj_23f9, "stop_button" ); - name( R.drawable.emj_23fa, "black_circle_for_record" ); - name( R.drawable.emj_23fa, "record_button" ); - name( R.drawable.emj_24c2, "m" ); - name( R.drawable.emj_25aa, "black_small_square" ); - name( R.drawable.emj_25ab, "white_small_square" ); - name( R.drawable.emj_25b6, "arrow_forward" ); - name( R.drawable.emj_25c0, "arrow_backward" ); - name( R.drawable.emj_25fb, "white_medium_square" ); - name( R.drawable.emj_25fc, "black_medium_square" ); - name( R.drawable.emj_25fd, "white_medium_small_square" ); - name( R.drawable.emj_25fe, "black_medium_small_square" ); - name( R.drawable.emj_2600, "sunny" ); - name( R.drawable.emj_2601, "cloud" ); - name( R.drawable.emj_2602, "umbrella" ); - name( R.drawable.emj_2602, "umbrella2" ); - name( R.drawable.emj_2603, "snowman2" ); - name( R.drawable.emj_2604, "comet" ); - name( R.drawable.emj_260e, "phone" ); - name( R.drawable.emj_260e, "telephone" ); - name( R.drawable.emj_2611, "ballot_box_with_check" ); - name( R.drawable.emj_2614, "umbrella_with_rain_drops" ); - name( R.drawable.emj_2615, "coffee" ); - name( R.drawable.emj_2618, "shamrock" ); - name( R.drawable.emj_261d, "point_up" ); - name( R.drawable.emj_261d_1f3fb, "point_up_light_skin_tone" ); - name( R.drawable.emj_261d_1f3fb, "point_up_tone1" ); - name( R.drawable.emj_261d_1f3fc, "point_up_medium_light_skin_tone" ); - name( R.drawable.emj_261d_1f3fc, "point_up_tone2" ); - name( R.drawable.emj_261d_1f3fd, "point_up_medium_skin_tone" ); + name( "woman_judge_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "woman_judge_tone1", R.drawable.emj_1f469_1f3fb_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2696\ufe0f" ); + name( "woman_judge_tone2", R.drawable.emj_1f469_1f3fc_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2696\ufe0f" ); + name( "woman_judge_tone3", R.drawable.emj_1f469_1f3fd_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2696\ufe0f" ); + name( "woman_judge_tone4", R.drawable.emj_1f469_1f3fe_200d_2696_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2696\ufe0f" ); + name( "woman_judge_tone5", R.drawable.emj_1f469_1f3ff_200d_2696_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2696\ufe0f" ); + name( "woman_juggling", R.drawable.emj_1f939_200d_2640_fe0f, "\ud83e\udd39\u200d\u2640\ufe0f" ); + name( "woman_juggling_dark_skin_tone", R.drawable.emj_1f939_1f3ff_200d_2640_fe0f, "\ud83e\udd39\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_juggling_light_skin_tone", R.drawable.emj_1f939_1f3fb_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_juggling_medium_dark_skin_tone", R.drawable.emj_1f939_1f3fe_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_juggling_medium_light_skin_tone", R.drawable.emj_1f939_1f3fc_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_juggling_medium_skin_tone", R.drawable.emj_1f939_1f3fd_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_juggling_tone1", R.drawable.emj_1f939_1f3fb_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_juggling_tone2", R.drawable.emj_1f939_1f3fc_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_juggling_tone3", R.drawable.emj_1f939_1f3fd_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_juggling_tone4", R.drawable.emj_1f939_1f3fe_200d_2640_fe0f, "\ud83e\udd39\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_juggling_tone5", R.drawable.emj_1f939_1f3ff_200d_2640_fe0f, "\ud83e\udd39\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_kiss_man", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f468, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68" ); + name( "woman_kiss_woman", R.drawable.emj_1f469_200d_2764_fe0f_200d_1f48b_200d_1f469, "\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc69" ); + name( "woman_lifting_weights", R.drawable.emj_1f3cb_fe0f_200d_2640_fe0f, "\ud83c\udfcb\ufe0f\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_dark_skin_tone", R.drawable.emj_1f3cb_1f3ff_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_light_skin_tone", R.drawable.emj_1f3cb_1f3fb_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_medium_dark_skin_tone", R.drawable.emj_1f3cb_1f3fe_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_medium_light_skin_tone", R.drawable.emj_1f3cb_1f3fc_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_medium_skin_tone", R.drawable.emj_1f3cb_1f3fd_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_tone1", R.drawable.emj_1f3cb_1f3fb_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_tone2", R.drawable.emj_1f3cb_1f3fc_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_tone3", R.drawable.emj_1f3cb_1f3fd_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_tone4", R.drawable.emj_1f3cb_1f3fe_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_lifting_weights_tone5", R.drawable.emj_1f3cb_1f3ff_200d_2640_fe0f, "\ud83c\udfcb\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_light_skin_tone", R.drawable.emj_1f469_1f3fb, "\ud83d\udc69\ud83c\udffb" ); + name( "woman_mechanic", R.drawable.emj_1f469_200d_1f527, "\ud83d\udc69\u200d\ud83d\udd27" ); + name( "woman_mechanic_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f527, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd27" ); + name( "woman_mechanic_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f527, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd27" ); + name( "woman_mechanic_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f527, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd27" ); + name( "woman_mechanic_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f527, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd27" ); + name( "woman_mechanic_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f527, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd27" ); + name( "woman_mechanic_tone1", R.drawable.emj_1f469_1f3fb_200d_1f527, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd27" ); + name( "woman_mechanic_tone2", R.drawable.emj_1f469_1f3fc_200d_1f527, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd27" ); + name( "woman_mechanic_tone3", R.drawable.emj_1f469_1f3fd_200d_1f527, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd27" ); + name( "woman_mechanic_tone4", R.drawable.emj_1f469_1f3fe_200d_1f527, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd27" ); + name( "woman_mechanic_tone5", R.drawable.emj_1f469_1f3ff_200d_1f527, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd27" ); + name( "woman_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe, "\ud83d\udc69\ud83c\udffe" ); + name( "woman_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc, "\ud83d\udc69\ud83c\udffc" ); + name( "woman_medium_skin_tone", R.drawable.emj_1f469_1f3fd, "\ud83d\udc69\ud83c\udffd" ); + name( "woman_mountain_biking", R.drawable.emj_1f6b5_200d_2640_fe0f, "\ud83d\udeb5\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_dark_skin_tone", R.drawable.emj_1f6b5_1f3ff_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_light_skin_tone", R.drawable.emj_1f6b5_1f3fb_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_medium_dark_skin_tone", R.drawable.emj_1f6b5_1f3fe_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_medium_light_skin_tone", R.drawable.emj_1f6b5_1f3fc_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_medium_skin_tone", R.drawable.emj_1f6b5_1f3fd_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_tone1", R.drawable.emj_1f6b5_1f3fb_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_tone2", R.drawable.emj_1f6b5_1f3fc_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_tone3", R.drawable.emj_1f6b5_1f3fd_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_tone4", R.drawable.emj_1f6b5_1f3fe_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_mountain_biking_tone5", R.drawable.emj_1f6b5_1f3ff_200d_2640_fe0f, "\ud83d\udeb5\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_office_worker", R.drawable.emj_1f469_200d_1f4bc, "\ud83d\udc69\u200d\ud83d\udcbc" ); + name( "woman_office_worker_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f4bc, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "woman_office_worker_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f4bc, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "woman_office_worker_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f4bc, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "woman_office_worker_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f4bc, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "woman_office_worker_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f4bc, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "woman_office_worker_tone1", R.drawable.emj_1f469_1f3fb_200d_1f4bc, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbc" ); + name( "woman_office_worker_tone2", R.drawable.emj_1f469_1f3fc_200d_1f4bc, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbc" ); + name( "woman_office_worker_tone3", R.drawable.emj_1f469_1f3fd_200d_1f4bc, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbc" ); + name( "woman_office_worker_tone4", R.drawable.emj_1f469_1f3fe_200d_1f4bc, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbc" ); + name( "woman_office_worker_tone5", R.drawable.emj_1f469_1f3ff_200d_1f4bc, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbc" ); + name( "woman_pilot", R.drawable.emj_1f469_200d_2708_fe0f, "\ud83d\udc69\u200d\u2708\ufe0f" ); + name( "woman_pilot_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "woman_pilot_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "woman_pilot_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "woman_pilot_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "woman_pilot_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "woman_pilot_tone1", R.drawable.emj_1f469_1f3fb_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffb\u200d\u2708\ufe0f" ); + name( "woman_pilot_tone2", R.drawable.emj_1f469_1f3fc_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffc\u200d\u2708\ufe0f" ); + name( "woman_pilot_tone3", R.drawable.emj_1f469_1f3fd_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffd\u200d\u2708\ufe0f" ); + name( "woman_pilot_tone4", R.drawable.emj_1f469_1f3fe_200d_2708_fe0f, "\ud83d\udc69\ud83c\udffe\u200d\u2708\ufe0f" ); + name( "woman_pilot_tone5", R.drawable.emj_1f469_1f3ff_200d_2708_fe0f, "\ud83d\udc69\ud83c\udfff\u200d\u2708\ufe0f" ); + name( "woman_playing_handball", R.drawable.emj_1f93e_200d_2640_fe0f, "\ud83e\udd3e\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_dark_skin_tone", R.drawable.emj_1f93e_1f3ff_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_light_skin_tone", R.drawable.emj_1f93e_1f3fb_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_medium_dark_skin_tone", R.drawable.emj_1f93e_1f3fe_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_medium_light_skin_tone", R.drawable.emj_1f93e_1f3fc_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_medium_skin_tone", R.drawable.emj_1f93e_1f3fd_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_tone1", R.drawable.emj_1f93e_1f3fb_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_tone2", R.drawable.emj_1f93e_1f3fc_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_tone3", R.drawable.emj_1f93e_1f3fd_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_tone4", R.drawable.emj_1f93e_1f3fe_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_playing_handball_tone5", R.drawable.emj_1f93e_1f3ff_200d_2640_fe0f, "\ud83e\udd3e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo", R.drawable.emj_1f93d_200d_2640_fe0f, "\ud83e\udd3d\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_dark_skin_tone", R.drawable.emj_1f93d_1f3ff_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_light_skin_tone", R.drawable.emj_1f93d_1f3fb_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_medium_dark_skin_tone", R.drawable.emj_1f93d_1f3fe_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_medium_light_skin_tone", R.drawable.emj_1f93d_1f3fc_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_medium_skin_tone", R.drawable.emj_1f93d_1f3fd_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_tone1", R.drawable.emj_1f93d_1f3fb_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_tone2", R.drawable.emj_1f93d_1f3fc_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_tone3", R.drawable.emj_1f93d_1f3fd_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_tone4", R.drawable.emj_1f93d_1f3fe_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_playing_water_polo_tone5", R.drawable.emj_1f93d_1f3ff_200d_2640_fe0f, "\ud83e\udd3d\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_police_officer", R.drawable.emj_1f46e_200d_2640_fe0f, "\ud83d\udc6e\u200d\u2640\ufe0f" ); } private static void init97(){ - name( R.drawable.emj_261d_1f3fd, "point_up_tone3" ); - name( R.drawable.emj_261d_1f3fe, "point_up_medium_dark_skin_tone" ); - name( R.drawable.emj_261d_1f3fe, "point_up_tone4" ); - name( R.drawable.emj_261d_1f3ff, "point_up_dark_skin_tone" ); - name( R.drawable.emj_261d_1f3ff, "point_up_tone5" ); - name( R.drawable.emj_2620, "skull_and_crossbones" ); - name( R.drawable.emj_2620, "skull_crossbones" ); - name( R.drawable.emj_2622, "radioactive" ); - name( R.drawable.emj_2622, "radioactive_sign" ); - name( R.drawable.emj_2623, "biohazard" ); - name( R.drawable.emj_2623, "biohazard_sign" ); - name( R.drawable.emj_2626, "orthodox_cross" ); - name( R.drawable.emj_262a, "star_and_crescent" ); - name( R.drawable.emj_262e, "peace" ); - name( R.drawable.emj_262e, "peace_symbol" ); - name( R.drawable.emj_262f, "yin_yang" ); - name( R.drawable.emj_2638, "wheel_of_dharma" ); - name( R.drawable.emj_2639, "frowning2" ); - name( R.drawable.emj_2639, "white_frowning_face" ); - name( R.drawable.emj_263a, "relaxed" ); - name( R.drawable.emj_2640, "female_sign" ); - name( R.drawable.emj_2642, "male_sign" ); - name( R.drawable.emj_2648, "aries" ); - name( R.drawable.emj_2649, "taurus" ); - name( R.drawable.emj_264a, "gemini" ); - name( R.drawable.emj_264b, "cancer" ); - name( R.drawable.emj_264c, "leo" ); - name( R.drawable.emj_264d, "virgo" ); - name( R.drawable.emj_264e, "libra" ); - name( R.drawable.emj_264f, "scorpius" ); - name( R.drawable.emj_2650, "sagittarius" ); - name( R.drawable.emj_2651, "capricorn" ); - name( R.drawable.emj_2652, "aquarius" ); - name( R.drawable.emj_2653, "pisces" ); - name( R.drawable.emj_2660, "spades" ); - name( R.drawable.emj_2663, "clubs" ); - name( R.drawable.emj_2665, "hearts" ); - name( R.drawable.emj_2666, "diamonds" ); - name( R.drawable.emj_2668, "hotsprings" ); - name( R.drawable.emj_267b, "recycle" ); - name( R.drawable.emj_267f, "wheelchair" ); - name( R.drawable.emj_2692, "hammer_and_pick" ); - name( R.drawable.emj_2692, "hammer_pick" ); - name( R.drawable.emj_2693, "anchor" ); - name( R.drawable.emj_2694, "crossed_swords" ); - name( R.drawable.emj_2695, "medical_symbol" ); - name( R.drawable.emj_2695, "staff_of_aesculapius" ); - name( R.drawable.emj_2696, "scales" ); - name( R.drawable.emj_2697, "alembic" ); - name( R.drawable.emj_2699, "gear" ); - name( R.drawable.emj_269b, "atom" ); - name( R.drawable.emj_269b, "atom_symbol" ); - name( R.drawable.emj_269c, "fleur_de_lis" ); - name( R.drawable.emj_26a0, "warning" ); - name( R.drawable.emj_26a1, "zap" ); - name( R.drawable.emj_26aa, "white_circle" ); - name( R.drawable.emj_26ab, "black_circle" ); - name( R.drawable.emj_26b0, "coffin" ); - name( R.drawable.emj_26b1, "funeral_urn" ); - name( R.drawable.emj_26b1, "urn" ); - name( R.drawable.emj_26bd, "soccer" ); - name( R.drawable.emj_26be, "baseball" ); - name( R.drawable.emj_26c4, "snowman" ); - name( R.drawable.emj_26c4, "snowman_without_snow" ); - name( R.drawable.emj_26c5, "partly_sunny" ); - name( R.drawable.emj_26c8, "thunder_cloud_and_rain" ); - name( R.drawable.emj_26c8, "thunder_cloud_rain" ); - name( R.drawable.emj_26ce, "ophiuchus" ); - name( R.drawable.emj_26cf, "pick" ); - name( R.drawable.emj_26d1, "helmet_with_cross" ); - name( R.drawable.emj_26d1, "helmet_with_white_cross" ); - name( R.drawable.emj_26d3, "chains" ); - name( R.drawable.emj_26d4, "no_entry" ); - name( R.drawable.emj_26e9, "shinto_shrine" ); - name( R.drawable.emj_26ea, "church" ); - name( R.drawable.emj_26f0, "mountain" ); - name( R.drawable.emj_26f1, "beach_umbrella" ); - name( R.drawable.emj_26f1, "umbrella_on_ground" ); - name( R.drawable.emj_26f2, "fountain" ); - name( R.drawable.emj_26f3, "golf" ); - name( R.drawable.emj_26f4, "ferry" ); - name( R.drawable.emj_26f5, "boat" ); - name( R.drawable.emj_26f5, "sailboat" ); - name( R.drawable.emj_26f7, "skier" ); - name( R.drawable.emj_26f8, "ice_skate" ); - name( R.drawable.emj_26f9, "basketball_player" ); - name( R.drawable.emj_26f9, "person_with_ball" ); - name( R.drawable.emj_26f9_1f3fb, "basketball_player_tone1" ); - name( R.drawable.emj_26f9_1f3fb, "person_with_ball_light_skin_tone" ); - name( R.drawable.emj_26f9_1f3fb, "person_with_ball_tone1" ); - name( R.drawable.emj_26f9_1f3fb_200d_2640_fe0f, "woman_bouncing_ball_light_skin_tone" ); - name( R.drawable.emj_26f9_1f3fb_200d_2640_fe0f, "woman_bouncing_ball_tone1" ); - name( R.drawable.emj_26f9_1f3fb_200d_2642_fe0f, "man_bouncing_ball_light_skin_tone" ); - name( R.drawable.emj_26f9_1f3fb_200d_2642_fe0f, "man_bouncing_ball_tone1" ); - name( R.drawable.emj_26f9_1f3fc, "basketball_player_tone2" ); - name( R.drawable.emj_26f9_1f3fc, "person_with_ball_medium_light_skin_tone" ); - name( R.drawable.emj_26f9_1f3fc, "person_with_ball_tone2" ); - name( R.drawable.emj_26f9_1f3fc_200d_2640_fe0f, "woman_bouncing_ball_medium_light_skin_tone" ); - name( R.drawable.emj_26f9_1f3fc_200d_2640_fe0f, "woman_bouncing_ball_tone2" ); - name( R.drawable.emj_26f9_1f3fc_200d_2642_fe0f, "man_bouncing_ball_medium_light_skin_tone" ); - name( R.drawable.emj_26f9_1f3fc_200d_2642_fe0f, "man_bouncing_ball_tone2" ); + name( "woman_police_officer_dark_skin_tone", R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_police_officer_light_skin_tone", R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_police_officer_medium_dark_skin_tone", R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_police_officer_medium_light_skin_tone", R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_police_officer_medium_skin_tone", R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_police_officer_tone1", R.drawable.emj_1f46e_1f3fb_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_police_officer_tone2", R.drawable.emj_1f46e_1f3fc_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_police_officer_tone3", R.drawable.emj_1f46e_1f3fd_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_police_officer_tone4", R.drawable.emj_1f46e_1f3fe_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_police_officer_tone5", R.drawable.emj_1f46e_1f3ff_200d_2640_fe0f, "\ud83d\udc6e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_pouting", R.drawable.emj_1f64e_200d_2640_fe0f, "\ud83d\ude4e\u200d\u2640\ufe0f" ); + name( "woman_pouting_dark_skin_tone", R.drawable.emj_1f64e_1f3ff_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_pouting_light_skin_tone", R.drawable.emj_1f64e_1f3fb_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_pouting_medium_dark_skin_tone", R.drawable.emj_1f64e_1f3fe_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_pouting_medium_light_skin_tone", R.drawable.emj_1f64e_1f3fc_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_pouting_medium_skin_tone", R.drawable.emj_1f64e_1f3fd_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_pouting_tone1", R.drawable.emj_1f64e_1f3fb_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_pouting_tone2", R.drawable.emj_1f64e_1f3fc_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_pouting_tone3", R.drawable.emj_1f64e_1f3fd_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_pouting_tone4", R.drawable.emj_1f64e_1f3fe_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_pouting_tone5", R.drawable.emj_1f64e_1f3ff_200d_2640_fe0f, "\ud83d\ude4e\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_raising_hand", R.drawable.emj_1f64b_200d_2640_fe0f, "\ud83d\ude4b\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_dark_skin_tone", R.drawable.emj_1f64b_1f3ff_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_light_skin_tone", R.drawable.emj_1f64b_1f3fb_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_medium_dark_skin_tone", R.drawable.emj_1f64b_1f3fe_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_medium_light_skin_tone", R.drawable.emj_1f64b_1f3fc_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_medium_skin_tone", R.drawable.emj_1f64b_1f3fd_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_tone1", R.drawable.emj_1f64b_1f3fb_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_tone2", R.drawable.emj_1f64b_1f3fc_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_tone3", R.drawable.emj_1f64b_1f3fd_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_tone4", R.drawable.emj_1f64b_1f3fe_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_raising_hand_tone5", R.drawable.emj_1f64b_1f3ff_200d_2640_fe0f, "\ud83d\ude4b\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat", R.drawable.emj_1f6a3_200d_2640_fe0f, "\ud83d\udea3\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_dark_skin_tone", R.drawable.emj_1f6a3_1f3ff_200d_2640_fe0f, "\ud83d\udea3\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_light_skin_tone", R.drawable.emj_1f6a3_1f3fb_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_medium_dark_skin_tone", R.drawable.emj_1f6a3_1f3fe_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_medium_light_skin_tone", R.drawable.emj_1f6a3_1f3fc_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_medium_skin_tone", R.drawable.emj_1f6a3_1f3fd_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_tone1", R.drawable.emj_1f6a3_1f3fb_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_tone2", R.drawable.emj_1f6a3_1f3fc_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_tone3", R.drawable.emj_1f6a3_1f3fd_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_tone4", R.drawable.emj_1f6a3_1f3fe_200d_2640_fe0f, "\ud83d\udea3\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_rowing_boat_tone5", R.drawable.emj_1f6a3_1f3ff_200d_2640_fe0f, "\ud83d\udea3\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_running", R.drawable.emj_1f3c3_200d_2640_fe0f, "\ud83c\udfc3\u200d\u2640\ufe0f" ); + name( "woman_running_dark_skin_tone", R.drawable.emj_1f3c3_1f3ff_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_running_light_skin_tone", R.drawable.emj_1f3c3_1f3fb_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_running_medium_dark_skin_tone", R.drawable.emj_1f3c3_1f3fe_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_running_medium_light_skin_tone", R.drawable.emj_1f3c3_1f3fc_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_running_medium_skin_tone", R.drawable.emj_1f3c3_1f3fd_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_running_tone1", R.drawable.emj_1f3c3_1f3fb_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_running_tone2", R.drawable.emj_1f3c3_1f3fc_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_running_tone3", R.drawable.emj_1f3c3_1f3fd_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_running_tone4", R.drawable.emj_1f3c3_1f3fe_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_running_tone5", R.drawable.emj_1f3c3_1f3ff_200d_2640_fe0f, "\ud83c\udfc3\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_scientist", R.drawable.emj_1f469_200d_1f52c, "\ud83d\udc69\u200d\ud83d\udd2c" ); + name( "woman_scientist_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f52c, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "woman_scientist_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f52c, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "woman_scientist_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f52c, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "woman_scientist_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f52c, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "woman_scientist_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f52c, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "woman_scientist_tone1", R.drawable.emj_1f469_1f3fb_200d_1f52c, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udd2c" ); + name( "woman_scientist_tone2", R.drawable.emj_1f469_1f3fc_200d_1f52c, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udd2c" ); + name( "woman_scientist_tone3", R.drawable.emj_1f469_1f3fd_200d_1f52c, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udd2c" ); + name( "woman_scientist_tone4", R.drawable.emj_1f469_1f3fe_200d_1f52c, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udd2c" ); + name( "woman_scientist_tone5", R.drawable.emj_1f469_1f3ff_200d_1f52c, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udd2c" ); + name( "woman_shrugging", R.drawable.emj_1f937_200d_2640_fe0f, "\ud83e\udd37\u200d\u2640\ufe0f" ); + name( "woman_shrugging_dark_skin_tone", R.drawable.emj_1f937_1f3ff_200d_2640_fe0f, "\ud83e\udd37\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_shrugging_light_skin_tone", R.drawable.emj_1f937_1f3fb_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_shrugging_medium_dark_skin_tone", R.drawable.emj_1f937_1f3fe_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_shrugging_medium_light_skin_tone", R.drawable.emj_1f937_1f3fc_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_shrugging_medium_skin_tone", R.drawable.emj_1f937_1f3fd_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_shrugging_tone1", R.drawable.emj_1f937_1f3fb_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_shrugging_tone2", R.drawable.emj_1f937_1f3fc_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_shrugging_tone3", R.drawable.emj_1f937_1f3fd_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_shrugging_tone4", R.drawable.emj_1f937_1f3fe_200d_2640_fe0f, "\ud83e\udd37\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_shrugging_tone5", R.drawable.emj_1f937_1f3ff_200d_2640_fe0f, "\ud83e\udd37\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_singer", R.drawable.emj_1f469_200d_1f3a4, "\ud83d\udc69\u200d\ud83c\udfa4" ); + name( "woman_singer_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3a4, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "woman_singer_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3a4, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "woman_singer_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3a4, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "woman_singer_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3a4, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "woman_singer_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3a4, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "woman_singer_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3a4, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfa4" ); + name( "woman_singer_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3a4, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa4" ); + name( "woman_singer_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3a4, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfa4" ); + name( "woman_singer_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3a4, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfa4" ); + name( "woman_singer_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3a4, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfa4" ); + name( "woman_student", R.drawable.emj_1f469_200d_1f393, "\ud83d\udc69\u200d\ud83c\udf93" ); + name( "woman_student_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f393, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf93" ); + name( "woman_student_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f393, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf93" ); + name( "woman_student_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f393, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf93" ); + name( "woman_student_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f393, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf93" ); + name( "woman_student_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f393, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf93" ); + name( "woman_student_tone1", R.drawable.emj_1f469_1f3fb_200d_1f393, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udf93" ); + name( "woman_student_tone2", R.drawable.emj_1f469_1f3fc_200d_1f393, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udf93" ); + name( "woman_student_tone3", R.drawable.emj_1f469_1f3fd_200d_1f393, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udf93" ); + name( "woman_student_tone4", R.drawable.emj_1f469_1f3fe_200d_1f393, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udf93" ); + name( "woman_student_tone5", R.drawable.emj_1f469_1f3ff_200d_1f393, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udf93" ); + name( "woman_surfing", R.drawable.emj_1f3c4_200d_2640_fe0f, "\ud83c\udfc4\u200d\u2640\ufe0f" ); + name( "woman_surfing_dark_skin_tone", R.drawable.emj_1f3c4_1f3ff_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_surfing_light_skin_tone", R.drawable.emj_1f3c4_1f3fb_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffb\u200d\u2640\ufe0f" ); } private static void init98(){ - name( R.drawable.emj_26f9_1f3fd, "basketball_player_tone3" ); - name( R.drawable.emj_26f9_1f3fd, "person_with_ball_medium_skin_tone" ); - name( R.drawable.emj_26f9_1f3fd, "person_with_ball_tone3" ); - name( R.drawable.emj_26f9_1f3fd_200d_2640_fe0f, "woman_bouncing_ball_medium_skin_tone" ); - name( R.drawable.emj_26f9_1f3fd_200d_2640_fe0f, "woman_bouncing_ball_tone3" ); - name( R.drawable.emj_26f9_1f3fd_200d_2642_fe0f, "man_bouncing_ball_medium_skin_tone" ); - name( R.drawable.emj_26f9_1f3fd_200d_2642_fe0f, "man_bouncing_ball_tone3" ); - name( R.drawable.emj_26f9_1f3fe, "basketball_player_tone4" ); - name( R.drawable.emj_26f9_1f3fe, "person_with_ball_medium_dark_skin_tone" ); - name( R.drawable.emj_26f9_1f3fe, "person_with_ball_tone4" ); - name( R.drawable.emj_26f9_1f3fe_200d_2640_fe0f, "woman_bouncing_ball_medium_dark_skin_tone" ); - name( R.drawable.emj_26f9_1f3fe_200d_2640_fe0f, "woman_bouncing_ball_tone4" ); - name( R.drawable.emj_26f9_1f3fe_200d_2642_fe0f, "man_bouncing_ball_medium_dark_skin_tone" ); - name( R.drawable.emj_26f9_1f3fe_200d_2642_fe0f, "man_bouncing_ball_tone4" ); - name( R.drawable.emj_26f9_1f3ff, "basketball_player_tone5" ); - name( R.drawable.emj_26f9_1f3ff, "person_with_ball_dark_skin_tone" ); - name( R.drawable.emj_26f9_1f3ff, "person_with_ball_tone5" ); - name( R.drawable.emj_26f9_1f3ff_200d_2640_fe0f, "woman_bouncing_ball_dark_skin_tone" ); - name( R.drawable.emj_26f9_1f3ff_200d_2640_fe0f, "woman_bouncing_ball_tone5" ); - name( R.drawable.emj_26f9_1f3ff_200d_2642_fe0f, "man_bouncing_ball_dark_skin_tone" ); - name( R.drawable.emj_26f9_1f3ff_200d_2642_fe0f, "man_bouncing_ball_tone5" ); - name( R.drawable.emj_26f9_fe0f_200d_2640_fe0f, "woman_bouncing_ball" ); - name( R.drawable.emj_26f9_fe0f_200d_2642_fe0f, "man_bouncing_ball" ); - name( R.drawable.emj_26fa, "tent" ); - name( R.drawable.emj_26fd, "fuelpump" ); - name( R.drawable.emj_2702, "scissors" ); - name( R.drawable.emj_2705, "white_check_mark" ); - name( R.drawable.emj_2708, "airplane" ); - name( R.drawable.emj_2709, "envelope" ); - name( R.drawable.emj_270a, "fist" ); - name( R.drawable.emj_270a_1f3fb, "fist_light_skin_tone" ); - name( R.drawable.emj_270a_1f3fb, "fist_tone1" ); - name( R.drawable.emj_270a_1f3fc, "fist_medium_light_skin_tone" ); - name( R.drawable.emj_270a_1f3fc, "fist_tone2" ); - name( R.drawable.emj_270a_1f3fd, "fist_medium_skin_tone" ); - name( R.drawable.emj_270a_1f3fd, "fist_tone3" ); - name( R.drawable.emj_270a_1f3fe, "fist_medium_dark_skin_tone" ); - name( R.drawable.emj_270a_1f3fe, "fist_tone4" ); - name( R.drawable.emj_270a_1f3ff, "fist_dark_skin_tone" ); - name( R.drawable.emj_270a_1f3ff, "fist_tone5" ); - name( R.drawable.emj_270b, "hand" ); - name( R.drawable.emj_270b, "raised_hand" ); - name( R.drawable.emj_270b_1f3fb, "hand_light_skin_tone" ); - name( R.drawable.emj_270b_1f3fb, "hand_tone1" ); - name( R.drawable.emj_270b_1f3fb, "raised_hand_light_skin_tone" ); - name( R.drawable.emj_270b_1f3fb, "raised_hand_tone1" ); - name( R.drawable.emj_270b_1f3fc, "hand_medium_light_skin_tone" ); - name( R.drawable.emj_270b_1f3fc, "hand_tone2" ); - name( R.drawable.emj_270b_1f3fc, "raised_hand_medium_light_skin_tone" ); - name( R.drawable.emj_270b_1f3fc, "raised_hand_tone2" ); - name( R.drawable.emj_270b_1f3fd, "hand_medium_skin_tone" ); - name( R.drawable.emj_270b_1f3fd, "hand_tone3" ); - name( R.drawable.emj_270b_1f3fd, "raised_hand_medium_skin_tone" ); - name( R.drawable.emj_270b_1f3fd, "raised_hand_tone3" ); - name( R.drawable.emj_270b_1f3fe, "hand_medium_dark_skin_tone" ); - name( R.drawable.emj_270b_1f3fe, "hand_tone4" ); - name( R.drawable.emj_270b_1f3fe, "raised_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_270b_1f3fe, "raised_hand_tone4" ); - name( R.drawable.emj_270b_1f3ff, "hand_dark_skin_tone" ); - name( R.drawable.emj_270b_1f3ff, "hand_tone5" ); - name( R.drawable.emj_270b_1f3ff, "raised_hand_dark_skin_tone" ); - name( R.drawable.emj_270b_1f3ff, "raised_hand_tone5" ); - name( R.drawable.emj_270c, "v" ); - name( R.drawable.emj_270c_1f3fb, "v_light_skin_tone" ); - name( R.drawable.emj_270c_1f3fb, "v_tone1" ); - name( R.drawable.emj_270c_1f3fc, "v_medium_light_skin_tone" ); - name( R.drawable.emj_270c_1f3fc, "v_tone2" ); - name( R.drawable.emj_270c_1f3fd, "v_medium_skin_tone" ); - name( R.drawable.emj_270c_1f3fd, "v_tone3" ); - name( R.drawable.emj_270c_1f3fe, "v_medium_dark_skin_tone" ); - name( R.drawable.emj_270c_1f3fe, "v_tone4" ); - name( R.drawable.emj_270c_1f3ff, "v_dark_skin_tone" ); - name( R.drawable.emj_270c_1f3ff, "v_tone5" ); - name( R.drawable.emj_270d, "writing_hand" ); - name( R.drawable.emj_270d_1f3fb, "writing_hand_light_skin_tone" ); - name( R.drawable.emj_270d_1f3fb, "writing_hand_tone1" ); - name( R.drawable.emj_270d_1f3fc, "writing_hand_medium_light_skin_tone" ); - name( R.drawable.emj_270d_1f3fc, "writing_hand_tone2" ); - name( R.drawable.emj_270d_1f3fd, "writing_hand_medium_skin_tone" ); - name( R.drawable.emj_270d_1f3fd, "writing_hand_tone3" ); - name( R.drawable.emj_270d_1f3fe, "writing_hand_medium_dark_skin_tone" ); - name( R.drawable.emj_270d_1f3fe, "writing_hand_tone4" ); - name( R.drawable.emj_270d_1f3ff, "writing_hand_dark_skin_tone" ); - name( R.drawable.emj_270d_1f3ff, "writing_hand_tone5" ); - name( R.drawable.emj_270f, "pencil2" ); - name( R.drawable.emj_2712, "black_nib" ); - name( R.drawable.emj_2714, "heavy_check_mark" ); - name( R.drawable.emj_2716, "heavy_multiplication_x" ); - name( R.drawable.emj_271d, "cross" ); - name( R.drawable.emj_271d, "latin_cross" ); - name( R.drawable.emj_2721, "star_of_david" ); - name( R.drawable.emj_2728, "sparkles" ); - name( R.drawable.emj_2733, "eight_spoked_asterisk" ); - name( R.drawable.emj_2734, "eight_pointed_black_star" ); - name( R.drawable.emj_2744, "snowflake" ); - name( R.drawable.emj_2747, "sparkle" ); - name( R.drawable.emj_274c, "x" ); - name( R.drawable.emj_274e, "negative_squared_cross_mark" ); - name( R.drawable.emj_2753, "question" ); - name( R.drawable.emj_2754, "grey_question" ); - name( R.drawable.emj_2755, "grey_exclamation" ); + name( "woman_surfing_medium_dark_skin_tone", R.drawable.emj_1f3c4_1f3fe_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_surfing_medium_light_skin_tone", R.drawable.emj_1f3c4_1f3fc_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_surfing_medium_skin_tone", R.drawable.emj_1f3c4_1f3fd_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_surfing_tone1", R.drawable.emj_1f3c4_1f3fb_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_surfing_tone2", R.drawable.emj_1f3c4_1f3fc_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_surfing_tone3", R.drawable.emj_1f3c4_1f3fd_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_surfing_tone4", R.drawable.emj_1f3c4_1f3fe_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_surfing_tone5", R.drawable.emj_1f3c4_1f3ff_200d_2640_fe0f, "\ud83c\udfc4\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_swimming", R.drawable.emj_1f3ca_200d_2640_fe0f, "\ud83c\udfca\u200d\u2640\ufe0f" ); + name( "woman_swimming_dark_skin_tone", R.drawable.emj_1f3ca_1f3ff_200d_2640_fe0f, "\ud83c\udfca\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_swimming_light_skin_tone", R.drawable.emj_1f3ca_1f3fb_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_swimming_medium_dark_skin_tone", R.drawable.emj_1f3ca_1f3fe_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_swimming_medium_light_skin_tone", R.drawable.emj_1f3ca_1f3fc_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_swimming_medium_skin_tone", R.drawable.emj_1f3ca_1f3fd_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_swimming_tone1", R.drawable.emj_1f3ca_1f3fb_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_swimming_tone2", R.drawable.emj_1f3ca_1f3fc_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_swimming_tone3", R.drawable.emj_1f3ca_1f3fd_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_swimming_tone4", R.drawable.emj_1f3ca_1f3fe_200d_2640_fe0f, "\ud83c\udfca\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_swimming_tone5", R.drawable.emj_1f3ca_1f3ff_200d_2640_fe0f, "\ud83c\udfca\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_teacher", R.drawable.emj_1f469_200d_1f3eb, "\ud83d\udc69\u200d\ud83c\udfeb" ); + name( "woman_teacher_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f3eb, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "woman_teacher_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f3eb, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "woman_teacher_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f3eb, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "woman_teacher_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f3eb, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "woman_teacher_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f3eb, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "woman_teacher_tone1", R.drawable.emj_1f469_1f3fb_200d_1f3eb, "\ud83d\udc69\ud83c\udffb\u200d\ud83c\udfeb" ); + name( "woman_teacher_tone2", R.drawable.emj_1f469_1f3fc_200d_1f3eb, "\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfeb" ); + name( "woman_teacher_tone3", R.drawable.emj_1f469_1f3fd_200d_1f3eb, "\ud83d\udc69\ud83c\udffd\u200d\ud83c\udfeb" ); + name( "woman_teacher_tone4", R.drawable.emj_1f469_1f3fe_200d_1f3eb, "\ud83d\udc69\ud83c\udffe\u200d\ud83c\udfeb" ); + name( "woman_teacher_tone5", R.drawable.emj_1f469_1f3ff_200d_1f3eb, "\ud83d\udc69\ud83c\udfff\u200d\ud83c\udfeb" ); + name( "woman_technologist", R.drawable.emj_1f469_200d_1f4bb, "\ud83d\udc69\u200d\ud83d\udcbb" ); + name( "woman_technologist_dark_skin_tone", R.drawable.emj_1f469_1f3ff_200d_1f4bb, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "woman_technologist_light_skin_tone", R.drawable.emj_1f469_1f3fb_200d_1f4bb, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "woman_technologist_medium_dark_skin_tone", R.drawable.emj_1f469_1f3fe_200d_1f4bb, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "woman_technologist_medium_light_skin_tone", R.drawable.emj_1f469_1f3fc_200d_1f4bb, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "woman_technologist_medium_skin_tone", R.drawable.emj_1f469_1f3fd_200d_1f4bb, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "woman_technologist_tone1", R.drawable.emj_1f469_1f3fb_200d_1f4bb, "\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb" ); + name( "woman_technologist_tone2", R.drawable.emj_1f469_1f3fc_200d_1f4bb, "\ud83d\udc69\ud83c\udffc\u200d\ud83d\udcbb" ); + name( "woman_technologist_tone3", R.drawable.emj_1f469_1f3fd_200d_1f4bb, "\ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbb" ); + name( "woman_technologist_tone4", R.drawable.emj_1f469_1f3fe_200d_1f4bb, "\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb" ); + name( "woman_technologist_tone5", R.drawable.emj_1f469_1f3ff_200d_1f4bb, "\ud83d\udc69\ud83c\udfff\u200d\ud83d\udcbb" ); + name( "woman_tipping_hand", R.drawable.emj_1f481_200d_2640_fe0f, "\ud83d\udc81\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_dark_skin_tone", R.drawable.emj_1f481_1f3ff_200d_2640_fe0f, "\ud83d\udc81\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_light_skin_tone", R.drawable.emj_1f481_1f3fb_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_medium_dark_skin_tone", R.drawable.emj_1f481_1f3fe_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_medium_light_skin_tone", R.drawable.emj_1f481_1f3fc_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_medium_skin_tone", R.drawable.emj_1f481_1f3fd_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_tone1", R.drawable.emj_1f481_1f3fb_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_tone2", R.drawable.emj_1f481_1f3fc_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_tone3", R.drawable.emj_1f481_1f3fd_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_tone4", R.drawable.emj_1f481_1f3fe_200d_2640_fe0f, "\ud83d\udc81\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_tipping_hand_tone5", R.drawable.emj_1f481_1f3ff_200d_2640_fe0f, "\ud83d\udc81\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_tone1", R.drawable.emj_1f469_1f3fb, "\ud83d\udc69\ud83c\udffb" ); + name( "woman_tone2", R.drawable.emj_1f469_1f3fc, "\ud83d\udc69\ud83c\udffc" ); + name( "woman_tone3", R.drawable.emj_1f469_1f3fd, "\ud83d\udc69\ud83c\udffd" ); + name( "woman_tone4", R.drawable.emj_1f469_1f3fe, "\ud83d\udc69\ud83c\udffe" ); + name( "woman_tone5", R.drawable.emj_1f469_1f3ff, "\ud83d\udc69\ud83c\udfff" ); + name( "woman_walking", R.drawable.emj_1f6b6_200d_2640_fe0f, "\ud83d\udeb6\u200d\u2640\ufe0f" ); + name( "woman_walking_dark_skin_tone", R.drawable.emj_1f6b6_1f3ff_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_walking_light_skin_tone", R.drawable.emj_1f6b6_1f3fb_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_walking_medium_dark_skin_tone", R.drawable.emj_1f6b6_1f3fe_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_walking_medium_light_skin_tone", R.drawable.emj_1f6b6_1f3fc_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_walking_medium_skin_tone", R.drawable.emj_1f6b6_1f3fd_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_walking_tone1", R.drawable.emj_1f6b6_1f3fb_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_walking_tone2", R.drawable.emj_1f6b6_1f3fc_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_walking_tone3", R.drawable.emj_1f6b6_1f3fd_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_walking_tone4", R.drawable.emj_1f6b6_1f3fe_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_walking_tone5", R.drawable.emj_1f6b6_1f3ff_200d_2640_fe0f, "\ud83d\udeb6\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban", R.drawable.emj_1f473_200d_2640_fe0f, "\ud83d\udc73\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_dark_skin_tone", R.drawable.emj_1f473_1f3ff_200d_2640_fe0f, "\ud83d\udc73\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_light_skin_tone", R.drawable.emj_1f473_1f3fb_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_medium_dark_skin_tone", R.drawable.emj_1f473_1f3fe_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_medium_light_skin_tone", R.drawable.emj_1f473_1f3fc_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_medium_skin_tone", R.drawable.emj_1f473_1f3fd_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_tone1", R.drawable.emj_1f473_1f3fb_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffb\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_tone2", R.drawable.emj_1f473_1f3fc_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffc\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_tone3", R.drawable.emj_1f473_1f3fd_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffd\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_tone4", R.drawable.emj_1f473_1f3fe_200d_2640_fe0f, "\ud83d\udc73\ud83c\udffe\u200d\u2640\ufe0f" ); + name( "woman_wearing_turban_tone5", R.drawable.emj_1f473_1f3ff_200d_2640_fe0f, "\ud83d\udc73\ud83c\udfff\u200d\u2640\ufe0f" ); + name( "woman_with_bunny_ears_partying", R.drawable.emj_1f46f_200d_2640_fe0f, "\ud83d\udc6f\u200d\u2640\ufe0f" ); + name( "woman_woman_boy", R.drawable.emj_1f469_200d_1f469_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66" ); + name( "woman_woman_boy_boy", R.drawable.emj_1f469_200d_1f469_200d_1f466_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66" ); + name( "woman_woman_girl", R.drawable.emj_1f469_200d_1f469_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67" ); + name( "woman_woman_girl_boy", R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f466, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66" ); + name( "woman_woman_girl_girl", R.drawable.emj_1f469_200d_1f469_200d_1f467_200d_1f467, "\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc67" ); + name( "woman_wrestling", R.drawable.emj_1f93c_200d_2640_fe0f, "\ud83e\udd3c\u200d\u2640\ufe0f" ); + name( "womans_clothes", R.drawable.emj_1f45a, "\ud83d\udc5a" ); + name( "womans_hat", R.drawable.emj_1f452, "\ud83d\udc52" ); + name( "women_with_bunny_ears_partying", R.drawable.emj_1f46f_200d_2640_fe0f, "\ud83d\udc6f\u200d\u2640\ufe0f" ); + name( "women_wrestling", R.drawable.emj_1f93c_200d_2640_fe0f, "\ud83e\udd3c\u200d\u2640\ufe0f" ); + name( "womens", R.drawable.emj_1f6ba, "\ud83d\udeba" ); + name( "world_map", R.drawable.emj_1f5fa, "\ud83d\uddfa" ); + name( "worried", R.drawable.emj_1f61f, "\ud83d\ude1f" ); + name( "worship_symbol", R.drawable.emj_1f6d0, "\ud83d\uded0" ); + name( "wrench", R.drawable.emj_1f527, "\ud83d\udd27" ); + name( "wrestlers", R.drawable.emj_1f93c, "\ud83e\udd3c" ); + name( "wrestling", R.drawable.emj_1f93c, "\ud83e\udd3c" ); + name( "writing_hand", R.drawable.emj_270d, "\u270d" ); + name( "writing_hand_dark_skin_tone", R.drawable.emj_270d_1f3ff, "\u270d\ud83c\udfff" ); + name( "writing_hand_light_skin_tone", R.drawable.emj_270d_1f3fb, "\u270d\ud83c\udffb" ); + name( "writing_hand_medium_dark_skin_tone", R.drawable.emj_270d_1f3fe, "\u270d\ud83c\udffe" ); } private static void init99(){ - name( R.drawable.emj_2757, "exclamation" ); - name( R.drawable.emj_2757, "heavy_exclamation_mark" ); - name( R.drawable.emj_2763, "heart_exclamation" ); - name( R.drawable.emj_2763, "heavy_heart_exclamation_mark_ornament" ); - name( R.drawable.emj_2764, "heart" ); - name( R.drawable.emj_2795, "heavy_plus_sign" ); - name( R.drawable.emj_2796, "heavy_minus_sign" ); - name( R.drawable.emj_2797, "heavy_division_sign" ); - name( R.drawable.emj_27a1, "arrow_right" ); - name( R.drawable.emj_27b0, "curly_loop" ); - name( R.drawable.emj_27bf, "loop" ); - name( R.drawable.emj_2934, "arrow_heading_up" ); - name( R.drawable.emj_2935, "arrow_heading_down" ); - name( R.drawable.emj_2b05, "arrow_left" ); - name( R.drawable.emj_2b06, "arrow_up" ); - name( R.drawable.emj_2b07, "arrow_down" ); - name( R.drawable.emj_2b1b, "black_large_square" ); - name( R.drawable.emj_2b1c, "white_large_square" ); - name( R.drawable.emj_2b50, "star" ); - name( R.drawable.emj_2b55, "o" ); - name( R.drawable.emj_3030, "wavy_dash" ); - name( R.drawable.emj_303d, "part_alternation_mark" ); - name( R.drawable.emj_3297, "congratulations" ); - name( R.drawable.emj_3299, "secret" ); + name( "writing_hand_medium_light_skin_tone", R.drawable.emj_270d_1f3fc, "\u270d\ud83c\udffc" ); + name( "writing_hand_medium_skin_tone", R.drawable.emj_270d_1f3fd, "\u270d\ud83c\udffd" ); + name( "writing_hand_tone1", R.drawable.emj_270d_1f3fb, "\u270d\ud83c\udffb" ); + name( "writing_hand_tone2", R.drawable.emj_270d_1f3fc, "\u270d\ud83c\udffc" ); + name( "writing_hand_tone3", R.drawable.emj_270d_1f3fd, "\u270d\ud83c\udffd" ); + name( "writing_hand_tone4", R.drawable.emj_270d_1f3fe, "\u270d\ud83c\udffe" ); + name( "writing_hand_tone5", R.drawable.emj_270d_1f3ff, "\u270d\ud83c\udfff" ); + name( "ws", R.drawable.emj_1f1fc_1f1f8, "\ud83c\uddfc\ud83c\uddf8" ); + name( "x", R.drawable.emj_274c, "\u274c" ); + name( "xk", R.drawable.emj_1f1fd_1f1f0, "\ud83c\uddfd\ud83c\uddf0" ); + name( "ye", R.drawable.emj_1f1fe_1f1ea, "\ud83c\uddfe\ud83c\uddea" ); + name( "yellow_heart", R.drawable.emj_1f49b, "\ud83d\udc9b" ); + name( "yen", R.drawable.emj_1f4b4, "\ud83d\udcb4" ); + name( "yin_yang", R.drawable.emj_262f, "\u262f" ); + name( "yt", R.drawable.emj_1f1fe_1f1f9, "\ud83c\uddfe\ud83c\uddf9" ); + name( "yum", R.drawable.emj_1f60b, "\ud83d\ude0b" ); + name( "za", R.drawable.emj_1f1ff_1f1e6, "\ud83c\uddff\ud83c\udde6" ); + name( "zap", R.drawable.emj_26a1, "\u26a1" ); + name( "zero", R.drawable.emj_0030_20e3, "\u0030\u20e3" ); + name( "zipper_mouth", R.drawable.emj_1f910, "\ud83e\udd10" ); + name( "zipper_mouth_face", R.drawable.emj_1f910, "\ud83e\udd10" ); + name( "zm", R.drawable.emj_1f1ff_1f1f2, "\ud83c\uddff\ud83c\uddf2" ); + name( "zw", R.drawable.emj_1f1ff_1f1fc, "\ud83c\uddff\ud83c\uddfc" ); + name( "zzz", R.drawable.emj_1f4a4, "\ud83d\udca4" ); category( R.string.emoji_category_people, "grinning" ); category( R.string.emoji_category_people, "smiley" ); category( R.string.emoji_category_people, "smile" ); diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/HTMLDecoder.java b/app/src/main/java/jp/juggler/subwaytooter/util/HTMLDecoder.java index a7a0d966..b46a6cb0 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/HTMLDecoder.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/HTMLDecoder.java @@ -164,10 +164,10 @@ public class HTMLDecoder { , LinkClickContext account , SpannableStringBuilder sb , @NonNull DecodeOptions options - ){ + ){ if( TAG_TEXT.equals( tag ) ){ if( options.bDecodeEmoji ){ - sb.append( EmojiDecoder.decodeEmoji( context, decodeEntity( text ) ,options.customEmojiMap ) ); + sb.append( EmojiDecoder.decodeEmoji( context, decodeEntity( text ), options.customEmojiMap ) ); }else{ sb.append( decodeEntity( text ) ); } @@ -188,7 +188,7 @@ public class HTMLDecoder { sb_tmp.append( "" ); }else{ for( Node child : child_nodes ){ - child.encodeSpan( context, account, sb_tmp, options); + child.encodeSpan( context, account, sb_tmp, options ); } } @@ -205,8 +205,8 @@ public class HTMLDecoder { if( end > start && "a".equals( tag ) ){ String href = getHref(); if( href != null ){ - String link_text = sb.subSequence( start,end ).toString(); - MyClickableSpan span = new MyClickableSpan( account, link_text, href, account.findAcctColor( href ),options.link_tag ); + String link_text = sb.subSequence( start, end ).toString(); + MyClickableSpan span = new MyClickableSpan( account, link_text, href, account.findAcctColor( href ), options.link_tag ); sb.setSpan( span, start, end, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE ); } } @@ -281,16 +281,12 @@ public class HTMLDecoder { } if( is_media_attachment( list_attachment, href ) ){ - if( App1.USE_OLD_EMOJIONE ){ - return EmojiDecoder.decodeEmoji( context, ":frame_photo:",null ); - }else{ - SpannableStringBuilder sb = new SpannableStringBuilder(); - sb.append( href ); - int start = 0; - int end = sb.length(); - sb.setSpan( new EmojiImageSpan( context, R.drawable.emj_1f5bc ), start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE ); - return sb; - } + SpannableStringBuilder sb = new SpannableStringBuilder(); + sb.append( href ); + int start = 0; + int end = sb.length(); + sb.setSpan( new EmojiImageSpan( context, R.drawable.emj_1f5bc ), start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE ); + return sb; } try{ @@ -319,12 +315,11 @@ public class HTMLDecoder { return Character.isWhitespace( c ) || c == 0x0a || c == 0x0d; } - public static SpannableStringBuilder decodeHTML( Context context , LinkClickContext account , String src - ,@NonNull DecodeOptions options + , @NonNull DecodeOptions options ){ prepareTagInformation(); SpannableStringBuilder sb = new SpannableStringBuilder(); @@ -336,7 +331,7 @@ public class HTMLDecoder { rootNode.addChild( tracker, "" ); } - rootNode.encodeSpan( context, account, sb,options); + rootNode.encodeSpan( context, account, sb, options ); int end = sb.length(); while( end > 0 && isWhitespace( sb.charAt( end - 1 ) ) ) -- end; if( end < sb.length() ){ @@ -376,7 +371,7 @@ public class HTMLDecoder { // return sb; // } - public static Spannable decodeMentions( final SavedAccount access_info, TootMention.List src_list ,@Nullable Object link_tag ){ + public static Spannable decodeMentions( final SavedAccount access_info, TootMention.List src_list, @Nullable Object link_tag ){ if( src_list == null || src_list.isEmpty() ) return null; SpannableStringBuilder sb = new SpannableStringBuilder(); for( TootMention item : src_list ){ @@ -390,8 +385,8 @@ public class HTMLDecoder { } int end = sb.length(); if( end > start ){ - String link_text = sb.subSequence( start,end ).toString(); - MyClickableSpan span = new MyClickableSpan( access_info, link_text,item.url, access_info.findAcctColor( item.url ) ,link_tag ); + String link_text = sb.subSequence( start, end ).toString(); + MyClickableSpan span = new MyClickableSpan( access_info, link_text, item.url, access_info.findAcctColor( item.url ), link_tag ); sb.setSpan( span, start, end, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE ); } diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiInvalidator.java b/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiInvalidator.java index 24d42f54..4986b635 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiInvalidator.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiInvalidator.java @@ -1,6 +1,7 @@ package jp.juggler.subwaytooter.util; import android.os.Handler; +import android.os.SystemClock; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.Spannable; @@ -36,4 +37,25 @@ public class NetworkEmojiInvalidator implements Runnable, NetworkEmojiSpan.Inval view.postInvalidateOnAnimation(); } } + + // 最後に描画した時刻 + private long t_last_draw; + + // アニメーション開始時刻 + private long t_start; + + @Override public long getTimeFromStart(){ + + long now = SystemClock.elapsedRealtime(); + + // アニメーション開始時刻を計算する + if( t_start == 0L || now - t_last_draw >= 60000L ){ + t_start = now; + } + t_last_draw = now; + + return now - t_start; + } + + } \ No newline at end of file diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiSpan.java b/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiSpan.java index bbd4b7c4..0f54b07c 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiSpan.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/NetworkEmojiSpan.java @@ -33,6 +33,7 @@ public class NetworkEmojiSpan extends ReplacementSpan implements CustomEmojiCach } public interface InvalidateCallback { + long getTimeFromStart(); void delayInvalidate( long delay ); } @@ -43,7 +44,7 @@ public class NetworkEmojiSpan extends ReplacementSpan implements CustomEmojiCach } // implements CustomEmojiCache.Callback - @Override public void onAPNGLoadComplete( APNGFrames b ){ + @Override public void onAPNGLoadComplete(){ if( invalidate_callback != null ){ invalidate_callback.delayInvalidate( 0 ); } @@ -73,11 +74,7 @@ public class NetworkEmojiSpan extends ReplacementSpan implements CustomEmojiCach // フレーム探索結果を格納する構造体を確保しておく private final APNGFrames.FindFrameResult mFrameFindResult = new APNGFrames.FindFrameResult(); - // 最後に描画した時刻 - private long t_last_draw; - - // アニメーション開始時刻 - private long t_start; + @Override public void draw( @NonNull Canvas canvas @@ -88,19 +85,13 @@ public class NetworkEmojiSpan extends ReplacementSpan implements CustomEmojiCach if( invalidate_callback == null ) return; // APNGデータの取得 - APNGFrames frames = App1.custom_emoji_cache.get( url, this ); + APNGFrames frames = App1.custom_emoji_cache.get( this, url, this ); if( frames == null ) return; - long now = SystemClock.elapsedRealtime(); - - // アニメーション開始時刻を計算する - if( t_start == 0L || now - t_last_draw >= 60000L ){ - t_start = now; - } - t_last_draw = now; + long t = invalidate_callback.getTimeFromStart(); // アニメーション開始時刻からの経過時間に応じたフレームを探索 - frames.findFrame( mFrameFindResult, now - t_start ); + frames.findFrame( mFrameFindResult, t ); Bitmap b = mFrameFindResult.bitmap; if( b == null || b.isRecycled() ) return; diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/PopupAutoCompleteAcct.java b/app/src/main/java/jp/juggler/subwaytooter/util/PopupAutoCompleteAcct.java index 0da7d55c..1c82fca6 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/PopupAutoCompleteAcct.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/PopupAutoCompleteAcct.java @@ -18,6 +18,7 @@ import java.util.ArrayList; import jp.juggler.subwaytooter.R; import jp.juggler.subwaytooter.Styler; +import jp.juggler.subwaytooter.view.MyEditText; @SuppressWarnings("WeakerAccess") class PopupAutoCompleteAcct { final Activity activity; @@ -61,7 +62,8 @@ import jp.juggler.subwaytooter.Styler; } void setList( - final int sel_start + final MyEditText et + , final int sel_start , final int sel_end , @Nullable ArrayList< CharSequence > acct_list , @Nullable String picker_caption @@ -115,11 +117,11 @@ import jp.juggler.subwaytooter.Styler; } v.setOnClickListener( new View.OnClickListener() { @Override public void onClick( View v ){ - String s = etContent.getText().toString(); + String s = et.getText().toString(); CharSequence svInsert = ( acct.charAt( 0 ) == ' ' ? acct.subSequence( 2, acct.length() ) : acct ); s = s.substring( 0, sel_start ) + svInsert + " " + ( sel_end >= s.length() ? "" : s.substring( sel_end ) ); - etContent.setText( s ); - etContent.setSelection( sel_start + svInsert.length() + 1 ); + et.setText( s ); + et.setSelection( sel_start + svInsert.length() + 1 ); acct_popup.dismiss(); } } ); diff --git a/app/src/main/java/jp/juggler/subwaytooter/util/PostHelper.java b/app/src/main/java/jp/juggler/subwaytooter/util/PostHelper.java index 815d3d5b..87766561 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/util/PostHelper.java +++ b/app/src/main/java/jp/juggler/subwaytooter/util/PostHelper.java @@ -251,7 +251,7 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb StringBuilder sb = new StringBuilder(); sb.append( "status=" ); - sb.append( Uri.encode( content ) ); + sb.append( Uri.encode( EmojiDecoder.decodeShortCode(content ) ) ); if( visibility_checked != null ){ sb.append( "&visibility=" ); @@ -264,7 +264,7 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb if( spoiler_text != null ){ sb.append( "&spoiler_text=" ); - sb.append( Uri.encode( spoiler_text ) ); + sb.append( Uri.encode( EmojiDecoder.decodeShortCode(spoiler_text) ) ); } if( in_reply_to_id != - 1L ){ @@ -289,12 +289,12 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb JSONObject json = new JSONObject(); try{ - json.put( "status", content ); + json.put( "status", EmojiDecoder.decodeShortCode(content) ); if( visibility_checked != null ){ json.put( "visibility", visibility_checked ); } json.put( "sensitive", bNSFW ); - json.put( "spoiler_text", TextUtils.isEmpty( spoiler_text ) ? "" : spoiler_text ); + json.put( "spoiler_text", TextUtils.isEmpty( spoiler_text ) ? "" : EmojiDecoder.decodeShortCode(spoiler_text) ); json.put( "in_reply_to_id", in_reply_to_id == - 1L ? null : in_reply_to_id ); JSONArray array = new JSONArray(); if( attachment_list != null ){ @@ -308,7 +308,7 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb json.put( "isEnquete", true ); array = new JSONArray(); for( String item : enquete_items ){ - array.put( item ); + array.put( EmojiDecoder.decodeShortCode(item) ); } json.put( "enquete_items", array ); }catch( JSONException ex ){ @@ -590,7 +590,7 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb if( popup == null || ! popup.isShowing() ){ popup = new PopupAutoCompleteAcct( activity, et, formRoot, bMainScreen ); } - popup.setList( start, end, acct_list, null, null ); + popup.setList( et, start, end, acct_list, null, null ); } } @@ -622,10 +622,12 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb if( popup == null || ! popup.isShowing() ){ popup = new PopupAutoCompleteAcct( activity, et, formRoot, bMainScreen ); } - popup.setList( last_sharp, end, tag_list, null, null ); + popup.setList( et, last_sharp, end, tag_list, null, null ); } } + + private void checkEmoji(){ int end = et.getSelectionEnd(); @@ -644,12 +646,20 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb return; } + // : の手前は始端か改行か空白でなければならない + if( last_colon > 0 && ! EmojiDecoder.isWhitespaceBeforeEmoji( src.codePointBefore( last_colon ) ) ){ + log.d( "checkEmoji: invalid character before shortcode." ); + closeAcctPopup(); + return; + } + + if( part.length() == 0 ){ if( popup == null || ! popup.isShowing() ){ popup = new PopupAutoCompleteAcct( activity, et, formRoot, bMainScreen ); } popup.setList( - last_colon, end + et, last_colon, end , null , picker_caption_emoji , open_picker_emoji @@ -684,12 +694,10 @@ public class PostHelper implements CustomEmojiLister.Callback, EmojiPicker.Callb } } if( code_list.isEmpty() ){ - closeAcctPopup(); - }else{ if( popup == null || ! popup.isShowing() ){ popup = new PopupAutoCompleteAcct( activity, et, formRoot, bMainScreen ); } - popup.setList( last_colon, end, code_list, picker_caption_emoji, open_picker_emoji ); + popup.setList( et, last_colon, end, code_list, picker_caption_emoji, open_picker_emoji ); } } }; diff --git a/app/src/main/java/jp/juggler/subwaytooter/view/NetworkEmojiView.java b/app/src/main/java/jp/juggler/subwaytooter/view/NetworkEmojiView.java index e3886742..f1143d3c 100644 --- a/app/src/main/java/jp/juggler/subwaytooter/view/NetworkEmojiView.java +++ b/app/src/main/java/jp/juggler/subwaytooter/view/NetworkEmojiView.java @@ -59,7 +59,7 @@ public class NetworkEmojiView extends View implements CustomEmojiCache.Callback super.onDraw( canvas ); // APNGデータの取得 - APNGFrames frames = App1.custom_emoji_cache.get( url, this ); + APNGFrames frames = App1.custom_emoji_cache.get( this, url, this ); if( frames == null ) return; long now = SystemClock.elapsedRealtime(); @@ -87,7 +87,7 @@ public class NetworkEmojiView extends View implements CustomEmojiCache.Callback } } - @Override public void onAPNGLoadComplete( APNGFrames b ){ + @Override public void onAPNGLoadComplete(){ postInvalidateOnAnimation();; } }