diff --git a/README.md b/README.md index 1c09bad..87cd3f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wdt-emoji-bundle -Slack like emoji selector with apple/ios, twitter/twemoji, google, emojione and custom emoji support. I :heart: opensource. +Slack like emoji selector with apple/ios, twitter/twemoji, google, emojione, facebook, messenger and custom emoji support. I :heart: opensource. Thanks to Cal Henderson @iamcal. @@ -30,6 +30,8 @@ wdtEmojiBundle.defaults.emojiSheets.apple = './sheet_apple.png'; // defau wdtEmojiBundle.defaults.emojiSheets.google = './sheet_google.png'; // default /sheets/sheet_google_64.png wdtEmojiBundle.defaults.emojiSheets.twitter = './sheet_twitter.png'; // default /sheets/sheet_twitter_64.png wdtEmojiBundle.defaults.emojiSheets.emojione = './sheet_emojione.png'; // default /sheets/sheet_emojione_64.png +wdtEmojiBundle.defaults.emojiSheets.facebook = './sheet_facebook.png'; // default /sheets/sheet_facebook_64.png +wdtEmojiBundle.defaults.emojiSheets.messenger = './sheet_messenger.png'; // default /sheets/sheet_messenger_64.png ``` === @@ -95,16 +97,15 @@ Auto open the emoji picker when the user types the colon key `:` in the input: # TODO: -- Documentation :) +- Better documentation :) - Responsive Improvements. -- Better popup positioning, repositioning (window.resize). +- Better popup positioning. +- Open on colon support for contenteditables. - Frequently used emoji list with localstorage and/or API. - Provide more events; open, close, pickeropen, pickerclose etc. - Custom emoji support. - Skin color support for apple icons. -- Custom scrollbar. - Better contenteditable support, WYSIWYG? -- Performance improvements. - Check browser compatibilities. --- diff --git a/bower.json b/bower.json index 48e32ea..e7c0dd2 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "authors": [ "Nedim Arabacı" ], - "description": "Slack like emoji selector with apple, twitter, google, emojione and custom emoji support.", + "description": "Slack like emoji selector with apple, twitter, google, emojion, facebook, messenger and custom emoji support.", "dependencies": { "js-emoji": "^3.1.1" } diff --git a/build/build.php b/build/build.php new file mode 100644 index 0000000..0f9141b --- /dev/null +++ b/build/build.php @@ -0,0 +1,62 @@ + $row['has_img_apple'], + 'has_img_google' => $row['has_img_google'], + 'has_img_twitter' => $row['has_img_twitter'], + 'has_img_emojione' => $row['has_img_emojione'], + 'has_img_facebook' => $row['has_img_facebook'], + 'has_img_messenger' => $row['has_img_messenger'], + + 'name' => $row['name'], + 'short_name' => $row['short_name'], + 'short_names' => $row['short_names'], + 'sort_order' => $row['sort_order'] + ); +} + +foreach ($out as &$category) { + sortArrayByKey($category, 'sort_order'); +} + +function sortArrayByKey(&$array, $key) +{ + usort($array, function ($a, $b) use (&$key, &$asc) + { + if ($a[$key] == $b[$key]) + { + return 0; + } + return ($a[$key] < $b[$key]) ? -1 : 1; + }); +} + +$encoded = json_encode($out); + +$fp = fopen($dir . '/lightweight.json', 'w'); +fwrite($fp, $encoded); +fclose($fp); + +if ($debug) +{ + echo $encoded; +} diff --git a/build/emoji_pretty.json b/build/emoji_pretty.json new file mode 100644 index 0000000..0ca82cb --- /dev/null +++ b/build/emoji_pretty.json @@ -0,0 +1,40481 @@ +[ + { + "name": "COPYRIGHT SIGN", + "unified": "00A9", + "variations": [ + "00A9-FE0F" + ], + "docomo": "E731", + "au": "E558", + "softbank": "E24E", + "google": "FEB29", + "image": "00a9.png", + "sheet_x": 0, + "sheet_y": 0, + "short_name": "copyright", + "short_names": [ + "copyright" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 198, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "REGISTERED SIGN", + "unified": "00AE", + "variations": [ + "00AE-FE0F" + ], + "docomo": "E736", + "au": "E559", + "softbank": "E24F", + "google": "FEB2D", + "image": "00ae.png", + "sheet_x": 0, + "sheet_y": 1, + "short_name": "registered", + "short_names": [ + "registered" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 199, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "DOUBLE EXCLAMATION MARK", + "unified": "203C", + "variations": [ + "203C-FE0F" + ], + "docomo": "E704", + "au": "EB30", + "softbank": null, + "google": "FEB06", + "image": "203c.png", + "sheet_x": 0, + "sheet_y": 2, + "short_name": "bangbang", + "short_names": [ + "bangbang" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 86, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EXCLAMATION QUESTION MARK", + "unified": "2049", + "variations": [ + "2049-FE0F" + ], + "docomo": "E703", + "au": "EB2F", + "softbank": null, + "google": "FEB05", + "image": "2049.png", + "sheet_x": 0, + "sheet_y": 3, + "short_name": "interrobang", + "short_names": [ + "interrobang" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 87, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRADE MARK SIGN", + "unified": "2122", + "variations": [ + "2122-FE0F" + ], + "docomo": "E732", + "au": "E54E", + "softbank": "E537", + "google": "FEB2A", + "image": "2122.png", + "sheet_x": 0, + "sheet_y": 4, + "short_name": "tm", + "short_names": [ + "tm" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 200, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INFORMATION SOURCE", + "unified": "2139", + "variations": [ + "2139-FE0F" + ], + "docomo": null, + "au": "E533", + "softbank": null, + "google": "FEB47", + "image": "2139.png", + "sheet_x": 0, + "sheet_y": 5, + "short_name": "information_source", + "short_names": [ + "information_source" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 181, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEFT RIGHT ARROW", + "unified": "2194", + "variations": [ + "2194-FE0F" + ], + "docomo": "E73C", + "au": "EB7A", + "softbank": null, + "google": "FEAF6", + "image": "2194.png", + "sheet_x": 0, + "sheet_y": 6, + "short_name": "left_right_arrow", + "short_names": [ + "left_right_arrow" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 174, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UP DOWN ARROW", + "unified": "2195", + "variations": [ + "2195-FE0F" + ], + "docomo": "E73D", + "au": "EB7B", + "softbank": null, + "google": "FEAF7", + "image": "2195.png", + "sheet_x": 0, + "sheet_y": 7, + "short_name": "arrow_up_down", + "short_names": [ + "arrow_up_down" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 173, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NORTH WEST ARROW", + "unified": "2196", + "variations": [ + "2196-FE0F" + ], + "docomo": "E697", + "au": "E54C", + "softbank": "E237", + "google": "FEAF2", + "image": "2196.png", + "sheet_x": 0, + "sheet_y": 8, + "short_name": "arrow_upper_left", + "short_names": [ + "arrow_upper_left" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 172, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NORTH EAST ARROW", + "unified": "2197", + "variations": [ + "2197-FE0F" + ], + "docomo": "E678", + "au": "E555", + "softbank": "E236", + "google": "FEAF0", + "image": "2197.png", + "sheet_x": 0, + "sheet_y": 9, + "short_name": "arrow_upper_right", + "short_names": [ + "arrow_upper_right" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 169, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SOUTH EAST ARROW", + "unified": "2198", + "variations": [ + "2198-FE0F" + ], + "docomo": "E696", + "au": "E54D", + "softbank": "E238", + "google": "FEAF1", + "image": "2198.png", + "sheet_x": 0, + "sheet_y": 10, + "short_name": "arrow_lower_right", + "short_names": [ + "arrow_lower_right" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 170, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SOUTH WEST ARROW", + "unified": "2199", + "variations": [ + "2199-FE0F" + ], + "docomo": "E6A5", + "au": "E556", + "softbank": "E239", + "google": "FEAF3", + "image": "2199.png", + "sheet_x": 0, + "sheet_y": 11, + "short_name": "arrow_lower_left", + "short_names": [ + "arrow_lower_left" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 171, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEFTWARDS ARROW WITH HOOK", + "unified": "21A9", + "variations": [ + "21A9-FE0F" + ], + "docomo": "E6DA", + "au": "E55D", + "softbank": null, + "google": "FEB83", + "image": "21a9.png", + "sheet_x": 0, + "sheet_y": 12, + "short_name": "leftwards_arrow_with_hook", + "short_names": [ + "leftwards_arrow_with_hook" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 177, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RIGHTWARDS ARROW WITH HOOK", + "unified": "21AA", + "variations": [ + "21AA-FE0F" + ], + "docomo": null, + "au": "E55C", + "softbank": null, + "google": "FEB88", + "image": "21aa.png", + "sheet_x": 0, + "sheet_y": 13, + "short_name": "arrow_right_hook", + "short_names": [ + "arrow_right_hook" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 176, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WATCH", + "unified": "231A", + "variations": [ + "231A-FE0F" + ], + "docomo": "E71F", + "au": "E57A", + "softbank": null, + "google": "FE01D", + "image": "231a.png", + "sheet_x": 0, + "sheet_y": 14, + "short_name": "watch", + "short_names": [ + "watch" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOURGLASS", + "unified": "231B", + "variations": [ + "231B-FE0F" + ], + "docomo": "E71C", + "au": "E57B", + "softbank": null, + "google": "FE01C", + "image": "231b.png", + "sheet_x": 0, + "sheet_y": 15, + "short_name": "hourglass", + "short_names": [ + "hourglass" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KEYBOARD", + "unified": "2328", + "variations": [ + "2328-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2328.png", + "sheet_x": 0, + "sheet_y": 16, + "short_name": "keyboard", + "short_names": [ + "keyboard" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EJECT SYMBOL", + "unified": "23CF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23cf.png", + "sheet_x": 0, + "sheet_y": 17, + "short_name": "eject", + "short_names": [ + "eject" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 151, + "has_img_apple": false, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": false, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BLACK RIGHT-POINTING DOUBLE TRIANGLE", + "unified": "23E9", + "variations": [ + + ], + "docomo": null, + "au": "E530", + "softbank": "E23C", + "google": "FEAFE", + "image": "23e9.png", + "sheet_x": 0, + "sheet_y": 18, + "short_name": "fast_forward", + "short_names": [ + "fast_forward" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 155, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK LEFT-POINTING DOUBLE TRIANGLE", + "unified": "23EA", + "variations": [ + + ], + "docomo": null, + "au": "E52F", + "softbank": "E23D", + "google": "FEAFF", + "image": "23ea.png", + "sheet_x": 0, + "sheet_y": 19, + "short_name": "rewind", + "short_names": [ + "rewind" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 156, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK UP-POINTING DOUBLE TRIANGLE", + "unified": "23EB", + "variations": [ + + ], + "docomo": null, + "au": "E545", + "softbank": null, + "google": "FEB03", + "image": "23eb.png", + "sheet_x": 0, + "sheet_y": 20, + "short_name": "arrow_double_up", + "short_names": [ + "arrow_double_up" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 163, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK DOWN-POINTING DOUBLE TRIANGLE", + "unified": "23EC", + "variations": [ + + ], + "docomo": null, + "au": "E544", + "softbank": null, + "google": "FEB02", + "image": "23ec.png", + "sheet_x": 0, + "sheet_y": 21, + "short_name": "arrow_double_down", + "short_names": [ + "arrow_double_down" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 164, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR", + "unified": "23ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23ed.png", + "sheet_x": 0, + "sheet_y": 22, + "short_name": "black_right_pointing_double_triangle_with_vertical_bar", + "short_names": [ + "black_right_pointing_double_triangle_with_vertical_bar" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 153, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR", + "unified": "23EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23ee.png", + "sheet_x": 0, + "sheet_y": 23, + "short_name": "black_left_pointing_double_triangle_with_vertical_bar", + "short_names": [ + "black_left_pointing_double_triangle_with_vertical_bar" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 154, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR", + "unified": "23EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23ef.png", + "sheet_x": 0, + "sheet_y": 24, + "short_name": "black_right_pointing_triangle_with_double_vertical_bar", + "short_names": [ + "black_right_pointing_triangle_with_double_vertical_bar" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 149, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ALARM CLOCK", + "unified": "23F0", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02D", + "google": "FE02A", + "image": "23f0.png", + "sheet_x": 0, + "sheet_y": 25, + "short_name": "alarm_clock", + "short_names": [ + "alarm_clock" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STOPWATCH", + "unified": "23F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23f1.png", + "sheet_x": 0, + "sheet_y": 26, + "short_name": "stopwatch", + "short_names": [ + "stopwatch" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TIMER CLOCK", + "unified": "23F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23f2.png", + "sheet_x": 0, + "sheet_y": 27, + "short_name": "timer_clock", + "short_names": [ + "timer_clock" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HOURGLASS WITH FLOWING SAND", + "unified": "23F3", + "variations": [ + + ], + "docomo": "E71C", + "au": "E47C", + "softbank": null, + "google": "FE01B", + "image": "23f3.png", + "sheet_x": 0, + "sheet_y": 28, + "short_name": "hourglass_flowing_sand", + "short_names": [ + "hourglass_flowing_sand" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOUBLE VERTICAL BAR", + "unified": "23F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23f8.png", + "sheet_x": 0, + "sheet_y": 29, + "short_name": "double_vertical_bar", + "short_names": [ + "double_vertical_bar" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 148, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BLACK SQUARE FOR STOP", + "unified": "23F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23f9.png", + "sheet_x": 0, + "sheet_y": 30, + "short_name": "black_square_for_stop", + "short_names": [ + "black_square_for_stop" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 150, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BLACK CIRCLE FOR RECORD", + "unified": "23FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "23fa.png", + "sheet_x": 0, + "sheet_y": 31, + "short_name": "black_circle_for_record", + "short_names": [ + "black_circle_for_record" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 152, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CIRCLED LATIN CAPITAL LETTER M", + "unified": "24C2", + "variations": [ + "24C2-FE0F" + ], + "docomo": "E65C", + "au": "E5BC", + "softbank": "E434", + "google": "FE7E1", + "image": "24c2.png", + "sheet_x": 0, + "sheet_y": 32, + "short_name": "m", + "short_names": [ + "m" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 108, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK SMALL SQUARE", + "unified": "25AA", + "variations": [ + "25AA-FE0F" + ], + "docomo": null, + "au": "E532", + "softbank": "E21A", + "google": "FEB6E", + "image": "25aa.png", + "sheet_x": 0, + "sheet_y": 33, + "short_name": "black_small_square", + "short_names": [ + "black_small_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 217, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE SMALL SQUARE", + "unified": "25AB", + "variations": [ + "25AB-FE0F" + ], + "docomo": null, + "au": "E531", + "softbank": "E21B", + "google": "FEB6D", + "image": "25ab.png", + "sheet_x": 0, + "sheet_y": 34, + "short_name": "white_small_square", + "short_names": [ + "white_small_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 218, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK RIGHT-POINTING TRIANGLE", + "unified": "25B6", + "variations": [ + "25B6-FE0F" + ], + "docomo": null, + "au": "E52E", + "softbank": "E23A", + "google": "FEAFC", + "image": "25b6.png", + "sheet_x": 0, + "sheet_y": 35, + "short_name": "arrow_forward", + "short_names": [ + "arrow_forward" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 147, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK LEFT-POINTING TRIANGLE", + "unified": "25C0", + "variations": [ + "25C0-FE0F" + ], + "docomo": null, + "au": "E52D", + "softbank": "E23B", + "google": "FEAFD", + "image": "25c0.png", + "sheet_x": 0, + "sheet_y": 36, + "short_name": "arrow_backward", + "short_names": [ + "arrow_backward" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 160, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE MEDIUM SQUARE", + "unified": "25FB", + "variations": [ + "25FB-FE0F" + ], + "docomo": null, + "au": "E538", + "softbank": "E21B", + "google": "FEB71", + "image": "25fb.png", + "sheet_x": 0, + "sheet_y": 37, + "short_name": "white_medium_square", + "short_names": [ + "white_medium_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 223, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK MEDIUM SQUARE", + "unified": "25FC", + "variations": [ + "25FC-FE0F" + ], + "docomo": null, + "au": "E539", + "softbank": "E21A", + "google": "FEB72", + "image": "25fc.png", + "sheet_x": 0, + "sheet_y": 38, + "short_name": "black_medium_square", + "short_names": [ + "black_medium_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 222, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE MEDIUM SMALL SQUARE", + "unified": "25FD", + "variations": [ + "25FD-FE0F" + ], + "docomo": null, + "au": "E534", + "softbank": "E21B", + "google": "FEB6F", + "image": "25fd.png", + "sheet_x": 0, + "sheet_y": 39, + "short_name": "white_medium_small_square", + "short_names": [ + "white_medium_small_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 225, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK MEDIUM SMALL SQUARE", + "unified": "25FE", + "variations": [ + "25FE-FE0F" + ], + "docomo": null, + "au": "E535", + "softbank": "E21A", + "google": "FEB70", + "image": "25fe.png", + "sheet_x": 0, + "sheet_y": 40, + "short_name": "black_medium_small_square", + "short_names": [ + "black_medium_small_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 224, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK SUN WITH RAYS", + "unified": "2600", + "variations": [ + "2600-FE0F" + ], + "docomo": "E63E", + "au": "E488", + "softbank": "E04A", + "google": "FE000", + "image": "2600.png", + "sheet_x": 1, + "sheet_y": 0, + "short_name": "sunny", + "short_names": [ + "sunny" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 123, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOUD", + "unified": "2601", + "variations": [ + "2601-FE0F" + ], + "docomo": "E63F", + "au": "E48D", + "softbank": "E049", + "google": "FE001", + "image": "2601.png", + "sheet_x": 1, + "sheet_y": 1, + "short_name": "cloud", + "short_names": [ + "cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 128, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UMBRELLA", + "unified": "2602", + "variations": [ + "2602-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2602.png", + "sheet_x": 1, + "sheet_y": 2, + "short_name": "umbrella", + "short_names": [ + "umbrella" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 143, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SNOWMAN", + "unified": "2603", + "variations": [ + "2603-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2603.png", + "sheet_x": 1, + "sheet_y": 3, + "short_name": "snowman", + "short_names": [ + "snowman" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 137, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "COMET", + "unified": "2604", + "variations": [ + "2604-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2604.png", + "sheet_x": 1, + "sheet_y": 4, + "short_name": "comet", + "short_names": [ + "comet" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 122, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BLACK TELEPHONE", + "unified": "260E", + "variations": [ + "260E-FE0F" + ], + "docomo": "E687", + "au": "E596", + "softbank": "E009", + "google": "FE523", + "image": "260e.png", + "sheet_x": 1, + "sheet_y": 5, + "short_name": "phone", + "short_names": [ + "phone", + "telephone" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BALLOT BOX WITH CHECK", + "unified": "2611", + "variations": [ + "2611-FE0F" + ], + "docomo": null, + "au": "EB02", + "softbank": null, + "google": "FEB8B", + "image": "2611.png", + "sheet_x": 1, + "sheet_y": 6, + "short_name": "ballot_box_with_check", + "short_names": [ + "ballot_box_with_check" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 206, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UMBRELLA WITH RAIN DROPS", + "unified": "2614", + "variations": [ + "2614-FE0F" + ], + "docomo": "E640", + "au": "E48C", + "softbank": "E04B", + "google": "FE002", + "image": "2614.png", + "sheet_x": 1, + "sheet_y": 7, + "short_name": "umbrella_with_rain_drops", + "short_names": [ + "umbrella_with_rain_drops" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 144, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOT BEVERAGE", + "unified": "2615", + "variations": [ + "2615-FE0F" + ], + "docomo": "E670", + "au": "E597", + "softbank": "E045", + "google": "FE981", + "image": "2615.png", + "sheet_x": 1, + "sheet_y": 8, + "short_name": "coffee", + "short_names": [ + "coffee" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHAMROCK", + "unified": "2618", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2618.png", + "sheet_x": 1, + "sheet_y": 9, + "short_name": "shamrock", + "short_names": [ + "shamrock" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 81, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHITE UP POINTING INDEX", + "unified": "261D", + "variations": [ + "261D-FE0F" + ], + "docomo": null, + "au": "E4F6", + "softbank": "E00F", + "google": "FEB98", + "image": "261d.png", + "sheet_x": 1, + "sheet_y": 10, + "short_name": "point_up", + "short_names": [ + "point_up" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 101, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "261D-1F3FB": { + "unified": "261D-1F3FB", + "image": "261d-1f3fb.png", + "sheet_x": 1, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "261D-1F3FC": { + "unified": "261D-1F3FC", + "image": "261d-1f3fc.png", + "sheet_x": 1, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "261D-1F3FD": { + "unified": "261D-1F3FD", + "image": "261d-1f3fd.png", + "sheet_x": 1, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "261D-1F3FE": { + "unified": "261D-1F3FE", + "image": "261d-1f3fe.png", + "sheet_x": 1, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "261D-1F3FF": { + "unified": "261D-1F3FF", + "image": "261d-1f3ff.png", + "sheet_x": 1, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "SKULL AND CROSSBONES", + "unified": "2620", + "variations": [ + "2620-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2620.png", + "sheet_x": 1, + "sheet_y": 16, + "short_name": "skull_and_crossbones", + "short_names": [ + "skull_and_crossbones" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 70, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RADIOACTIVE SIGN", + "unified": "2622", + "variations": [ + "2622-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2622.png", + "sheet_x": 1, + "sheet_y": 17, + "short_name": "radioactive_sign", + "short_names": [ + "radioactive_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BIOHAZARD SIGN", + "unified": "2623", + "variations": [ + "2623-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2623.png", + "sheet_x": 1, + "sheet_y": 18, + "short_name": "biohazard_sign", + "short_names": [ + "biohazard_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ORTHODOX CROSS", + "unified": "2626", + "variations": [ + "2626-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2626.png", + "sheet_x": 1, + "sheet_y": 19, + "short_name": "orthodox_cross", + "short_names": [ + "orthodox_cross" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "STAR AND CRESCENT", + "unified": "262A", + "variations": [ + "262A-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "262a.png", + "sheet_x": 1, + "sheet_y": 20, + "short_name": "star_and_crescent", + "short_names": [ + "star_and_crescent" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "PEACE SYMBOL", + "unified": "262E", + "variations": [ + "262E-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "262e.png", + "sheet_x": 1, + "sheet_y": 21, + "short_name": "peace_symbol", + "short_names": [ + "peace_symbol" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "YIN YANG", + "unified": "262F", + "variations": [ + "262F-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "262f.png", + "sheet_x": 1, + "sheet_y": 22, + "short_name": "yin_yang", + "short_names": [ + "yin_yang" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHEEL OF DHARMA", + "unified": "2638", + "variations": [ + "2638-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2638.png", + "sheet_x": 1, + "sheet_y": 23, + "short_name": "wheel_of_dharma", + "short_names": [ + "wheel_of_dharma" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHITE FROWNING FACE", + "unified": "2639", + "variations": [ + "2639-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2639.png", + "sheet_x": 1, + "sheet_y": 24, + "short_name": "white_frowning_face", + "short_names": [ + "white_frowning_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHITE SMILING FACE", + "unified": "263A", + "variations": [ + "263A-FE0F" + ], + "docomo": "E6F0", + "au": "E4FB", + "softbank": "E414", + "google": "FE336", + "image": "263a.png", + "sheet_x": 1, + "sheet_y": 25, + "short_name": "relaxed", + "short_names": [ + "relaxed" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ARIES", + "unified": "2648", + "variations": [ + "2648-FE0F" + ], + "docomo": "E646", + "au": "E48F", + "softbank": "E23F", + "google": "FE02B", + "image": "2648.png", + "sheet_x": 1, + "sheet_y": 26, + "short_name": "aries", + "short_names": [ + "aries" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TAURUS", + "unified": "2649", + "variations": [ + "2649-FE0F" + ], + "docomo": "E647", + "au": "E490", + "softbank": "E240", + "google": "FE02C", + "image": "2649.png", + "sheet_x": 1, + "sheet_y": 27, + "short_name": "taurus", + "short_names": [ + "taurus" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GEMINI", + "unified": "264A", + "variations": [ + "264A-FE0F" + ], + "docomo": "E648", + "au": "E491", + "softbank": "E241", + "google": "FE02D", + "image": "264a.png", + "sheet_x": 1, + "sheet_y": 28, + "short_name": "gemini", + "short_names": [ + "gemini" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CANCER", + "unified": "264B", + "variations": [ + "264B-FE0F" + ], + "docomo": "E649", + "au": "E492", + "softbank": "E242", + "google": "FE02E", + "image": "264b.png", + "sheet_x": 1, + "sheet_y": 29, + "short_name": "cancer", + "short_names": [ + "cancer" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEO", + "unified": "264C", + "variations": [ + "264C-FE0F" + ], + "docomo": "E64A", + "au": "E493", + "softbank": "E243", + "google": "FE02F", + "image": "264c.png", + "sheet_x": 1, + "sheet_y": 30, + "short_name": "leo", + "short_names": [ + "leo" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VIRGO", + "unified": "264D", + "variations": [ + "264D-FE0F" + ], + "docomo": "E64B", + "au": "E494", + "softbank": "E244", + "google": "FE030", + "image": "264d.png", + "sheet_x": 1, + "sheet_y": 31, + "short_name": "virgo", + "short_names": [ + "virgo" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LIBRA", + "unified": "264E", + "variations": [ + "264E-FE0F" + ], + "docomo": "E64C", + "au": "E495", + "softbank": "E245", + "google": "FE031", + "image": "264e.png", + "sheet_x": 1, + "sheet_y": 32, + "short_name": "libra", + "short_names": [ + "libra" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SCORPIUS", + "unified": "264F", + "variations": [ + "264F-FE0F" + ], + "docomo": "E64D", + "au": "E496", + "softbank": "E246", + "google": "FE032", + "image": "264f.png", + "sheet_x": 1, + "sheet_y": 33, + "short_name": "scorpius", + "short_names": [ + "scorpius" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SAGITTARIUS", + "unified": "2650", + "variations": [ + "2650-FE0F" + ], + "docomo": "E64E", + "au": "E497", + "softbank": "E247", + "google": "FE033", + "image": "2650.png", + "sheet_x": 1, + "sheet_y": 34, + "short_name": "sagittarius", + "short_names": [ + "sagittarius" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAPRICORN", + "unified": "2651", + "variations": [ + "2651-FE0F" + ], + "docomo": "E64F", + "au": "E498", + "softbank": "E248", + "google": "FE034", + "image": "2651.png", + "sheet_x": 1, + "sheet_y": 35, + "short_name": "capricorn", + "short_names": [ + "capricorn" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AQUARIUS", + "unified": "2652", + "variations": [ + "2652-FE0F" + ], + "docomo": "E650", + "au": "E499", + "softbank": "E249", + "google": "FE035", + "image": "2652.png", + "sheet_x": 1, + "sheet_y": 36, + "short_name": "aquarius", + "short_names": [ + "aquarius" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PISCES", + "unified": "2653", + "variations": [ + "2653-FE0F" + ], + "docomo": "E651", + "au": "E49A", + "softbank": "E24A", + "google": "FE036", + "image": "2653.png", + "sheet_x": 1, + "sheet_y": 37, + "short_name": "pisces", + "short_names": [ + "pisces" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK SPADE SUIT", + "unified": "2660", + "variations": [ + "2660-FE0F" + ], + "docomo": "E68E", + "au": "E5A1", + "softbank": "E20E", + "google": "FEB1B", + "image": "2660.png", + "sheet_x": 1, + "sheet_y": 38, + "short_name": "spades", + "short_names": [ + "spades" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 238, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK CLUB SUIT", + "unified": "2663", + "variations": [ + "2663-FE0F" + ], + "docomo": "E690", + "au": "E5A3", + "softbank": "E20F", + "google": "FEB1D", + "image": "2663.png", + "sheet_x": 1, + "sheet_y": 39, + "short_name": "clubs", + "short_names": [ + "clubs" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 239, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK HEART SUIT", + "unified": "2665", + "variations": [ + "2665-FE0F" + ], + "docomo": "E68D", + "au": "EAA5", + "softbank": "E20C", + "google": "FEB1A", + "image": "2665.png", + "sheet_x": 1, + "sheet_y": 40, + "short_name": "hearts", + "short_names": [ + "hearts" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 240, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK DIAMOND SUIT", + "unified": "2666", + "variations": [ + "2666-FE0F" + ], + "docomo": "E68F", + "au": "E5A2", + "softbank": "E20D", + "google": "FEB1C", + "image": "2666.png", + "sheet_x": 2, + "sheet_y": 0, + "short_name": "diamonds", + "short_names": [ + "diamonds" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 241, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOT SPRINGS", + "unified": "2668", + "variations": [ + "2668-FE0F" + ], + "docomo": "E6F7", + "au": "E4BC", + "softbank": "E123", + "google": "FE7FA", + "image": "2668.png", + "sheet_x": 2, + "sheet_y": 1, + "short_name": "hotsprings", + "short_names": [ + "hotsprings" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 75, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK UNIVERSAL RECYCLING SYMBOL", + "unified": "267B", + "variations": [ + "267B-FE0F" + ], + "docomo": "E735", + "au": "EB79", + "softbank": null, + "google": "FEB2C", + "image": "267b.png", + "sheet_x": 2, + "sheet_y": 2, + "short_name": "recycle", + "short_names": [ + "recycle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 97, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHEELCHAIR SYMBOL", + "unified": "267F", + "variations": [ + "267F-FE0F" + ], + "docomo": "E69B", + "au": "E47F", + "softbank": "E20A", + "google": "FEB20", + "image": "267f.png", + "sheet_x": 2, + "sheet_y": 3, + "short_name": "wheelchair", + "short_names": [ + "wheelchair" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 115, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HAMMER AND PICK", + "unified": "2692", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2692.png", + "sheet_x": 2, + "sheet_y": 4, + "short_name": "hammer_and_pick", + "short_names": [ + "hammer_and_pick" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ANCHOR", + "unified": "2693", + "variations": [ + "2693-FE0F" + ], + "docomo": "E661", + "au": "E4A9", + "softbank": "E202", + "google": "FE4C1", + "image": "2693.png", + "sheet_x": 2, + "sheet_y": 5, + "short_name": "anchor", + "short_names": [ + "anchor" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CROSSED SWORDS", + "unified": "2694", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2694.png", + "sheet_x": 2, + "sheet_y": 6, + "short_name": "crossed_swords", + "short_names": [ + "crossed_swords" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SCALES", + "unified": "2696", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2696.png", + "sheet_x": 2, + "sheet_y": 7, + "short_name": "scales", + "short_names": [ + "scales" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ALEMBIC", + "unified": "2697", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2697.png", + "sheet_x": 2, + "sheet_y": 8, + "short_name": "alembic", + "short_names": [ + "alembic" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 77, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "GEAR", + "unified": "2699", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2699.png", + "sheet_x": 2, + "sheet_y": 9, + "short_name": "gear", + "short_names": [ + "gear" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ATOM SYMBOL", + "unified": "269B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "269b.png", + "sheet_x": 2, + "sheet_y": 10, + "short_name": "atom_symbol", + "short_names": [ + "atom_symbol" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FLEUR-DE-LIS", + "unified": "269C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "269c.png", + "sheet_x": 2, + "sheet_y": 11, + "short_name": "fleur_de_lis", + "short_names": [ + "fleur_de_lis" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 92, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WARNING SIGN", + "unified": "26A0", + "variations": [ + "26A0-FE0F" + ], + "docomo": "E737", + "au": "E481", + "softbank": "E252", + "google": "FEB23", + "image": "26a0.png", + "sheet_x": 2, + "sheet_y": 12, + "short_name": "warning", + "short_names": [ + "warning" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 94, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HIGH VOLTAGE SIGN", + "unified": "26A1", + "variations": [ + "26A1-FE0F" + ], + "docomo": "E642", + "au": "E487", + "softbank": "E13D", + "google": "FE004", + "image": "26a1.png", + "sheet_x": 2, + "sheet_y": 13, + "short_name": "zap", + "short_names": [ + "zap" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 132, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MEDIUM WHITE CIRCLE", + "unified": "26AA", + "variations": [ + "26AA-FE0F" + ], + "docomo": "E69C", + "au": "E53A", + "softbank": "E219", + "google": "FEB65", + "image": "26aa.png", + "sheet_x": 2, + "sheet_y": 14, + "short_name": "white_circle", + "short_names": [ + "white_circle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 208, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MEDIUM BLACK CIRCLE", + "unified": "26AB", + "variations": [ + "26AB-FE0F" + ], + "docomo": "E69C", + "au": "E53B", + "softbank": "E219", + "google": "FEB66", + "image": "26ab.png", + "sheet_x": 2, + "sheet_y": 15, + "short_name": "black_circle", + "short_names": [ + "black_circle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 209, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COFFIN", + "unified": "26B0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26b0.png", + "sheet_x": 2, + "sheet_y": 16, + "short_name": "coffin", + "short_names": [ + "coffin" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 71, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FUNERAL URN", + "unified": "26B1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26b1.png", + "sheet_x": 2, + "sheet_y": 17, + "short_name": "funeral_urn", + "short_names": [ + "funeral_urn" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 72, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SOCCER BALL", + "unified": "26BD", + "variations": [ + "26BD-FE0F" + ], + "docomo": "E656", + "au": "E4B6", + "softbank": "E018", + "google": "FE7D4", + "image": "26bd.png", + "sheet_x": 2, + "sheet_y": 18, + "short_name": "soccer", + "short_names": [ + "soccer" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BASEBALL", + "unified": "26BE", + "variations": [ + "26BE-FE0F" + ], + "docomo": "E653", + "au": "E4BA", + "softbank": "E016", + "google": "FE7D1", + "image": "26be.png", + "sheet_x": 2, + "sheet_y": 19, + "short_name": "baseball", + "short_names": [ + "baseball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SNOWMAN WITHOUT SNOW", + "unified": "26C4", + "variations": [ + "26C4-FE0F" + ], + "docomo": "E641", + "au": "E485", + "softbank": "E048", + "google": "FE003", + "image": "26c4.png", + "sheet_x": 2, + "sheet_y": 20, + "short_name": "snowman_without_snow", + "short_names": [ + "snowman_without_snow" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 138, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUN BEHIND CLOUD", + "unified": "26C5", + "variations": [ + "26C5-FE0F" + ], + "docomo": "E63E-E63F", + "au": "E48E", + "softbank": "E04A-E049", + "google": "FE00F", + "image": "26c5.png", + "sheet_x": 2, + "sheet_y": 21, + "short_name": "partly_sunny", + "short_names": [ + "partly_sunny" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 125, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "THUNDER CLOUD AND RAIN", + "unified": "26C8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26c8.png", + "sheet_x": 2, + "sheet_y": 22, + "short_name": "thunder_cloud_and_rain", + "short_names": [ + "thunder_cloud_and_rain" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 130, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "OPHIUCHUS", + "unified": "26CE", + "variations": [ + + ], + "docomo": null, + "au": "E49B", + "softbank": "E24B", + "google": "FE037", + "image": "26ce.png", + "sheet_x": 2, + "sheet_y": 23, + "short_name": "ophiuchus", + "short_names": [ + "ophiuchus" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PICK", + "unified": "26CF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26cf.png", + "sheet_x": 2, + "sheet_y": 24, + "short_name": "pick", + "short_names": [ + "pick" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HELMET WITH WHITE CROSS", + "unified": "26D1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26d1.png", + "sheet_x": 2, + "sheet_y": 25, + "short_name": "helmet_with_white_cross", + "short_names": [ + "helmet_with_white_cross" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 193, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CHAINS", + "unified": "26D3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26d3.png", + "sheet_x": 2, + "sheet_y": 26, + "short_name": "chains", + "short_names": [ + "chains" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "NO ENTRY", + "unified": "26D4", + "variations": [ + "26D4-FE0F" + ], + "docomo": "E72F", + "au": "E484", + "softbank": "E137", + "google": "FEB26", + "image": "26d4.png", + "sheet_x": 2, + "sheet_y": 27, + "short_name": "no_entry", + "short_names": [ + "no_entry" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 69, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHINTO SHRINE", + "unified": "26E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26e9.png", + "sheet_x": 2, + "sheet_y": 28, + "short_name": "shinto_shrine", + "short_names": [ + "shinto_shrine" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 115, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CHURCH", + "unified": "26EA", + "variations": [ + "26EA-FE0F" + ], + "docomo": null, + "au": "E5BB", + "softbank": "E037", + "google": "FE4BB", + "image": "26ea.png", + "sheet_x": 2, + "sheet_y": 29, + "short_name": "church", + "short_names": [ + "church" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 111, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOUNTAIN", + "unified": "26F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26f0.png", + "sheet_x": 2, + "sheet_y": 30, + "short_name": "mountain", + "short_names": [ + "mountain" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "UMBRELLA ON GROUND", + "unified": "26F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26f1.png", + "sheet_x": 2, + "sheet_y": 31, + "short_name": "umbrella_on_ground", + "short_names": [ + "umbrella_on_ground" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 98, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FOUNTAIN", + "unified": "26F2", + "variations": [ + "26F2-FE0F" + ], + "docomo": null, + "au": "E5CF", + "softbank": "E121", + "google": "FE4BC", + "image": "26f2.png", + "sheet_x": 2, + "sheet_y": 32, + "short_name": "fountain", + "short_names": [ + "fountain" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FLAG IN HOLE", + "unified": "26F3", + "variations": [ + "26F3-FE0F" + ], + "docomo": "E654", + "au": "E599", + "softbank": "E014", + "google": "FE7D2", + "image": "26f3.png", + "sheet_x": 2, + "sheet_y": 33, + "short_name": "golf", + "short_names": [ + "golf" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FERRY", + "unified": "26F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26f4.png", + "sheet_x": 2, + "sheet_y": 34, + "short_name": "ferry", + "short_names": [ + "ferry" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SAILBOAT", + "unified": "26F5", + "variations": [ + "26F5-FE0F" + ], + "docomo": "E6A3", + "au": "E4B4", + "softbank": "E01C", + "google": "FE7EA", + "image": "26f5.png", + "sheet_x": 2, + "sheet_y": 35, + "short_name": "boat", + "short_names": [ + "boat", + "sailboat" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SKIER", + "unified": "26F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26f7.png", + "sheet_x": 2, + "sheet_y": 36, + "short_name": "skier", + "short_names": [ + "skier" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ICE SKATE", + "unified": "26F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26f8.png", + "sheet_x": 2, + "sheet_y": 37, + "short_name": "ice_skate", + "short_names": [ + "ice_skate" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "PERSON WITH BALL", + "unified": "26F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "26f9.png", + "sheet_x": 2, + "sheet_y": 38, + "short_name": "person_with_ball", + "short_names": [ + "person_with_ball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "26F9-1F3FB": { + "unified": "26F9-1F3FB", + "image": "26f9-1f3fb.png", + "sheet_x": 2, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "26F9-1F3FC": { + "unified": "26F9-1F3FC", + "image": "26f9-1f3fc.png", + "sheet_x": 2, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "26F9-1F3FD": { + "unified": "26F9-1F3FD", + "image": "26f9-1f3fd.png", + "sheet_x": 3, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "26F9-1F3FE": { + "unified": "26F9-1F3FE", + "image": "26f9-1f3fe.png", + "sheet_x": 3, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "26F9-1F3FF": { + "unified": "26F9-1F3FF", + "image": "26f9-1f3ff.png", + "sheet_x": 3, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "TENT", + "unified": "26FA", + "variations": [ + "26FA-FE0F" + ], + "docomo": null, + "au": "E5D0", + "softbank": "E122", + "google": "FE7FB", + "image": "26fa.png", + "sheet_x": 3, + "sheet_y": 3, + "short_name": "tent", + "short_names": [ + "tent" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 72, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FUEL PUMP", + "unified": "26FD", + "variations": [ + "26FD-FE0F" + ], + "docomo": "E66B", + "au": "E571", + "softbank": "E03A", + "google": "FE7F5", + "image": "26fd.png", + "sheet_x": 3, + "sheet_y": 4, + "short_name": "fuelpump", + "short_names": [ + "fuelpump" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK SCISSORS", + "unified": "2702", + "variations": [ + "2702-FE0F" + ], + "docomo": "E675", + "au": "E516", + "softbank": "E313", + "google": "FE53E", + "image": "2702.png", + "sheet_x": 3, + "sheet_y": 5, + "short_name": "scissors", + "short_names": [ + "scissors" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 158, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE HEAVY CHECK MARK", + "unified": "2705", + "variations": [ + + ], + "docomo": null, + "au": "E55E", + "softbank": null, + "google": "FEB4A", + "image": "2705.png", + "sheet_x": 3, + "sheet_y": 6, + "short_name": "white_check_mark", + "short_names": [ + "white_check_mark" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 103, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AIRPLANE", + "unified": "2708", + "variations": [ + "2708-FE0F" + ], + "docomo": "E662", + "au": "E4B3", + "softbank": "E01D", + "google": "FE7E9", + "image": "2708.png", + "sheet_x": 3, + "sheet_y": 7, + "short_name": "airplane", + "short_names": [ + "airplane" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ENVELOPE", + "unified": "2709", + "variations": [ + "2709-FE0F" + ], + "docomo": "E6D3", + "au": "E521", + "softbank": "E103", + "google": "FE529", + "image": "2709.png", + "sheet_x": 3, + "sheet_y": 8, + "short_name": "email", + "short_names": [ + "email", + "envelope" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 111, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RAISED FIST", + "unified": "270A", + "variations": [ + + ], + "docomo": "E693", + "au": "EB83", + "softbank": "E010", + "google": "FEB93", + "image": "270a.png", + "sheet_x": 3, + "sheet_y": 9, + "short_name": "fist", + "short_names": [ + "fist" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 94, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "270A-1F3FB": { + "unified": "270A-1F3FB", + "image": "270a-1f3fb.png", + "sheet_x": 3, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270A-1F3FC": { + "unified": "270A-1F3FC", + "image": "270a-1f3fc.png", + "sheet_x": 3, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270A-1F3FD": { + "unified": "270A-1F3FD", + "image": "270a-1f3fd.png", + "sheet_x": 3, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270A-1F3FE": { + "unified": "270A-1F3FE", + "image": "270a-1f3fe.png", + "sheet_x": 3, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270A-1F3FF": { + "unified": "270A-1F3FF", + "image": "270a-1f3ff.png", + "sheet_x": 3, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "RAISED HAND", + "unified": "270B", + "variations": [ + + ], + "docomo": "E695", + "au": "E5A7", + "softbank": "E012", + "google": "FEB95", + "image": "270b.png", + "sheet_x": 3, + "sheet_y": 15, + "short_name": "hand", + "short_names": [ + "hand", + "raised_hand" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 97, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "270B-1F3FB": { + "unified": "270B-1F3FB", + "image": "270b-1f3fb.png", + "sheet_x": 3, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270B-1F3FC": { + "unified": "270B-1F3FC", + "image": "270b-1f3fc.png", + "sheet_x": 3, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270B-1F3FD": { + "unified": "270B-1F3FD", + "image": "270b-1f3fd.png", + "sheet_x": 3, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270B-1F3FE": { + "unified": "270B-1F3FE", + "image": "270b-1f3fe.png", + "sheet_x": 3, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270B-1F3FF": { + "unified": "270B-1F3FF", + "image": "270b-1f3ff.png", + "sheet_x": 3, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "VICTORY HAND", + "unified": "270C", + "variations": [ + "270C-FE0F" + ], + "docomo": "E694", + "au": "E5A6", + "softbank": "E011", + "google": "FEB94", + "image": "270c.png", + "sheet_x": 3, + "sheet_y": 21, + "short_name": "v", + "short_names": [ + "v" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 95, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "270C-1F3FB": { + "unified": "270C-1F3FB", + "image": "270c-1f3fb.png", + "sheet_x": 3, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270C-1F3FC": { + "unified": "270C-1F3FC", + "image": "270c-1f3fc.png", + "sheet_x": 3, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270C-1F3FD": { + "unified": "270C-1F3FD", + "image": "270c-1f3fd.png", + "sheet_x": 3, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270C-1F3FE": { + "unified": "270C-1F3FE", + "image": "270c-1f3fe.png", + "sheet_x": 3, + "sheet_y": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "270C-1F3FF": { + "unified": "270C-1F3FF", + "image": "270c-1f3ff.png", + "sheet_x": 3, + "sheet_y": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WRITING HAND", + "unified": "270D", + "variations": [ + "270D-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "270d.png", + "sheet_x": 3, + "sheet_y": 27, + "short_name": "writing_hand", + "short_names": [ + "writing_hand" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 110, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "270D-1F3FB": { + "unified": "270D-1F3FB", + "image": "270d-1f3fb.png", + "sheet_x": 3, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "270D-1F3FC": { + "unified": "270D-1F3FC", + "image": "270d-1f3fc.png", + "sheet_x": 3, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "270D-1F3FD": { + "unified": "270D-1F3FD", + "image": "270d-1f3fd.png", + "sheet_x": 3, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "270D-1F3FE": { + "unified": "270D-1F3FE", + "image": "270d-1f3fe.png", + "sheet_x": 3, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "270D-1F3FF": { + "unified": "270D-1F3FF", + "image": "270d-1f3ff.png", + "sheet_x": 3, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "PENCIL", + "unified": "270F", + "variations": [ + "270F-FE0F" + ], + "docomo": "E719", + "au": "E4A1", + "softbank": "E301", + "google": "FE539", + "image": "270f.png", + "sheet_x": 3, + "sheet_y": 33, + "short_name": "pencil2", + "short_names": [ + "pencil2" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 174, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK NIB", + "unified": "2712", + "variations": [ + "2712-FE0F" + ], + "docomo": "E6AE", + "au": "EB03", + "softbank": null, + "google": "FE536", + "image": "2712.png", + "sheet_x": 3, + "sheet_y": 34, + "short_name": "black_nib", + "short_names": [ + "black_nib" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 172, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY CHECK MARK", + "unified": "2714", + "variations": [ + "2714-FE0F" + ], + "docomo": null, + "au": "E557", + "softbank": null, + "google": "FEB49", + "image": "2714.png", + "sheet_x": 3, + "sheet_y": 35, + "short_name": "heavy_check_mark", + "short_names": [ + "heavy_check_mark" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 190, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY MULTIPLICATION X", + "unified": "2716", + "variations": [ + "2716-FE0F" + ], + "docomo": null, + "au": "E54F", + "softbank": "E333", + "google": "FEB53", + "image": "2716.png", + "sheet_x": 3, + "sheet_y": 36, + "short_name": "heavy_multiplication_x", + "short_names": [ + "heavy_multiplication_x" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 195, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LATIN CROSS", + "unified": "271D", + "variations": [ + "271D-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "271d.png", + "sheet_x": 3, + "sheet_y": 37, + "short_name": "latin_cross", + "short_names": [ + "latin_cross" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "STAR OF DAVID", + "unified": "2721", + "variations": [ + "2721-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2721.png", + "sheet_x": 3, + "sheet_y": 38, + "short_name": "star_of_david", + "short_names": [ + "star_of_david" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SPARKLES", + "unified": "2728", + "variations": [ + + ], + "docomo": "E6FA", + "au": "EAAB", + "softbank": "E32E", + "google": "FEB60", + "image": "2728.png", + "sheet_x": 3, + "sheet_y": 39, + "short_name": "sparkles", + "short_names": [ + "sparkles" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 121, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EIGHT SPOKED ASTERISK", + "unified": "2733", + "variations": [ + "2733-FE0F" + ], + "docomo": "E6F8", + "au": "E53E", + "softbank": "E206", + "google": "FEB62", + "image": "2733.png", + "sheet_x": 3, + "sheet_y": 40, + "short_name": "eight_spoked_asterisk", + "short_names": [ + "eight_spoked_asterisk" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 101, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EIGHT POINTED BLACK STAR", + "unified": "2734", + "variations": [ + "2734-FE0F" + ], + "docomo": "E6F8", + "au": "E479", + "softbank": "E205", + "google": "FEB61", + "image": "2734.png", + "sheet_x": 4, + "sheet_y": 0, + "short_name": "eight_pointed_black_star", + "short_names": [ + "eight_pointed_black_star" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SNOWFLAKE", + "unified": "2744", + "variations": [ + "2744-FE0F" + ], + "docomo": null, + "au": "E48A", + "softbank": null, + "google": "FE00E", + "image": "2744.png", + "sheet_x": 4, + "sheet_y": 1, + "short_name": "snowflake", + "short_names": [ + "snowflake" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 135, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPARKLE", + "unified": "2747", + "variations": [ + "2747-FE0F" + ], + "docomo": "E6FA", + "au": "E46C", + "softbank": "E32E", + "google": "FEB77", + "image": "2747.png", + "sheet_x": 4, + "sheet_y": 2, + "short_name": "sparkle", + "short_names": [ + "sparkle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 100, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CROSS MARK", + "unified": "274C", + "variations": [ + + ], + "docomo": null, + "au": "E550", + "softbank": "E333", + "google": "FEB45", + "image": "274c.png", + "sheet_x": 4, + "sheet_y": 3, + "short_name": "x", + "short_names": [ + "x" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 72, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEGATIVE SQUARED CROSS MARK", + "unified": "274E", + "variations": [ + + ], + "docomo": null, + "au": "E551", + "softbank": "E333", + "google": "FEB46", + "image": "274e.png", + "sheet_x": 4, + "sheet_y": 4, + "short_name": "negative_squared_cross_mark", + "short_names": [ + "negative_squared_cross_mark" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 102, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK QUESTION MARK ORNAMENT", + "unified": "2753", + "variations": [ + + ], + "docomo": null, + "au": "E483", + "softbank": "E020", + "google": "FEB09", + "image": "2753.png", + "sheet_x": 4, + "sheet_y": 5, + "short_name": "question", + "short_names": [ + "question" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 84, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE QUESTION MARK ORNAMENT", + "unified": "2754", + "variations": [ + + ], + "docomo": null, + "au": "E483", + "softbank": "E336", + "google": "FEB0A", + "image": "2754.png", + "sheet_x": 4, + "sheet_y": 6, + "short_name": "grey_question", + "short_names": [ + "grey_question" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 85, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE EXCLAMATION MARK ORNAMENT", + "unified": "2755", + "variations": [ + + ], + "docomo": "E702", + "au": "E482", + "softbank": "E337", + "google": "FEB0B", + "image": "2755.png", + "sheet_x": 4, + "sheet_y": 7, + "short_name": "grey_exclamation", + "short_names": [ + "grey_exclamation" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 83, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY EXCLAMATION MARK SYMBOL", + "unified": "2757", + "variations": [ + "2757-FE0F" + ], + "docomo": "E702", + "au": "E482", + "softbank": "E021", + "google": "FEB04", + "image": "2757.png", + "sheet_x": 4, + "sheet_y": 8, + "short_name": "exclamation", + "short_names": [ + "exclamation", + "heavy_exclamation_mark" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 82, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY HEART EXCLAMATION MARK ORNAMENT", + "unified": "2763", + "variations": [ + "2763-FE0F" + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "2763.png", + "sheet_x": 4, + "sheet_y": 9, + "short_name": "heavy_heart_exclamation_mark_ornament", + "short_names": [ + "heavy_heart_exclamation_mark_ornament" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HEAVY BLACK HEART", + "unified": "2764", + "variations": [ + "2764-FE0F" + ], + "docomo": "E6EC", + "au": "E595", + "softbank": "E022", + "google": "FEB0C", + "image": "2764.png", + "sheet_x": 4, + "sheet_y": 10, + "short_name": "heart", + "short_names": [ + "heart" + ], + "text": "<3", + "texts": [ + "<3" + ], + "category": "Symbols", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY PLUS SIGN", + "unified": "2795", + "variations": [ + + ], + "docomo": null, + "au": "E53C", + "softbank": null, + "google": "FEB51", + "image": "2795.png", + "sheet_x": 4, + "sheet_y": 11, + "short_name": "heavy_plus_sign", + "short_names": [ + "heavy_plus_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 192, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY MINUS SIGN", + "unified": "2796", + "variations": [ + + ], + "docomo": null, + "au": "E53D", + "softbank": null, + "google": "FEB52", + "image": "2796.png", + "sheet_x": 4, + "sheet_y": 12, + "short_name": "heavy_minus_sign", + "short_names": [ + "heavy_minus_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 193, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY DIVISION SIGN", + "unified": "2797", + "variations": [ + + ], + "docomo": null, + "au": "E554", + "softbank": null, + "google": "FEB54", + "image": "2797.png", + "sheet_x": 4, + "sheet_y": 13, + "short_name": "heavy_division_sign", + "short_names": [ + "heavy_division_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 194, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK RIGHTWARDS ARROW", + "unified": "27A1", + "variations": [ + "27A1-FE0F" + ], + "docomo": null, + "au": "E552", + "softbank": "E234", + "google": "FEAFA", + "image": "27a1.png", + "sheet_x": 4, + "sheet_y": 14, + "short_name": "arrow_right", + "short_names": [ + "arrow_right" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 165, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CURLY LOOP", + "unified": "27B0", + "variations": [ + + ], + "docomo": "E70A", + "au": "EB31", + "softbank": null, + "google": "FEB08", + "image": "27b0.png", + "sheet_x": 4, + "sheet_y": 15, + "short_name": "curly_loop", + "short_names": [ + "curly_loop" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 189, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOUBLE CURLY LOOP", + "unified": "27BF", + "variations": [ + + ], + "docomo": "E6DF", + "au": null, + "softbank": "E211", + "google": "FE82B", + "image": "27bf.png", + "sheet_x": 4, + "sheet_y": 16, + "short_name": "loop", + "short_names": [ + "loop" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 106, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS", + "unified": "2934", + "variations": [ + "2934-FE0F" + ], + "docomo": "E6F5", + "au": "EB2D", + "softbank": "E236", + "google": "FEAF4", + "image": "2934.png", + "sheet_x": 4, + "sheet_y": 17, + "short_name": "arrow_heading_up", + "short_names": [ + "arrow_heading_up" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 178, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS", + "unified": "2935", + "variations": [ + "2935-FE0F" + ], + "docomo": "E700", + "au": "EB2E", + "softbank": "E238", + "google": "FEAF5", + "image": "2935.png", + "sheet_x": 4, + "sheet_y": 18, + "short_name": "arrow_heading_down", + "short_names": [ + "arrow_heading_down" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 179, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEFTWARDS BLACK ARROW", + "unified": "2B05", + "variations": [ + "2B05-FE0F" + ], + "docomo": null, + "au": "E553", + "softbank": "E235", + "google": "FEAFB", + "image": "2b05.png", + "sheet_x": 4, + "sheet_y": 19, + "short_name": "arrow_left", + "short_names": [ + "arrow_left" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 166, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UPWARDS BLACK ARROW", + "unified": "2B06", + "variations": [ + "2B06-FE0F" + ], + "docomo": null, + "au": "E53F", + "softbank": "E232", + "google": "FEAF8", + "image": "2b06.png", + "sheet_x": 4, + "sheet_y": 20, + "short_name": "arrow_up", + "short_names": [ + "arrow_up" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 167, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOWNWARDS BLACK ARROW", + "unified": "2B07", + "variations": [ + "2B07-FE0F" + ], + "docomo": null, + "au": "E540", + "softbank": "E233", + "google": "FEAF9", + "image": "2b07.png", + "sheet_x": 4, + "sheet_y": 21, + "short_name": "arrow_down", + "short_names": [ + "arrow_down" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 168, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK LARGE SQUARE", + "unified": "2B1B", + "variations": [ + "2B1B-FE0F" + ], + "docomo": null, + "au": "E549", + "softbank": "E21A", + "google": "FEB6C", + "image": "2b1b.png", + "sheet_x": 4, + "sheet_y": 22, + "short_name": "black_large_square", + "short_names": [ + "black_large_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 219, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE LARGE SQUARE", + "unified": "2B1C", + "variations": [ + "2B1C-FE0F" + ], + "docomo": null, + "au": "E548", + "softbank": "E21B", + "google": "FEB6B", + "image": "2b1c.png", + "sheet_x": 4, + "sheet_y": 23, + "short_name": "white_large_square", + "short_names": [ + "white_large_square" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 220, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE MEDIUM STAR", + "unified": "2B50", + "variations": [ + "2B50-FE0F" + ], + "docomo": null, + "au": "E48B", + "softbank": "E32F", + "google": "FEB68", + "image": "2b50.png", + "sheet_x": 4, + "sheet_y": 24, + "short_name": "star", + "short_names": [ + "star" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 118, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY LARGE CIRCLE", + "unified": "2B55", + "variations": [ + "2B55-FE0F" + ], + "docomo": "E6A0", + "au": "EAAD", + "softbank": "E332", + "google": "FEB44", + "image": "2b55.png", + "sheet_x": 4, + "sheet_y": 25, + "short_name": "o", + "short_names": [ + "o" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 73, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WAVY DASH", + "unified": "3030", + "variations": [ + "3030-FE0F" + ], + "docomo": "E709", + "au": null, + "softbank": null, + "google": "FEB07", + "image": "3030.png", + "sheet_x": 4, + "sheet_y": 26, + "short_name": "wavy_dash", + "short_names": [ + "wavy_dash" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 188, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PART ALTERNATION MARK", + "unified": "303D", + "variations": [ + "303D-FE0F" + ], + "docomo": null, + "au": null, + "softbank": "E12C", + "google": "FE81B", + "image": "303d.png", + "sheet_x": 4, + "sheet_y": 27, + "short_name": "part_alternation_mark", + "short_names": [ + "part_alternation_mark" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 93, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CIRCLED IDEOGRAPH CONGRATULATION", + "unified": "3297", + "variations": [ + "3297-FE0F" + ], + "docomo": null, + "au": "EA99", + "softbank": "E30D", + "google": "FEB43", + "image": "3297.png", + "sheet_x": 4, + "sheet_y": 28, + "short_name": "congratulations", + "short_names": [ + "congratulations" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CIRCLED IDEOGRAPH SECRET", + "unified": "3299", + "variations": [ + "3299-FE0F" + ], + "docomo": "E734", + "au": "E4F1", + "softbank": "E315", + "google": "FEB2B", + "image": "3299.png", + "sheet_x": 4, + "sheet_y": 29, + "short_name": "secret", + "short_names": [ + "secret" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MAHJONG TILE RED DRAGON", + "unified": "1F004", + "variations": [ + "1F004-FE0F" + ], + "docomo": null, + "au": "E5D1", + "softbank": "E12D", + "google": "FE80B", + "image": "1f004.png", + "sheet_x": 4, + "sheet_y": 30, + "short_name": "mahjong", + "short_names": [ + "mahjong" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 237, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PLAYING CARD BLACK JOKER", + "unified": "1F0CF", + "variations": [ + + ], + "docomo": null, + "au": "EB6F", + "softbank": null, + "google": "FE812", + "image": "1f0cf.png", + "sheet_x": 4, + "sheet_y": 31, + "short_name": "black_joker", + "short_names": [ + "black_joker" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 236, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER A", + "unified": "1F170", + "variations": [ + "1F170-FE0F" + ], + "docomo": null, + "au": "EB26", + "softbank": "E532", + "google": "FE50B", + "image": "1f170.png", + "sheet_x": 4, + "sheet_y": 32, + "short_name": "a", + "short_names": [ + "a" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER B", + "unified": "1F171", + "variations": [ + "1F171-FE0F" + ], + "docomo": null, + "au": "EB27", + "softbank": "E533", + "google": "FE50C", + "image": "1f171.png", + "sheet_x": 4, + "sheet_y": 33, + "short_name": "b", + "short_names": [ + "b" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER O", + "unified": "1F17E", + "variations": [ + "1F17E-FE0F" + ], + "docomo": null, + "au": "EB28", + "softbank": "E535", + "google": "FE50E", + "image": "1f17e.png", + "sheet_x": 4, + "sheet_y": 34, + "short_name": "o2", + "short_names": [ + "o2" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER P", + "unified": "1F17F", + "variations": [ + "1F17F-FE0F" + ], + "docomo": "E66C", + "au": "E4A6", + "softbank": "E14F", + "google": "FE7F6", + "image": "1f17f.png", + "sheet_x": 4, + "sheet_y": 35, + "short_name": "parking", + "short_names": [ + "parking" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 118, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEGATIVE SQUARED AB", + "unified": "1F18E", + "variations": [ + + ], + "docomo": null, + "au": "EB29", + "softbank": "E534", + "google": "FE50D", + "image": "1f18e.png", + "sheet_x": 4, + "sheet_y": 36, + "short_name": "ab", + "short_names": [ + "ab" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CL", + "unified": "1F191", + "variations": [ + + ], + "docomo": "E6DB", + "au": "E5AB", + "softbank": null, + "google": "FEB84", + "image": "1f191.png", + "sheet_x": 4, + "sheet_y": 37, + "short_name": "cl", + "short_names": [ + "cl" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED COOL", + "unified": "1F192", + "variations": [ + + ], + "docomo": null, + "au": "EA85", + "softbank": "E214", + "google": "FEB38", + "image": "1f192.png", + "sheet_x": 4, + "sheet_y": 38, + "short_name": "cool", + "short_names": [ + "cool" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 131, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED FREE", + "unified": "1F193", + "variations": [ + + ], + "docomo": "E6D7", + "au": "E578", + "softbank": null, + "google": "FEB21", + "image": "1f193.png", + "sheet_x": 4, + "sheet_y": 39, + "short_name": "free", + "short_names": [ + "free" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 133, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED ID", + "unified": "1F194", + "variations": [ + + ], + "docomo": "E6D8", + "au": "EA88", + "softbank": "E229", + "google": "FEB81", + "image": "1f194.png", + "sheet_x": 4, + "sheet_y": 40, + "short_name": "id", + "short_names": [ + "id" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED NEW", + "unified": "1F195", + "variations": [ + + ], + "docomo": "E6DD", + "au": "E5B5", + "softbank": "E212", + "google": "FEB36", + "image": "1f195.png", + "sheet_x": 5, + "sheet_y": 0, + "short_name": "new", + "short_names": [ + "new" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 132, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED NG", + "unified": "1F196", + "variations": [ + + ], + "docomo": "E72F", + "au": null, + "softbank": null, + "google": "FEB28", + "image": "1f196.png", + "sheet_x": 5, + "sheet_y": 1, + "short_name": "ng", + "short_names": [ + "ng" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 128, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED OK", + "unified": "1F197", + "variations": [ + + ], + "docomo": "E70B", + "au": "E5AD", + "softbank": "E24D", + "google": "FEB27", + "image": "1f197.png", + "sheet_x": 5, + "sheet_y": 2, + "short_name": "ok", + "short_names": [ + "ok" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 129, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED SOS", + "unified": "1F198", + "variations": [ + + ], + "docomo": null, + "au": "E4E8", + "softbank": null, + "google": "FEB4F", + "image": "1f198.png", + "sheet_x": 5, + "sheet_y": 3, + "short_name": "sos", + "short_names": [ + "sos" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 68, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED UP WITH EXCLAMATION MARK", + "unified": "1F199", + "variations": [ + + ], + "docomo": null, + "au": "E50F", + "softbank": "E213", + "google": "FEB37", + "image": "1f199.png", + "sheet_x": 5, + "sheet_y": 4, + "short_name": "up", + "short_names": [ + "up" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 130, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED VS", + "unified": "1F19A", + "variations": [ + + ], + "docomo": null, + "au": "E5D2", + "softbank": "E12E", + "google": "FEB32", + "image": "1f19a.png", + "sheet_x": 5, + "sheet_y": 5, + "short_name": "vs", + "short_names": [ + "vs" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED KATAKANA KOKO", + "unified": "1F201", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E203", + "google": "FEB24", + "image": "1f201.png", + "sheet_x": 5, + "sheet_y": 6, + "short_name": "koko", + "short_names": [ + "koko" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 127, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED KATAKANA SA", + "unified": "1F202", + "variations": [ + "1F202-FE0F" + ], + "docomo": null, + "au": "EA87", + "softbank": "E228", + "google": "FEB3F", + "image": "1f202.png", + "sheet_x": 5, + "sheet_y": 7, + "short_name": "sa", + "short_names": [ + "sa" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 110, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-7121", + "unified": "1F21A", + "variations": [ + "1F21A-FE0F" + ], + "docomo": null, + "au": null, + "softbank": "E216", + "google": "FEB3A", + "image": "1f21a.png", + "sheet_x": 5, + "sheet_y": 8, + "short_name": "u7121", + "short_names": [ + "u7121" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-6307", + "unified": "1F22F", + "variations": [ + "1F22F-FE0F" + ], + "docomo": null, + "au": "EA8B", + "softbank": "E22C", + "google": "FEB40", + "image": "1f22f.png", + "sheet_x": 5, + "sheet_y": 9, + "short_name": "u6307", + "short_names": [ + "u6307" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 98, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-7981", + "unified": "1F232", + "variations": [ + + ], + "docomo": "E738", + "au": null, + "softbank": null, + "google": "FEB2E", + "image": "1f232.png", + "sheet_x": 5, + "sheet_y": 10, + "short_name": "u7981", + "short_names": [ + "u7981" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-7A7A", + "unified": "1F233", + "variations": [ + + ], + "docomo": "E739", + "au": "EA8A", + "softbank": "E22B", + "google": "FEB2F", + "image": "1f233.png", + "sheet_x": 5, + "sheet_y": 11, + "short_name": "u7a7a", + "short_names": [ + "u7a7a" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-5408", + "unified": "1F234", + "variations": [ + + ], + "docomo": "E73A", + "au": null, + "softbank": null, + "google": "FEB30", + "image": "1f234.png", + "sheet_x": 5, + "sheet_y": 12, + "short_name": "u5408", + "short_names": [ + "u5408" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-6E80", + "unified": "1F235", + "variations": [ + + ], + "docomo": "E73B", + "au": "EA89", + "softbank": "E22A", + "google": "FEB31", + "image": "1f235.png", + "sheet_x": 5, + "sheet_y": 13, + "short_name": "u6e80", + "short_names": [ + "u6e80" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-6709", + "unified": "1F236", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E215", + "google": "FEB39", + "image": "1f236.png", + "sheet_x": 5, + "sheet_y": 14, + "short_name": "u6709", + "short_names": [ + "u6709" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-6708", + "unified": "1F237", + "variations": [ + "1F237-FE0F" + ], + "docomo": null, + "au": null, + "softbank": "E217", + "google": "FEB3B", + "image": "1f237.png", + "sheet_x": 5, + "sheet_y": 15, + "short_name": "u6708", + "short_names": [ + "u6708" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-7533", + "unified": "1F238", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E218", + "google": "FEB3C", + "image": "1f238.png", + "sheet_x": 5, + "sheet_y": 16, + "short_name": "u7533", + "short_names": [ + "u7533" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-5272", + "unified": "1F239", + "variations": [ + + ], + "docomo": null, + "au": "EA86", + "softbank": "E227", + "google": "FEB3E", + "image": "1f239.png", + "sheet_x": 5, + "sheet_y": 17, + "short_name": "u5272", + "short_names": [ + "u5272" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SQUARED CJK UNIFIED IDEOGRAPH-55B6", + "unified": "1F23A", + "variations": [ + + ], + "docomo": null, + "au": "EA8C", + "softbank": "E22D", + "google": "FEB41", + "image": "1f23a.png", + "sheet_x": 5, + "sheet_y": 18, + "short_name": "u55b6", + "short_names": [ + "u55b6" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CIRCLED IDEOGRAPH ADVANTAGE", + "unified": "1F250", + "variations": [ + + ], + "docomo": null, + "au": "E4F7", + "softbank": "E226", + "google": "FEB3D", + "image": "1f250.png", + "sheet_x": 5, + "sheet_y": 19, + "short_name": "ideograph_advantage", + "short_names": [ + "ideograph_advantage" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CIRCLED IDEOGRAPH ACCEPT", + "unified": "1F251", + "variations": [ + + ], + "docomo": null, + "au": "EB01", + "softbank": null, + "google": "FEB50", + "image": "1f251.png", + "sheet_x": 5, + "sheet_y": 20, + "short_name": "accept", + "short_names": [ + "accept" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CYCLONE", + "unified": "1F300", + "variations": [ + + ], + "docomo": "E643", + "au": "E469", + "softbank": "E443", + "google": "FE005", + "image": "1f300.png", + "sheet_x": 5, + "sheet_y": 21, + "short_name": "cyclone", + "short_names": [ + "cyclone" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 105, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FOGGY", + "unified": "1F301", + "variations": [ + + ], + "docomo": "E644", + "au": "E598", + "softbank": null, + "google": "FE006", + "image": "1f301.png", + "sheet_x": 5, + "sheet_y": 22, + "short_name": "foggy", + "short_names": [ + "foggy" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOSED UMBRELLA", + "unified": "1F302", + "variations": [ + + ], + "docomo": "E645", + "au": "EAE8", + "softbank": "E43C", + "google": "FE007", + "image": "1f302.png", + "sheet_x": 5, + "sheet_y": 23, + "short_name": "closed_umbrella", + "short_names": [ + "closed_umbrella" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 204, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NIGHT WITH STARS", + "unified": "1F303", + "variations": [ + + ], + "docomo": "E6B3", + "au": "EAF1", + "softbank": "E44B", + "google": "FE008", + "image": "1f303.png", + "sheet_x": 5, + "sheet_y": 24, + "short_name": "night_with_stars", + "short_names": [ + "night_with_stars" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 84, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUNRISE OVER MOUNTAINS", + "unified": "1F304", + "variations": [ + + ], + "docomo": "E63E", + "au": "EAF4", + "softbank": "E04D", + "google": "FE009", + "image": "1f304.png", + "sheet_x": 5, + "sheet_y": 25, + "short_name": "sunrise_over_mountains", + "short_names": [ + "sunrise_over_mountains" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 77, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUNRISE", + "unified": "1F305", + "variations": [ + + ], + "docomo": "E63E", + "au": "EAF4", + "softbank": "E449", + "google": "FE00A", + "image": "1f305.png", + "sheet_x": 5, + "sheet_y": 26, + "short_name": "sunrise", + "short_names": [ + "sunrise" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 76, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CITYSCAPE AT DUSK", + "unified": "1F306", + "variations": [ + + ], + "docomo": null, + "au": "E5DA", + "softbank": "E146", + "google": "FE00B", + "image": "1f306.png", + "sheet_x": 5, + "sheet_y": 27, + "short_name": "city_sunset", + "short_names": [ + "city_sunset" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 82, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUNSET OVER BUILDINGS", + "unified": "1F307", + "variations": [ + + ], + "docomo": "E63E", + "au": "E5DA", + "softbank": "E44A", + "google": "FE00C", + "image": "1f307.png", + "sheet_x": 5, + "sheet_y": 28, + "short_name": "city_sunrise", + "short_names": [ + "city_sunrise" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 81, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RAINBOW", + "unified": "1F308", + "variations": [ + + ], + "docomo": null, + "au": "EAF2", + "softbank": "E44C", + "google": "FE00D", + "image": "1f308.png", + "sheet_x": 5, + "sheet_y": 29, + "short_name": "rainbow", + "short_names": [ + "rainbow" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 90, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BRIDGE AT NIGHT", + "unified": "1F309", + "variations": [ + + ], + "docomo": "E6B3", + "au": "E4BF", + "softbank": "E44B", + "google": "FE010", + "image": "1f309.png", + "sheet_x": 5, + "sheet_y": 30, + "short_name": "bridge_at_night", + "short_names": [ + "bridge_at_night" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 85, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WATER WAVE", + "unified": "1F30A", + "variations": [ + + ], + "docomo": "E73F", + "au": "EB7C", + "softbank": "E43E", + "google": "FE038", + "image": "1f30a.png", + "sheet_x": 5, + "sheet_y": 31, + "short_name": "ocean", + "short_names": [ + "ocean" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 147, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VOLCANO", + "unified": "1F30B", + "variations": [ + + ], + "docomo": null, + "au": "EB53", + "softbank": null, + "google": "FE03A", + "image": "1f30b.png", + "sheet_x": 5, + "sheet_y": 32, + "short_name": "volcano", + "short_names": [ + "volcano" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 69, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MILKY WAY", + "unified": "1F30C", + "variations": [ + + ], + "docomo": "E6B3", + "au": "EB5F", + "softbank": "E44B", + "google": "FE03B", + "image": "1f30c.png", + "sheet_x": 5, + "sheet_y": 33, + "short_name": "milky_way", + "short_names": [ + "milky_way" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 86, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EARTH GLOBE EUROPE-AFRICA", + "unified": "1F30D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f30d.png", + "sheet_x": 5, + "sheet_y": 34, + "short_name": "earth_africa", + "short_names": [ + "earth_africa" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 102, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EARTH GLOBE AMERICAS", + "unified": "1F30E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f30e.png", + "sheet_x": 5, + "sheet_y": 35, + "short_name": "earth_americas", + "short_names": [ + "earth_americas" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 101, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EARTH GLOBE ASIA-AUSTRALIA", + "unified": "1F30F", + "variations": [ + + ], + "docomo": null, + "au": "E5B3", + "softbank": null, + "google": "FE039", + "image": "1f30f.png", + "sheet_x": 5, + "sheet_y": 36, + "short_name": "earth_asia", + "short_names": [ + "earth_asia" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 103, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GLOBE WITH MERIDIANS", + "unified": "1F310", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f310.png", + "sheet_x": 5, + "sheet_y": 37, + "short_name": "globe_with_meridians", + "short_names": [ + "globe_with_meridians" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 107, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEW MOON SYMBOL", + "unified": "1F311", + "variations": [ + + ], + "docomo": "E69C", + "au": "E5A8", + "softbank": null, + "google": "FE011", + "image": "1f311.png", + "sheet_x": 5, + "sheet_y": 38, + "short_name": "new_moon", + "short_names": [ + "new_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 108, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WAXING CRESCENT MOON SYMBOL", + "unified": "1F312", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f312.png", + "sheet_x": 5, + "sheet_y": 39, + "short_name": "waxing_crescent_moon", + "short_names": [ + "waxing_crescent_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 109, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FIRST QUARTER MOON SYMBOL", + "unified": "1F313", + "variations": [ + + ], + "docomo": "E69E", + "au": "E5AA", + "softbank": "E04C", + "google": "FE013", + "image": "1f313.png", + "sheet_x": 5, + "sheet_y": 40, + "short_name": "first_quarter_moon", + "short_names": [ + "first_quarter_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 110, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WAXING GIBBOUS MOON SYMBOL", + "unified": "1F314", + "variations": [ + + ], + "docomo": "E69D", + "au": "E5A9", + "softbank": "E04C", + "google": "FE012", + "image": "1f314.png", + "sheet_x": 6, + "sheet_y": 0, + "short_name": "moon", + "short_names": [ + "moon", + "waxing_gibbous_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 111, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FULL MOON SYMBOL", + "unified": "1F315", + "variations": [ + + ], + "docomo": "E6A0", + "au": null, + "softbank": null, + "google": "FE015", + "image": "1f315.png", + "sheet_x": 6, + "sheet_y": 1, + "short_name": "full_moon", + "short_names": [ + "full_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 104, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WANING GIBBOUS MOON SYMBOL", + "unified": "1F316", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f316.png", + "sheet_x": 6, + "sheet_y": 2, + "short_name": "waning_gibbous_moon", + "short_names": [ + "waning_gibbous_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 105, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LAST QUARTER MOON SYMBOL", + "unified": "1F317", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f317.png", + "sheet_x": 6, + "sheet_y": 3, + "short_name": "last_quarter_moon", + "short_names": [ + "last_quarter_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 106, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WANING CRESCENT MOON SYMBOL", + "unified": "1F318", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f318.png", + "sheet_x": 6, + "sheet_y": 4, + "short_name": "waning_crescent_moon", + "short_names": [ + "waning_crescent_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 107, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CRESCENT MOON", + "unified": "1F319", + "variations": [ + + ], + "docomo": "E69F", + "au": "E486", + "softbank": "E04C", + "google": "FE014", + "image": "1f319.png", + "sheet_x": 6, + "sheet_y": 5, + "short_name": "crescent_moon", + "short_names": [ + "crescent_moon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 117, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEW MOON WITH FACE", + "unified": "1F31A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f31a.png", + "sheet_x": 6, + "sheet_y": 6, + "short_name": "new_moon_with_face", + "short_names": [ + "new_moon_with_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 112, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FIRST QUARTER MOON WITH FACE", + "unified": "1F31B", + "variations": [ + + ], + "docomo": "E69E", + "au": "E489", + "softbank": "E04C", + "google": "FE016", + "image": "1f31b.png", + "sheet_x": 6, + "sheet_y": 7, + "short_name": "first_quarter_moon_with_face", + "short_names": [ + "first_quarter_moon_with_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 114, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LAST QUARTER MOON WITH FACE", + "unified": "1F31C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f31c.png", + "sheet_x": 6, + "sheet_y": 8, + "short_name": "last_quarter_moon_with_face", + "short_names": [ + "last_quarter_moon_with_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 115, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FULL MOON WITH FACE", + "unified": "1F31D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f31d.png", + "sheet_x": 6, + "sheet_y": 9, + "short_name": "full_moon_with_face", + "short_names": [ + "full_moon_with_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 113, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUN WITH FACE", + "unified": "1F31E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f31e.png", + "sheet_x": 6, + "sheet_y": 10, + "short_name": "sun_with_face", + "short_names": [ + "sun_with_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 116, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GLOWING STAR", + "unified": "1F31F", + "variations": [ + + ], + "docomo": null, + "au": "E48B", + "softbank": "E335", + "google": "FEB69", + "image": "1f31f.png", + "sheet_x": 6, + "sheet_y": 11, + "short_name": "star2", + "short_names": [ + "star2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 119, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHOOTING STAR", + "unified": "1F320", + "variations": [ + + ], + "docomo": null, + "au": "E468", + "softbank": null, + "google": "FEB6A", + "image": "1f320.png", + "sheet_x": 6, + "sheet_y": 12, + "short_name": "stars", + "short_names": [ + "stars" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 87, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "THERMOMETER", + "unified": "1F321", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f321.png", + "sheet_x": 6, + "sheet_y": 13, + "short_name": "thermometer", + "short_names": [ + "thermometer" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 83, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHITE SUN WITH SMALL CLOUD", + "unified": "1F324", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f324.png", + "sheet_x": 6, + "sheet_y": 14, + "short_name": "mostly_sunny", + "short_names": [ + "mostly_sunny", + "sun_small_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 124, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHITE SUN BEHIND CLOUD", + "unified": "1F325", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f325.png", + "sheet_x": 6, + "sheet_y": 15, + "short_name": "barely_sunny", + "short_names": [ + "barely_sunny", + "sun_behind_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 126, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WHITE SUN BEHIND CLOUD WITH RAIN", + "unified": "1F326", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f326.png", + "sheet_x": 6, + "sheet_y": 16, + "short_name": "partly_sunny_rain", + "short_names": [ + "partly_sunny_rain", + "sun_behind_rain_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 127, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CLOUD WITH RAIN", + "unified": "1F327", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f327.png", + "sheet_x": 6, + "sheet_y": 17, + "short_name": "rain_cloud", + "short_names": [ + "rain_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 129, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CLOUD WITH SNOW", + "unified": "1F328", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f328.png", + "sheet_x": 6, + "sheet_y": 18, + "short_name": "snow_cloud", + "short_names": [ + "snow_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 136, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CLOUD WITH LIGHTNING", + "unified": "1F329", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f329.png", + "sheet_x": 6, + "sheet_y": 19, + "short_name": "lightning", + "short_names": [ + "lightning", + "lightning_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 131, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CLOUD WITH TORNADO", + "unified": "1F32A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f32a.png", + "sheet_x": 6, + "sheet_y": 20, + "short_name": "tornado", + "short_names": [ + "tornado", + "tornado_cloud" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 141, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FOG", + "unified": "1F32B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f32b.png", + "sheet_x": 6, + "sheet_y": 21, + "short_name": "fog", + "short_names": [ + "fog" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 142, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WIND BLOWING FACE", + "unified": "1F32C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f32c.png", + "sheet_x": 6, + "sheet_y": 22, + "short_name": "wind_blowing_face", + "short_names": [ + "wind_blowing_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 139, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HOT DOG", + "unified": "1F32D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f32d.png", + "sheet_x": 6, + "sheet_y": 23, + "short_name": "hotdog", + "short_names": [ + "hotdog" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TACO", + "unified": "1F32E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f32e.png", + "sheet_x": 6, + "sheet_y": 24, + "short_name": "taco", + "short_names": [ + "taco" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BURRITO", + "unified": "1F32F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f32f.png", + "sheet_x": 6, + "sheet_y": 25, + "short_name": "burrito", + "short_names": [ + "burrito" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CHESTNUT", + "unified": "1F330", + "variations": [ + + ], + "docomo": null, + "au": "EB38", + "softbank": null, + "google": "FE04C", + "image": "1f330.png", + "sheet_x": 6, + "sheet_y": 26, + "short_name": "chestnut", + "short_names": [ + "chestnut" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 97, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SEEDLING", + "unified": "1F331", + "variations": [ + + ], + "docomo": "E746", + "au": "EB7D", + "softbank": "E110", + "google": "FE03E", + "image": "1f331.png", + "sheet_x": 6, + "sheet_y": 27, + "short_name": "seedling", + "short_names": [ + "seedling" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 79, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EVERGREEN TREE", + "unified": "1F332", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f332.png", + "sheet_x": 6, + "sheet_y": 28, + "short_name": "evergreen_tree", + "short_names": [ + "evergreen_tree" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 76, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DECIDUOUS TREE", + "unified": "1F333", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f333.png", + "sheet_x": 6, + "sheet_y": 29, + "short_name": "deciduous_tree", + "short_names": [ + "deciduous_tree" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 77, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PALM TREE", + "unified": "1F334", + "variations": [ + + ], + "docomo": null, + "au": "E4E2", + "softbank": "E307", + "google": "FE047", + "image": "1f334.png", + "sheet_x": 6, + "sheet_y": 30, + "short_name": "palm_tree", + "short_names": [ + "palm_tree" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 78, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CACTUS", + "unified": "1F335", + "variations": [ + + ], + "docomo": null, + "au": "EA96", + "softbank": "E308", + "google": "FE048", + "image": "1f335.png", + "sheet_x": 6, + "sheet_y": 31, + "short_name": "cactus", + "short_names": [ + "cactus" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 74, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOT PEPPER", + "unified": "1F336", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f336.png", + "sheet_x": 6, + "sheet_y": 32, + "short_name": "hot_pepper", + "short_names": [ + "hot_pepper" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TULIP", + "unified": "1F337", + "variations": [ + + ], + "docomo": "E743", + "au": "E4E4", + "softbank": "E304", + "google": "FE03D", + "image": "1f337.png", + "sheet_x": 6, + "sheet_y": 33, + "short_name": "tulip", + "short_names": [ + "tulip" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 92, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHERRY BLOSSOM", + "unified": "1F338", + "variations": [ + + ], + "docomo": "E748", + "au": "E4CA", + "softbank": "E030", + "google": "FE040", + "image": "1f338.png", + "sheet_x": 6, + "sheet_y": 34, + "short_name": "cherry_blossom", + "short_names": [ + "cherry_blossom" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 94, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ROSE", + "unified": "1F339", + "variations": [ + + ], + "docomo": null, + "au": "E5BA", + "softbank": "E032", + "google": "FE041", + "image": "1f339.png", + "sheet_x": 6, + "sheet_y": 35, + "short_name": "rose", + "short_names": [ + "rose" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 91, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HIBISCUS", + "unified": "1F33A", + "variations": [ + + ], + "docomo": null, + "au": "EA94", + "softbank": "E303", + "google": "FE045", + "image": "1f33a.png", + "sheet_x": 6, + "sheet_y": 36, + "short_name": "hibiscus", + "short_names": [ + "hibiscus" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 89, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUNFLOWER", + "unified": "1F33B", + "variations": [ + + ], + "docomo": null, + "au": "E4E3", + "softbank": "E305", + "google": "FE046", + "image": "1f33b.png", + "sheet_x": 6, + "sheet_y": 37, + "short_name": "sunflower", + "short_names": [ + "sunflower" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 90, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLOSSOM", + "unified": "1F33C", + "variations": [ + + ], + "docomo": null, + "au": "EB49", + "softbank": "E305", + "google": "FE04D", + "image": "1f33c.png", + "sheet_x": 6, + "sheet_y": 38, + "short_name": "blossom", + "short_names": [ + "blossom" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 93, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EAR OF MAIZE", + "unified": "1F33D", + "variations": [ + + ], + "docomo": null, + "au": "EB36", + "softbank": null, + "google": "FE04A", + "image": "1f33d.png", + "sheet_x": 6, + "sheet_y": 39, + "short_name": "corn", + "short_names": [ + "corn" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EAR OF RICE", + "unified": "1F33E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E444", + "google": "FE049", + "image": "1f33e.png", + "sheet_x": 6, + "sheet_y": 40, + "short_name": "ear_of_rice", + "short_names": [ + "ear_of_rice" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 88, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HERB", + "unified": "1F33F", + "variations": [ + + ], + "docomo": "E741", + "au": "EB82", + "softbank": "E110", + "google": "FE04E", + "image": "1f33f.png", + "sheet_x": 7, + "sheet_y": 0, + "short_name": "herb", + "short_names": [ + "herb" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 80, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FOUR LEAF CLOVER", + "unified": "1F340", + "variations": [ + + ], + "docomo": "E741", + "au": "E513", + "softbank": "E110", + "google": "FE03C", + "image": "1f340.png", + "sheet_x": 7, + "sheet_y": 1, + "short_name": "four_leaf_clover", + "short_names": [ + "four_leaf_clover" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 82, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MAPLE LEAF", + "unified": "1F341", + "variations": [ + + ], + "docomo": "E747", + "au": "E4CE", + "softbank": "E118", + "google": "FE03F", + "image": "1f341.png", + "sheet_x": 7, + "sheet_y": 2, + "short_name": "maple_leaf", + "short_names": [ + "maple_leaf" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 87, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FALLEN LEAF", + "unified": "1F342", + "variations": [ + + ], + "docomo": "E747", + "au": "E5CD", + "softbank": "E119", + "google": "FE042", + "image": "1f342.png", + "sheet_x": 7, + "sheet_y": 3, + "short_name": "fallen_leaf", + "short_names": [ + "fallen_leaf" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 86, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEAF FLUTTERING IN WIND", + "unified": "1F343", + "variations": [ + + ], + "docomo": null, + "au": "E5CD", + "softbank": "E447", + "google": "FE043", + "image": "1f343.png", + "sheet_x": 7, + "sheet_y": 4, + "short_name": "leaves", + "short_names": [ + "leaves" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 85, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MUSHROOM", + "unified": "1F344", + "variations": [ + + ], + "docomo": null, + "au": "EB37", + "softbank": null, + "google": "FE04B", + "image": "1f344.png", + "sheet_x": 7, + "sheet_y": 5, + "short_name": "mushroom", + "short_names": [ + "mushroom" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 96, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TOMATO", + "unified": "1F345", + "variations": [ + + ], + "docomo": null, + "au": "EABB", + "softbank": "E349", + "google": "FE055", + "image": "1f345.png", + "sheet_x": 7, + "sheet_y": 6, + "short_name": "tomato", + "short_names": [ + "tomato" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AUBERGINE", + "unified": "1F346", + "variations": [ + + ], + "docomo": null, + "au": "EABC", + "softbank": "E34A", + "google": "FE056", + "image": "1f346.png", + "sheet_x": 7, + "sheet_y": 7, + "short_name": "eggplant", + "short_names": [ + "eggplant" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GRAPES", + "unified": "1F347", + "variations": [ + + ], + "docomo": null, + "au": "EB34", + "softbank": null, + "google": "FE059", + "image": "1f347.png", + "sheet_x": 7, + "sheet_y": 8, + "short_name": "grapes", + "short_names": [ + "grapes" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MELON", + "unified": "1F348", + "variations": [ + + ], + "docomo": null, + "au": "EB32", + "softbank": null, + "google": "FE057", + "image": "1f348.png", + "sheet_x": 7, + "sheet_y": 9, + "short_name": "melon", + "short_names": [ + "melon" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WATERMELON", + "unified": "1F349", + "variations": [ + + ], + "docomo": null, + "au": "E4CD", + "softbank": "E348", + "google": "FE054", + "image": "1f349.png", + "sheet_x": 7, + "sheet_y": 10, + "short_name": "watermelon", + "short_names": [ + "watermelon" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TANGERINE", + "unified": "1F34A", + "variations": [ + + ], + "docomo": null, + "au": "EABA", + "softbank": "E346", + "google": "FE052", + "image": "1f34a.png", + "sheet_x": 7, + "sheet_y": 11, + "short_name": "tangerine", + "short_names": [ + "tangerine" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEMON", + "unified": "1F34B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f34b.png", + "sheet_x": 7, + "sheet_y": 12, + "short_name": "lemon", + "short_names": [ + "lemon" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BANANA", + "unified": "1F34C", + "variations": [ + + ], + "docomo": "E744", + "au": "EB35", + "softbank": null, + "google": "FE050", + "image": "1f34c.png", + "sheet_x": 7, + "sheet_y": 13, + "short_name": "banana", + "short_names": [ + "banana" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PINEAPPLE", + "unified": "1F34D", + "variations": [ + + ], + "docomo": null, + "au": "EB33", + "softbank": null, + "google": "FE058", + "image": "1f34d.png", + "sheet_x": 7, + "sheet_y": 14, + "short_name": "pineapple", + "short_names": [ + "pineapple" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RED APPLE", + "unified": "1F34E", + "variations": [ + + ], + "docomo": "E745", + "au": "EAB9", + "softbank": "E345", + "google": "FE051", + "image": "1f34e.png", + "sheet_x": 7, + "sheet_y": 15, + "short_name": "apple", + "short_names": [ + "apple" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GREEN APPLE", + "unified": "1F34F", + "variations": [ + + ], + "docomo": "E745", + "au": "EB5A", + "softbank": "E345", + "google": "FE05B", + "image": "1f34f.png", + "sheet_x": 7, + "sheet_y": 16, + "short_name": "green_apple", + "short_names": [ + "green_apple" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PEAR", + "unified": "1F350", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f350.png", + "sheet_x": 7, + "sheet_y": 17, + "short_name": "pear", + "short_names": [ + "pear" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PEACH", + "unified": "1F351", + "variations": [ + + ], + "docomo": null, + "au": "EB39", + "softbank": null, + "google": "FE05A", + "image": "1f351.png", + "sheet_x": 7, + "sheet_y": 18, + "short_name": "peach", + "short_names": [ + "peach" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHERRIES", + "unified": "1F352", + "variations": [ + + ], + "docomo": "E742", + "au": "E4D2", + "softbank": null, + "google": "FE04F", + "image": "1f352.png", + "sheet_x": 7, + "sheet_y": 19, + "short_name": "cherries", + "short_names": [ + "cherries" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STRAWBERRY", + "unified": "1F353", + "variations": [ + + ], + "docomo": null, + "au": "E4D4", + "softbank": "E347", + "google": "FE053", + "image": "1f353.png", + "sheet_x": 7, + "sheet_y": 20, + "short_name": "strawberry", + "short_names": [ + "strawberry" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HAMBURGER", + "unified": "1F354", + "variations": [ + + ], + "docomo": "E673", + "au": "E4D6", + "softbank": "E120", + "google": "FE960", + "image": "1f354.png", + "sheet_x": 7, + "sheet_y": 21, + "short_name": "hamburger", + "short_names": [ + "hamburger" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SLICE OF PIZZA", + "unified": "1F355", + "variations": [ + + ], + "docomo": null, + "au": "EB3B", + "softbank": null, + "google": "FE975", + "image": "1f355.png", + "sheet_x": 7, + "sheet_y": 22, + "short_name": "pizza", + "short_names": [ + "pizza" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MEAT ON BONE", + "unified": "1F356", + "variations": [ + + ], + "docomo": null, + "au": "E4C4", + "softbank": null, + "google": "FE972", + "image": "1f356.png", + "sheet_x": 7, + "sheet_y": 23, + "short_name": "meat_on_bone", + "short_names": [ + "meat_on_bone" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POULTRY LEG", + "unified": "1F357", + "variations": [ + + ], + "docomo": null, + "au": "EB3C", + "softbank": null, + "google": "FE976", + "image": "1f357.png", + "sheet_x": 7, + "sheet_y": 24, + "short_name": "poultry_leg", + "short_names": [ + "poultry_leg" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RICE CRACKER", + "unified": "1F358", + "variations": [ + + ], + "docomo": null, + "au": "EAB3", + "softbank": "E33D", + "google": "FE969", + "image": "1f358.png", + "sheet_x": 7, + "sheet_y": 25, + "short_name": "rice_cracker", + "short_names": [ + "rice_cracker" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RICE BALL", + "unified": "1F359", + "variations": [ + + ], + "docomo": "E749", + "au": "E4D5", + "softbank": "E342", + "google": "FE961", + "image": "1f359.png", + "sheet_x": 7, + "sheet_y": 26, + "short_name": "rice_ball", + "short_names": [ + "rice_ball" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COOKED RICE", + "unified": "1F35A", + "variations": [ + + ], + "docomo": "E74C", + "au": "EAB4", + "softbank": "E33E", + "google": "FE96A", + "image": "1f35a.png", + "sheet_x": 7, + "sheet_y": 27, + "short_name": "rice", + "short_names": [ + "rice" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CURRY AND RICE", + "unified": "1F35B", + "variations": [ + + ], + "docomo": null, + "au": "EAB6", + "softbank": "E341", + "google": "FE96C", + "image": "1f35b.png", + "sheet_x": 7, + "sheet_y": 28, + "short_name": "curry", + "short_names": [ + "curry" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STEAMING BOWL", + "unified": "1F35C", + "variations": [ + + ], + "docomo": "E74C", + "au": "E5B4", + "softbank": "E340", + "google": "FE963", + "image": "1f35c.png", + "sheet_x": 7, + "sheet_y": 29, + "short_name": "ramen", + "short_names": [ + "ramen" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPAGHETTI", + "unified": "1F35D", + "variations": [ + + ], + "docomo": null, + "au": "EAB5", + "softbank": "E33F", + "google": "FE96B", + "image": "1f35d.png", + "sheet_x": 7, + "sheet_y": 30, + "short_name": "spaghetti", + "short_names": [ + "spaghetti" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BREAD", + "unified": "1F35E", + "variations": [ + + ], + "docomo": "E74D", + "au": "EAAF", + "softbank": "E339", + "google": "FE964", + "image": "1f35e.png", + "sheet_x": 7, + "sheet_y": 31, + "short_name": "bread", + "short_names": [ + "bread" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FRENCH FRIES", + "unified": "1F35F", + "variations": [ + + ], + "docomo": null, + "au": "EAB1", + "softbank": "E33B", + "google": "FE967", + "image": "1f35f.png", + "sheet_x": 7, + "sheet_y": 32, + "short_name": "fries", + "short_names": [ + "fries" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ROASTED SWEET POTATO", + "unified": "1F360", + "variations": [ + + ], + "docomo": null, + "au": "EB3A", + "softbank": null, + "google": "FE974", + "image": "1f360.png", + "sheet_x": 7, + "sheet_y": 33, + "short_name": "sweet_potato", + "short_names": [ + "sweet_potato" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DANGO", + "unified": "1F361", + "variations": [ + + ], + "docomo": null, + "au": "EAB2", + "softbank": "E33C", + "google": "FE968", + "image": "1f361.png", + "sheet_x": 7, + "sheet_y": 34, + "short_name": "dango", + "short_names": [ + "dango" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ODEN", + "unified": "1F362", + "variations": [ + + ], + "docomo": null, + "au": "EAB7", + "softbank": "E343", + "google": "FE96D", + "image": "1f362.png", + "sheet_x": 7, + "sheet_y": 35, + "short_name": "oden", + "short_names": [ + "oden" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUSHI", + "unified": "1F363", + "variations": [ + + ], + "docomo": null, + "au": "EAB8", + "softbank": "E344", + "google": "FE96E", + "image": "1f363.png", + "sheet_x": 7, + "sheet_y": 36, + "short_name": "sushi", + "short_names": [ + "sushi" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FRIED SHRIMP", + "unified": "1F364", + "variations": [ + + ], + "docomo": null, + "au": "EB70", + "softbank": null, + "google": "FE97F", + "image": "1f364.png", + "sheet_x": 7, + "sheet_y": 37, + "short_name": "fried_shrimp", + "short_names": [ + "fried_shrimp" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FISH CAKE WITH SWIRL DESIGN", + "unified": "1F365", + "variations": [ + + ], + "docomo": "E643", + "au": "E4ED", + "softbank": null, + "google": "FE973", + "image": "1f365.png", + "sheet_x": 7, + "sheet_y": 38, + "short_name": "fish_cake", + "short_names": [ + "fish_cake" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SOFT ICE CREAM", + "unified": "1F366", + "variations": [ + + ], + "docomo": null, + "au": "EAB0", + "softbank": "E33A", + "google": "FE966", + "image": "1f366.png", + "sheet_x": 7, + "sheet_y": 39, + "short_name": "icecream", + "short_names": [ + "icecream" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHAVED ICE", + "unified": "1F367", + "variations": [ + + ], + "docomo": null, + "au": "EAEA", + "softbank": "E43F", + "google": "FE971", + "image": "1f367.png", + "sheet_x": 7, + "sheet_y": 40, + "short_name": "shaved_ice", + "short_names": [ + "shaved_ice" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ICE CREAM", + "unified": "1F368", + "variations": [ + + ], + "docomo": null, + "au": "EB4A", + "softbank": null, + "google": "FE977", + "image": "1f368.png", + "sheet_x": 8, + "sheet_y": 0, + "short_name": "ice_cream", + "short_names": [ + "ice_cream" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOUGHNUT", + "unified": "1F369", + "variations": [ + + ], + "docomo": null, + "au": "EB4B", + "softbank": null, + "google": "FE978", + "image": "1f369.png", + "sheet_x": 8, + "sheet_y": 1, + "short_name": "doughnut", + "short_names": [ + "doughnut" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COOKIE", + "unified": "1F36A", + "variations": [ + + ], + "docomo": null, + "au": "EB4C", + "softbank": null, + "google": "FE979", + "image": "1f36a.png", + "sheet_x": 8, + "sheet_y": 2, + "short_name": "cookie", + "short_names": [ + "cookie" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHOCOLATE BAR", + "unified": "1F36B", + "variations": [ + + ], + "docomo": null, + "au": "EB4D", + "softbank": null, + "google": "FE97A", + "image": "1f36b.png", + "sheet_x": 8, + "sheet_y": 3, + "short_name": "chocolate_bar", + "short_names": [ + "chocolate_bar" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CANDY", + "unified": "1F36C", + "variations": [ + + ], + "docomo": null, + "au": "EB4E", + "softbank": null, + "google": "FE97B", + "image": "1f36c.png", + "sheet_x": 8, + "sheet_y": 4, + "short_name": "candy", + "short_names": [ + "candy" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOLLIPOP", + "unified": "1F36D", + "variations": [ + + ], + "docomo": null, + "au": "EB4F", + "softbank": null, + "google": "FE97C", + "image": "1f36d.png", + "sheet_x": 8, + "sheet_y": 5, + "short_name": "lollipop", + "short_names": [ + "lollipop" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CUSTARD", + "unified": "1F36E", + "variations": [ + + ], + "docomo": null, + "au": "EB56", + "softbank": null, + "google": "FE97D", + "image": "1f36e.png", + "sheet_x": 8, + "sheet_y": 6, + "short_name": "custard", + "short_names": [ + "custard" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HONEY POT", + "unified": "1F36F", + "variations": [ + + ], + "docomo": null, + "au": "EB59", + "softbank": null, + "google": "FE97E", + "image": "1f36f.png", + "sheet_x": 8, + "sheet_y": 7, + "short_name": "honey_pot", + "short_names": [ + "honey_pot" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHORTCAKE", + "unified": "1F370", + "variations": [ + + ], + "docomo": "E74A", + "au": "E4D0", + "softbank": "E046", + "google": "FE962", + "image": "1f370.png", + "sheet_x": 8, + "sheet_y": 8, + "short_name": "cake", + "short_names": [ + "cake" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BENTO BOX", + "unified": "1F371", + "variations": [ + + ], + "docomo": null, + "au": "EABD", + "softbank": "E34C", + "google": "FE96F", + "image": "1f371.png", + "sheet_x": 8, + "sheet_y": 9, + "short_name": "bento", + "short_names": [ + "bento" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POT OF FOOD", + "unified": "1F372", + "variations": [ + + ], + "docomo": null, + "au": "EABE", + "softbank": "E34D", + "google": "FE970", + "image": "1f372.png", + "sheet_x": 8, + "sheet_y": 10, + "short_name": "stew", + "short_names": [ + "stew" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COOKING", + "unified": "1F373", + "variations": [ + + ], + "docomo": null, + "au": "E4D1", + "softbank": "E147", + "google": "FE965", + "image": "1f373.png", + "sheet_x": 8, + "sheet_y": 11, + "short_name": "egg", + "short_names": [ + "egg" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FORK AND KNIFE", + "unified": "1F374", + "variations": [ + + ], + "docomo": "E66F", + "au": "E4AC", + "softbank": "E043", + "google": "FE980", + "image": "1f374.png", + "sheet_x": 8, + "sheet_y": 12, + "short_name": "fork_and_knife", + "short_names": [ + "fork_and_knife" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TEACUP WITHOUT HANDLE", + "unified": "1F375", + "variations": [ + + ], + "docomo": "E71E", + "au": "EAAE", + "softbank": "E338", + "google": "FE984", + "image": "1f375.png", + "sheet_x": 8, + "sheet_y": 13, + "short_name": "tea", + "short_names": [ + "tea" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SAKE BOTTLE AND CUP", + "unified": "1F376", + "variations": [ + + ], + "docomo": "E74B", + "au": "EA97", + "softbank": "E30B", + "google": "FE985", + "image": "1f376.png", + "sheet_x": 8, + "sheet_y": 14, + "short_name": "sake", + "short_names": [ + "sake" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WINE GLASS", + "unified": "1F377", + "variations": [ + + ], + "docomo": "E756", + "au": "E4C1", + "softbank": "E044", + "google": "FE986", + "image": "1f377.png", + "sheet_x": 8, + "sheet_y": 15, + "short_name": "wine_glass", + "short_names": [ + "wine_glass" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COCKTAIL GLASS", + "unified": "1F378", + "variations": [ + + ], + "docomo": "E671", + "au": "E4C2", + "softbank": "E044", + "google": "FE982", + "image": "1f378.png", + "sheet_x": 8, + "sheet_y": 16, + "short_name": "cocktail", + "short_names": [ + "cocktail" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TROPICAL DRINK", + "unified": "1F379", + "variations": [ + + ], + "docomo": "E671", + "au": "EB3E", + "softbank": "E044", + "google": "FE988", + "image": "1f379.png", + "sheet_x": 8, + "sheet_y": 17, + "short_name": "tropical_drink", + "short_names": [ + "tropical_drink" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BEER MUG", + "unified": "1F37A", + "variations": [ + + ], + "docomo": "E672", + "au": "E4C3", + "softbank": "E047", + "google": "FE983", + "image": "1f37a.png", + "sheet_x": 8, + "sheet_y": 18, + "short_name": "beer", + "short_names": [ + "beer" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLINKING BEER MUGS", + "unified": "1F37B", + "variations": [ + + ], + "docomo": "E672", + "au": "EA98", + "softbank": "E30C", + "google": "FE987", + "image": "1f37b.png", + "sheet_x": 8, + "sheet_y": 19, + "short_name": "beers", + "short_names": [ + "beers" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BABY BOTTLE", + "unified": "1F37C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f37c.png", + "sheet_x": 8, + "sheet_y": 20, + "short_name": "baby_bottle", + "short_names": [ + "baby_bottle" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FORK AND KNIFE WITH PLATE", + "unified": "1F37D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f37d.png", + "sheet_x": 8, + "sheet_y": 21, + "short_name": "knife_fork_plate", + "short_names": [ + "knife_fork_plate" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BOTTLE WITH POPPING CORK", + "unified": "1F37E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f37e.png", + "sheet_x": 8, + "sheet_y": 22, + "short_name": "champagne", + "short_names": [ + "champagne" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "POPCORN", + "unified": "1F37F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f37f.png", + "sheet_x": 8, + "sheet_y": 23, + "short_name": "popcorn", + "short_names": [ + "popcorn" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RIBBON", + "unified": "1F380", + "variations": [ + + ], + "docomo": "E684", + "au": "E59F", + "softbank": "E314", + "google": "FE50F", + "image": "1f380.png", + "sheet_x": 8, + "sheet_y": 24, + "short_name": "ribbon", + "short_names": [ + "ribbon" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 103, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WRAPPED PRESENT", + "unified": "1F381", + "variations": [ + + ], + "docomo": "E685", + "au": "E4CF", + "softbank": "E112", + "google": "FE510", + "image": "1f381.png", + "sheet_x": 8, + "sheet_y": 25, + "short_name": "gift", + "short_names": [ + "gift" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 104, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BIRTHDAY CAKE", + "unified": "1F382", + "variations": [ + + ], + "docomo": "E686", + "au": "E5A0", + "softbank": "E34B", + "google": "FE511", + "image": "1f382.png", + "sheet_x": 8, + "sheet_y": 26, + "short_name": "birthday", + "short_names": [ + "birthday" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JACK-O-LANTERN", + "unified": "1F383", + "variations": [ + + ], + "docomo": null, + "au": "EAEE", + "softbank": "E445", + "google": "FE51F", + "image": "1f383.png", + "sheet_x": 8, + "sheet_y": 27, + "short_name": "jack_o_lantern", + "short_names": [ + "jack_o_lantern" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 98, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHRISTMAS TREE", + "unified": "1F384", + "variations": [ + + ], + "docomo": "E6A4", + "au": "E4C9", + "softbank": "E033", + "google": "FE512", + "image": "1f384.png", + "sheet_x": 8, + "sheet_y": 28, + "short_name": "christmas_tree", + "short_names": [ + "christmas_tree" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 75, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FATHER CHRISTMAS", + "unified": "1F385", + "variations": [ + + ], + "docomo": null, + "au": "EAF0", + "softbank": "E448", + "google": "FE513", + "image": "1f385.png", + "sheet_x": 8, + "sheet_y": 29, + "short_name": "santa", + "short_names": [ + "santa" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 135, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F385-1F3FB": { + "unified": "1F385-1F3FB", + "image": "1f385-1f3fb.png", + "sheet_x": 8, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F385-1F3FC": { + "unified": "1F385-1F3FC", + "image": "1f385-1f3fc.png", + "sheet_x": 8, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F385-1F3FD": { + "unified": "1F385-1F3FD", + "image": "1f385-1f3fd.png", + "sheet_x": 8, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F385-1F3FE": { + "unified": "1F385-1F3FE", + "image": "1f385-1f3fe.png", + "sheet_x": 8, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F385-1F3FF": { + "unified": "1F385-1F3FF", + "image": "1f385-1f3ff.png", + "sheet_x": 8, + "sheet_y": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "FIREWORKS", + "unified": "1F386", + "variations": [ + + ], + "docomo": null, + "au": "E5CC", + "softbank": "E117", + "google": "FE515", + "image": "1f386.png", + "sheet_x": 8, + "sheet_y": 35, + "short_name": "fireworks", + "short_names": [ + "fireworks" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 89, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FIREWORK SPARKLER", + "unified": "1F387", + "variations": [ + + ], + "docomo": null, + "au": "EAEB", + "softbank": "E440", + "google": "FE51D", + "image": "1f387.png", + "sheet_x": 8, + "sheet_y": 36, + "short_name": "sparkler", + "short_names": [ + "sparkler" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 88, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BALLOON", + "unified": "1F388", + "variations": [ + + ], + "docomo": null, + "au": "EA9B", + "softbank": "E310", + "google": "FE516", + "image": "1f388.png", + "sheet_x": 8, + "sheet_y": 37, + "short_name": "balloon", + "short_names": [ + "balloon" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 101, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PARTY POPPER", + "unified": "1F389", + "variations": [ + + ], + "docomo": null, + "au": "EA9C", + "softbank": "E312", + "google": "FE517", + "image": "1f389.png", + "sheet_x": 8, + "sheet_y": 38, + "short_name": "tada", + "short_names": [ + "tada" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 106, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CONFETTI BALL", + "unified": "1F38A", + "variations": [ + + ], + "docomo": null, + "au": "E46F", + "softbank": null, + "google": "FE520", + "image": "1f38a.png", + "sheet_x": 8, + "sheet_y": 39, + "short_name": "confetti_ball", + "short_names": [ + "confetti_ball" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 105, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TANABATA TREE", + "unified": "1F38B", + "variations": [ + + ], + "docomo": null, + "au": "EB3D", + "softbank": null, + "google": "FE521", + "image": "1f38b.png", + "sheet_x": 8, + "sheet_y": 40, + "short_name": "tanabata_tree", + "short_names": [ + "tanabata_tree" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 84, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CROSSED FLAGS", + "unified": "1F38C", + "variations": [ + + ], + "docomo": null, + "au": "E5D9", + "softbank": "E143", + "google": "FE514", + "image": "1f38c.png", + "sheet_x": 9, + "sheet_y": 0, + "short_name": "crossed_flags", + "short_names": [ + "crossed_flags" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 109, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PINE DECORATION", + "unified": "1F38D", + "variations": [ + + ], + "docomo": null, + "au": "EAE3", + "softbank": "E436", + "google": "FE518", + "image": "1f38d.png", + "sheet_x": 9, + "sheet_y": 1, + "short_name": "bamboo", + "short_names": [ + "bamboo" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 83, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JAPANESE DOLLS", + "unified": "1F38E", + "variations": [ + + ], + "docomo": null, + "au": "EAE4", + "softbank": "E438", + "google": "FE519", + "image": "1f38e.png", + "sheet_x": 9, + "sheet_y": 2, + "short_name": "dolls", + "short_names": [ + "dolls" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 107, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CARP STREAMER", + "unified": "1F38F", + "variations": [ + + ], + "docomo": null, + "au": "EAE7", + "softbank": "E43B", + "google": "FE51C", + "image": "1f38f.png", + "sheet_x": 9, + "sheet_y": 3, + "short_name": "flags", + "short_names": [ + "flags" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 102, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WIND CHIME", + "unified": "1F390", + "variations": [ + + ], + "docomo": null, + "au": "EAED", + "softbank": "E442", + "google": "FE51E", + "image": "1f390.png", + "sheet_x": 9, + "sheet_y": 4, + "short_name": "wind_chime", + "short_names": [ + "wind_chime" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 108, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOON VIEWING CEREMONY", + "unified": "1F391", + "variations": [ + + ], + "docomo": null, + "au": "EAEF", + "softbank": "E446", + "google": "FE017", + "image": "1f391.png", + "sheet_x": 9, + "sheet_y": 5, + "short_name": "rice_scene", + "short_names": [ + "rice_scene" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SCHOOL SATCHEL", + "unified": "1F392", + "variations": [ + + ], + "docomo": null, + "au": "EAE6", + "softbank": "E43A", + "google": "FE51B", + "image": "1f392.png", + "sheet_x": 9, + "sheet_y": 6, + "short_name": "school_satchel", + "short_names": [ + "school_satchel" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 196, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GRADUATION CAP", + "unified": "1F393", + "variations": [ + + ], + "docomo": null, + "au": "EAE5", + "softbank": "E439", + "google": "FE51A", + "image": "1f393.png", + "sheet_x": 9, + "sheet_y": 7, + "short_name": "mortar_board", + "short_names": [ + "mortar_board" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 194, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MILITARY MEDAL", + "unified": "1F396", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f396.png", + "sheet_x": 9, + "sheet_y": 8, + "short_name": "medal", + "short_names": [ + "medal" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "REMINDER RIBBON", + "unified": "1F397", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f397.png", + "sheet_x": 9, + "sheet_y": 9, + "short_name": "reminder_ribbon", + "short_names": [ + "reminder_ribbon" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "STUDIO MICROPHONE", + "unified": "1F399", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f399.png", + "sheet_x": 9, + "sheet_y": 10, + "short_name": "studio_microphone", + "short_names": [ + "studio_microphone" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LEVEL SLIDER", + "unified": "1F39A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f39a.png", + "sheet_x": 9, + "sheet_y": 11, + "short_name": "level_slider", + "short_names": [ + "level_slider" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CONTROL KNOBS", + "unified": "1F39B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f39b.png", + "sheet_x": 9, + "sheet_y": 12, + "short_name": "control_knobs", + "short_names": [ + "control_knobs" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FILM FRAMES", + "unified": "1F39E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f39e.png", + "sheet_x": 9, + "sheet_y": 13, + "short_name": "film_frames", + "short_names": [ + "film_frames" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ADMISSION TICKETS", + "unified": "1F39F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f39f.png", + "sheet_x": 9, + "sheet_y": 14, + "short_name": "admission_tickets", + "short_names": [ + "admission_tickets" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CAROUSEL HORSE", + "unified": "1F3A0", + "variations": [ + + ], + "docomo": "E679", + "au": null, + "softbank": null, + "google": "FE7FC", + "image": "1f3a0.png", + "sheet_x": 9, + "sheet_y": 15, + "short_name": "carousel_horse", + "short_names": [ + "carousel_horse" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FERRIS WHEEL", + "unified": "1F3A1", + "variations": [ + + ], + "docomo": null, + "au": "E46D", + "softbank": "E124", + "google": "FE7FD", + "image": "1f3a1.png", + "sheet_x": 9, + "sheet_y": 16, + "short_name": "ferris_wheel", + "short_names": [ + "ferris_wheel" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ROLLER COASTER", + "unified": "1F3A2", + "variations": [ + + ], + "docomo": null, + "au": "EAE2", + "softbank": "E433", + "google": "FE7FE", + "image": "1f3a2.png", + "sheet_x": 9, + "sheet_y": 17, + "short_name": "roller_coaster", + "short_names": [ + "roller_coaster" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FISHING POLE AND FISH", + "unified": "1F3A3", + "variations": [ + + ], + "docomo": "E751", + "au": "EB42", + "softbank": "E019", + "google": "FE7FF", + "image": "1f3a3.png", + "sheet_x": 9, + "sheet_y": 18, + "short_name": "fishing_pole_and_fish", + "short_names": [ + "fishing_pole_and_fish" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MICROPHONE", + "unified": "1F3A4", + "variations": [ + + ], + "docomo": "E676", + "au": "E503", + "softbank": "E03C", + "google": "FE800", + "image": "1f3a4.png", + "sheet_x": 9, + "sheet_y": 19, + "short_name": "microphone", + "short_names": [ + "microphone" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOVIE CAMERA", + "unified": "1F3A5", + "variations": [ + + ], + "docomo": "E677", + "au": "E517", + "softbank": "E03D", + "google": "FE801", + "image": "1f3a5.png", + "sheet_x": 9, + "sheet_y": 20, + "short_name": "movie_camera", + "short_names": [ + "movie_camera" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CINEMA", + "unified": "1F3A6", + "variations": [ + + ], + "docomo": "E677", + "au": "E517", + "softbank": "E507", + "google": "FE802", + "image": "1f3a6.png", + "sheet_x": 9, + "sheet_y": 21, + "short_name": "cinema", + "short_names": [ + "cinema" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 125, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEADPHONE", + "unified": "1F3A7", + "variations": [ + + ], + "docomo": "E67A", + "au": "E508", + "softbank": "E30A", + "google": "FE803", + "image": "1f3a7.png", + "sheet_x": 9, + "sheet_y": 22, + "short_name": "headphones", + "short_names": [ + "headphones" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ARTIST PALETTE", + "unified": "1F3A8", + "variations": [ + + ], + "docomo": "E67B", + "au": "E59C", + "softbank": "E502", + "google": "FE804", + "image": "1f3a8.png", + "sheet_x": 9, + "sheet_y": 23, + "short_name": "art", + "short_names": [ + "art" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TOP HAT", + "unified": "1F3A9", + "variations": [ + + ], + "docomo": "E67C", + "au": "EAF5", + "softbank": "E503", + "google": "FE805", + "image": "1f3a9.png", + "sheet_x": 9, + "sheet_y": 24, + "short_name": "tophat", + "short_names": [ + "tophat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 192, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CIRCUS TENT", + "unified": "1F3AA", + "variations": [ + + ], + "docomo": "E67D", + "au": "E59E", + "softbank": null, + "google": "FE806", + "image": "1f3aa.png", + "sheet_x": 9, + "sheet_y": 25, + "short_name": "circus_tent", + "short_names": [ + "circus_tent" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TICKET", + "unified": "1F3AB", + "variations": [ + + ], + "docomo": "E67E", + "au": "E49E", + "softbank": "E125", + "google": "FE807", + "image": "1f3ab.png", + "sheet_x": 9, + "sheet_y": 26, + "short_name": "ticket", + "short_names": [ + "ticket" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLAPPER BOARD", + "unified": "1F3AC", + "variations": [ + + ], + "docomo": "E6AC", + "au": "E4BE", + "softbank": "E324", + "google": "FE808", + "image": "1f3ac.png", + "sheet_x": 9, + "sheet_y": 27, + "short_name": "clapper", + "short_names": [ + "clapper" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PERFORMING ARTS", + "unified": "1F3AD", + "variations": [ + + ], + "docomo": null, + "au": "E59D", + "softbank": "E503", + "google": "FE809", + "image": "1f3ad.png", + "sheet_x": 9, + "sheet_y": 28, + "short_name": "performing_arts", + "short_names": [ + "performing_arts" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VIDEO GAME", + "unified": "1F3AE", + "variations": [ + + ], + "docomo": "E68B", + "au": "E4C6", + "softbank": null, + "google": "FE80A", + "image": "1f3ae.png", + "sheet_x": 9, + "sheet_y": 29, + "short_name": "video_game", + "short_names": [ + "video_game" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DIRECT HIT", + "unified": "1F3AF", + "variations": [ + + ], + "docomo": null, + "au": "E4C5", + "softbank": "E130", + "google": "FE80C", + "image": "1f3af.png", + "sheet_x": 9, + "sheet_y": 30, + "short_name": "dart", + "short_names": [ + "dart" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SLOT MACHINE", + "unified": "1F3B0", + "variations": [ + + ], + "docomo": null, + "au": "E46E", + "softbank": "E133", + "google": "FE80D", + "image": "1f3b0.png", + "sheet_x": 9, + "sheet_y": 31, + "short_name": "slot_machine", + "short_names": [ + "slot_machine" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BILLIARDS", + "unified": "1F3B1", + "variations": [ + + ], + "docomo": null, + "au": "EADD", + "softbank": "E42C", + "google": "FE80E", + "image": "1f3b1.png", + "sheet_x": 9, + "sheet_y": 32, + "short_name": "8ball", + "short_names": [ + "8ball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GAME DIE", + "unified": "1F3B2", + "variations": [ + + ], + "docomo": null, + "au": "E4C8", + "softbank": null, + "google": "FE80F", + "image": "1f3b2.png", + "sheet_x": 9, + "sheet_y": 33, + "short_name": "game_die", + "short_names": [ + "game_die" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOWLING", + "unified": "1F3B3", + "variations": [ + + ], + "docomo": null, + "au": "EB43", + "softbank": null, + "google": "FE810", + "image": "1f3b3.png", + "sheet_x": 9, + "sheet_y": 34, + "short_name": "bowling", + "short_names": [ + "bowling" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FLOWER PLAYING CARDS", + "unified": "1F3B4", + "variations": [ + + ], + "docomo": null, + "au": "EB6E", + "softbank": null, + "google": "FE811", + "image": "1f3b4.png", + "sheet_x": 9, + "sheet_y": 35, + "short_name": "flower_playing_cards", + "short_names": [ + "flower_playing_cards" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 242, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MUSICAL NOTE", + "unified": "1F3B5", + "variations": [ + + ], + "docomo": "E6F6", + "au": "E5BE", + "softbank": "E03E", + "google": "FE813", + "image": "1f3b5.png", + "sheet_x": 9, + "sheet_y": 36, + "short_name": "musical_note", + "short_names": [ + "musical_note" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 186, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MULTIPLE MUSICAL NOTES", + "unified": "1F3B6", + "variations": [ + + ], + "docomo": "E6FF", + "au": "E505", + "softbank": "E326", + "google": "FE814", + "image": "1f3b6.png", + "sheet_x": 9, + "sheet_y": 37, + "short_name": "notes", + "short_names": [ + "notes" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 187, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SAXOPHONE", + "unified": "1F3B7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E040", + "google": "FE815", + "image": "1f3b7.png", + "sheet_x": 9, + "sheet_y": 38, + "short_name": "saxophone", + "short_names": [ + "saxophone" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GUITAR", + "unified": "1F3B8", + "variations": [ + + ], + "docomo": null, + "au": "E506", + "softbank": "E041", + "google": "FE816", + "image": "1f3b8.png", + "sheet_x": 9, + "sheet_y": 39, + "short_name": "guitar", + "short_names": [ + "guitar" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MUSICAL KEYBOARD", + "unified": "1F3B9", + "variations": [ + + ], + "docomo": null, + "au": "EB40", + "softbank": null, + "google": "FE817", + "image": "1f3b9.png", + "sheet_x": 9, + "sheet_y": 40, + "short_name": "musical_keyboard", + "short_names": [ + "musical_keyboard" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRUMPET", + "unified": "1F3BA", + "variations": [ + + ], + "docomo": null, + "au": "EADC", + "softbank": "E042", + "google": "FE818", + "image": "1f3ba.png", + "sheet_x": 10, + "sheet_y": 0, + "short_name": "trumpet", + "short_names": [ + "trumpet" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VIOLIN", + "unified": "1F3BB", + "variations": [ + + ], + "docomo": null, + "au": "E507", + "softbank": null, + "google": "FE819", + "image": "1f3bb.png", + "sheet_x": 10, + "sheet_y": 1, + "short_name": "violin", + "short_names": [ + "violin" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MUSICAL SCORE", + "unified": "1F3BC", + "variations": [ + + ], + "docomo": "E6FF", + "au": "EACC", + "softbank": "E326", + "google": "FE81A", + "image": "1f3bc.png", + "sheet_x": 10, + "sheet_y": 2, + "short_name": "musical_score", + "short_names": [ + "musical_score" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RUNNING SHIRT WITH SASH", + "unified": "1F3BD", + "variations": [ + + ], + "docomo": "E652", + "au": null, + "softbank": null, + "google": "FE7D0", + "image": "1f3bd.png", + "sheet_x": 10, + "sheet_y": 3, + "short_name": "running_shirt_with_sash", + "short_names": [ + "running_shirt_with_sash" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TENNIS RACQUET AND BALL", + "unified": "1F3BE", + "variations": [ + + ], + "docomo": "E655", + "au": "E4B7", + "softbank": "E015", + "google": "FE7D3", + "image": "1f3be.png", + "sheet_x": 10, + "sheet_y": 4, + "short_name": "tennis", + "short_names": [ + "tennis" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SKI AND SKI BOOT", + "unified": "1F3BF", + "variations": [ + + ], + "docomo": "E657", + "au": "EAAC", + "softbank": "E013", + "google": "FE7D5", + "image": "1f3bf.png", + "sheet_x": 10, + "sheet_y": 5, + "short_name": "ski", + "short_names": [ + "ski" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BASKETBALL AND HOOP", + "unified": "1F3C0", + "variations": [ + + ], + "docomo": "E658", + "au": "E59A", + "softbank": "E42A", + "google": "FE7D6", + "image": "1f3c0.png", + "sheet_x": 10, + "sheet_y": 6, + "short_name": "basketball", + "short_names": [ + "basketball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHEQUERED FLAG", + "unified": "1F3C1", + "variations": [ + + ], + "docomo": "E659", + "au": "E4B9", + "softbank": "E132", + "google": "FE7D7", + "image": "1f3c1.png", + "sheet_x": 10, + "sheet_y": 7, + "short_name": "checkered_flag", + "short_names": [ + "checkered_flag" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SNOWBOARDER", + "unified": "1F3C2", + "variations": [ + + ], + "docomo": "E712", + "au": "E4B8", + "softbank": null, + "google": "FE7D8", + "image": "1f3c2.png", + "sheet_x": 10, + "sheet_y": 8, + "short_name": "snowboarder", + "short_names": [ + "snowboarder" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RUNNER", + "unified": "1F3C3", + "variations": [ + + ], + "docomo": "E733", + "au": "E46B", + "softbank": "E115", + "google": "FE7D9", + "image": "1f3c3.png", + "sheet_x": 10, + "sheet_y": 9, + "short_name": "runner", + "short_names": [ + "runner", + "running" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 140, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F3C3-1F3FB": { + "unified": "1F3C3-1F3FB", + "image": "1f3c3-1f3fb.png", + "sheet_x": 10, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C3-1F3FC": { + "unified": "1F3C3-1F3FC", + "image": "1f3c3-1f3fc.png", + "sheet_x": 10, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C3-1F3FD": { + "unified": "1F3C3-1F3FD", + "image": "1f3c3-1f3fd.png", + "sheet_x": 10, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C3-1F3FE": { + "unified": "1F3C3-1F3FE", + "image": "1f3c3-1f3fe.png", + "sheet_x": 10, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C3-1F3FF": { + "unified": "1F3C3-1F3FF", + "image": "1f3c3-1f3ff.png", + "sheet_x": 10, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "SURFER", + "unified": "1F3C4", + "variations": [ + + ], + "docomo": "E712", + "au": "EB41", + "softbank": "E017", + "google": "FE7DA", + "image": "1f3c4.png", + "sheet_x": 10, + "sheet_y": 15, + "short_name": "surfer", + "short_names": [ + "surfer" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F3C4-1F3FB": { + "unified": "1F3C4-1F3FB", + "image": "1f3c4-1f3fb.png", + "sheet_x": 10, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C4-1F3FC": { + "unified": "1F3C4-1F3FC", + "image": "1f3c4-1f3fc.png", + "sheet_x": 10, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C4-1F3FD": { + "unified": "1F3C4-1F3FD", + "image": "1f3c4-1f3fd.png", + "sheet_x": 10, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C4-1F3FE": { + "unified": "1F3C4-1F3FE", + "image": "1f3c4-1f3fe.png", + "sheet_x": 10, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3C4-1F3FF": { + "unified": "1F3C4-1F3FF", + "image": "1f3c4-1f3ff.png", + "sheet_x": 10, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "SPORTS MEDAL", + "unified": "1F3C5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3c5.png", + "sheet_x": 10, + "sheet_y": 21, + "short_name": "sports_medal", + "short_names": [ + "sports_medal" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TROPHY", + "unified": "1F3C6", + "variations": [ + + ], + "docomo": null, + "au": "E5D3", + "softbank": "E131", + "google": "FE7DB", + "image": "1f3c6.png", + "sheet_x": 10, + "sheet_y": 22, + "short_name": "trophy", + "short_names": [ + "trophy" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HORSE RACING", + "unified": "1F3C7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3c7.png", + "sheet_x": 10, + "sheet_y": 23, + "short_name": "horse_racing", + "short_names": [ + "horse_racing" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AMERICAN FOOTBALL", + "unified": "1F3C8", + "variations": [ + + ], + "docomo": null, + "au": "E4BB", + "softbank": "E42B", + "google": "FE7DD", + "image": "1f3c8.png", + "sheet_x": 10, + "sheet_y": 24, + "short_name": "football", + "short_names": [ + "football" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RUGBY FOOTBALL", + "unified": "1F3C9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3c9.png", + "sheet_x": 10, + "sheet_y": 25, + "short_name": "rugby_football", + "short_names": [ + "rugby_football" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SWIMMER", + "unified": "1F3CA", + "variations": [ + + ], + "docomo": null, + "au": "EADE", + "softbank": "E42D", + "google": "FE7DE", + "image": "1f3ca.png", + "sheet_x": 10, + "sheet_y": 26, + "short_name": "swimmer", + "short_names": [ + "swimmer" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F3CA-1F3FB": { + "unified": "1F3CA-1F3FB", + "image": "1f3ca-1f3fb.png", + "sheet_x": 10, + "sheet_y": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3CA-1F3FC": { + "unified": "1F3CA-1F3FC", + "image": "1f3ca-1f3fc.png", + "sheet_x": 10, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3CA-1F3FD": { + "unified": "1F3CA-1F3FD", + "image": "1f3ca-1f3fd.png", + "sheet_x": 10, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3CA-1F3FE": { + "unified": "1F3CA-1F3FE", + "image": "1f3ca-1f3fe.png", + "sheet_x": 10, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F3CA-1F3FF": { + "unified": "1F3CA-1F3FF", + "image": "1f3ca-1f3ff.png", + "sheet_x": 10, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WEIGHT LIFTER", + "unified": "1F3CB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3cb.png", + "sheet_x": 10, + "sheet_y": 32, + "short_name": "weight_lifter", + "short_names": [ + "weight_lifter" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "1F3CB-1F3FB": { + "unified": "1F3CB-1F3FB", + "image": "1f3cb-1f3fb.png", + "sheet_x": 10, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F3CB-1F3FC": { + "unified": "1F3CB-1F3FC", + "image": "1f3cb-1f3fc.png", + "sheet_x": 10, + "sheet_y": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F3CB-1F3FD": { + "unified": "1F3CB-1F3FD", + "image": "1f3cb-1f3fd.png", + "sheet_x": 10, + "sheet_y": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F3CB-1F3FE": { + "unified": "1F3CB-1F3FE", + "image": "1f3cb-1f3fe.png", + "sheet_x": 10, + "sheet_y": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F3CB-1F3FF": { + "unified": "1F3CB-1F3FF", + "image": "1f3cb-1f3ff.png", + "sheet_x": 10, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "GOLFER", + "unified": "1F3CC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3cc.png", + "sheet_x": 10, + "sheet_y": 38, + "short_name": "golfer", + "short_names": [ + "golfer" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RACING MOTORCYCLE", + "unified": "1F3CD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3cd.png", + "sheet_x": 10, + "sheet_y": 39, + "short_name": "racing_motorcycle", + "short_names": [ + "racing_motorcycle" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RACING CAR", + "unified": "1F3CE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3ce.png", + "sheet_x": 10, + "sheet_y": 40, + "short_name": "racing_car", + "short_names": [ + "racing_car" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CRICKET BAT AND BALL", + "unified": "1F3CF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3cf.png", + "sheet_x": 11, + "sheet_y": 0, + "short_name": "cricket_bat_and_ball", + "short_names": [ + "cricket_bat_and_ball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "VOLLEYBALL", + "unified": "1F3D0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d0.png", + "sheet_x": 11, + "sheet_y": 1, + "short_name": "volleyball", + "short_names": [ + "volleyball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FIELD HOCKEY STICK AND BALL", + "unified": "1F3D1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d1.png", + "sheet_x": 11, + "sheet_y": 2, + "short_name": "field_hockey_stick_and_ball", + "short_names": [ + "field_hockey_stick_and_ball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ICE HOCKEY STICK AND PUCK", + "unified": "1F3D2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d2.png", + "sheet_x": 11, + "sheet_y": 3, + "short_name": "ice_hockey_stick_and_puck", + "short_names": [ + "ice_hockey_stick_and_puck" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TABLE TENNIS PADDLE AND BALL", + "unified": "1F3D3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d3.png", + "sheet_x": 11, + "sheet_y": 4, + "short_name": "table_tennis_paddle_and_ball", + "short_names": [ + "table_tennis_paddle_and_ball" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SNOW CAPPED MOUNTAIN", + "unified": "1F3D4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d4.png", + "sheet_x": 11, + "sheet_y": 5, + "short_name": "snow_capped_mountain", + "short_names": [ + "snow_capped_mountain" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CAMPING", + "unified": "1F3D5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d5.png", + "sheet_x": 11, + "sheet_y": 6, + "short_name": "camping", + "short_names": [ + "camping" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 71, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BEACH WITH UMBRELLA", + "unified": "1F3D6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d6.png", + "sheet_x": 11, + "sheet_y": 7, + "short_name": "beach_with_umbrella", + "short_names": [ + "beach_with_umbrella" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 79, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BUILDING CONSTRUCTION", + "unified": "1F3D7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d7.png", + "sheet_x": 11, + "sheet_y": 8, + "short_name": "building_construction", + "short_names": [ + "building_construction" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HOUSE BUILDINGS", + "unified": "1F3D8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d8.png", + "sheet_x": 11, + "sheet_y": 9, + "short_name": "house_buildings", + "short_names": [ + "house_buildings" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 91, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CITYSCAPE", + "unified": "1F3D9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3d9.png", + "sheet_x": 11, + "sheet_y": 10, + "short_name": "cityscape", + "short_names": [ + "cityscape" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 83, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "DERELICT HOUSE BUILDING", + "unified": "1F3DA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3da.png", + "sheet_x": 11, + "sheet_y": 11, + "short_name": "derelict_house_building", + "short_names": [ + "derelict_house_building" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 98, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CLASSICAL BUILDING", + "unified": "1F3DB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3db.png", + "sheet_x": 11, + "sheet_y": 12, + "short_name": "classical_building", + "short_names": [ + "classical_building" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 110, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "DESERT", + "unified": "1F3DC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3dc.png", + "sheet_x": 11, + "sheet_y": 13, + "short_name": "desert", + "short_names": [ + "desert" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 78, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "DESERT ISLAND", + "unified": "1F3DD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3dd.png", + "sheet_x": 11, + "sheet_y": 14, + "short_name": "desert_island", + "short_names": [ + "desert_island" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 80, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "NATIONAL PARK", + "unified": "1F3DE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3de.png", + "sheet_x": 11, + "sheet_y": 15, + "short_name": "national_park", + "short_names": [ + "national_park" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 73, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "STADIUM", + "unified": "1F3DF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3df.png", + "sheet_x": 11, + "sheet_y": 16, + "short_name": "stadium", + "short_names": [ + "stadium" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 94, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HOUSE BUILDING", + "unified": "1F3E0", + "variations": [ + + ], + "docomo": "E663", + "au": "E4AB", + "softbank": "E036", + "google": "FE4B0", + "image": "1f3e0.png", + "sheet_x": 11, + "sheet_y": 17, + "short_name": "house", + "short_names": [ + "house" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 96, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOUSE WITH GARDEN", + "unified": "1F3E1", + "variations": [ + + ], + "docomo": "E663", + "au": "EB09", + "softbank": "E036", + "google": "FE4B1", + "image": "1f3e1.png", + "sheet_x": 11, + "sheet_y": 18, + "short_name": "house_with_garden", + "short_names": [ + "house_with_garden" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 97, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OFFICE BUILDING", + "unified": "1F3E2", + "variations": [ + + ], + "docomo": "E664", + "au": "E4AD", + "softbank": "E038", + "google": "FE4B2", + "image": "1f3e2.png", + "sheet_x": 11, + "sheet_y": 19, + "short_name": "office", + "short_names": [ + "office" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 99, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JAPANESE POST OFFICE", + "unified": "1F3E3", + "variations": [ + + ], + "docomo": "E665", + "au": "E5DE", + "softbank": "E153", + "google": "FE4B3", + "image": "1f3e3.png", + "sheet_x": 11, + "sheet_y": 20, + "short_name": "post_office", + "short_names": [ + "post_office" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 101, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EUROPEAN POST OFFICE", + "unified": "1F3E4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3e4.png", + "sheet_x": 11, + "sheet_y": 21, + "short_name": "european_post_office", + "short_names": [ + "european_post_office" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 102, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOSPITAL", + "unified": "1F3E5", + "variations": [ + + ], + "docomo": "E666", + "au": "E5DF", + "softbank": "E155", + "google": "FE4B4", + "image": "1f3e5.png", + "sheet_x": 11, + "sheet_y": 22, + "short_name": "hospital", + "short_names": [ + "hospital" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 103, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BANK", + "unified": "1F3E6", + "variations": [ + + ], + "docomo": "E667", + "au": "E4AA", + "softbank": "E14D", + "google": "FE4B5", + "image": "1f3e6.png", + "sheet_x": 11, + "sheet_y": 23, + "short_name": "bank", + "short_names": [ + "bank" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 104, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AUTOMATED TELLER MACHINE", + "unified": "1F3E7", + "variations": [ + + ], + "docomo": "E668", + "au": "E4A3", + "softbank": "E154", + "google": "FE4B6", + "image": "1f3e7.png", + "sheet_x": 11, + "sheet_y": 24, + "short_name": "atm", + "short_names": [ + "atm" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 109, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOTEL", + "unified": "1F3E8", + "variations": [ + + ], + "docomo": "E669", + "au": "EA81", + "softbank": "E158", + "google": "FE4B7", + "image": "1f3e8.png", + "sheet_x": 11, + "sheet_y": 25, + "short_name": "hotel", + "short_names": [ + "hotel" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 105, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOVE HOTEL", + "unified": "1F3E9", + "variations": [ + + ], + "docomo": "E669-E6EF", + "au": "EAF3", + "softbank": "E501", + "google": "FE4B8", + "image": "1f3e9.png", + "sheet_x": 11, + "sheet_y": 26, + "short_name": "love_hotel", + "short_names": [ + "love_hotel" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 108, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CONVENIENCE STORE", + "unified": "1F3EA", + "variations": [ + + ], + "docomo": "E66A", + "au": "E4A4", + "softbank": "E156", + "google": "FE4B9", + "image": "1f3ea.png", + "sheet_x": 11, + "sheet_y": 27, + "short_name": "convenience_store", + "short_names": [ + "convenience_store" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 106, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SCHOOL", + "unified": "1F3EB", + "variations": [ + + ], + "docomo": "E73E", + "au": "EA80", + "softbank": "E157", + "google": "FE4BA", + "image": "1f3eb.png", + "sheet_x": 11, + "sheet_y": 28, + "short_name": "school", + "short_names": [ + "school" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 107, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DEPARTMENT STORE", + "unified": "1F3EC", + "variations": [ + + ], + "docomo": null, + "au": "EAF6", + "softbank": "E504", + "google": "FE4BD", + "image": "1f3ec.png", + "sheet_x": 11, + "sheet_y": 29, + "short_name": "department_store", + "short_names": [ + "department_store" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 100, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACTORY", + "unified": "1F3ED", + "variations": [ + + ], + "docomo": null, + "au": "EAF9", + "softbank": "E508", + "google": "FE4C0", + "image": "1f3ed.png", + "sheet_x": 11, + "sheet_y": 30, + "short_name": "factory", + "short_names": [ + "factory" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "IZAKAYA LANTERN", + "unified": "1F3EE", + "variations": [ + + ], + "docomo": "E74B", + "au": "E4BD", + "softbank": "E30B", + "google": "FE4C2", + "image": "1f3ee.png", + "sheet_x": 11, + "sheet_y": 31, + "short_name": "izakaya_lantern", + "short_names": [ + "izakaya_lantern", + "lantern" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 110, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JAPANESE CASTLE", + "unified": "1F3EF", + "variations": [ + + ], + "docomo": null, + "au": "EAF7", + "softbank": "E505", + "google": "FE4BE", + "image": "1f3ef.png", + "sheet_x": 11, + "sheet_y": 32, + "short_name": "japanese_castle", + "short_names": [ + "japanese_castle" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 93, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EUROPEAN CASTLE", + "unified": "1F3F0", + "variations": [ + + ], + "docomo": null, + "au": "EAF8", + "softbank": "E506", + "google": "FE4BF", + "image": "1f3f0.png", + "sheet_x": 11, + "sheet_y": 33, + "short_name": "european_castle", + "short_names": [ + "european_castle" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 92, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WAVING WHITE FLAG", + "unified": "1F3F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3f3.png", + "sheet_x": 11, + "sheet_y": 34, + "short_name": "waving_white_flag", + "short_names": [ + "waving_white_flag" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 164, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WAVING BLACK FLAG", + "unified": "1F3F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3f4.png", + "sheet_x": 11, + "sheet_y": 35, + "short_name": "waving_black_flag", + "short_names": [ + "waving_black_flag" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 165, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ROSETTE", + "unified": "1F3F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3f5.png", + "sheet_x": 11, + "sheet_y": 36, + "short_name": "rosette", + "short_names": [ + "rosette" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LABEL", + "unified": "1F3F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3f7.png", + "sheet_x": 11, + "sheet_y": 37, + "short_name": "label", + "short_names": [ + "label" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 84, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BADMINTON RACQUET AND SHUTTLECOCK", + "unified": "1F3F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3f8.png", + "sheet_x": 11, + "sheet_y": 38, + "short_name": "badminton_racquet_and_shuttlecock", + "short_names": [ + "badminton_racquet_and_shuttlecock" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BOW AND ARROW", + "unified": "1F3F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3f9.png", + "sheet_x": 11, + "sheet_y": 39, + "short_name": "bow_and_arrow", + "short_names": [ + "bow_and_arrow" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "AMPHORA", + "unified": "1F3FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3fa.png", + "sheet_x": 11, + "sheet_y": 40, + "short_name": "amphora", + "short_names": [ + "amphora" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 73, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EMOJI MODIFIER FITZPATRICK TYPE-1-2", + "unified": "1F3FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3fb.png", + "sheet_x": 12, + "sheet_y": 0, + "short_name": "skin-tone-2", + "short_names": [ + "skin-tone-2" + ], + "text": null, + "texts": null, + "category": "Skin Tones", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EMOJI MODIFIER FITZPATRICK TYPE-3", + "unified": "1F3FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3fc.png", + "sheet_x": 12, + "sheet_y": 1, + "short_name": "skin-tone-3", + "short_names": [ + "skin-tone-3" + ], + "text": null, + "texts": null, + "category": "Skin Tones", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EMOJI MODIFIER FITZPATRICK TYPE-4", + "unified": "1F3FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3fd.png", + "sheet_x": 12, + "sheet_y": 2, + "short_name": "skin-tone-4", + "short_names": [ + "skin-tone-4" + ], + "text": null, + "texts": null, + "category": "Skin Tones", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EMOJI MODIFIER FITZPATRICK TYPE-5", + "unified": "1F3FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3fe.png", + "sheet_x": 12, + "sheet_y": 3, + "short_name": "skin-tone-5", + "short_names": [ + "skin-tone-5" + ], + "text": null, + "texts": null, + "category": "Skin Tones", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EMOJI MODIFIER FITZPATRICK TYPE-6", + "unified": "1F3FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f3ff.png", + "sheet_x": 12, + "sheet_y": 4, + "short_name": "skin-tone-6", + "short_names": [ + "skin-tone-6" + ], + "text": null, + "texts": null, + "category": "Skin Tones", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RAT", + "unified": "1F400", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f400.png", + "sheet_x": 12, + "sheet_y": 5, + "short_name": "rat", + "short_names": [ + "rat" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOUSE", + "unified": "1F401", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f401.png", + "sheet_x": 12, + "sheet_y": 6, + "short_name": "mouse2", + "short_names": [ + "mouse2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OX", + "unified": "1F402", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f402.png", + "sheet_x": 12, + "sheet_y": 7, + "short_name": "ox", + "short_names": [ + "ox" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WATER BUFFALO", + "unified": "1F403", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f403.png", + "sheet_x": 12, + "sheet_y": 8, + "short_name": "water_buffalo", + "short_names": [ + "water_buffalo" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COW", + "unified": "1F404", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f404.png", + "sheet_x": 12, + "sheet_y": 9, + "short_name": "cow2", + "short_names": [ + "cow2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TIGER", + "unified": "1F405", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f405.png", + "sheet_x": 12, + "sheet_y": 10, + "short_name": "tiger2", + "short_names": [ + "tiger2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEOPARD", + "unified": "1F406", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f406.png", + "sheet_x": 12, + "sheet_y": 11, + "short_name": "leopard", + "short_names": [ + "leopard" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RABBIT", + "unified": "1F407", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f407.png", + "sheet_x": 12, + "sheet_y": 12, + "short_name": "rabbit2", + "short_names": [ + "rabbit2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 69, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAT", + "unified": "1F408", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f408.png", + "sheet_x": 12, + "sheet_y": 13, + "short_name": "cat2", + "short_names": [ + "cat2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 68, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DRAGON", + "unified": "1F409", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f409.png", + "sheet_x": 12, + "sheet_y": 14, + "short_name": "dragon", + "short_names": [ + "dragon" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 72, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CROCODILE", + "unified": "1F40A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f40a.png", + "sheet_x": 12, + "sheet_y": 15, + "short_name": "crocodile", + "short_names": [ + "crocodile" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHALE", + "unified": "1F40B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f40b.png", + "sheet_x": 12, + "sheet_y": 16, + "short_name": "whale2", + "short_names": [ + "whale2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SNAIL", + "unified": "1F40C", + "variations": [ + + ], + "docomo": "E74E", + "au": "EB7E", + "softbank": null, + "google": "FE1B9", + "image": "1f40c.png", + "sheet_x": 12, + "sheet_y": 17, + "short_name": "snail", + "short_names": [ + "snail" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SNAKE", + "unified": "1F40D", + "variations": [ + + ], + "docomo": null, + "au": "EB22", + "softbank": "E52D", + "google": "FE1D3", + "image": "1f40d.png", + "sheet_x": 12, + "sheet_y": 18, + "short_name": "snake", + "short_names": [ + "snake" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HORSE", + "unified": "1F40E", + "variations": [ + + ], + "docomo": "E754", + "au": "E4D8", + "softbank": "E134", + "google": "FE7DC", + "image": "1f40e.png", + "sheet_x": 12, + "sheet_y": 19, + "short_name": "racehorse", + "short_names": [ + "racehorse" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RAM", + "unified": "1F40F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f40f.png", + "sheet_x": 12, + "sheet_y": 20, + "short_name": "ram", + "short_names": [ + "ram" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GOAT", + "unified": "1F410", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f410.png", + "sheet_x": 12, + "sheet_y": 21, + "short_name": "goat", + "short_names": [ + "goat" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHEEP", + "unified": "1F411", + "variations": [ + + ], + "docomo": null, + "au": "E48F", + "softbank": "E529", + "google": "FE1CF", + "image": "1f411.png", + "sheet_x": 12, + "sheet_y": 22, + "short_name": "sheep", + "short_names": [ + "sheep" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MONKEY", + "unified": "1F412", + "variations": [ + + ], + "docomo": null, + "au": "E4D9", + "softbank": "E528", + "google": "FE1CE", + "image": "1f412.png", + "sheet_x": 12, + "sheet_y": 23, + "short_name": "monkey", + "short_names": [ + "monkey" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ROOSTER", + "unified": "1F413", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f413.png", + "sheet_x": 12, + "sheet_y": 24, + "short_name": "rooster", + "short_names": [ + "rooster" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHICKEN", + "unified": "1F414", + "variations": [ + + ], + "docomo": null, + "au": "EB23", + "softbank": "E52E", + "google": "FE1D4", + "image": "1f414.png", + "sheet_x": 12, + "sheet_y": 25, + "short_name": "chicken", + "short_names": [ + "chicken" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOG", + "unified": "1F415", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f415.png", + "sheet_x": 12, + "sheet_y": 26, + "short_name": "dog2", + "short_names": [ + "dog2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PIG", + "unified": "1F416", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f416.png", + "sheet_x": 12, + "sheet_y": 27, + "short_name": "pig2", + "short_names": [ + "pig2" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOAR", + "unified": "1F417", + "variations": [ + + ], + "docomo": null, + "au": "EB24", + "softbank": "E52F", + "google": "FE1D5", + "image": "1f417.png", + "sheet_x": 12, + "sheet_y": 28, + "short_name": "boar", + "short_names": [ + "boar" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ELEPHANT", + "unified": "1F418", + "variations": [ + + ], + "docomo": null, + "au": "EB1F", + "softbank": "E526", + "google": "FE1CC", + "image": "1f418.png", + "sheet_x": 12, + "sheet_y": 29, + "short_name": "elephant", + "short_names": [ + "elephant" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OCTOPUS", + "unified": "1F419", + "variations": [ + + ], + "docomo": null, + "au": "E5C7", + "softbank": "E10A", + "google": "FE1C5", + "image": "1f419.png", + "sheet_x": 12, + "sheet_y": 30, + "short_name": "octopus", + "short_names": [ + "octopus" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPIRAL SHELL", + "unified": "1F41A", + "variations": [ + + ], + "docomo": null, + "au": "EAEC", + "softbank": "E441", + "google": "FE1C6", + "image": "1f41a.png", + "sheet_x": 12, + "sheet_y": 31, + "short_name": "shell", + "short_names": [ + "shell" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 99, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BUG", + "unified": "1F41B", + "variations": [ + + ], + "docomo": null, + "au": "EB1E", + "softbank": "E525", + "google": "FE1CB", + "image": "1f41b.png", + "sheet_x": 12, + "sheet_y": 32, + "short_name": "bug", + "short_names": [ + "bug" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ANT", + "unified": "1F41C", + "variations": [ + + ], + "docomo": null, + "au": "E4DD", + "softbank": null, + "google": "FE1DA", + "image": "1f41c.png", + "sheet_x": 12, + "sheet_y": 33, + "short_name": "ant", + "short_names": [ + "ant" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HONEYBEE", + "unified": "1F41D", + "variations": [ + + ], + "docomo": null, + "au": "EB57", + "softbank": null, + "google": "FE1E1", + "image": "1f41d.png", + "sheet_x": 12, + "sheet_y": 34, + "short_name": "bee", + "short_names": [ + "bee", + "honeybee" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LADY BEETLE", + "unified": "1F41E", + "variations": [ + + ], + "docomo": null, + "au": "EB58", + "softbank": null, + "google": "FE1E2", + "image": "1f41e.png", + "sheet_x": 12, + "sheet_y": 35, + "short_name": "beetle", + "short_names": [ + "beetle" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FISH", + "unified": "1F41F", + "variations": [ + + ], + "docomo": "E751", + "au": "E49A", + "softbank": "E019", + "google": "FE1BD", + "image": "1f41f.png", + "sheet_x": 12, + "sheet_y": 36, + "short_name": "fish", + "short_names": [ + "fish" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TROPICAL FISH", + "unified": "1F420", + "variations": [ + + ], + "docomo": "E751", + "au": "EB1D", + "softbank": "E522", + "google": "FE1C9", + "image": "1f420.png", + "sheet_x": 12, + "sheet_y": 37, + "short_name": "tropical_fish", + "short_names": [ + "tropical_fish" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLOWFISH", + "unified": "1F421", + "variations": [ + + ], + "docomo": "E751", + "au": "E4D3", + "softbank": "E019", + "google": "FE1D9", + "image": "1f421.png", + "sheet_x": 12, + "sheet_y": 38, + "short_name": "blowfish", + "short_names": [ + "blowfish" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TURTLE", + "unified": "1F422", + "variations": [ + + ], + "docomo": null, + "au": "E5D4", + "softbank": null, + "google": "FE1DC", + "image": "1f422.png", + "sheet_x": 12, + "sheet_y": 39, + "short_name": "turtle", + "short_names": [ + "turtle" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HATCHING CHICK", + "unified": "1F423", + "variations": [ + + ], + "docomo": "E74F", + "au": "E5DB", + "softbank": "E523", + "google": "FE1DD", + "image": "1f423.png", + "sheet_x": 12, + "sheet_y": 40, + "short_name": "hatching_chick", + "short_names": [ + "hatching_chick" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BABY CHICK", + "unified": "1F424", + "variations": [ + + ], + "docomo": "E74F", + "au": "E4E0", + "softbank": "E523", + "google": "FE1BA", + "image": "1f424.png", + "sheet_x": 13, + "sheet_y": 0, + "short_name": "baby_chick", + "short_names": [ + "baby_chick" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FRONT-FACING BABY CHICK", + "unified": "1F425", + "variations": [ + + ], + "docomo": "E74F", + "au": "EB76", + "softbank": "E523", + "google": "FE1BB", + "image": "1f425.png", + "sheet_x": 13, + "sheet_y": 1, + "short_name": "hatched_chick", + "short_names": [ + "hatched_chick" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BIRD", + "unified": "1F426", + "variations": [ + + ], + "docomo": "E74F", + "au": "E4E0", + "softbank": "E521", + "google": "FE1C8", + "image": "1f426.png", + "sheet_x": 13, + "sheet_y": 2, + "short_name": "bird", + "short_names": [ + "bird" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PENGUIN", + "unified": "1F427", + "variations": [ + + ], + "docomo": "E750", + "au": "E4DC", + "softbank": "E055", + "google": "FE1BC", + "image": "1f427.png", + "sheet_x": 13, + "sheet_y": 3, + "short_name": "penguin", + "short_names": [ + "penguin" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KOALA", + "unified": "1F428", + "variations": [ + + ], + "docomo": null, + "au": "EB20", + "softbank": "E527", + "google": "FE1CD", + "image": "1f428.png", + "sheet_x": 13, + "sheet_y": 4, + "short_name": "koala", + "short_names": [ + "koala" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POODLE", + "unified": "1F429", + "variations": [ + + ], + "docomo": "E6A1", + "au": "E4DF", + "softbank": "E052", + "google": "FE1D8", + "image": "1f429.png", + "sheet_x": 13, + "sheet_y": 5, + "short_name": "poodle", + "short_names": [ + "poodle" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DROMEDARY CAMEL", + "unified": "1F42A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f42a.png", + "sheet_x": 13, + "sheet_y": 6, + "short_name": "dromedary_camel", + "short_names": [ + "dromedary_camel" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BACTRIAN CAMEL", + "unified": "1F42B", + "variations": [ + + ], + "docomo": null, + "au": "EB25", + "softbank": "E530", + "google": "FE1D6", + "image": "1f42b.png", + "sheet_x": 13, + "sheet_y": 7, + "short_name": "camel", + "short_names": [ + "camel" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOLPHIN", + "unified": "1F42C", + "variations": [ + + ], + "docomo": null, + "au": "EB1B", + "softbank": "E520", + "google": "FE1C7", + "image": "1f42c.png", + "sheet_x": 13, + "sheet_y": 8, + "short_name": "dolphin", + "short_names": [ + "dolphin", + "flipper" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOUSE FACE", + "unified": "1F42D", + "variations": [ + + ], + "docomo": null, + "au": "E5C2", + "softbank": "E053", + "google": "FE1C2", + "image": "1f42d.png", + "sheet_x": 13, + "sheet_y": 9, + "short_name": "mouse", + "short_names": [ + "mouse" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COW FACE", + "unified": "1F42E", + "variations": [ + + ], + "docomo": null, + "au": "EB21", + "softbank": "E52B", + "google": "FE1D1", + "image": "1f42e.png", + "sheet_x": 13, + "sheet_y": 10, + "short_name": "cow", + "short_names": [ + "cow" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TIGER FACE", + "unified": "1F42F", + "variations": [ + + ], + "docomo": null, + "au": "E5C0", + "softbank": "E050", + "google": "FE1C0", + "image": "1f42f.png", + "sheet_x": 13, + "sheet_y": 11, + "short_name": "tiger", + "short_names": [ + "tiger" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RABBIT FACE", + "unified": "1F430", + "variations": [ + + ], + "docomo": null, + "au": "E4D7", + "softbank": "E52C", + "google": "FE1D2", + "image": "1f430.png", + "sheet_x": 13, + "sheet_y": 12, + "short_name": "rabbit", + "short_names": [ + "rabbit" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAT FACE", + "unified": "1F431", + "variations": [ + + ], + "docomo": "E6A2", + "au": "E4DB", + "softbank": "E04F", + "google": "FE1B8", + "image": "1f431.png", + "sheet_x": 13, + "sheet_y": 13, + "short_name": "cat", + "short_names": [ + "cat" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DRAGON FACE", + "unified": "1F432", + "variations": [ + + ], + "docomo": null, + "au": "EB3F", + "softbank": null, + "google": "FE1DE", + "image": "1f432.png", + "sheet_x": 13, + "sheet_y": 14, + "short_name": "dragon_face", + "short_names": [ + "dragon_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 73, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPOUTING WHALE", + "unified": "1F433", + "variations": [ + + ], + "docomo": null, + "au": "E470", + "softbank": "E054", + "google": "FE1C3", + "image": "1f433.png", + "sheet_x": 13, + "sheet_y": 15, + "short_name": "whale", + "short_names": [ + "whale" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HORSE FACE", + "unified": "1F434", + "variations": [ + + ], + "docomo": "E754", + "au": "E4D8", + "softbank": "E01A", + "google": "FE1BE", + "image": "1f434.png", + "sheet_x": 13, + "sheet_y": 16, + "short_name": "horse", + "short_names": [ + "horse" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MONKEY FACE", + "unified": "1F435", + "variations": [ + + ], + "docomo": null, + "au": "E4D9", + "softbank": "E109", + "google": "FE1C4", + "image": "1f435.png", + "sheet_x": 13, + "sheet_y": 17, + "short_name": "monkey_face", + "short_names": [ + "monkey_face" + ], + "text": null, + "texts": [ + ":o)" + ], + "category": "Nature", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOG FACE", + "unified": "1F436", + "variations": [ + + ], + "docomo": "E6A1", + "au": "E4E1", + "softbank": "E052", + "google": "FE1B7", + "image": "1f436.png", + "sheet_x": 13, + "sheet_y": 18, + "short_name": "dog", + "short_names": [ + "dog" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PIG FACE", + "unified": "1F437", + "variations": [ + + ], + "docomo": "E755", + "au": "E4DE", + "softbank": "E10B", + "google": "FE1BF", + "image": "1f437.png", + "sheet_x": 13, + "sheet_y": 19, + "short_name": "pig", + "short_names": [ + "pig" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FROG FACE", + "unified": "1F438", + "variations": [ + + ], + "docomo": null, + "au": "E4DA", + "softbank": "E531", + "google": "FE1D7", + "image": "1f438.png", + "sheet_x": 13, + "sheet_y": 20, + "short_name": "frog", + "short_names": [ + "frog" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HAMSTER FACE", + "unified": "1F439", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E524", + "google": "FE1CA", + "image": "1f439.png", + "sheet_x": 13, + "sheet_y": 21, + "short_name": "hamster", + "short_names": [ + "hamster" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WOLF FACE", + "unified": "1F43A", + "variations": [ + + ], + "docomo": "E6A1", + "au": "E4E1", + "softbank": "E52A", + "google": "FE1D0", + "image": "1f43a.png", + "sheet_x": 13, + "sheet_y": 22, + "short_name": "wolf", + "short_names": [ + "wolf" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BEAR FACE", + "unified": "1F43B", + "variations": [ + + ], + "docomo": null, + "au": "E5C1", + "softbank": "E051", + "google": "FE1C1", + "image": "1f43b.png", + "sheet_x": 13, + "sheet_y": 23, + "short_name": "bear", + "short_names": [ + "bear" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PANDA FACE", + "unified": "1F43C", + "variations": [ + + ], + "docomo": null, + "au": "EB46", + "softbank": null, + "google": "FE1DF", + "image": "1f43c.png", + "sheet_x": 13, + "sheet_y": 24, + "short_name": "panda_face", + "short_names": [ + "panda_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PIG NOSE", + "unified": "1F43D", + "variations": [ + + ], + "docomo": "E755", + "au": "EB48", + "softbank": "E10B", + "google": "FE1E0", + "image": "1f43d.png", + "sheet_x": 13, + "sheet_y": 25, + "short_name": "pig_nose", + "short_names": [ + "pig_nose" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PAW PRINTS", + "unified": "1F43E", + "variations": [ + + ], + "docomo": "E698", + "au": "E4EE", + "softbank": "E536", + "google": "FE1DB", + "image": "1f43e.png", + "sheet_x": 13, + "sheet_y": 26, + "short_name": "feet", + "short_names": [ + "feet", + "paw_prints" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 71, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHIPMUNK", + "unified": "1F43F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f43f.png", + "sheet_x": 13, + "sheet_y": 27, + "short_name": "chipmunk", + "short_names": [ + "chipmunk" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 70, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EYES", + "unified": "1F440", + "variations": [ + + ], + "docomo": "E691", + "au": "E5A4", + "softbank": "E419", + "google": "FE190", + "image": "1f440.png", + "sheet_x": 13, + "sheet_y": 28, + "short_name": "eyes", + "short_names": [ + "eyes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 117, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EYE", + "unified": "1F441", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f441.png", + "sheet_x": 13, + "sheet_y": 29, + "short_name": "eye", + "short_names": [ + "eye" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 116, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "EAR", + "unified": "1F442", + "variations": [ + + ], + "docomo": "E692", + "au": "E5A5", + "softbank": "E41B", + "google": "FE191", + "image": "1f442.png", + "sheet_x": 13, + "sheet_y": 30, + "short_name": "ear", + "short_names": [ + "ear" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 114, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F442-1F3FB": { + "unified": "1F442-1F3FB", + "image": "1f442-1f3fb.png", + "sheet_x": 13, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F442-1F3FC": { + "unified": "1F442-1F3FC", + "image": "1f442-1f3fc.png", + "sheet_x": 13, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F442-1F3FD": { + "unified": "1F442-1F3FD", + "image": "1f442-1f3fd.png", + "sheet_x": 13, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F442-1F3FE": { + "unified": "1F442-1F3FE", + "image": "1f442-1f3fe.png", + "sheet_x": 13, + "sheet_y": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F442-1F3FF": { + "unified": "1F442-1F3FF", + "image": "1f442-1f3ff.png", + "sheet_x": 13, + "sheet_y": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "NOSE", + "unified": "1F443", + "variations": [ + + ], + "docomo": null, + "au": "EAD0", + "softbank": "E41A", + "google": "FE192", + "image": "1f443.png", + "sheet_x": 13, + "sheet_y": 36, + "short_name": "nose", + "short_names": [ + "nose" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 115, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F443-1F3FB": { + "unified": "1F443-1F3FB", + "image": "1f443-1f3fb.png", + "sheet_x": 13, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F443-1F3FC": { + "unified": "1F443-1F3FC", + "image": "1f443-1f3fc.png", + "sheet_x": 13, + "sheet_y": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F443-1F3FD": { + "unified": "1F443-1F3FD", + "image": "1f443-1f3fd.png", + "sheet_x": 13, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F443-1F3FE": { + "unified": "1F443-1F3FE", + "image": "1f443-1f3fe.png", + "sheet_x": 13, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F443-1F3FF": { + "unified": "1F443-1F3FF", + "image": "1f443-1f3ff.png", + "sheet_x": 14, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "MOUTH", + "unified": "1F444", + "variations": [ + + ], + "docomo": "E6F9", + "au": "EAD1", + "softbank": "E41C", + "google": "FE193", + "image": "1f444.png", + "sheet_x": 14, + "sheet_y": 1, + "short_name": "lips", + "short_names": [ + "lips" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 112, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TONGUE", + "unified": "1F445", + "variations": [ + + ], + "docomo": "E728", + "au": "EB47", + "softbank": "E409", + "google": "FE194", + "image": "1f445.png", + "sheet_x": 14, + "sheet_y": 2, + "short_name": "tongue", + "short_names": [ + "tongue" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 113, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE UP POINTING BACKHAND INDEX", + "unified": "1F446", + "variations": [ + + ], + "docomo": null, + "au": "EA8D", + "softbank": "E22E", + "google": "FEB99", + "image": "1f446.png", + "sheet_x": 14, + "sheet_y": 3, + "short_name": "point_up_2", + "short_names": [ + "point_up_2" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 102, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F446-1F3FB": { + "unified": "1F446-1F3FB", + "image": "1f446-1f3fb.png", + "sheet_x": 14, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F446-1F3FC": { + "unified": "1F446-1F3FC", + "image": "1f446-1f3fc.png", + "sheet_x": 14, + "sheet_y": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F446-1F3FD": { + "unified": "1F446-1F3FD", + "image": "1f446-1f3fd.png", + "sheet_x": 14, + "sheet_y": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F446-1F3FE": { + "unified": "1F446-1F3FE", + "image": "1f446-1f3fe.png", + "sheet_x": 14, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F446-1F3FF": { + "unified": "1F446-1F3FF", + "image": "1f446-1f3ff.png", + "sheet_x": 14, + "sheet_y": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WHITE DOWN POINTING BACKHAND INDEX", + "unified": "1F447", + "variations": [ + + ], + "docomo": null, + "au": "EA8E", + "softbank": "E22F", + "google": "FEB9A", + "image": "1f447.png", + "sheet_x": 14, + "sheet_y": 9, + "short_name": "point_down", + "short_names": [ + "point_down" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 103, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F447-1F3FB": { + "unified": "1F447-1F3FB", + "image": "1f447-1f3fb.png", + "sheet_x": 14, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F447-1F3FC": { + "unified": "1F447-1F3FC", + "image": "1f447-1f3fc.png", + "sheet_x": 14, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F447-1F3FD": { + "unified": "1F447-1F3FD", + "image": "1f447-1f3fd.png", + "sheet_x": 14, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F447-1F3FE": { + "unified": "1F447-1F3FE", + "image": "1f447-1f3fe.png", + "sheet_x": 14, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F447-1F3FF": { + "unified": "1F447-1F3FF", + "image": "1f447-1f3ff.png", + "sheet_x": 14, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WHITE LEFT POINTING BACKHAND INDEX", + "unified": "1F448", + "variations": [ + + ], + "docomo": null, + "au": "E4FF", + "softbank": "E230", + "google": "FEB9B", + "image": "1f448.png", + "sheet_x": 14, + "sheet_y": 15, + "short_name": "point_left", + "short_names": [ + "point_left" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 104, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F448-1F3FB": { + "unified": "1F448-1F3FB", + "image": "1f448-1f3fb.png", + "sheet_x": 14, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F448-1F3FC": { + "unified": "1F448-1F3FC", + "image": "1f448-1f3fc.png", + "sheet_x": 14, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F448-1F3FD": { + "unified": "1F448-1F3FD", + "image": "1f448-1f3fd.png", + "sheet_x": 14, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F448-1F3FE": { + "unified": "1F448-1F3FE", + "image": "1f448-1f3fe.png", + "sheet_x": 14, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F448-1F3FF": { + "unified": "1F448-1F3FF", + "image": "1f448-1f3ff.png", + "sheet_x": 14, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WHITE RIGHT POINTING BACKHAND INDEX", + "unified": "1F449", + "variations": [ + + ], + "docomo": null, + "au": "E500", + "softbank": "E231", + "google": "FEB9C", + "image": "1f449.png", + "sheet_x": 14, + "sheet_y": 21, + "short_name": "point_right", + "short_names": [ + "point_right" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 105, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F449-1F3FB": { + "unified": "1F449-1F3FB", + "image": "1f449-1f3fb.png", + "sheet_x": 14, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F449-1F3FC": { + "unified": "1F449-1F3FC", + "image": "1f449-1f3fc.png", + "sheet_x": 14, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F449-1F3FD": { + "unified": "1F449-1F3FD", + "image": "1f449-1f3fd.png", + "sheet_x": 14, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F449-1F3FE": { + "unified": "1F449-1F3FE", + "image": "1f449-1f3fe.png", + "sheet_x": 14, + "sheet_y": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F449-1F3FF": { + "unified": "1F449-1F3FF", + "image": "1f449-1f3ff.png", + "sheet_x": 14, + "sheet_y": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "FISTED HAND SIGN", + "unified": "1F44A", + "variations": [ + + ], + "docomo": "E6FD", + "au": "E4F3", + "softbank": "E00D", + "google": "FEB96", + "image": "1f44a.png", + "sheet_x": 14, + "sheet_y": 27, + "short_name": "facepunch", + "short_names": [ + "facepunch", + "punch" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 93, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F44A-1F3FB": { + "unified": "1F44A-1F3FB", + "image": "1f44a-1f3fb.png", + "sheet_x": 14, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44A-1F3FC": { + "unified": "1F44A-1F3FC", + "image": "1f44a-1f3fc.png", + "sheet_x": 14, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44A-1F3FD": { + "unified": "1F44A-1F3FD", + "image": "1f44a-1f3fd.png", + "sheet_x": 14, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44A-1F3FE": { + "unified": "1F44A-1F3FE", + "image": "1f44a-1f3fe.png", + "sheet_x": 14, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44A-1F3FF": { + "unified": "1F44A-1F3FF", + "image": "1f44a-1f3ff.png", + "sheet_x": 14, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WAVING HAND SIGN", + "unified": "1F44B", + "variations": [ + + ], + "docomo": "E695", + "au": "EAD6", + "softbank": "E41E", + "google": "FEB9D", + "image": "1f44b.png", + "sheet_x": 14, + "sheet_y": 33, + "short_name": "wave", + "short_names": [ + "wave" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 90, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F44B-1F3FB": { + "unified": "1F44B-1F3FB", + "image": "1f44b-1f3fb.png", + "sheet_x": 14, + "sheet_y": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44B-1F3FC": { + "unified": "1F44B-1F3FC", + "image": "1f44b-1f3fc.png", + "sheet_x": 14, + "sheet_y": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44B-1F3FD": { + "unified": "1F44B-1F3FD", + "image": "1f44b-1f3fd.png", + "sheet_x": 14, + "sheet_y": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44B-1F3FE": { + "unified": "1F44B-1F3FE", + "image": "1f44b-1f3fe.png", + "sheet_x": 14, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44B-1F3FF": { + "unified": "1F44B-1F3FF", + "image": "1f44b-1f3ff.png", + "sheet_x": 14, + "sheet_y": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "OK HAND SIGN", + "unified": "1F44C", + "variations": [ + + ], + "docomo": "E70B", + "au": "EAD4", + "softbank": "E420", + "google": "FEB9F", + "image": "1f44c.png", + "sheet_x": 14, + "sheet_y": 39, + "short_name": "ok_hand", + "short_names": [ + "ok_hand" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 96, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F44C-1F3FB": { + "unified": "1F44C-1F3FB", + "image": "1f44c-1f3fb.png", + "sheet_x": 14, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44C-1F3FC": { + "unified": "1F44C-1F3FC", + "image": "1f44c-1f3fc.png", + "sheet_x": 15, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44C-1F3FD": { + "unified": "1F44C-1F3FD", + "image": "1f44c-1f3fd.png", + "sheet_x": 15, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44C-1F3FE": { + "unified": "1F44C-1F3FE", + "image": "1f44c-1f3fe.png", + "sheet_x": 15, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44C-1F3FF": { + "unified": "1F44C-1F3FF", + "image": "1f44c-1f3ff.png", + "sheet_x": 15, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "THUMBS UP SIGN", + "unified": "1F44D", + "variations": [ + + ], + "docomo": "E727", + "au": "E4F9", + "softbank": "E00E", + "google": "FEB97", + "image": "1f44d.png", + "sheet_x": 15, + "sheet_y": 4, + "short_name": "+1", + "short_names": [ + "+1", + "thumbsup" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 91, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F44D-1F3FB": { + "unified": "1F44D-1F3FB", + "image": "1f44d-1f3fb.png", + "sheet_x": 15, + "sheet_y": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44D-1F3FC": { + "unified": "1F44D-1F3FC", + "image": "1f44d-1f3fc.png", + "sheet_x": 15, + "sheet_y": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44D-1F3FD": { + "unified": "1F44D-1F3FD", + "image": "1f44d-1f3fd.png", + "sheet_x": 15, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44D-1F3FE": { + "unified": "1F44D-1F3FE", + "image": "1f44d-1f3fe.png", + "sheet_x": 15, + "sheet_y": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44D-1F3FF": { + "unified": "1F44D-1F3FF", + "image": "1f44d-1f3ff.png", + "sheet_x": 15, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "THUMBS DOWN SIGN", + "unified": "1F44E", + "variations": [ + + ], + "docomo": "E700", + "au": "EAD5", + "softbank": "E421", + "google": "FEBA0", + "image": "1f44e.png", + "sheet_x": 15, + "sheet_y": 10, + "short_name": "-1", + "short_names": [ + "-1", + "thumbsdown" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 92, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F44E-1F3FB": { + "unified": "1F44E-1F3FB", + "image": "1f44e-1f3fb.png", + "sheet_x": 15, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44E-1F3FC": { + "unified": "1F44E-1F3FC", + "image": "1f44e-1f3fc.png", + "sheet_x": 15, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44E-1F3FD": { + "unified": "1F44E-1F3FD", + "image": "1f44e-1f3fd.png", + "sheet_x": 15, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44E-1F3FE": { + "unified": "1F44E-1F3FE", + "image": "1f44e-1f3fe.png", + "sheet_x": 15, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44E-1F3FF": { + "unified": "1F44E-1F3FF", + "image": "1f44e-1f3ff.png", + "sheet_x": 15, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "CLAPPING HANDS SIGN", + "unified": "1F44F", + "variations": [ + + ], + "docomo": null, + "au": "EAD3", + "softbank": "E41F", + "google": "FEB9E", + "image": "1f44f.png", + "sheet_x": 15, + "sheet_y": 16, + "short_name": "clap", + "short_names": [ + "clap" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 89, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F44F-1F3FB": { + "unified": "1F44F-1F3FB", + "image": "1f44f-1f3fb.png", + "sheet_x": 15, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44F-1F3FC": { + "unified": "1F44F-1F3FC", + "image": "1f44f-1f3fc.png", + "sheet_x": 15, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44F-1F3FD": { + "unified": "1F44F-1F3FD", + "image": "1f44f-1f3fd.png", + "sheet_x": 15, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44F-1F3FE": { + "unified": "1F44F-1F3FE", + "image": "1f44f-1f3fe.png", + "sheet_x": 15, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F44F-1F3FF": { + "unified": "1F44F-1F3FF", + "image": "1f44f-1f3ff.png", + "sheet_x": 15, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "OPEN HANDS SIGN", + "unified": "1F450", + "variations": [ + + ], + "docomo": "E695", + "au": "EAD6", + "softbank": "E422", + "google": "FEBA1", + "image": "1f450.png", + "sheet_x": 15, + "sheet_y": 22, + "short_name": "open_hands", + "short_names": [ + "open_hands" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 98, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F450-1F3FB": { + "unified": "1F450-1F3FB", + "image": "1f450-1f3fb.png", + "sheet_x": 15, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F450-1F3FC": { + "unified": "1F450-1F3FC", + "image": "1f450-1f3fc.png", + "sheet_x": 15, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F450-1F3FD": { + "unified": "1F450-1F3FD", + "image": "1f450-1f3fd.png", + "sheet_x": 15, + "sheet_y": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F450-1F3FE": { + "unified": "1F450-1F3FE", + "image": "1f450-1f3fe.png", + "sheet_x": 15, + "sheet_y": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F450-1F3FF": { + "unified": "1F450-1F3FF", + "image": "1f450-1f3ff.png", + "sheet_x": 15, + "sheet_y": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "CROWN", + "unified": "1F451", + "variations": [ + + ], + "docomo": "E71A", + "au": "E5C9", + "softbank": "E10E", + "google": "FE4D1", + "image": "1f451.png", + "sheet_x": 15, + "sheet_y": 28, + "short_name": "crown", + "short_names": [ + "crown" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 195, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WOMANS HAT", + "unified": "1F452", + "variations": [ + + ], + "docomo": null, + "au": "EA9E", + "softbank": "E318", + "google": "FE4D4", + "image": "1f452.png", + "sheet_x": 15, + "sheet_y": 29, + "short_name": "womans_hat", + "short_names": [ + "womans_hat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 191, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EYEGLASSES", + "unified": "1F453", + "variations": [ + + ], + "docomo": "E69A", + "au": "E4FE", + "softbank": null, + "google": "FE4CE", + "image": "1f453.png", + "sheet_x": 15, + "sheet_y": 30, + "short_name": "eyeglasses", + "short_names": [ + "eyeglasses" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 201, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NECKTIE", + "unified": "1F454", + "variations": [ + + ], + "docomo": null, + "au": "EA93", + "softbank": "E302", + "google": "FE4D3", + "image": "1f454.png", + "sheet_x": 15, + "sheet_y": 31, + "short_name": "necktie", + "short_names": [ + "necktie" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 179, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "T-SHIRT", + "unified": "1F455", + "variations": [ + + ], + "docomo": "E70E", + "au": "E5B6", + "softbank": "E006", + "google": "FE4CF", + "image": "1f455.png", + "sheet_x": 15, + "sheet_y": 32, + "short_name": "shirt", + "short_names": [ + "shirt", + "tshirt" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 177, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JEANS", + "unified": "1F456", + "variations": [ + + ], + "docomo": "E711", + "au": "EB77", + "softbank": null, + "google": "FE4D0", + "image": "1f456.png", + "sheet_x": 15, + "sheet_y": 33, + "short_name": "jeans", + "short_names": [ + "jeans" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 178, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DRESS", + "unified": "1F457", + "variations": [ + + ], + "docomo": null, + "au": "EB6B", + "softbank": "E319", + "google": "FE4D5", + "image": "1f457.png", + "sheet_x": 15, + "sheet_y": 34, + "short_name": "dress", + "short_names": [ + "dress" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 180, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KIMONO", + "unified": "1F458", + "variations": [ + + ], + "docomo": null, + "au": "EAA3", + "softbank": "E321", + "google": "FE4D9", + "image": "1f458.png", + "sheet_x": 15, + "sheet_y": 35, + "short_name": "kimono", + "short_names": [ + "kimono" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 182, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BIKINI", + "unified": "1F459", + "variations": [ + + ], + "docomo": null, + "au": "EAA4", + "softbank": "E322", + "google": "FE4DA", + "image": "1f459.png", + "sheet_x": 15, + "sheet_y": 36, + "short_name": "bikini", + "short_names": [ + "bikini" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 181, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WOMANS CLOTHES", + "unified": "1F45A", + "variations": [ + + ], + "docomo": "E70E", + "au": "E50D", + "softbank": "E006", + "google": "FE4DB", + "image": "1f45a.png", + "sheet_x": 15, + "sheet_y": 37, + "short_name": "womans_clothes", + "short_names": [ + "womans_clothes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 176, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PURSE", + "unified": "1F45B", + "variations": [ + + ], + "docomo": "E70F", + "au": "E504", + "softbank": null, + "google": "FE4DC", + "image": "1f45b.png", + "sheet_x": 15, + "sheet_y": 38, + "short_name": "purse", + "short_names": [ + "purse" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 198, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HANDBAG", + "unified": "1F45C", + "variations": [ + + ], + "docomo": "E682", + "au": "E49C", + "softbank": "E323", + "google": "FE4F0", + "image": "1f45c.png", + "sheet_x": 15, + "sheet_y": 39, + "short_name": "handbag", + "short_names": [ + "handbag" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 199, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POUCH", + "unified": "1F45D", + "variations": [ + + ], + "docomo": "E6AD", + "au": null, + "softbank": null, + "google": "FE4F1", + "image": "1f45d.png", + "sheet_x": 15, + "sheet_y": 40, + "short_name": "pouch", + "short_names": [ + "pouch" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 197, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MANS SHOE", + "unified": "1F45E", + "variations": [ + + ], + "docomo": "E699", + "au": "E5B7", + "softbank": "E007", + "google": "FE4CC", + "image": "1f45e.png", + "sheet_x": 16, + "sheet_y": 0, + "short_name": "mans_shoe", + "short_names": [ + "mans_shoe", + "shoe" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 189, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ATHLETIC SHOE", + "unified": "1F45F", + "variations": [ + + ], + "docomo": "E699", + "au": "EB2B", + "softbank": "E007", + "google": "FE4CD", + "image": "1f45f.png", + "sheet_x": 16, + "sheet_y": 1, + "short_name": "athletic_shoe", + "short_names": [ + "athletic_shoe" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 190, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HIGH-HEELED SHOE", + "unified": "1F460", + "variations": [ + + ], + "docomo": "E674", + "au": "E51A", + "softbank": "E13E", + "google": "FE4D6", + "image": "1f460.png", + "sheet_x": 16, + "sheet_y": 2, + "short_name": "high_heel", + "short_names": [ + "high_heel" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 186, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WOMANS SANDAL", + "unified": "1F461", + "variations": [ + + ], + "docomo": "E674", + "au": "E51A", + "softbank": "E31A", + "google": "FE4D7", + "image": "1f461.png", + "sheet_x": 16, + "sheet_y": 3, + "short_name": "sandal", + "short_names": [ + "sandal" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 187, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WOMANS BOOTS", + "unified": "1F462", + "variations": [ + + ], + "docomo": null, + "au": "EA9F", + "softbank": "E31B", + "google": "FE4D8", + "image": "1f462.png", + "sheet_x": 16, + "sheet_y": 4, + "short_name": "boot", + "short_names": [ + "boot" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 188, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FOOTPRINTS", + "unified": "1F463", + "variations": [ + + ], + "docomo": "E698", + "au": "EB2A", + "softbank": "E536", + "google": "FE553", + "image": "1f463.png", + "sheet_x": 16, + "sheet_y": 5, + "short_name": "footprints", + "short_names": [ + "footprints" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 185, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BUST IN SILHOUETTE", + "unified": "1F464", + "variations": [ + + ], + "docomo": "E6B1", + "au": null, + "softbank": null, + "google": "FE19A", + "image": "1f464.png", + "sheet_x": 16, + "sheet_y": 6, + "short_name": "bust_in_silhouette", + "short_names": [ + "bust_in_silhouette" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 118, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BUSTS IN SILHOUETTE", + "unified": "1F465", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f465.png", + "sheet_x": 16, + "sheet_y": 7, + "short_name": "busts_in_silhouette", + "short_names": [ + "busts_in_silhouette" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 119, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOY", + "unified": "1F466", + "variations": [ + + ], + "docomo": "E6F0", + "au": "E4FC", + "softbank": "E001", + "google": "FE19B", + "image": "1f466.png", + "sheet_x": 16, + "sheet_y": 8, + "short_name": "boy", + "short_names": [ + "boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 122, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F466-1F3FB": { + "unified": "1F466-1F3FB", + "image": "1f466-1f3fb.png", + "sheet_x": 16, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F466-1F3FC": { + "unified": "1F466-1F3FC", + "image": "1f466-1f3fc.png", + "sheet_x": 16, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F466-1F3FD": { + "unified": "1F466-1F3FD", + "image": "1f466-1f3fd.png", + "sheet_x": 16, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F466-1F3FE": { + "unified": "1F466-1F3FE", + "image": "1f466-1f3fe.png", + "sheet_x": 16, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F466-1F3FF": { + "unified": "1F466-1F3FF", + "image": "1f466-1f3ff.png", + "sheet_x": 16, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "GIRL", + "unified": "1F467", + "variations": [ + + ], + "docomo": "E6F0", + "au": "E4FA", + "softbank": "E002", + "google": "FE19C", + "image": "1f467.png", + "sheet_x": 16, + "sheet_y": 14, + "short_name": "girl", + "short_names": [ + "girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 123, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F467-1F3FB": { + "unified": "1F467-1F3FB", + "image": "1f467-1f3fb.png", + "sheet_x": 16, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F467-1F3FC": { + "unified": "1F467-1F3FC", + "image": "1f467-1f3fc.png", + "sheet_x": 16, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F467-1F3FD": { + "unified": "1F467-1F3FD", + "image": "1f467-1f3fd.png", + "sheet_x": 16, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F467-1F3FE": { + "unified": "1F467-1F3FE", + "image": "1f467-1f3fe.png", + "sheet_x": 16, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F467-1F3FF": { + "unified": "1F467-1F3FF", + "image": "1f467-1f3ff.png", + "sheet_x": 16, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "MAN", + "unified": "1F468", + "variations": [ + + ], + "docomo": "E6F0", + "au": "E4FC", + "softbank": "E004", + "google": "FE19D", + "image": "1f468.png", + "sheet_x": 16, + "sheet_y": 20, + "short_name": "man", + "short_names": [ + "man" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 124, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F468-1F3FB": { + "unified": "1F468-1F3FB", + "image": "1f468-1f3fb.png", + "sheet_x": 16, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F468-1F3FC": { + "unified": "1F468-1F3FC", + "image": "1f468-1f3fc.png", + "sheet_x": 16, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F468-1F3FD": { + "unified": "1F468-1F3FD", + "image": "1f468-1f3fd.png", + "sheet_x": 16, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F468-1F3FE": { + "unified": "1F468-1F3FE", + "image": "1f468-1f3fe.png", + "sheet_x": 16, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F468-1F3FF": { + "unified": "1F468-1F3FF", + "image": "1f468-1f3ff.png", + "sheet_x": 16, + "sheet_y": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WOMAN", + "unified": "1F469", + "variations": [ + + ], + "docomo": "E6F0", + "au": "E4FA", + "softbank": "E005", + "google": "FE19E", + "image": "1f469.png", + "sheet_x": 16, + "sheet_y": 26, + "short_name": "woman", + "short_names": [ + "woman" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 125, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F469-1F3FB": { + "unified": "1F469-1F3FB", + "image": "1f469-1f3fb.png", + "sheet_x": 16, + "sheet_y": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F469-1F3FC": { + "unified": "1F469-1F3FC", + "image": "1f469-1f3fc.png", + "sheet_x": 16, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F469-1F3FD": { + "unified": "1F469-1F3FD", + "image": "1f469-1f3fd.png", + "sheet_x": 16, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F469-1F3FE": { + "unified": "1F469-1F3FE", + "image": "1f469-1f3fe.png", + "sheet_x": 16, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F469-1F3FF": { + "unified": "1F469-1F3FF", + "image": "1f469-1f3ff.png", + "sheet_x": 16, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "FAMILY", + "unified": "1F46A", + "variations": [ + "1F468-200D-1F469-200D-1F466" + ], + "docomo": null, + "au": "E501", + "softbank": null, + "google": "FE19F", + "image": "1f46a.png", + "sheet_x": 16, + "sheet_y": 32, + "short_name": "family", + "short_names": [ + "family", + "man-woman-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 161, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MAN AND WOMAN HOLDING HANDS", + "unified": "1F46B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E428", + "google": "FE1A0", + "image": "1f46b.png", + "sheet_x": 16, + "sheet_y": 33, + "short_name": "couple", + "short_names": [ + "couple", + "man_and_woman_holding_hands" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 143, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TWO MEN HOLDING HANDS", + "unified": "1F46C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f46c.png", + "sheet_x": 16, + "sheet_y": 34, + "short_name": "two_men_holding_hands", + "short_names": [ + "two_men_holding_hands" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 144, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TWO WOMEN HOLDING HANDS", + "unified": "1F46D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f46d.png", + "sheet_x": 16, + "sheet_y": 35, + "short_name": "two_women_holding_hands", + "short_names": [ + "two_women_holding_hands" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 145, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POLICE OFFICER", + "unified": "1F46E", + "variations": [ + + ], + "docomo": null, + "au": "E5DD", + "softbank": "E152", + "google": "FE1A1", + "image": "1f46e.png", + "sheet_x": 16, + "sheet_y": 36, + "short_name": "cop", + "short_names": [ + "cop" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 131, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F46E-1F3FB": { + "unified": "1F46E-1F3FB", + "image": "1f46e-1f3fb.png", + "sheet_x": 16, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F46E-1F3FC": { + "unified": "1F46E-1F3FC", + "image": "1f46e-1f3fc.png", + "sheet_x": 16, + "sheet_y": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F46E-1F3FD": { + "unified": "1F46E-1F3FD", + "image": "1f46e-1f3fd.png", + "sheet_x": 16, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F46E-1F3FE": { + "unified": "1F46E-1F3FE", + "image": "1f46e-1f3fe.png", + "sheet_x": 16, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F46E-1F3FF": { + "unified": "1F46E-1F3FF", + "image": "1f46e-1f3ff.png", + "sheet_x": 17, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "WOMAN WITH BUNNY EARS", + "unified": "1F46F", + "variations": [ + + ], + "docomo": null, + "au": "EADB", + "softbank": "E429", + "google": "FE1A2", + "image": "1f46f.png", + "sheet_x": 17, + "sheet_y": 1, + "short_name": "dancers", + "short_names": [ + "dancers" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 142, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BRIDE WITH VEIL", + "unified": "1F470", + "variations": [ + + ], + "docomo": null, + "au": "EAE9", + "softbank": null, + "google": "FE1A3", + "image": "1f470.png", + "sheet_x": 17, + "sheet_y": 2, + "short_name": "bride_with_veil", + "short_names": [ + "bride_with_veil" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 138, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F470-1F3FB": { + "unified": "1F470-1F3FB", + "image": "1f470-1f3fb.png", + "sheet_x": 17, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F470-1F3FC": { + "unified": "1F470-1F3FC", + "image": "1f470-1f3fc.png", + "sheet_x": 17, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F470-1F3FD": { + "unified": "1F470-1F3FD", + "image": "1f470-1f3fd.png", + "sheet_x": 17, + "sheet_y": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F470-1F3FE": { + "unified": "1F470-1F3FE", + "image": "1f470-1f3fe.png", + "sheet_x": 17, + "sheet_y": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F470-1F3FF": { + "unified": "1F470-1F3FF", + "image": "1f470-1f3ff.png", + "sheet_x": 17, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PERSON WITH BLOND HAIR", + "unified": "1F471", + "variations": [ + + ], + "docomo": null, + "au": "EB13", + "softbank": "E515", + "google": "FE1A4", + "image": "1f471.png", + "sheet_x": 17, + "sheet_y": 8, + "short_name": "person_with_blond_hair", + "short_names": [ + "person_with_blond_hair" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 126, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F471-1F3FB": { + "unified": "1F471-1F3FB", + "image": "1f471-1f3fb.png", + "sheet_x": 17, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F471-1F3FC": { + "unified": "1F471-1F3FC", + "image": "1f471-1f3fc.png", + "sheet_x": 17, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F471-1F3FD": { + "unified": "1F471-1F3FD", + "image": "1f471-1f3fd.png", + "sheet_x": 17, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F471-1F3FE": { + "unified": "1F471-1F3FE", + "image": "1f471-1f3fe.png", + "sheet_x": 17, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F471-1F3FF": { + "unified": "1F471-1F3FF", + "image": "1f471-1f3ff.png", + "sheet_x": 17, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "MAN WITH GUA PI MAO", + "unified": "1F472", + "variations": [ + + ], + "docomo": null, + "au": "EB14", + "softbank": "E516", + "google": "FE1A5", + "image": "1f472.png", + "sheet_x": 17, + "sheet_y": 14, + "short_name": "man_with_gua_pi_mao", + "short_names": [ + "man_with_gua_pi_mao" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 129, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F472-1F3FB": { + "unified": "1F472-1F3FB", + "image": "1f472-1f3fb.png", + "sheet_x": 17, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F472-1F3FC": { + "unified": "1F472-1F3FC", + "image": "1f472-1f3fc.png", + "sheet_x": 17, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F472-1F3FD": { + "unified": "1F472-1F3FD", + "image": "1f472-1f3fd.png", + "sheet_x": 17, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F472-1F3FE": { + "unified": "1F472-1F3FE", + "image": "1f472-1f3fe.png", + "sheet_x": 17, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F472-1F3FF": { + "unified": "1F472-1F3FF", + "image": "1f472-1f3ff.png", + "sheet_x": 17, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "MAN WITH TURBAN", + "unified": "1F473", + "variations": [ + + ], + "docomo": null, + "au": "EB15", + "softbank": "E517", + "google": "FE1A6", + "image": "1f473.png", + "sheet_x": 17, + "sheet_y": 20, + "short_name": "man_with_turban", + "short_names": [ + "man_with_turban" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 130, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F473-1F3FB": { + "unified": "1F473-1F3FB", + "image": "1f473-1f3fb.png", + "sheet_x": 17, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F473-1F3FC": { + "unified": "1F473-1F3FC", + "image": "1f473-1f3fc.png", + "sheet_x": 17, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F473-1F3FD": { + "unified": "1F473-1F3FD", + "image": "1f473-1f3fd.png", + "sheet_x": 17, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F473-1F3FE": { + "unified": "1F473-1F3FE", + "image": "1f473-1f3fe.png", + "sheet_x": 17, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F473-1F3FF": { + "unified": "1F473-1F3FF", + "image": "1f473-1f3ff.png", + "sheet_x": 17, + "sheet_y": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "OLDER MAN", + "unified": "1F474", + "variations": [ + + ], + "docomo": null, + "au": "EB16", + "softbank": "E518", + "google": "FE1A7", + "image": "1f474.png", + "sheet_x": 17, + "sheet_y": 26, + "short_name": "older_man", + "short_names": [ + "older_man" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 127, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F474-1F3FB": { + "unified": "1F474-1F3FB", + "image": "1f474-1f3fb.png", + "sheet_x": 17, + "sheet_y": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F474-1F3FC": { + "unified": "1F474-1F3FC", + "image": "1f474-1f3fc.png", + "sheet_x": 17, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F474-1F3FD": { + "unified": "1F474-1F3FD", + "image": "1f474-1f3fd.png", + "sheet_x": 17, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F474-1F3FE": { + "unified": "1F474-1F3FE", + "image": "1f474-1f3fe.png", + "sheet_x": 17, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F474-1F3FF": { + "unified": "1F474-1F3FF", + "image": "1f474-1f3ff.png", + "sheet_x": 17, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "OLDER WOMAN", + "unified": "1F475", + "variations": [ + + ], + "docomo": null, + "au": "EB17", + "softbank": "E519", + "google": "FE1A8", + "image": "1f475.png", + "sheet_x": 17, + "sheet_y": 32, + "short_name": "older_woman", + "short_names": [ + "older_woman" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 128, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F475-1F3FB": { + "unified": "1F475-1F3FB", + "image": "1f475-1f3fb.png", + "sheet_x": 17, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F475-1F3FC": { + "unified": "1F475-1F3FC", + "image": "1f475-1f3fc.png", + "sheet_x": 17, + "sheet_y": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F475-1F3FD": { + "unified": "1F475-1F3FD", + "image": "1f475-1f3fd.png", + "sheet_x": 17, + "sheet_y": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F475-1F3FE": { + "unified": "1F475-1F3FE", + "image": "1f475-1f3fe.png", + "sheet_x": 17, + "sheet_y": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F475-1F3FF": { + "unified": "1F475-1F3FF", + "image": "1f475-1f3ff.png", + "sheet_x": 17, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "BABY", + "unified": "1F476", + "variations": [ + + ], + "docomo": null, + "au": "EB18", + "softbank": "E51A", + "google": "FE1A9", + "image": "1f476.png", + "sheet_x": 17, + "sheet_y": 38, + "short_name": "baby", + "short_names": [ + "baby" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 121, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F476-1F3FB": { + "unified": "1F476-1F3FB", + "image": "1f476-1f3fb.png", + "sheet_x": 17, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F476-1F3FC": { + "unified": "1F476-1F3FC", + "image": "1f476-1f3fc.png", + "sheet_x": 17, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F476-1F3FD": { + "unified": "1F476-1F3FD", + "image": "1f476-1f3fd.png", + "sheet_x": 18, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F476-1F3FE": { + "unified": "1F476-1F3FE", + "image": "1f476-1f3fe.png", + "sheet_x": 18, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F476-1F3FF": { + "unified": "1F476-1F3FF", + "image": "1f476-1f3ff.png", + "sheet_x": 18, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "CONSTRUCTION WORKER", + "unified": "1F477", + "variations": [ + + ], + "docomo": null, + "au": "EB19", + "softbank": "E51B", + "google": "FE1AA", + "image": "1f477.png", + "sheet_x": 18, + "sheet_y": 3, + "short_name": "construction_worker", + "short_names": [ + "construction_worker" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 132, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F477-1F3FB": { + "unified": "1F477-1F3FB", + "image": "1f477-1f3fb.png", + "sheet_x": 18, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F477-1F3FC": { + "unified": "1F477-1F3FC", + "image": "1f477-1f3fc.png", + "sheet_x": 18, + "sheet_y": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F477-1F3FD": { + "unified": "1F477-1F3FD", + "image": "1f477-1f3fd.png", + "sheet_x": 18, + "sheet_y": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F477-1F3FE": { + "unified": "1F477-1F3FE", + "image": "1f477-1f3fe.png", + "sheet_x": 18, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F477-1F3FF": { + "unified": "1F477-1F3FF", + "image": "1f477-1f3ff.png", + "sheet_x": 18, + "sheet_y": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PRINCESS", + "unified": "1F478", + "variations": [ + + ], + "docomo": null, + "au": "EB1A", + "softbank": "E51C", + "google": "FE1AB", + "image": "1f478.png", + "sheet_x": 18, + "sheet_y": 9, + "short_name": "princess", + "short_names": [ + "princess" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 137, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F478-1F3FB": { + "unified": "1F478-1F3FB", + "image": "1f478-1f3fb.png", + "sheet_x": 18, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F478-1F3FC": { + "unified": "1F478-1F3FC", + "image": "1f478-1f3fc.png", + "sheet_x": 18, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F478-1F3FD": { + "unified": "1F478-1F3FD", + "image": "1f478-1f3fd.png", + "sheet_x": 18, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F478-1F3FE": { + "unified": "1F478-1F3FE", + "image": "1f478-1f3fe.png", + "sheet_x": 18, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F478-1F3FF": { + "unified": "1F478-1F3FF", + "image": "1f478-1f3ff.png", + "sheet_x": 18, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "JAPANESE OGRE", + "unified": "1F479", + "variations": [ + + ], + "docomo": null, + "au": "EB44", + "softbank": null, + "google": "FE1AC", + "image": "1f479.png", + "sheet_x": 18, + "sheet_y": 15, + "short_name": "japanese_ogre", + "short_names": [ + "japanese_ogre" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 73, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JAPANESE GOBLIN", + "unified": "1F47A", + "variations": [ + + ], + "docomo": null, + "au": "EB45", + "softbank": null, + "google": "FE1AD", + "image": "1f47a.png", + "sheet_x": 18, + "sheet_y": 16, + "short_name": "japanese_goblin", + "short_names": [ + "japanese_goblin" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 74, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GHOST", + "unified": "1F47B", + "variations": [ + + ], + "docomo": null, + "au": "E4CB", + "softbank": "E11B", + "google": "FE1AE", + "image": "1f47b.png", + "sheet_x": 18, + "sheet_y": 17, + "short_name": "ghost", + "short_names": [ + "ghost" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 76, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BABY ANGEL", + "unified": "1F47C", + "variations": [ + + ], + "docomo": null, + "au": "E5BF", + "softbank": "E04E", + "google": "FE1AF", + "image": "1f47c.png", + "sheet_x": 18, + "sheet_y": 18, + "short_name": "angel", + "short_names": [ + "angel" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 136, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F47C-1F3FB": { + "unified": "1F47C-1F3FB", + "image": "1f47c-1f3fb.png", + "sheet_x": 18, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F47C-1F3FC": { + "unified": "1F47C-1F3FC", + "image": "1f47c-1f3fc.png", + "sheet_x": 18, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F47C-1F3FD": { + "unified": "1F47C-1F3FD", + "image": "1f47c-1f3fd.png", + "sheet_x": 18, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F47C-1F3FE": { + "unified": "1F47C-1F3FE", + "image": "1f47c-1f3fe.png", + "sheet_x": 18, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F47C-1F3FF": { + "unified": "1F47C-1F3FF", + "image": "1f47c-1f3ff.png", + "sheet_x": 18, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "EXTRATERRESTRIAL ALIEN", + "unified": "1F47D", + "variations": [ + + ], + "docomo": null, + "au": "E50E", + "softbank": "E10C", + "google": "FE1B0", + "image": "1f47d.png", + "sheet_x": 18, + "sheet_y": 24, + "short_name": "alien", + "short_names": [ + "alien" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 77, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ALIEN MONSTER", + "unified": "1F47E", + "variations": [ + + ], + "docomo": null, + "au": "E4EC", + "softbank": "E12B", + "google": "FE1B1", + "image": "1f47e.png", + "sheet_x": 18, + "sheet_y": 25, + "short_name": "space_invader", + "short_names": [ + "space_invader" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "IMP", + "unified": "1F47F", + "variations": [ + + ], + "docomo": null, + "au": "E4EF", + "softbank": "E11A", + "google": "FE1B2", + "image": "1f47f.png", + "sheet_x": 18, + "sheet_y": 26, + "short_name": "imp", + "short_names": [ + "imp" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 72, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SKULL", + "unified": "1F480", + "variations": [ + + ], + "docomo": null, + "au": "E4F8", + "softbank": "E11C", + "google": "FE1B3", + "image": "1f480.png", + "sheet_x": 18, + "sheet_y": 27, + "short_name": "skull", + "short_names": [ + "skull" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 75, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INFORMATION DESK PERSON", + "unified": "1F481", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E253", + "google": "FE1B4", + "image": "1f481.png", + "sheet_x": 18, + "sheet_y": 28, + "short_name": "information_desk_person", + "short_names": [ + "information_desk_person" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 147, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F481-1F3FB": { + "unified": "1F481-1F3FB", + "image": "1f481-1f3fb.png", + "sheet_x": 18, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F481-1F3FC": { + "unified": "1F481-1F3FC", + "image": "1f481-1f3fc.png", + "sheet_x": 18, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F481-1F3FD": { + "unified": "1F481-1F3FD", + "image": "1f481-1f3fd.png", + "sheet_x": 18, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F481-1F3FE": { + "unified": "1F481-1F3FE", + "image": "1f481-1f3fe.png", + "sheet_x": 18, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F481-1F3FF": { + "unified": "1F481-1F3FF", + "image": "1f481-1f3ff.png", + "sheet_x": 18, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "GUARDSMAN", + "unified": "1F482", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E51E", + "google": "FE1B5", + "image": "1f482.png", + "sheet_x": 18, + "sheet_y": 34, + "short_name": "guardsman", + "short_names": [ + "guardsman" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 133, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F482-1F3FB": { + "unified": "1F482-1F3FB", + "image": "1f482-1f3fb.png", + "sheet_x": 18, + "sheet_y": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F482-1F3FC": { + "unified": "1F482-1F3FC", + "image": "1f482-1f3fc.png", + "sheet_x": 18, + "sheet_y": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F482-1F3FD": { + "unified": "1F482-1F3FD", + "image": "1f482-1f3fd.png", + "sheet_x": 18, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F482-1F3FE": { + "unified": "1F482-1F3FE", + "image": "1f482-1f3fe.png", + "sheet_x": 18, + "sheet_y": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F482-1F3FF": { + "unified": "1F482-1F3FF", + "image": "1f482-1f3ff.png", + "sheet_x": 18, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "DANCER", + "unified": "1F483", + "variations": [ + + ], + "docomo": null, + "au": "EB1C", + "softbank": "E51F", + "google": "FE1B6", + "image": "1f483.png", + "sheet_x": 18, + "sheet_y": 40, + "short_name": "dancer", + "short_names": [ + "dancer" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 141, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F483-1F3FB": { + "unified": "1F483-1F3FB", + "image": "1f483-1f3fb.png", + "sheet_x": 19, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F483-1F3FC": { + "unified": "1F483-1F3FC", + "image": "1f483-1f3fc.png", + "sheet_x": 19, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F483-1F3FD": { + "unified": "1F483-1F3FD", + "image": "1f483-1f3fd.png", + "sheet_x": 19, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F483-1F3FE": { + "unified": "1F483-1F3FE", + "image": "1f483-1f3fe.png", + "sheet_x": 19, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F483-1F3FF": { + "unified": "1F483-1F3FF", + "image": "1f483-1f3ff.png", + "sheet_x": 19, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "LIPSTICK", + "unified": "1F484", + "variations": [ + + ], + "docomo": "E710", + "au": "E509", + "softbank": "E31C", + "google": "FE195", + "image": "1f484.png", + "sheet_x": 19, + "sheet_y": 5, + "short_name": "lipstick", + "short_names": [ + "lipstick" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 183, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NAIL POLISH", + "unified": "1F485", + "variations": [ + + ], + "docomo": null, + "au": "EAA0", + "softbank": "E31D", + "google": "FE196", + "image": "1f485.png", + "sheet_x": 19, + "sheet_y": 6, + "short_name": "nail_care", + "short_names": [ + "nail_care" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 111, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F485-1F3FB": { + "unified": "1F485-1F3FB", + "image": "1f485-1f3fb.png", + "sheet_x": 19, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F485-1F3FC": { + "unified": "1F485-1F3FC", + "image": "1f485-1f3fc.png", + "sheet_x": 19, + "sheet_y": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F485-1F3FD": { + "unified": "1F485-1F3FD", + "image": "1f485-1f3fd.png", + "sheet_x": 19, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F485-1F3FE": { + "unified": "1F485-1F3FE", + "image": "1f485-1f3fe.png", + "sheet_x": 19, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F485-1F3FF": { + "unified": "1F485-1F3FF", + "image": "1f485-1f3ff.png", + "sheet_x": 19, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "FACE MASSAGE", + "unified": "1F486", + "variations": [ + + ], + "docomo": null, + "au": "E50B", + "softbank": "E31E", + "google": "FE197", + "image": "1f486.png", + "sheet_x": 19, + "sheet_y": 12, + "short_name": "massage", + "short_names": [ + "massage" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 154, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F486-1F3FB": { + "unified": "1F486-1F3FB", + "image": "1f486-1f3fb.png", + "sheet_x": 19, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F486-1F3FC": { + "unified": "1F486-1F3FC", + "image": "1f486-1f3fc.png", + "sheet_x": 19, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F486-1F3FD": { + "unified": "1F486-1F3FD", + "image": "1f486-1f3fd.png", + "sheet_x": 19, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F486-1F3FE": { + "unified": "1F486-1F3FE", + "image": "1f486-1f3fe.png", + "sheet_x": 19, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F486-1F3FF": { + "unified": "1F486-1F3FF", + "image": "1f486-1f3ff.png", + "sheet_x": 19, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "HAIRCUT", + "unified": "1F487", + "variations": [ + + ], + "docomo": "E675", + "au": "EAA1", + "softbank": "E31F", + "google": "FE198", + "image": "1f487.png", + "sheet_x": 19, + "sheet_y": 18, + "short_name": "haircut", + "short_names": [ + "haircut" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 153, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F487-1F3FB": { + "unified": "1F487-1F3FB", + "image": "1f487-1f3fb.png", + "sheet_x": 19, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F487-1F3FC": { + "unified": "1F487-1F3FC", + "image": "1f487-1f3fc.png", + "sheet_x": 19, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F487-1F3FD": { + "unified": "1F487-1F3FD", + "image": "1f487-1f3fd.png", + "sheet_x": 19, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F487-1F3FE": { + "unified": "1F487-1F3FE", + "image": "1f487-1f3fe.png", + "sheet_x": 19, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F487-1F3FF": { + "unified": "1F487-1F3FF", + "image": "1f487-1f3ff.png", + "sheet_x": 19, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "BARBER POLE", + "unified": "1F488", + "variations": [ + + ], + "docomo": null, + "au": "EAA2", + "softbank": "E320", + "google": "FE199", + "image": "1f488.png", + "sheet_x": 19, + "sheet_y": 24, + "short_name": "barber", + "short_names": [ + "barber" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 76, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SYRINGE", + "unified": "1F489", + "variations": [ + + ], + "docomo": null, + "au": "E510", + "softbank": "E13B", + "google": "FE509", + "image": "1f489.png", + "sheet_x": 19, + "sheet_y": 25, + "short_name": "syringe", + "short_names": [ + "syringe" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 82, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PILL", + "unified": "1F48A", + "variations": [ + + ], + "docomo": null, + "au": "EA9A", + "softbank": "E30F", + "google": "FE50A", + "image": "1f48a.png", + "sheet_x": 19, + "sheet_y": 26, + "short_name": "pill", + "short_names": [ + "pill" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 81, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KISS MARK", + "unified": "1F48B", + "variations": [ + + ], + "docomo": "E6F9", + "au": "E4EB", + "softbank": "E003", + "google": "FE823", + "image": "1f48b.png", + "sheet_x": 19, + "sheet_y": 27, + "short_name": "kiss", + "short_names": [ + "kiss" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 184, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOVE LETTER", + "unified": "1F48C", + "variations": [ + + ], + "docomo": "E717", + "au": "EB78", + "softbank": "E103-E328", + "google": "FE824", + "image": "1f48c.png", + "sheet_x": 19, + "sheet_y": 28, + "short_name": "love_letter", + "short_names": [ + "love_letter" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 115, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RING", + "unified": "1F48D", + "variations": [ + + ], + "docomo": "E71B", + "au": "E514", + "softbank": "E034", + "google": "FE825", + "image": "1f48d.png", + "sheet_x": 19, + "sheet_y": 29, + "short_name": "ring", + "short_names": [ + "ring" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 203, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GEM STONE", + "unified": "1F48E", + "variations": [ + + ], + "docomo": "E71B", + "au": "E514", + "softbank": "E035", + "google": "FE826", + "image": "1f48e.png", + "sheet_x": 19, + "sheet_y": 30, + "short_name": "gem", + "short_names": [ + "gem" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KISS", + "unified": "1F48F", + "variations": [ + + ], + "docomo": "E6F9", + "au": "E5CA", + "softbank": "E111", + "google": "FE827", + "image": "1f48f.png", + "sheet_x": 19, + "sheet_y": 31, + "short_name": "couplekiss", + "short_names": [ + "couplekiss" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 158, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOUQUET", + "unified": "1F490", + "variations": [ + + ], + "docomo": null, + "au": "EA95", + "softbank": "E306", + "google": "FE828", + "image": "1f490.png", + "sheet_x": 19, + "sheet_y": 32, + "short_name": "bouquet", + "short_names": [ + "bouquet" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 95, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COUPLE WITH HEART", + "unified": "1F491", + "variations": [ + + ], + "docomo": "E6ED", + "au": "EADA", + "softbank": "E425", + "google": "FE829", + "image": "1f491.png", + "sheet_x": 19, + "sheet_y": 33, + "short_name": "couple_with_heart", + "short_names": [ + "couple_with_heart" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 155, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WEDDING", + "unified": "1F492", + "variations": [ + + ], + "docomo": null, + "au": "E5BB", + "softbank": "E43D", + "google": "FE82A", + "image": "1f492.png", + "sheet_x": 19, + "sheet_y": 34, + "short_name": "wedding", + "short_names": [ + "wedding" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 109, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BEATING HEART", + "unified": "1F493", + "variations": [ + + ], + "docomo": "E6ED", + "au": "EB75", + "softbank": "E327", + "google": "FEB0D", + "image": "1f493.png", + "sheet_x": 19, + "sheet_y": 35, + "short_name": "heartbeat", + "short_names": [ + "heartbeat" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BROKEN HEART", + "unified": "1F494", + "variations": [ + + ], + "docomo": "E6EE", + "au": "E477", + "softbank": "E023", + "google": "FEB0E", + "image": "1f494.png", + "sheet_x": 19, + "sheet_y": 36, + "short_name": "broken_heart", + "short_names": [ + "broken_heart" + ], + "text": "<\/3", + "texts": [ + "<\/3" + ], + "category": "Symbols", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TWO HEARTS", + "unified": "1F495", + "variations": [ + + ], + "docomo": "E6EF", + "au": "E478", + "softbank": "E327", + "google": "FEB0F", + "image": "1f495.png", + "sheet_x": 19, + "sheet_y": 37, + "short_name": "two_hearts", + "short_names": [ + "two_hearts" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPARKLING HEART", + "unified": "1F496", + "variations": [ + + ], + "docomo": "E6EC", + "au": "EAA6", + "softbank": "E327", + "google": "FEB10", + "image": "1f496.png", + "sheet_x": 19, + "sheet_y": 38, + "short_name": "sparkling_heart", + "short_names": [ + "sparkling_heart" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GROWING HEART", + "unified": "1F497", + "variations": [ + + ], + "docomo": "E6ED", + "au": "EB75", + "softbank": "E328", + "google": "FEB11", + "image": "1f497.png", + "sheet_x": 19, + "sheet_y": 39, + "short_name": "heartpulse", + "short_names": [ + "heartpulse" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEART WITH ARROW", + "unified": "1F498", + "variations": [ + + ], + "docomo": "E6EC", + "au": "E4EA", + "softbank": "E329", + "google": "FEB12", + "image": "1f498.png", + "sheet_x": 19, + "sheet_y": 40, + "short_name": "cupid", + "short_names": [ + "cupid" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLUE HEART", + "unified": "1F499", + "variations": [ + + ], + "docomo": "E6EC", + "au": "EAA7", + "softbank": "E32A", + "google": "FEB13", + "image": "1f499.png", + "sheet_x": 20, + "sheet_y": 0, + "short_name": "blue_heart", + "short_names": [ + "blue_heart" + ], + "text": "<3", + "texts": null, + "category": "Symbols", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GREEN HEART", + "unified": "1F49A", + "variations": [ + + ], + "docomo": "E6EC", + "au": "EAA8", + "softbank": "E32B", + "google": "FEB14", + "image": "1f49a.png", + "sheet_x": 20, + "sheet_y": 1, + "short_name": "green_heart", + "short_names": [ + "green_heart" + ], + "text": "<3", + "texts": null, + "category": "Symbols", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "YELLOW HEART", + "unified": "1F49B", + "variations": [ + + ], + "docomo": "E6EC", + "au": "EAA9", + "softbank": "E32C", + "google": "FEB15", + "image": "1f49b.png", + "sheet_x": 20, + "sheet_y": 2, + "short_name": "yellow_heart", + "short_names": [ + "yellow_heart" + ], + "text": "<3", + "texts": null, + "category": "Symbols", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PURPLE HEART", + "unified": "1F49C", + "variations": [ + + ], + "docomo": "E6EC", + "au": "EAAA", + "softbank": "E32D", + "google": "FEB16", + "image": "1f49c.png", + "sheet_x": 20, + "sheet_y": 3, + "short_name": "purple_heart", + "short_names": [ + "purple_heart" + ], + "text": "<3", + "texts": null, + "category": "Symbols", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEART WITH RIBBON", + "unified": "1F49D", + "variations": [ + + ], + "docomo": "E6EC", + "au": "EB54", + "softbank": "E437", + "google": "FEB17", + "image": "1f49d.png", + "sheet_x": 20, + "sheet_y": 4, + "short_name": "gift_heart", + "short_names": [ + "gift_heart" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REVOLVING HEARTS", + "unified": "1F49E", + "variations": [ + + ], + "docomo": "E6ED", + "au": "E5AF", + "softbank": "E327", + "google": "FEB18", + "image": "1f49e.png", + "sheet_x": 20, + "sheet_y": 5, + "short_name": "revolving_hearts", + "short_names": [ + "revolving_hearts" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEART DECORATION", + "unified": "1F49F", + "variations": [ + + ], + "docomo": "E6F8", + "au": "E595", + "softbank": "E204", + "google": "FEB19", + "image": "1f49f.png", + "sheet_x": 20, + "sheet_y": 6, + "short_name": "heart_decoration", + "short_names": [ + "heart_decoration" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DIAMOND SHAPE WITH A DOT INSIDE", + "unified": "1F4A0", + "variations": [ + + ], + "docomo": "E6F8", + "au": null, + "softbank": null, + "google": "FEB55", + "image": "1f4a0.png", + "sheet_x": 20, + "sheet_y": 7, + "short_name": "diamond_shape_with_a_dot_inside", + "short_names": [ + "diamond_shape_with_a_dot_inside" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 104, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ELECTRIC LIGHT BULB", + "unified": "1F4A1", + "variations": [ + + ], + "docomo": "E6FB", + "au": "E476", + "softbank": "E10F", + "google": "FEB56", + "image": "1f4a1.png", + "sheet_x": 20, + "sheet_y": 8, + "short_name": "bulb", + "short_names": [ + "bulb" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ANGER SYMBOL", + "unified": "1F4A2", + "variations": [ + + ], + "docomo": "E6FC", + "au": "E4E5", + "softbank": "E334", + "google": "FEB57", + "image": "1f4a2.png", + "sheet_x": 20, + "sheet_y": 9, + "short_name": "anger", + "short_names": [ + "anger" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 74, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOMB", + "unified": "1F4A3", + "variations": [ + + ], + "docomo": "E6FE", + "au": "E47A", + "softbank": "E311", + "google": "FEB58", + "image": "1f4a3.png", + "sheet_x": 20, + "sheet_y": 10, + "short_name": "bomb", + "short_names": [ + "bomb" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SLEEPING SYMBOL", + "unified": "1F4A4", + "variations": [ + + ], + "docomo": "E701", + "au": "E475", + "softbank": "E13C", + "google": "FEB59", + "image": "1f4a4.png", + "sheet_x": 20, + "sheet_y": 11, + "short_name": "zzz", + "short_names": [ + "zzz" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 69, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COLLISION SYMBOL", + "unified": "1F4A5", + "variations": [ + + ], + "docomo": "E705", + "au": "E5B0", + "softbank": null, + "google": "FEB5A", + "image": "1f4a5.png", + "sheet_x": 20, + "sheet_y": 12, + "short_name": "boom", + "short_names": [ + "boom", + "collision" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 134, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPLASHING SWEAT SYMBOL", + "unified": "1F4A6", + "variations": [ + + ], + "docomo": "E706", + "au": "E5B1", + "softbank": "E331", + "google": "FEB5B", + "image": "1f4a6.png", + "sheet_x": 20, + "sheet_y": 13, + "short_name": "sweat_drops", + "short_names": [ + "sweat_drops" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 146, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DROPLET", + "unified": "1F4A7", + "variations": [ + + ], + "docomo": "E707", + "au": "E4E6", + "softbank": "E331", + "google": "FEB5C", + "image": "1f4a7.png", + "sheet_x": 20, + "sheet_y": 14, + "short_name": "droplet", + "short_names": [ + "droplet" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 145, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DASH SYMBOL", + "unified": "1F4A8", + "variations": [ + + ], + "docomo": "E708", + "au": "E4F4", + "softbank": "E330", + "google": "FEB5D", + "image": "1f4a8.png", + "sheet_x": 20, + "sheet_y": 15, + "short_name": "dash", + "short_names": [ + "dash" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 140, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PILE OF POO", + "unified": "1F4A9", + "variations": [ + + ], + "docomo": null, + "au": "E4F5", + "softbank": "E05A", + "google": "FE4F4", + "image": "1f4a9.png", + "sheet_x": 20, + "sheet_y": 16, + "short_name": "hankey", + "short_names": [ + "hankey", + "poop", + "shit" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 70, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FLEXED BICEPS", + "unified": "1F4AA", + "variations": [ + + ], + "docomo": null, + "au": "E4E9", + "softbank": "E14C", + "google": "FEB5E", + "image": "1f4aa.png", + "sheet_x": 20, + "sheet_y": 17, + "short_name": "muscle", + "short_names": [ + "muscle" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 99, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F4AA-1F3FB": { + "unified": "1F4AA-1F3FB", + "image": "1f4aa-1f3fb.png", + "sheet_x": 20, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F4AA-1F3FC": { + "unified": "1F4AA-1F3FC", + "image": "1f4aa-1f3fc.png", + "sheet_x": 20, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F4AA-1F3FD": { + "unified": "1F4AA-1F3FD", + "image": "1f4aa-1f3fd.png", + "sheet_x": 20, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F4AA-1F3FE": { + "unified": "1F4AA-1F3FE", + "image": "1f4aa-1f3fe.png", + "sheet_x": 20, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F4AA-1F3FF": { + "unified": "1F4AA-1F3FF", + "image": "1f4aa-1f3ff.png", + "sheet_x": 20, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "DIZZY SYMBOL", + "unified": "1F4AB", + "variations": [ + + ], + "docomo": null, + "au": "EB5C", + "softbank": "E407", + "google": "FEB5F", + "image": "1f4ab.png", + "sheet_x": 20, + "sheet_y": 23, + "short_name": "dizzy", + "short_names": [ + "dizzy" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 120, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPEECH BALLOON", + "unified": "1F4AC", + "variations": [ + + ], + "docomo": null, + "au": "E4FD", + "softbank": null, + "google": "FE532", + "image": "1f4ac.png", + "sheet_x": 20, + "sheet_y": 24, + "short_name": "speech_balloon", + "short_names": [ + "speech_balloon" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 245, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "THOUGHT BALLOON", + "unified": "1F4AD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4ad.png", + "sheet_x": 20, + "sheet_y": 25, + "short_name": "thought_balloon", + "short_names": [ + "thought_balloon" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 243, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE FLOWER", + "unified": "1F4AE", + "variations": [ + + ], + "docomo": null, + "au": "E4F0", + "softbank": null, + "google": "FEB7A", + "image": "1f4ae.png", + "sheet_x": 20, + "sheet_y": 26, + "short_name": "white_flower", + "short_names": [ + "white_flower" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HUNDRED POINTS SYMBOL", + "unified": "1F4AF", + "variations": [ + + ], + "docomo": null, + "au": "E4F2", + "softbank": null, + "google": "FEB7B", + "image": "1f4af.png", + "sheet_x": 20, + "sheet_y": 27, + "short_name": "100", + "short_names": [ + "100" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 88, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MONEY BAG", + "unified": "1F4B0", + "variations": [ + + ], + "docomo": "E715", + "au": "E4C7", + "softbank": "E12F", + "google": "FE4DD", + "image": "1f4b0.png", + "sheet_x": 20, + "sheet_y": 28, + "short_name": "moneybag", + "short_names": [ + "moneybag" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CURRENCY EXCHANGE", + "unified": "1F4B1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E149", + "google": "FE4DE", + "image": "1f4b1.png", + "sheet_x": 20, + "sheet_y": 29, + "short_name": "currency_exchange", + "short_names": [ + "currency_exchange" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 197, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAVY DOLLAR SIGN", + "unified": "1F4B2", + "variations": [ + + ], + "docomo": "E715", + "au": "E579", + "softbank": "E12F", + "google": "FE4E0", + "image": "1f4b2.png", + "sheet_x": 20, + "sheet_y": 30, + "short_name": "heavy_dollar_sign", + "short_names": [ + "heavy_dollar_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 196, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CREDIT CARD", + "unified": "1F4B3", + "variations": [ + + ], + "docomo": null, + "au": "E57C", + "softbank": null, + "google": "FE4E1", + "image": "1f4b3.png", + "sheet_x": 20, + "sheet_y": 31, + "short_name": "credit_card", + "short_names": [ + "credit_card" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BANKNOTE WITH YEN SIGN", + "unified": "1F4B4", + "variations": [ + + ], + "docomo": "E6D6", + "au": "E57D", + "softbank": null, + "google": "FE4E2", + "image": "1f4b4.png", + "sheet_x": 20, + "sheet_y": 32, + "short_name": "yen", + "short_names": [ + "yen" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BANKNOTE WITH DOLLAR SIGN", + "unified": "1F4B5", + "variations": [ + + ], + "docomo": "E715", + "au": "E585", + "softbank": "E12F", + "google": "FE4E3", + "image": "1f4b5.png", + "sheet_x": 20, + "sheet_y": 33, + "short_name": "dollar", + "short_names": [ + "dollar" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BANKNOTE WITH EURO SIGN", + "unified": "1F4B6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4b6.png", + "sheet_x": 20, + "sheet_y": 34, + "short_name": "euro", + "short_names": [ + "euro" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BANKNOTE WITH POUND SIGN", + "unified": "1F4B7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4b7.png", + "sheet_x": 20, + "sheet_y": 35, + "short_name": "pound", + "short_names": [ + "pound" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MONEY WITH WINGS", + "unified": "1F4B8", + "variations": [ + + ], + "docomo": null, + "au": "EB5B", + "softbank": null, + "google": "FE4E4", + "image": "1f4b8.png", + "sheet_x": 20, + "sheet_y": 36, + "short_name": "money_with_wings", + "short_names": [ + "money_with_wings" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHART WITH UPWARDS TREND AND YEN SIGN", + "unified": "1F4B9", + "variations": [ + + ], + "docomo": null, + "au": "E5DC", + "softbank": "E14A", + "google": "FE4DF", + "image": "1f4b9.png", + "sheet_x": 20, + "sheet_y": 37, + "short_name": "chart", + "short_names": [ + "chart" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 99, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SEAT", + "unified": "1F4BA", + "variations": [ + + ], + "docomo": "E6B2", + "au": null, + "softbank": "E11F", + "google": "FE537", + "image": "1f4ba.png", + "sheet_x": 20, + "sheet_y": 38, + "short_name": "seat", + "short_names": [ + "seat" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PERSONAL COMPUTER", + "unified": "1F4BB", + "variations": [ + + ], + "docomo": "E716", + "au": "E5B8", + "softbank": "E00C", + "google": "FE538", + "image": "1f4bb.png", + "sheet_x": 20, + "sheet_y": 39, + "short_name": "computer", + "short_names": [ + "computer" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BRIEFCASE", + "unified": "1F4BC", + "variations": [ + + ], + "docomo": "E682", + "au": "E5CE", + "softbank": "E11E", + "google": "FE53B", + "image": "1f4bc.png", + "sheet_x": 20, + "sheet_y": 40, + "short_name": "briefcase", + "short_names": [ + "briefcase" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 200, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MINIDISC", + "unified": "1F4BD", + "variations": [ + + ], + "docomo": null, + "au": "E582", + "softbank": "E316", + "google": "FE53C", + "image": "1f4bd.png", + "sheet_x": 21, + "sheet_y": 0, + "short_name": "minidisc", + "short_names": [ + "minidisc" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FLOPPY DISK", + "unified": "1F4BE", + "variations": [ + + ], + "docomo": null, + "au": "E562", + "softbank": "E316", + "google": "FE53D", + "image": "1f4be.png", + "sheet_x": 21, + "sheet_y": 1, + "short_name": "floppy_disk", + "short_names": [ + "floppy_disk" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OPTICAL DISC", + "unified": "1F4BF", + "variations": [ + + ], + "docomo": "E68C", + "au": "E50C", + "softbank": "E126", + "google": "FE81D", + "image": "1f4bf.png", + "sheet_x": 21, + "sheet_y": 2, + "short_name": "cd", + "short_names": [ + "cd" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DVD", + "unified": "1F4C0", + "variations": [ + + ], + "docomo": "E68C", + "au": "E50C", + "softbank": "E127", + "google": "FE81E", + "image": "1f4c0.png", + "sheet_x": 21, + "sheet_y": 3, + "short_name": "dvd", + "short_names": [ + "dvd" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FILE FOLDER", + "unified": "1F4C1", + "variations": [ + + ], + "docomo": null, + "au": "E58F", + "softbank": null, + "google": "FE543", + "image": "1f4c1.png", + "sheet_x": 21, + "sheet_y": 4, + "short_name": "file_folder", + "short_names": [ + "file_folder" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 141, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OPEN FILE FOLDER", + "unified": "1F4C2", + "variations": [ + + ], + "docomo": null, + "au": "E590", + "softbank": null, + "google": "FE544", + "image": "1f4c2.png", + "sheet_x": 21, + "sheet_y": 5, + "short_name": "open_file_folder", + "short_names": [ + "open_file_folder" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 142, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PAGE WITH CURL", + "unified": "1F4C3", + "variations": [ + + ], + "docomo": "E689", + "au": "E561", + "softbank": "E301", + "google": "FE540", + "image": "1f4c3.png", + "sheet_x": 21, + "sheet_y": 6, + "short_name": "page_with_curl", + "short_names": [ + "page_with_curl" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 126, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PAGE FACING UP", + "unified": "1F4C4", + "variations": [ + + ], + "docomo": "E689", + "au": "E569", + "softbank": "E301", + "google": "FE541", + "image": "1f4c4.png", + "sheet_x": 21, + "sheet_y": 7, + "short_name": "page_facing_up", + "short_names": [ + "page_facing_up" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 131, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CALENDAR", + "unified": "1F4C5", + "variations": [ + + ], + "docomo": null, + "au": "E563", + "softbank": null, + "google": "FE542", + "image": "1f4c5.png", + "sheet_x": 21, + "sheet_y": 8, + "short_name": "date", + "short_names": [ + "date" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 132, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TEAR-OFF CALENDAR", + "unified": "1F4C6", + "variations": [ + + ], + "docomo": null, + "au": "E56A", + "softbank": null, + "google": "FE549", + "image": "1f4c6.png", + "sheet_x": 21, + "sheet_y": 9, + "short_name": "calendar", + "short_names": [ + "calendar" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 133, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CARD INDEX", + "unified": "1F4C7", + "variations": [ + + ], + "docomo": "E683", + "au": "E56C", + "softbank": "E148", + "google": "FE54D", + "image": "1f4c7.png", + "sheet_x": 21, + "sheet_y": 10, + "short_name": "card_index", + "short_names": [ + "card_index" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 135, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHART WITH UPWARDS TREND", + "unified": "1F4C8", + "variations": [ + + ], + "docomo": null, + "au": "E575", + "softbank": "E14A", + "google": "FE54B", + "image": "1f4c8.png", + "sheet_x": 21, + "sheet_y": 11, + "short_name": "chart_with_upwards_trend", + "short_names": [ + "chart_with_upwards_trend" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 129, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHART WITH DOWNWARDS TREND", + "unified": "1F4C9", + "variations": [ + + ], + "docomo": null, + "au": "E576", + "softbank": null, + "google": "FE54C", + "image": "1f4c9.png", + "sheet_x": 21, + "sheet_y": 12, + "short_name": "chart_with_downwards_trend", + "short_names": [ + "chart_with_downwards_trend" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 130, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BAR CHART", + "unified": "1F4CA", + "variations": [ + + ], + "docomo": null, + "au": "E574", + "softbank": "E14A", + "google": "FE54A", + "image": "1f4ca.png", + "sheet_x": 21, + "sheet_y": 13, + "short_name": "bar_chart", + "short_names": [ + "bar_chart" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 128, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLIPBOARD", + "unified": "1F4CB", + "variations": [ + + ], + "docomo": "E689", + "au": "E564", + "softbank": "E301", + "google": "FE548", + "image": "1f4cb.png", + "sheet_x": 21, + "sheet_y": 14, + "short_name": "clipboard", + "short_names": [ + "clipboard" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 139, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PUSHPIN", + "unified": "1F4CC", + "variations": [ + + ], + "docomo": null, + "au": "E56D", + "softbank": null, + "google": "FE54E", + "image": "1f4cc.png", + "sheet_x": 21, + "sheet_y": 15, + "short_name": "pushpin", + "short_names": [ + "pushpin" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 161, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ROUND PUSHPIN", + "unified": "1F4CD", + "variations": [ + + ], + "docomo": null, + "au": "E560", + "softbank": null, + "google": "FE53F", + "image": "1f4cd.png", + "sheet_x": 21, + "sheet_y": 16, + "short_name": "round_pushpin", + "short_names": [ + "round_pushpin" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 162, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PAPERCLIP", + "unified": "1F4CE", + "variations": [ + + ], + "docomo": "E730", + "au": "E4A0", + "softbank": null, + "google": "FE53A", + "image": "1f4ce.png", + "sheet_x": 21, + "sheet_y": 17, + "short_name": "paperclip", + "short_names": [ + "paperclip" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 156, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STRAIGHT RULER", + "unified": "1F4CF", + "variations": [ + + ], + "docomo": null, + "au": "E570", + "softbank": null, + "google": "FE550", + "image": "1f4cf.png", + "sheet_x": 21, + "sheet_y": 18, + "short_name": "straight_ruler", + "short_names": [ + "straight_ruler" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 160, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRIANGULAR RULER", + "unified": "1F4D0", + "variations": [ + + ], + "docomo": null, + "au": "E4A2", + "softbank": null, + "google": "FE551", + "image": "1f4d0.png", + "sheet_x": 21, + "sheet_y": 19, + "short_name": "triangular_ruler", + "short_names": [ + "triangular_ruler" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 159, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOOKMARK TABS", + "unified": "1F4D1", + "variations": [ + + ], + "docomo": "E689", + "au": "EB0B", + "softbank": "E301", + "google": "FE552", + "image": "1f4d1.png", + "sheet_x": 21, + "sheet_y": 20, + "short_name": "bookmark_tabs", + "short_names": [ + "bookmark_tabs" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 127, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEDGER", + "unified": "1F4D2", + "variations": [ + + ], + "docomo": "E683", + "au": "E56E", + "softbank": "E148", + "google": "FE54F", + "image": "1f4d2.png", + "sheet_x": 21, + "sheet_y": 21, + "short_name": "ledger", + "short_names": [ + "ledger" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 152, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NOTEBOOK", + "unified": "1F4D3", + "variations": [ + + ], + "docomo": "E683", + "au": "E56B", + "softbank": "E148", + "google": "FE545", + "image": "1f4d3.png", + "sheet_x": 21, + "sheet_y": 22, + "short_name": "notebook", + "short_names": [ + "notebook" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 146, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NOTEBOOK WITH DECORATIVE COVER", + "unified": "1F4D4", + "variations": [ + + ], + "docomo": "E683", + "au": "E49D", + "softbank": "E148", + "google": "FE547", + "image": "1f4d4.png", + "sheet_x": 21, + "sheet_y": 23, + "short_name": "notebook_with_decorative_cover", + "short_names": [ + "notebook_with_decorative_cover" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 151, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOSED BOOK", + "unified": "1F4D5", + "variations": [ + + ], + "docomo": "E683", + "au": "E568", + "softbank": "E148", + "google": "FE502", + "image": "1f4d5.png", + "sheet_x": 21, + "sheet_y": 24, + "short_name": "closed_book", + "short_names": [ + "closed_book" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 147, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OPEN BOOK", + "unified": "1F4D6", + "variations": [ + + ], + "docomo": "E683", + "au": "E49F", + "softbank": "E148", + "google": "FE546", + "image": "1f4d6.png", + "sheet_x": 21, + "sheet_y": 25, + "short_name": "book", + "short_names": [ + "book", + "open_book" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 154, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GREEN BOOK", + "unified": "1F4D7", + "variations": [ + + ], + "docomo": "E683", + "au": "E565", + "softbank": "E148", + "google": "FE4FF", + "image": "1f4d7.png", + "sheet_x": 21, + "sheet_y": 26, + "short_name": "green_book", + "short_names": [ + "green_book" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 148, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLUE BOOK", + "unified": "1F4D8", + "variations": [ + + ], + "docomo": "E683", + "au": "E566", + "softbank": "E148", + "google": "FE500", + "image": "1f4d8.png", + "sheet_x": 21, + "sheet_y": 27, + "short_name": "blue_book", + "short_names": [ + "blue_book" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 149, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ORANGE BOOK", + "unified": "1F4D9", + "variations": [ + + ], + "docomo": "E683", + "au": "E567", + "softbank": "E148", + "google": "FE501", + "image": "1f4d9.png", + "sheet_x": 21, + "sheet_y": 28, + "short_name": "orange_book", + "short_names": [ + "orange_book" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 150, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOOKS", + "unified": "1F4DA", + "variations": [ + + ], + "docomo": "E683", + "au": "E56F", + "softbank": "E148", + "google": "FE503", + "image": "1f4da.png", + "sheet_x": 21, + "sheet_y": 29, + "short_name": "books", + "short_names": [ + "books" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 153, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NAME BADGE", + "unified": "1F4DB", + "variations": [ + + ], + "docomo": null, + "au": "E51D", + "softbank": null, + "google": "FE504", + "image": "1f4db.png", + "sheet_x": 21, + "sheet_y": 30, + "short_name": "name_badge", + "short_names": [ + "name_badge" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 70, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SCROLL", + "unified": "1F4DC", + "variations": [ + + ], + "docomo": "E70A", + "au": "E55F", + "softbank": null, + "google": "FE4FD", + "image": "1f4dc.png", + "sheet_x": 21, + "sheet_y": 31, + "short_name": "scroll", + "short_names": [ + "scroll" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 125, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MEMO", + "unified": "1F4DD", + "variations": [ + + ], + "docomo": "E689", + "au": "EA92", + "softbank": "E301", + "google": "FE527", + "image": "1f4dd.png", + "sheet_x": 21, + "sheet_y": 32, + "short_name": "memo", + "short_names": [ + "memo", + "pencil" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 173, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TELEPHONE RECEIVER", + "unified": "1F4DE", + "variations": [ + + ], + "docomo": "E687", + "au": "E51E", + "softbank": "E009", + "google": "FE524", + "image": "1f4de.png", + "sheet_x": 21, + "sheet_y": 33, + "short_name": "telephone_receiver", + "short_names": [ + "telephone_receiver" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PAGER", + "unified": "1F4DF", + "variations": [ + + ], + "docomo": "E65A", + "au": "E59B", + "softbank": null, + "google": "FE522", + "image": "1f4df.png", + "sheet_x": 21, + "sheet_y": 34, + "short_name": "pager", + "short_names": [ + "pager" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FAX MACHINE", + "unified": "1F4E0", + "variations": [ + + ], + "docomo": "E6D0", + "au": "E520", + "softbank": "E00B", + "google": "FE528", + "image": "1f4e0.png", + "sheet_x": 21, + "sheet_y": 35, + "short_name": "fax", + "short_names": [ + "fax" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SATELLITE ANTENNA", + "unified": "1F4E1", + "variations": [ + + ], + "docomo": null, + "au": "E4A8", + "softbank": "E14B", + "google": "FE531", + "image": "1f4e1.png", + "sheet_x": 21, + "sheet_y": 36, + "short_name": "satellite_antenna", + "short_names": [ + "satellite_antenna" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PUBLIC ADDRESS LOUDSPEAKER", + "unified": "1F4E2", + "variations": [ + + ], + "docomo": null, + "au": "E511", + "softbank": "E142", + "google": "FE52F", + "image": "1f4e2.png", + "sheet_x": 21, + "sheet_y": 37, + "short_name": "loudspeaker", + "short_names": [ + "loudspeaker" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 233, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHEERING MEGAPHONE", + "unified": "1F4E3", + "variations": [ + + ], + "docomo": null, + "au": "E511", + "softbank": "E317", + "google": "FE530", + "image": "1f4e3.png", + "sheet_x": 21, + "sheet_y": 38, + "short_name": "mega", + "short_names": [ + "mega" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 232, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OUTBOX TRAY", + "unified": "1F4E4", + "variations": [ + + ], + "docomo": null, + "au": "E592", + "softbank": null, + "google": "FE533", + "image": "1f4e4.png", + "sheet_x": 21, + "sheet_y": 39, + "short_name": "outbox_tray", + "short_names": [ + "outbox_tray" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 124, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INBOX TRAY", + "unified": "1F4E5", + "variations": [ + + ], + "docomo": null, + "au": "E593", + "softbank": null, + "google": "FE534", + "image": "1f4e5.png", + "sheet_x": 21, + "sheet_y": 40, + "short_name": "inbox_tray", + "short_names": [ + "inbox_tray" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 123, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PACKAGE", + "unified": "1F4E6", + "variations": [ + + ], + "docomo": "E685", + "au": "E51F", + "softbank": "E112", + "google": "FE535", + "image": "1f4e6.png", + "sheet_x": 22, + "sheet_y": 0, + "short_name": "package", + "short_names": [ + "package" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 121, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "E-MAIL SYMBOL", + "unified": "1F4E7", + "variations": [ + + ], + "docomo": "E6D3", + "au": "EB71", + "softbank": "E103", + "google": "FEB92", + "image": "1f4e7.png", + "sheet_x": 22, + "sheet_y": 1, + "short_name": "e-mail", + "short_names": [ + "e-mail" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 114, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INCOMING ENVELOPE", + "unified": "1F4E8", + "variations": [ + + ], + "docomo": "E6CF", + "au": "E591", + "softbank": "E103", + "google": "FE52A", + "image": "1f4e8.png", + "sheet_x": 22, + "sheet_y": 2, + "short_name": "incoming_envelope", + "short_names": [ + "incoming_envelope" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 113, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ENVELOPE WITH DOWNWARDS ARROW ABOVE", + "unified": "1F4E9", + "variations": [ + + ], + "docomo": "E6CF", + "au": "EB62", + "softbank": "E103", + "google": "FE52B", + "image": "1f4e9.png", + "sheet_x": 22, + "sheet_y": 3, + "short_name": "envelope_with_arrow", + "short_names": [ + "envelope_with_arrow" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 112, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOSED MAILBOX WITH LOWERED FLAG", + "unified": "1F4EA", + "variations": [ + + ], + "docomo": "E665", + "au": "E51B", + "softbank": "E101", + "google": "FE52C", + "image": "1f4ea.png", + "sheet_x": 22, + "sheet_y": 4, + "short_name": "mailbox_closed", + "short_names": [ + "mailbox_closed" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 117, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOSED MAILBOX WITH RAISED FLAG", + "unified": "1F4EB", + "variations": [ + + ], + "docomo": "E665", + "au": "EB0A", + "softbank": "E101", + "google": "FE52D", + "image": "1f4eb.png", + "sheet_x": 22, + "sheet_y": 5, + "short_name": "mailbox", + "short_names": [ + "mailbox" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 118, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OPEN MAILBOX WITH RAISED FLAG", + "unified": "1F4EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4ec.png", + "sheet_x": 22, + "sheet_y": 6, + "short_name": "mailbox_with_mail", + "short_names": [ + "mailbox_with_mail" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 119, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OPEN MAILBOX WITH LOWERED FLAG", + "unified": "1F4ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4ed.png", + "sheet_x": 22, + "sheet_y": 7, + "short_name": "mailbox_with_no_mail", + "short_names": [ + "mailbox_with_no_mail" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 120, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POSTBOX", + "unified": "1F4EE", + "variations": [ + + ], + "docomo": "E665", + "au": "E51B", + "softbank": "E102", + "google": "FE52E", + "image": "1f4ee.png", + "sheet_x": 22, + "sheet_y": 8, + "short_name": "postbox", + "short_names": [ + "postbox" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 116, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POSTAL HORN", + "unified": "1F4EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4ef.png", + "sheet_x": 22, + "sheet_y": 9, + "short_name": "postal_horn", + "short_names": [ + "postal_horn" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 122, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEWSPAPER", + "unified": "1F4F0", + "variations": [ + + ], + "docomo": null, + "au": "E58B", + "softbank": null, + "google": "FE822", + "image": "1f4f0.png", + "sheet_x": 22, + "sheet_y": 10, + "short_name": "newspaper", + "short_names": [ + "newspaper" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 145, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOBILE PHONE", + "unified": "1F4F1", + "variations": [ + + ], + "docomo": "E688", + "au": "E588", + "softbank": "E00A", + "google": "FE525", + "image": "1f4f1.png", + "sheet_x": 22, + "sheet_y": 11, + "short_name": "iphone", + "short_names": [ + "iphone" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT", + "unified": "1F4F2", + "variations": [ + + ], + "docomo": "E6CE", + "au": "EB08", + "softbank": "E104", + "google": "FE526", + "image": "1f4f2.png", + "sheet_x": 22, + "sheet_y": 12, + "short_name": "calling", + "short_names": [ + "calling" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VIBRATION MODE", + "unified": "1F4F3", + "variations": [ + + ], + "docomo": null, + "au": "EA90", + "softbank": "E250", + "google": "FE839", + "image": "1f4f3.png", + "sheet_x": 22, + "sheet_y": 13, + "short_name": "vibration_mode", + "short_names": [ + "vibration_mode" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOBILE PHONE OFF", + "unified": "1F4F4", + "variations": [ + + ], + "docomo": null, + "au": "EA91", + "softbank": "E251", + "google": "FE83A", + "image": "1f4f4.png", + "sheet_x": 22, + "sheet_y": 14, + "short_name": "mobile_phone_off", + "short_names": [ + "mobile_phone_off" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NO MOBILE PHONES", + "unified": "1F4F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4f5.png", + "sheet_x": 22, + "sheet_y": 15, + "short_name": "no_mobile_phones", + "short_names": [ + "no_mobile_phones" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 81, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ANTENNA WITH BARS", + "unified": "1F4F6", + "variations": [ + + ], + "docomo": null, + "au": "EA84", + "softbank": "E20B", + "google": "FE838", + "image": "1f4f6.png", + "sheet_x": 22, + "sheet_y": 16, + "short_name": "signal_strength", + "short_names": [ + "signal_strength" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 126, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAMERA", + "unified": "1F4F7", + "variations": [ + + ], + "docomo": "E681", + "au": "E515", + "softbank": "E008", + "google": "FE4EF", + "image": "1f4f7.png", + "sheet_x": 22, + "sheet_y": 17, + "short_name": "camera", + "short_names": [ + "camera" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAMERA WITH FLASH", + "unified": "1F4F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4f8.png", + "sheet_x": 22, + "sheet_y": 18, + "short_name": "camera_with_flash", + "short_names": [ + "camera_with_flash" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "VIDEO CAMERA", + "unified": "1F4F9", + "variations": [ + + ], + "docomo": "E677", + "au": "E57E", + "softbank": "E03D", + "google": "FE4F9", + "image": "1f4f9.png", + "sheet_x": 22, + "sheet_y": 19, + "short_name": "video_camera", + "short_names": [ + "video_camera" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TELEVISION", + "unified": "1F4FA", + "variations": [ + + ], + "docomo": "E68A", + "au": "E502", + "softbank": "E12A", + "google": "FE81C", + "image": "1f4fa.png", + "sheet_x": 22, + "sheet_y": 20, + "short_name": "tv", + "short_names": [ + "tv" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RADIO", + "unified": "1F4FB", + "variations": [ + + ], + "docomo": null, + "au": "E5B9", + "softbank": "E128", + "google": "FE81F", + "image": "1f4fb.png", + "sheet_x": 22, + "sheet_y": 21, + "short_name": "radio", + "short_names": [ + "radio" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VIDEOCASSETTE", + "unified": "1F4FC", + "variations": [ + + ], + "docomo": null, + "au": "E580", + "softbank": "E129", + "google": "FE820", + "image": "1f4fc.png", + "sheet_x": 22, + "sheet_y": 22, + "short_name": "vhs", + "short_names": [ + "vhs" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FILM PROJECTOR", + "unified": "1F4FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4fd.png", + "sheet_x": 22, + "sheet_y": 23, + "short_name": "film_projector", + "short_names": [ + "film_projector" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "PRAYER BEADS", + "unified": "1F4FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f4ff.png", + "sheet_x": 22, + "sheet_y": 24, + "short_name": "prayer_beads", + "short_names": [ + "prayer_beads" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 75, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TWISTED RIGHTWARDS ARROWS", + "unified": "1F500", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f500.png", + "sheet_x": 22, + "sheet_y": 25, + "short_name": "twisted_rightwards_arrows", + "short_names": [ + "twisted_rightwards_arrows" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 157, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS", + "unified": "1F501", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f501.png", + "sheet_x": 22, + "sheet_y": 26, + "short_name": "repeat", + "short_names": [ + "repeat" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 158, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY", + "unified": "1F502", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f502.png", + "sheet_x": 22, + "sheet_y": 27, + "short_name": "repeat_one", + "short_names": [ + "repeat_one" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 159, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS", + "unified": "1F503", + "variations": [ + + ], + "docomo": "E735", + "au": "EB0D", + "softbank": null, + "google": "FEB91", + "image": "1f503.png", + "sheet_x": 22, + "sheet_y": 28, + "short_name": "arrows_clockwise", + "short_names": [ + "arrows_clockwise" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 191, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS", + "unified": "1F504", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f504.png", + "sheet_x": 22, + "sheet_y": 29, + "short_name": "arrows_counterclockwise", + "short_names": [ + "arrows_counterclockwise" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 175, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOW BRIGHTNESS SYMBOL", + "unified": "1F505", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f505.png", + "sheet_x": 22, + "sheet_y": 30, + "short_name": "low_brightness", + "short_names": [ + "low_brightness" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 89, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HIGH BRIGHTNESS SYMBOL", + "unified": "1F506", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f506.png", + "sheet_x": 22, + "sheet_y": 31, + "short_name": "high_brightness", + "short_names": [ + "high_brightness" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 90, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPEAKER WITH CANCELLATION STROKE", + "unified": "1F507", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f507.png", + "sheet_x": 22, + "sheet_y": 32, + "short_name": "mute", + "short_names": [ + "mute" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 231, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPEAKER", + "unified": "1F508", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f508.png", + "sheet_x": 22, + "sheet_y": 33, + "short_name": "speaker", + "short_names": [ + "speaker" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 228, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPEAKER WITH ONE SOUND WAVE", + "unified": "1F509", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f509.png", + "sheet_x": 22, + "sheet_y": 34, + "short_name": "sound", + "short_names": [ + "sound" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 229, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPEAKER WITH THREE SOUND WAVES", + "unified": "1F50A", + "variations": [ + + ], + "docomo": null, + "au": "E511", + "softbank": "E141", + "google": "FE821", + "image": "1f50a.png", + "sheet_x": 22, + "sheet_y": 35, + "short_name": "loud_sound", + "short_names": [ + "loud_sound" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 230, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BATTERY", + "unified": "1F50B", + "variations": [ + + ], + "docomo": null, + "au": "E584", + "softbank": null, + "google": "FE4FC", + "image": "1f50b.png", + "sheet_x": 22, + "sheet_y": 36, + "short_name": "battery", + "short_names": [ + "battery" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ELECTRIC PLUG", + "unified": "1F50C", + "variations": [ + + ], + "docomo": null, + "au": "E589", + "softbank": null, + "google": "FE4FE", + "image": "1f50c.png", + "sheet_x": 22, + "sheet_y": 37, + "short_name": "electric_plug", + "short_names": [ + "electric_plug" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEFT-POINTING MAGNIFYING GLASS", + "unified": "1F50D", + "variations": [ + + ], + "docomo": "E6DC", + "au": "E518", + "softbank": "E114", + "google": "FEB85", + "image": "1f50d.png", + "sheet_x": 22, + "sheet_y": 38, + "short_name": "mag", + "short_names": [ + "mag" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 177, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RIGHT-POINTING MAGNIFYING GLASS", + "unified": "1F50E", + "variations": [ + + ], + "docomo": "E6DC", + "au": "EB05", + "softbank": "E114", + "google": "FEB8D", + "image": "1f50e.png", + "sheet_x": 22, + "sheet_y": 39, + "short_name": "mag_right", + "short_names": [ + "mag_right" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 178, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOCK WITH INK PEN", + "unified": "1F50F", + "variations": [ + + ], + "docomo": "E6D9", + "au": "EB0C", + "softbank": "E144", + "google": "FEB90", + "image": "1f50f.png", + "sheet_x": 22, + "sheet_y": 40, + "short_name": "lock_with_ink_pen", + "short_names": [ + "lock_with_ink_pen" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 169, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOSED LOCK WITH KEY", + "unified": "1F510", + "variations": [ + + ], + "docomo": "E6D9", + "au": "EAFC", + "softbank": "E144", + "google": "FEB8A", + "image": "1f510.png", + "sheet_x": 23, + "sheet_y": 0, + "short_name": "closed_lock_with_key", + "short_names": [ + "closed_lock_with_key" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 166, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KEY", + "unified": "1F511", + "variations": [ + + ], + "docomo": "E6D9", + "au": "E519", + "softbank": "E03F", + "google": "FEB82", + "image": "1f511.png", + "sheet_x": 23, + "sheet_y": 1, + "short_name": "key", + "short_names": [ + "key" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 89, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOCK", + "unified": "1F512", + "variations": [ + + ], + "docomo": "E6D9", + "au": "E51C", + "softbank": "E144", + "google": "FEB86", + "image": "1f512.png", + "sheet_x": 23, + "sheet_y": 2, + "short_name": "lock", + "short_names": [ + "lock" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 167, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OPEN LOCK", + "unified": "1F513", + "variations": [ + + ], + "docomo": "E6D9", + "au": "E51C", + "softbank": "E145", + "google": "FEB87", + "image": "1f513.png", + "sheet_x": 23, + "sheet_y": 3, + "short_name": "unlock", + "short_names": [ + "unlock" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 168, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BELL", + "unified": "1F514", + "variations": [ + + ], + "docomo": "E713", + "au": "E512", + "softbank": "E325", + "google": "FE4F2", + "image": "1f514.png", + "sheet_x": 23, + "sheet_y": 4, + "short_name": "bell", + "short_names": [ + "bell" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 234, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BELL WITH CANCELLATION STROKE", + "unified": "1F515", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f515.png", + "sheet_x": 23, + "sheet_y": 5, + "short_name": "no_bell", + "short_names": [ + "no_bell" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 235, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BOOKMARK", + "unified": "1F516", + "variations": [ + + ], + "docomo": null, + "au": "EB07", + "softbank": null, + "google": "FEB8F", + "image": "1f516.png", + "sheet_x": 23, + "sheet_y": 6, + "short_name": "bookmark", + "short_names": [ + "bookmark" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 85, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LINK SYMBOL", + "unified": "1F517", + "variations": [ + + ], + "docomo": null, + "au": "E58A", + "softbank": null, + "google": "FEB4B", + "image": "1f517.png", + "sheet_x": 23, + "sheet_y": 7, + "short_name": "link", + "short_names": [ + "link" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 155, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RADIO BUTTON", + "unified": "1F518", + "variations": [ + + ], + "docomo": null, + "au": "EB04", + "softbank": null, + "google": "FEB8C", + "image": "1f518.png", + "sheet_x": 23, + "sheet_y": 8, + "short_name": "radio_button", + "short_names": [ + "radio_button" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 207, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BACK WITH LEFTWARDS ARROW ABOVE", + "unified": "1F519", + "variations": [ + + ], + "docomo": null, + "au": "EB06", + "softbank": "E235", + "google": "FEB8E", + "image": "1f519.png", + "sheet_x": 23, + "sheet_y": 9, + "short_name": "back", + "short_names": [ + "back" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 202, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "END WITH LEFTWARDS ARROW ABOVE", + "unified": "1F51A", + "variations": [ + + ], + "docomo": "E6B9", + "au": null, + "softbank": null, + "google": "FE01A", + "image": "1f51a.png", + "sheet_x": 23, + "sheet_y": 10, + "short_name": "end", + "short_names": [ + "end" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 201, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE", + "unified": "1F51B", + "variations": [ + + ], + "docomo": "E6B8", + "au": null, + "softbank": null, + "google": "FE019", + "image": "1f51b.png", + "sheet_x": 23, + "sheet_y": 11, + "short_name": "on", + "short_names": [ + "on" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 203, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SOON WITH RIGHTWARDS ARROW ABOVE", + "unified": "1F51C", + "variations": [ + + ], + "docomo": "E6B7", + "au": null, + "softbank": null, + "google": "FE018", + "image": "1f51c.png", + "sheet_x": 23, + "sheet_y": 12, + "short_name": "soon", + "short_names": [ + "soon" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 205, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TOP WITH UPWARDS ARROW ABOVE", + "unified": "1F51D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E24C", + "google": "FEB42", + "image": "1f51d.png", + "sheet_x": 23, + "sheet_y": 13, + "short_name": "top", + "short_names": [ + "top" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 204, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NO ONE UNDER EIGHTEEN SYMBOL", + "unified": "1F51E", + "variations": [ + + ], + "docomo": null, + "au": "EA83", + "softbank": "E207", + "google": "FEB25", + "image": "1f51e.png", + "sheet_x": 23, + "sheet_y": 14, + "short_name": "underage", + "short_names": [ + "underage" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 80, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KEYCAP TEN", + "unified": "1F51F", + "variations": [ + + ], + "docomo": null, + "au": "E52B", + "softbank": null, + "google": "FE83B", + "image": "1f51f.png", + "sheet_x": 23, + "sheet_y": 15, + "short_name": "keycap_ten", + "short_names": [ + "keycap_ten" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 144, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INPUT SYMBOL FOR LATIN CAPITAL LETTERS", + "unified": "1F520", + "variations": [ + + ], + "docomo": null, + "au": "EAFD", + "softbank": null, + "google": "FEB7C", + "image": "1f520.png", + "sheet_x": 23, + "sheet_y": 16, + "short_name": "capital_abcd", + "short_names": [ + "capital_abcd" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 184, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INPUT SYMBOL FOR LATIN SMALL LETTERS", + "unified": "1F521", + "variations": [ + + ], + "docomo": null, + "au": "EAFE", + "softbank": null, + "google": "FEB7D", + "image": "1f521.png", + "sheet_x": 23, + "sheet_y": 17, + "short_name": "abcd", + "short_names": [ + "abcd" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 183, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INPUT SYMBOL FOR NUMBERS", + "unified": "1F522", + "variations": [ + + ], + "docomo": null, + "au": "EAFF", + "softbank": null, + "google": "FEB7E", + "image": "1f522.png", + "sheet_x": 23, + "sheet_y": 18, + "short_name": "1234", + "short_names": [ + "1234" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 146, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INPUT SYMBOL FOR SYMBOLS", + "unified": "1F523", + "variations": [ + + ], + "docomo": null, + "au": "EB00", + "softbank": null, + "google": "FEB7F", + "image": "1f523.png", + "sheet_x": 23, + "sheet_y": 19, + "short_name": "symbols", + "short_names": [ + "symbols" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 185, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "INPUT SYMBOL FOR LATIN LETTERS", + "unified": "1F524", + "variations": [ + + ], + "docomo": null, + "au": "EB55", + "softbank": null, + "google": "FEB80", + "image": "1f524.png", + "sheet_x": 23, + "sheet_y": 20, + "short_name": "abc", + "short_names": [ + "abc" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 182, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FIRE", + "unified": "1F525", + "variations": [ + + ], + "docomo": null, + "au": "E47B", + "softbank": "E11D", + "google": "FE4F6", + "image": "1f525.png", + "sheet_x": 23, + "sheet_y": 21, + "short_name": "fire", + "short_names": [ + "fire" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 133, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ELECTRIC TORCH", + "unified": "1F526", + "variations": [ + + ], + "docomo": "E6FB", + "au": "E583", + "softbank": null, + "google": "FE4FB", + "image": "1f526.png", + "sheet_x": 23, + "sheet_y": 22, + "short_name": "flashlight", + "short_names": [ + "flashlight" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WRENCH", + "unified": "1F527", + "variations": [ + + ], + "docomo": "E718", + "au": "E587", + "softbank": null, + "google": "FE4C9", + "image": "1f527.png", + "sheet_x": 23, + "sheet_y": 23, + "short_name": "wrench", + "short_names": [ + "wrench" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HAMMER", + "unified": "1F528", + "variations": [ + + ], + "docomo": null, + "au": "E5CB", + "softbank": "E116", + "google": "FE4CA", + "image": "1f528.png", + "sheet_x": 23, + "sheet_y": 24, + "short_name": "hammer", + "short_names": [ + "hammer" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NUT AND BOLT", + "unified": "1F529", + "variations": [ + + ], + "docomo": null, + "au": "E581", + "softbank": null, + "google": "FE4CB", + "image": "1f529.png", + "sheet_x": 23, + "sheet_y": 25, + "short_name": "nut_and_bolt", + "short_names": [ + "nut_and_bolt" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HOCHO", + "unified": "1F52A", + "variations": [ + + ], + "docomo": null, + "au": "E57F", + "softbank": null, + "google": "FE4FA", + "image": "1f52a.png", + "sheet_x": 23, + "sheet_y": 26, + "short_name": "hocho", + "short_names": [ + "hocho", + "knife" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PISTOL", + "unified": "1F52B", + "variations": [ + + ], + "docomo": null, + "au": "E50A", + "softbank": "E113", + "google": "FE4F5", + "image": "1f52b.png", + "sheet_x": 23, + "sheet_y": 27, + "short_name": "gun", + "short_names": [ + "gun" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MICROSCOPE", + "unified": "1F52C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f52c.png", + "sheet_x": 23, + "sheet_y": 28, + "short_name": "microscope", + "short_names": [ + "microscope" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 79, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TELESCOPE", + "unified": "1F52D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f52d.png", + "sheet_x": 23, + "sheet_y": 29, + "short_name": "telescope", + "short_names": [ + "telescope" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 78, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CRYSTAL BALL", + "unified": "1F52E", + "variations": [ + + ], + "docomo": null, + "au": "EA8F", + "softbank": "E23E", + "google": "FE4F7", + "image": "1f52e.png", + "sheet_x": 23, + "sheet_y": 30, + "short_name": "crystal_ball", + "short_names": [ + "crystal_ball" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 74, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SIX POINTED STAR WITH MIDDLE DOT", + "unified": "1F52F", + "variations": [ + + ], + "docomo": null, + "au": "EA8F", + "softbank": "E23E", + "google": "FE4F8", + "image": "1f52f.png", + "sheet_x": 23, + "sheet_y": 31, + "short_name": "six_pointed_star", + "short_names": [ + "six_pointed_star" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "JAPANESE SYMBOL FOR BEGINNER", + "unified": "1F530", + "variations": [ + + ], + "docomo": null, + "au": "E480", + "softbank": "E209", + "google": "FE044", + "image": "1f530.png", + "sheet_x": 23, + "sheet_y": 32, + "short_name": "beginner", + "short_names": [ + "beginner" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 96, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRIDENT EMBLEM", + "unified": "1F531", + "variations": [ + + ], + "docomo": "E71A", + "au": "E5C9", + "softbank": "E031", + "google": "FE4D2", + "image": "1f531.png", + "sheet_x": 23, + "sheet_y": 33, + "short_name": "trident", + "short_names": [ + "trident" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 91, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BLACK SQUARE BUTTON", + "unified": "1F532", + "variations": [ + + ], + "docomo": "E69C", + "au": "E54B", + "softbank": "E21A", + "google": "FEB64", + "image": "1f532.png", + "sheet_x": 23, + "sheet_y": 34, + "short_name": "black_square_button", + "short_names": [ + "black_square_button" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 226, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WHITE SQUARE BUTTON", + "unified": "1F533", + "variations": [ + + ], + "docomo": "E69C", + "au": "E54B", + "softbank": "E21B", + "google": "FEB67", + "image": "1f533.png", + "sheet_x": 23, + "sheet_y": 35, + "short_name": "white_square_button", + "short_names": [ + "white_square_button" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 227, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LARGE RED CIRCLE", + "unified": "1F534", + "variations": [ + + ], + "docomo": "E69C", + "au": "E54A", + "softbank": "E219", + "google": "FEB63", + "image": "1f534.png", + "sheet_x": 23, + "sheet_y": 36, + "short_name": "red_circle", + "short_names": [ + "red_circle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 210, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LARGE BLUE CIRCLE", + "unified": "1F535", + "variations": [ + + ], + "docomo": "E69C", + "au": "E54B", + "softbank": "E21A", + "google": "FEB64", + "image": "1f535.png", + "sheet_x": 23, + "sheet_y": 37, + "short_name": "large_blue_circle", + "short_names": [ + "large_blue_circle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 211, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LARGE ORANGE DIAMOND", + "unified": "1F536", + "variations": [ + + ], + "docomo": null, + "au": "E546", + "softbank": "E21B", + "google": "FEB73", + "image": "1f536.png", + "sheet_x": 23, + "sheet_y": 38, + "short_name": "large_orange_diamond", + "short_names": [ + "large_orange_diamond" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 214, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LARGE BLUE DIAMOND", + "unified": "1F537", + "variations": [ + + ], + "docomo": null, + "au": "E547", + "softbank": "E21B", + "google": "FEB74", + "image": "1f537.png", + "sheet_x": 23, + "sheet_y": 39, + "short_name": "large_blue_diamond", + "short_names": [ + "large_blue_diamond" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 215, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMALL ORANGE DIAMOND", + "unified": "1F538", + "variations": [ + + ], + "docomo": null, + "au": "E536", + "softbank": "E21B", + "google": "FEB75", + "image": "1f538.png", + "sheet_x": 23, + "sheet_y": 40, + "short_name": "small_orange_diamond", + "short_names": [ + "small_orange_diamond" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 212, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMALL BLUE DIAMOND", + "unified": "1F539", + "variations": [ + + ], + "docomo": null, + "au": "E537", + "softbank": "E21B", + "google": "FEB76", + "image": "1f539.png", + "sheet_x": 24, + "sheet_y": 0, + "short_name": "small_blue_diamond", + "short_names": [ + "small_blue_diamond" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 213, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UP-POINTING RED TRIANGLE", + "unified": "1F53A", + "variations": [ + + ], + "docomo": null, + "au": "E55A", + "softbank": null, + "google": "FEB78", + "image": "1f53a.png", + "sheet_x": 24, + "sheet_y": 1, + "short_name": "small_red_triangle", + "short_names": [ + "small_red_triangle" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 216, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOWN-POINTING RED TRIANGLE", + "unified": "1F53B", + "variations": [ + + ], + "docomo": null, + "au": "E55B", + "softbank": null, + "google": "FEB79", + "image": "1f53b.png", + "sheet_x": 24, + "sheet_y": 2, + "short_name": "small_red_triangle_down", + "short_names": [ + "small_red_triangle_down" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 221, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UP-POINTING SMALL RED TRIANGLE", + "unified": "1F53C", + "variations": [ + + ], + "docomo": null, + "au": "E543", + "softbank": null, + "google": "FEB01", + "image": "1f53c.png", + "sheet_x": 24, + "sheet_y": 3, + "short_name": "arrow_up_small", + "short_names": [ + "arrow_up_small" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 161, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOWN-POINTING SMALL RED TRIANGLE", + "unified": "1F53D", + "variations": [ + + ], + "docomo": null, + "au": "E542", + "softbank": null, + "google": "FEB00", + "image": "1f53d.png", + "sheet_x": 24, + "sheet_y": 4, + "short_name": "arrow_down_small", + "short_names": [ + "arrow_down_small" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 162, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "OM SYMBOL", + "unified": "1F549", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f549.png", + "sheet_x": 24, + "sheet_y": 5, + "short_name": "om_symbol", + "short_names": [ + "om_symbol" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "DOVE OF PEACE", + "unified": "1F54A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f54a.png", + "sheet_x": 24, + "sheet_y": 6, + "short_name": "dove_of_peace", + "short_names": [ + "dove_of_peace" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "KAABA", + "unified": "1F54B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f54b.png", + "sheet_x": 24, + "sheet_y": 7, + "short_name": "kaaba", + "short_names": [ + "kaaba" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 114, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MOSQUE", + "unified": "1F54C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f54c.png", + "sheet_x": 24, + "sheet_y": 8, + "short_name": "mosque", + "short_names": [ + "mosque" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 112, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SYNAGOGUE", + "unified": "1F54D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f54d.png", + "sheet_x": 24, + "sheet_y": 9, + "short_name": "synagogue", + "short_names": [ + "synagogue" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 113, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MENORAH WITH NINE BRANCHES", + "unified": "1F54E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f54e.png", + "sheet_x": 24, + "sheet_y": 10, + "short_name": "menorah_with_nine_branches", + "short_names": [ + "menorah_with_nine_branches" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CLOCK FACE ONE OCLOCK", + "unified": "1F550", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E024", + "google": "FE01E", + "image": "1f550.png", + "sheet_x": 24, + "sheet_y": 11, + "short_name": "clock1", + "short_names": [ + "clock1" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 247, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE TWO OCLOCK", + "unified": "1F551", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E025", + "google": "FE01F", + "image": "1f551.png", + "sheet_x": 24, + "sheet_y": 12, + "short_name": "clock2", + "short_names": [ + "clock2" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 248, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE THREE OCLOCK", + "unified": "1F552", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E026", + "google": "FE020", + "image": "1f552.png", + "sheet_x": 24, + "sheet_y": 13, + "short_name": "clock3", + "short_names": [ + "clock3" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 249, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE FOUR OCLOCK", + "unified": "1F553", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E027", + "google": "FE021", + "image": "1f553.png", + "sheet_x": 24, + "sheet_y": 14, + "short_name": "clock4", + "short_names": [ + "clock4" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 250, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE FIVE OCLOCK", + "unified": "1F554", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E028", + "google": "FE022", + "image": "1f554.png", + "sheet_x": 24, + "sheet_y": 15, + "short_name": "clock5", + "short_names": [ + "clock5" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 251, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE SIX OCLOCK", + "unified": "1F555", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E029", + "google": "FE023", + "image": "1f555.png", + "sheet_x": 24, + "sheet_y": 16, + "short_name": "clock6", + "short_names": [ + "clock6" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 252, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE SEVEN OCLOCK", + "unified": "1F556", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02A", + "google": "FE024", + "image": "1f556.png", + "sheet_x": 24, + "sheet_y": 17, + "short_name": "clock7", + "short_names": [ + "clock7" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 253, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE EIGHT OCLOCK", + "unified": "1F557", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02B", + "google": "FE025", + "image": "1f557.png", + "sheet_x": 24, + "sheet_y": 18, + "short_name": "clock8", + "short_names": [ + "clock8" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 254, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE NINE OCLOCK", + "unified": "1F558", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02C", + "google": "FE026", + "image": "1f558.png", + "sheet_x": 24, + "sheet_y": 19, + "short_name": "clock9", + "short_names": [ + "clock9" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 255, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE TEN OCLOCK", + "unified": "1F559", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02D", + "google": "FE027", + "image": "1f559.png", + "sheet_x": 24, + "sheet_y": 20, + "short_name": "clock10", + "short_names": [ + "clock10" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 256, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE ELEVEN OCLOCK", + "unified": "1F55A", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02E", + "google": "FE028", + "image": "1f55a.png", + "sheet_x": 24, + "sheet_y": 21, + "short_name": "clock11", + "short_names": [ + "clock11" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 257, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE TWELVE OCLOCK", + "unified": "1F55B", + "variations": [ + + ], + "docomo": "E6BA", + "au": "E594", + "softbank": "E02F", + "google": "FE029", + "image": "1f55b.png", + "sheet_x": 24, + "sheet_y": 22, + "short_name": "clock12", + "short_names": [ + "clock12" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 258, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE ONE-THIRTY", + "unified": "1F55C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f55c.png", + "sheet_x": 24, + "sheet_y": 23, + "short_name": "clock130", + "short_names": [ + "clock130" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 259, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE TWO-THIRTY", + "unified": "1F55D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f55d.png", + "sheet_x": 24, + "sheet_y": 24, + "short_name": "clock230", + "short_names": [ + "clock230" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 260, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE THREE-THIRTY", + "unified": "1F55E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f55e.png", + "sheet_x": 24, + "sheet_y": 25, + "short_name": "clock330", + "short_names": [ + "clock330" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 261, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE FOUR-THIRTY", + "unified": "1F55F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f55f.png", + "sheet_x": 24, + "sheet_y": 26, + "short_name": "clock430", + "short_names": [ + "clock430" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 262, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE FIVE-THIRTY", + "unified": "1F560", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f560.png", + "sheet_x": 24, + "sheet_y": 27, + "short_name": "clock530", + "short_names": [ + "clock530" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 263, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE SIX-THIRTY", + "unified": "1F561", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f561.png", + "sheet_x": 24, + "sheet_y": 28, + "short_name": "clock630", + "short_names": [ + "clock630" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 264, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE SEVEN-THIRTY", + "unified": "1F562", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f562.png", + "sheet_x": 24, + "sheet_y": 29, + "short_name": "clock730", + "short_names": [ + "clock730" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 265, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE EIGHT-THIRTY", + "unified": "1F563", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f563.png", + "sheet_x": 24, + "sheet_y": 30, + "short_name": "clock830", + "short_names": [ + "clock830" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 266, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE NINE-THIRTY", + "unified": "1F564", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f564.png", + "sheet_x": 24, + "sheet_y": 31, + "short_name": "clock930", + "short_names": [ + "clock930" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 267, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE TEN-THIRTY", + "unified": "1F565", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f565.png", + "sheet_x": 24, + "sheet_y": 32, + "short_name": "clock1030", + "short_names": [ + "clock1030" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 268, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE ELEVEN-THIRTY", + "unified": "1F566", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f566.png", + "sheet_x": 24, + "sheet_y": 33, + "short_name": "clock1130", + "short_names": [ + "clock1130" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 269, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CLOCK FACE TWELVE-THIRTY", + "unified": "1F567", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f567.png", + "sheet_x": 24, + "sheet_y": 34, + "short_name": "clock1230", + "short_names": [ + "clock1230" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 270, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CANDLE", + "unified": "1F56F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f56f.png", + "sheet_x": 24, + "sheet_y": 35, + "short_name": "candle", + "short_names": [ + "candle" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MANTELPIECE CLOCK", + "unified": "1F570", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f570.png", + "sheet_x": 24, + "sheet_y": 36, + "short_name": "mantelpiece_clock", + "short_names": [ + "mantelpiece_clock" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HOLE", + "unified": "1F573", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f573.png", + "sheet_x": 24, + "sheet_y": 37, + "short_name": "hole", + "short_names": [ + "hole" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 80, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MAN IN BUSINESS SUIT LEVITATING", + "unified": "1F574", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f574.png", + "sheet_x": 24, + "sheet_y": 38, + "short_name": "man_in_business_suit_levitating", + "short_names": [ + "man_in_business_suit_levitating" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SLEUTH OR SPY", + "unified": "1F575", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f575.png", + "sheet_x": 24, + "sheet_y": 39, + "short_name": "sleuth_or_spy", + "short_names": [ + "sleuth_or_spy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 134, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "1F575-1F3FB": { + "unified": "1F575-1F3FB", + "image": "1f575-1f3fb.png", + "sheet_x": 24, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F575-1F3FC": { + "unified": "1F575-1F3FC", + "image": "1f575-1f3fc.png", + "sheet_x": 25, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F575-1F3FD": { + "unified": "1F575-1F3FD", + "image": "1f575-1f3fd.png", + "sheet_x": 25, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F575-1F3FE": { + "unified": "1F575-1F3FE", + "image": "1f575-1f3fe.png", + "sheet_x": 25, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F575-1F3FF": { + "unified": "1F575-1F3FF", + "image": "1f575-1f3ff.png", + "sheet_x": 25, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": false, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "DARK SUNGLASSES", + "unified": "1F576", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f576.png", + "sheet_x": 25, + "sheet_y": 4, + "short_name": "dark_sunglasses", + "short_names": [ + "dark_sunglasses" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 202, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SPIDER", + "unified": "1F577", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f577.png", + "sheet_x": 25, + "sheet_y": 5, + "short_name": "spider", + "short_names": [ + "spider" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SPIDER WEB", + "unified": "1F578", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f578.png", + "sheet_x": 25, + "sheet_y": 6, + "short_name": "spider_web", + "short_names": [ + "spider_web" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 100, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "JOYSTICK", + "unified": "1F579", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f579.png", + "sheet_x": 25, + "sheet_y": 7, + "short_name": "joystick", + "short_names": [ + "joystick" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LINKED PAPERCLIPS", + "unified": "1F587", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f587.png", + "sheet_x": 25, + "sheet_y": 8, + "short_name": "linked_paperclips", + "short_names": [ + "linked_paperclips" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 157, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LOWER LEFT BALLPOINT PEN", + "unified": "1F58A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f58a.png", + "sheet_x": 25, + "sheet_y": 9, + "short_name": "lower_left_ballpoint_pen", + "short_names": [ + "lower_left_ballpoint_pen" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 170, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LOWER LEFT FOUNTAIN PEN", + "unified": "1F58B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f58b.png", + "sheet_x": 25, + "sheet_y": 10, + "short_name": "lower_left_fountain_pen", + "short_names": [ + "lower_left_fountain_pen" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 171, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LOWER LEFT PAINTBRUSH", + "unified": "1F58C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f58c.png", + "sheet_x": 25, + "sheet_y": 11, + "short_name": "lower_left_paintbrush", + "short_names": [ + "lower_left_paintbrush" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 176, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LOWER LEFT CRAYON", + "unified": "1F58D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f58d.png", + "sheet_x": 25, + "sheet_y": 12, + "short_name": "lower_left_crayon", + "short_names": [ + "lower_left_crayon" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 175, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RAISED HAND WITH FINGERS SPLAYED", + "unified": "1F590", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f590.png", + "sheet_x": 25, + "sheet_y": 13, + "short_name": "raised_hand_with_fingers_splayed", + "short_names": [ + "raised_hand_with_fingers_splayed" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 107, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "1F590-1F3FB": { + "unified": "1F590-1F3FB", + "image": "1f590-1f3fb.png", + "sheet_x": 25, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F590-1F3FC": { + "unified": "1F590-1F3FC", + "image": "1f590-1f3fc.png", + "sheet_x": 25, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F590-1F3FD": { + "unified": "1F590-1F3FD", + "image": "1f590-1f3fd.png", + "sheet_x": 25, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F590-1F3FE": { + "unified": "1F590-1F3FE", + "image": "1f590-1f3fe.png", + "sheet_x": 25, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F590-1F3FF": { + "unified": "1F590-1F3FF", + "image": "1f590-1f3ff.png", + "sheet_x": 25, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "REVERSED HAND WITH MIDDLE FINGER EXTENDED", + "unified": "1F595", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f595.png", + "sheet_x": 25, + "sheet_y": 19, + "short_name": "middle_finger", + "short_names": [ + "middle_finger", + "reversed_hand_with_middle_finger_extended" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 106, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "1F595-1F3FB": { + "unified": "1F595-1F3FB", + "image": "1f595-1f3fb.png", + "sheet_x": 25, + "sheet_y": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F595-1F3FC": { + "unified": "1F595-1F3FC", + "image": "1f595-1f3fc.png", + "sheet_x": 25, + "sheet_y": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F595-1F3FD": { + "unified": "1F595-1F3FD", + "image": "1f595-1f3fd.png", + "sheet_x": 25, + "sheet_y": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F595-1F3FE": { + "unified": "1F595-1F3FE", + "image": "1f595-1f3fe.png", + "sheet_x": 25, + "sheet_y": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F595-1F3FF": { + "unified": "1F595-1F3FF", + "image": "1f595-1f3ff.png", + "sheet_x": 25, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS", + "unified": "1F596", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f596.png", + "sheet_x": 25, + "sheet_y": 25, + "short_name": "spock-hand", + "short_names": [ + "spock-hand" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 109, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "1F596-1F3FB": { + "unified": "1F596-1F3FB", + "image": "1f596-1f3fb.png", + "sheet_x": 25, + "sheet_y": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F596-1F3FC": { + "unified": "1F596-1F3FC", + "image": "1f596-1f3fc.png", + "sheet_x": 25, + "sheet_y": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F596-1F3FD": { + "unified": "1F596-1F3FD", + "image": "1f596-1f3fd.png", + "sheet_x": 25, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F596-1F3FE": { + "unified": "1F596-1F3FE", + "image": "1f596-1f3fe.png", + "sheet_x": 25, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F596-1F3FF": { + "unified": "1F596-1F3FF", + "image": "1f596-1f3ff.png", + "sheet_x": 25, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "DESKTOP COMPUTER", + "unified": "1F5A5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5a5.png", + "sheet_x": 25, + "sheet_y": 31, + "short_name": "desktop_computer", + "short_names": [ + "desktop_computer" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "PRINTER", + "unified": "1F5A8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5a8.png", + "sheet_x": 25, + "sheet_y": 32, + "short_name": "printer", + "short_names": [ + "printer" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "THREE BUTTON MOUSE", + "unified": "1F5B1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5b1.png", + "sheet_x": 25, + "sheet_y": 33, + "short_name": "three_button_mouse", + "short_names": [ + "three_button_mouse" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TRACKBALL", + "unified": "1F5B2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5b2.png", + "sheet_x": 25, + "sheet_y": 34, + "short_name": "trackball", + "short_names": [ + "trackball" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FRAME WITH PICTURE", + "unified": "1F5BC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5bc.png", + "sheet_x": 25, + "sheet_y": 35, + "short_name": "frame_with_picture", + "short_names": [ + "frame_with_picture" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 96, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CARD INDEX DIVIDERS", + "unified": "1F5C2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5c2.png", + "sheet_x": 25, + "sheet_y": 36, + "short_name": "card_index_dividers", + "short_names": [ + "card_index_dividers" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 143, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CARD FILE BOX", + "unified": "1F5C3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5c3.png", + "sheet_x": 25, + "sheet_y": 37, + "short_name": "card_file_box", + "short_names": [ + "card_file_box" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 136, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FILE CABINET", + "unified": "1F5C4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5c4.png", + "sheet_x": 25, + "sheet_y": 38, + "short_name": "file_cabinet", + "short_names": [ + "file_cabinet" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 138, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WASTEBASKET", + "unified": "1F5D1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5d1.png", + "sheet_x": 25, + "sheet_y": 39, + "short_name": "wastebasket", + "short_names": [ + "wastebasket" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SPIRAL NOTE PAD", + "unified": "1F5D2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5d2.png", + "sheet_x": 25, + "sheet_y": 40, + "short_name": "spiral_note_pad", + "short_names": [ + "spiral_note_pad" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 140, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SPIRAL CALENDAR PAD", + "unified": "1F5D3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5d3.png", + "sheet_x": 26, + "sheet_y": 0, + "short_name": "spiral_calendar_pad", + "short_names": [ + "spiral_calendar_pad" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 134, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "COMPRESSION", + "unified": "1F5DC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5dc.png", + "sheet_x": 26, + "sheet_y": 1, + "short_name": "compression", + "short_names": [ + "compression" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "OLD KEY", + "unified": "1F5DD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5dd.png", + "sheet_x": 26, + "sheet_y": 2, + "short_name": "old_key", + "short_names": [ + "old_key" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 90, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ROLLED-UP NEWSPAPER", + "unified": "1F5DE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5de.png", + "sheet_x": 26, + "sheet_y": 3, + "short_name": "rolled_up_newspaper", + "short_names": [ + "rolled_up_newspaper" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 144, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "DAGGER KNIFE", + "unified": "1F5E1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5e1.png", + "sheet_x": 26, + "sheet_y": 4, + "short_name": "dagger_knife", + "short_names": [ + "dagger_knife" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SPEAKING HEAD IN SILHOUETTE", + "unified": "1F5E3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5e3.png", + "sheet_x": 26, + "sheet_y": 5, + "short_name": "speaking_head_in_silhouette", + "short_names": [ + "speaking_head_in_silhouette" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 120, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LEFT SPEECH BUBBLE", + "unified": "1F5E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5e8.png", + "sheet_x": 26, + "sheet_y": 6, + "short_name": "left_speech_bubble", + "short_names": [ + "left_speech_bubble" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 246, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": false, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RIGHT ANGER BUBBLE", + "unified": "1F5EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5ef.png", + "sheet_x": 26, + "sheet_y": 7, + "short_name": "right_anger_bubble", + "short_names": [ + "right_anger_bubble" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 244, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BALLOT BOX WITH BALLOT", + "unified": "1F5F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5f3.png", + "sheet_x": 26, + "sheet_y": 8, + "short_name": "ballot_box_with_ballot", + "short_names": [ + "ballot_box_with_ballot" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 137, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "WORLD MAP", + "unified": "1F5FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f5fa.png", + "sheet_x": 26, + "sheet_y": 9, + "short_name": "world_map", + "short_names": [ + "world_map" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 97, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MOUNT FUJI", + "unified": "1F5FB", + "variations": [ + + ], + "docomo": "E740", + "au": "E5BD", + "softbank": "E03B", + "google": "FE4C3", + "image": "1f5fb.png", + "sheet_x": 26, + "sheet_y": 10, + "short_name": "mount_fuji", + "short_names": [ + "mount_fuji" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 68, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TOKYO TOWER", + "unified": "1F5FC", + "variations": [ + + ], + "docomo": null, + "au": "E4C0", + "softbank": "E509", + "google": "FE4C4", + "image": "1f5fc.png", + "sheet_x": 26, + "sheet_y": 11, + "short_name": "tokyo_tower", + "short_names": [ + "tokyo_tower" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STATUE OF LIBERTY", + "unified": "1F5FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E51D", + "google": "FE4C6", + "image": "1f5fd.png", + "sheet_x": 26, + "sheet_y": 12, + "short_name": "statue_of_liberty", + "short_names": [ + "statue_of_liberty" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 95, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SILHOUETTE OF JAPAN", + "unified": "1F5FE", + "variations": [ + + ], + "docomo": null, + "au": "E572", + "softbank": null, + "google": "FE4C7", + "image": "1f5fe.png", + "sheet_x": 26, + "sheet_y": 13, + "short_name": "japan", + "short_names": [ + "japan" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 70, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOYAI", + "unified": "1F5FF", + "variations": [ + + ], + "docomo": null, + "au": "EB6C", + "softbank": null, + "google": "FE4C8", + "image": "1f5ff.png", + "sheet_x": 26, + "sheet_y": 14, + "short_name": "moyai", + "short_names": [ + "moyai" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 99, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GRINNING FACE", + "unified": "1F600", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f600.png", + "sheet_x": 26, + "sheet_y": 15, + "short_name": "grinning", + "short_names": [ + "grinning" + ], + "text": ":D", + "texts": null, + "category": "People", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GRINNING FACE WITH SMILING EYES", + "unified": "1F601", + "variations": [ + + ], + "docomo": "E753", + "au": "EB80", + "softbank": "E404", + "google": "FE333", + "image": "1f601.png", + "sheet_x": 26, + "sheet_y": 16, + "short_name": "grin", + "short_names": [ + "grin" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH TEARS OF JOY", + "unified": "1F602", + "variations": [ + + ], + "docomo": "E72A", + "au": "EB64", + "softbank": "E412", + "google": "FE334", + "image": "1f602.png", + "sheet_x": 26, + "sheet_y": 17, + "short_name": "joy", + "short_names": [ + "joy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH OPEN MOUTH", + "unified": "1F603", + "variations": [ + + ], + "docomo": "E6F0", + "au": "E471", + "softbank": "E057", + "google": "FE330", + "image": "1f603.png", + "sheet_x": 26, + "sheet_y": 18, + "short_name": "smiley", + "short_names": [ + "smiley" + ], + "text": ":)", + "texts": [ + "=)", + "=-)" + ], + "category": "People", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH OPEN MOUTH AND SMILING EYES", + "unified": "1F604", + "variations": [ + + ], + "docomo": "E6F0", + "au": "E471", + "softbank": "E415", + "google": "FE338", + "image": "1f604.png", + "sheet_x": 26, + "sheet_y": 19, + "short_name": "smile", + "short_names": [ + "smile" + ], + "text": ":)", + "texts": [ + "C:", + "c:", + ":D", + ":-D" + ], + "category": "People", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH OPEN MOUTH AND COLD SWEAT", + "unified": "1F605", + "variations": [ + + ], + "docomo": "E722", + "au": "E471-E5B1", + "softbank": "E415-E331", + "google": "FE331", + "image": "1f605.png", + "sheet_x": 26, + "sheet_y": 20, + "short_name": "sweat_smile", + "short_names": [ + "sweat_smile" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES", + "unified": "1F606", + "variations": [ + + ], + "docomo": "E72A", + "au": "EAC5", + "softbank": "E40A", + "google": "FE332", + "image": "1f606.png", + "sheet_x": 26, + "sheet_y": 21, + "short_name": "laughing", + "short_names": [ + "laughing", + "satisfied" + ], + "text": null, + "texts": [ + ":>", + ":->" + ], + "category": "People", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH HALO", + "unified": "1F607", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f607.png", + "sheet_x": 26, + "sheet_y": 22, + "short_name": "innocent", + "short_names": [ + "innocent" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH HORNS", + "unified": "1F608", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f608.png", + "sheet_x": 26, + "sheet_y": 23, + "short_name": "smiling_imp", + "short_names": [ + "smiling_imp" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 71, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WINKING FACE", + "unified": "1F609", + "variations": [ + + ], + "docomo": "E729", + "au": "E5C3", + "softbank": "E405", + "google": "FE347", + "image": "1f609.png", + "sheet_x": 26, + "sheet_y": 24, + "short_name": "wink", + "short_names": [ + "wink" + ], + "text": ";)", + "texts": [ + ";)", + ";-)" + ], + "category": "People", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH SMILING EYES", + "unified": "1F60A", + "variations": [ + + ], + "docomo": "E6F0", + "au": "EACD", + "softbank": "E056", + "google": "FE335", + "image": "1f60a.png", + "sheet_x": 26, + "sheet_y": 25, + "short_name": "blush", + "short_names": [ + "blush" + ], + "text": ":)", + "texts": null, + "category": "People", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE SAVOURING DELICIOUS FOOD", + "unified": "1F60B", + "variations": [ + + ], + "docomo": "E752", + "au": "EACD", + "softbank": "E056", + "google": "FE32B", + "image": "1f60b.png", + "sheet_x": 26, + "sheet_y": 26, + "short_name": "yum", + "short_names": [ + "yum" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RELIEVED FACE", + "unified": "1F60C", + "variations": [ + + ], + "docomo": "E721", + "au": "EAC5", + "softbank": "E40A", + "google": "FE33E", + "image": "1f60c.png", + "sheet_x": 26, + "sheet_y": 27, + "short_name": "relieved", + "short_names": [ + "relieved" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH HEART-SHAPED EYES", + "unified": "1F60D", + "variations": [ + + ], + "docomo": "E726", + "au": "E5C4", + "softbank": "E106", + "google": "FE327", + "image": "1f60d.png", + "sheet_x": 26, + "sheet_y": 28, + "short_name": "heart_eyes", + "short_names": [ + "heart_eyes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING FACE WITH SUNGLASSES", + "unified": "1F60E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f60e.png", + "sheet_x": 26, + "sheet_y": 29, + "short_name": "sunglasses", + "short_names": [ + "sunglasses" + ], + "text": null, + "texts": [ + "8)" + ], + "category": "People", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMIRKING FACE", + "unified": "1F60F", + "variations": [ + + ], + "docomo": "E72C", + "au": "EABF", + "softbank": "E402", + "google": "FE343", + "image": "1f60f.png", + "sheet_x": 26, + "sheet_y": 30, + "short_name": "smirk", + "short_names": [ + "smirk" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NEUTRAL FACE", + "unified": "1F610", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f610.png", + "sheet_x": 26, + "sheet_y": 31, + "short_name": "neutral_face", + "short_names": [ + "neutral_face" + ], + "text": null, + "texts": [ + ":|", + ":-|" + ], + "category": "People", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "EXPRESSIONLESS FACE", + "unified": "1F611", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f611.png", + "sheet_x": 26, + "sheet_y": 32, + "short_name": "expressionless", + "short_names": [ + "expressionless" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UNAMUSED FACE", + "unified": "1F612", + "variations": [ + + ], + "docomo": "E725", + "au": "EAC9", + "softbank": "E40E", + "google": "FE326", + "image": "1f612.png", + "sheet_x": 26, + "sheet_y": 33, + "short_name": "unamused", + "short_names": [ + "unamused" + ], + "text": ":(", + "texts": null, + "category": "People", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH COLD SWEAT", + "unified": "1F613", + "variations": [ + + ], + "docomo": "E723", + "au": "E5C6", + "softbank": "E108", + "google": "FE344", + "image": "1f613.png", + "sheet_x": 26, + "sheet_y": 34, + "short_name": "sweat", + "short_names": [ + "sweat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PENSIVE FACE", + "unified": "1F614", + "variations": [ + + ], + "docomo": "E720", + "au": "EAC0", + "softbank": "E403", + "google": "FE340", + "image": "1f614.png", + "sheet_x": 26, + "sheet_y": 35, + "short_name": "pensive", + "short_names": [ + "pensive" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CONFUSED FACE", + "unified": "1F615", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f615.png", + "sheet_x": 26, + "sheet_y": 36, + "short_name": "confused", + "short_names": [ + "confused" + ], + "text": null, + "texts": [ + ":\\", + ":-\\", + ":\/", + ":-\/" + ], + "category": "People", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CONFOUNDED FACE", + "unified": "1F616", + "variations": [ + + ], + "docomo": "E6F3", + "au": "EAC3", + "softbank": "E407", + "google": "FE33F", + "image": "1f616.png", + "sheet_x": 26, + "sheet_y": 37, + "short_name": "confounded", + "short_names": [ + "confounded" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KISSING FACE", + "unified": "1F617", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f617.png", + "sheet_x": 26, + "sheet_y": 38, + "short_name": "kissing", + "short_names": [ + "kissing" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE THROWING A KISS", + "unified": "1F618", + "variations": [ + + ], + "docomo": "E726", + "au": "EACF", + "softbank": "E418", + "google": "FE32C", + "image": "1f618.png", + "sheet_x": 26, + "sheet_y": 39, + "short_name": "kissing_heart", + "short_names": [ + "kissing_heart" + ], + "text": null, + "texts": [ + ":*", + ":-*" + ], + "category": "People", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KISSING FACE WITH SMILING EYES", + "unified": "1F619", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f619.png", + "sheet_x": 26, + "sheet_y": 40, + "short_name": "kissing_smiling_eyes", + "short_names": [ + "kissing_smiling_eyes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KISSING FACE WITH CLOSED EYES", + "unified": "1F61A", + "variations": [ + + ], + "docomo": "E726", + "au": "EACE", + "softbank": "E417", + "google": "FE32D", + "image": "1f61a.png", + "sheet_x": 27, + "sheet_y": 0, + "short_name": "kissing_closed_eyes", + "short_names": [ + "kissing_closed_eyes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH STUCK-OUT TONGUE", + "unified": "1F61B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f61b.png", + "sheet_x": 27, + "sheet_y": 1, + "short_name": "stuck_out_tongue", + "short_names": [ + "stuck_out_tongue" + ], + "text": ":p", + "texts": [ + ":p", + ":-p", + ":P", + ":-P", + ":b", + ":-b" + ], + "category": "People", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH STUCK-OUT TONGUE AND WINKING EYE", + "unified": "1F61C", + "variations": [ + + ], + "docomo": "E728", + "au": "E4E7", + "softbank": "E105", + "google": "FE329", + "image": "1f61c.png", + "sheet_x": 27, + "sheet_y": 2, + "short_name": "stuck_out_tongue_winking_eye", + "short_names": [ + "stuck_out_tongue_winking_eye" + ], + "text": ";p", + "texts": [ + ";p", + ";-p", + ";b", + ";-b", + ";P", + ";-P" + ], + "category": "People", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES", + "unified": "1F61D", + "variations": [ + + ], + "docomo": "E728", + "au": "E4E7", + "softbank": "E409", + "google": "FE32A", + "image": "1f61d.png", + "sheet_x": 27, + "sheet_y": 3, + "short_name": "stuck_out_tongue_closed_eyes", + "short_names": [ + "stuck_out_tongue_closed_eyes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DISAPPOINTED FACE", + "unified": "1F61E", + "variations": [ + + ], + "docomo": "E6F2", + "au": "EAC0", + "softbank": "E058", + "google": "FE323", + "image": "1f61e.png", + "sheet_x": 27, + "sheet_y": 4, + "short_name": "disappointed", + "short_names": [ + "disappointed" + ], + "text": ":(", + "texts": [ + "):", + ":(", + ":-(" + ], + "category": "People", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WORRIED FACE", + "unified": "1F61F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f61f.png", + "sheet_x": 27, + "sheet_y": 5, + "short_name": "worried", + "short_names": [ + "worried" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ANGRY FACE", + "unified": "1F620", + "variations": [ + + ], + "docomo": "E6F1", + "au": "E472", + "softbank": "E059", + "google": "FE320", + "image": "1f620.png", + "sheet_x": 27, + "sheet_y": 6, + "short_name": "angry", + "short_names": [ + "angry" + ], + "text": null, + "texts": [ + ">:(", + ">:-(" + ], + "category": "People", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POUTING FACE", + "unified": "1F621", + "variations": [ + + ], + "docomo": "E724", + "au": "EB5D", + "softbank": "E416", + "google": "FE33D", + "image": "1f621.png", + "sheet_x": 27, + "sheet_y": 7, + "short_name": "rage", + "short_names": [ + "rage" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CRYING FACE", + "unified": "1F622", + "variations": [ + + ], + "docomo": "E72E", + "au": "EB69", + "softbank": "E413", + "google": "FE339", + "image": "1f622.png", + "sheet_x": 27, + "sheet_y": 8, + "short_name": "cry", + "short_names": [ + "cry" + ], + "text": ":'(", + "texts": [ + ":'(" + ], + "category": "People", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PERSEVERING FACE", + "unified": "1F623", + "variations": [ + + ], + "docomo": "E72B", + "au": "EAC2", + "softbank": "E406", + "google": "FE33C", + "image": "1f623.png", + "sheet_x": 27, + "sheet_y": 9, + "short_name": "persevere", + "short_names": [ + "persevere" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH LOOK OF TRIUMPH", + "unified": "1F624", + "variations": [ + + ], + "docomo": "E753", + "au": "EAC1", + "softbank": "E404", + "google": "FE328", + "image": "1f624.png", + "sheet_x": 27, + "sheet_y": 10, + "short_name": "triumph", + "short_names": [ + "triumph" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DISAPPOINTED BUT RELIEVED FACE", + "unified": "1F625", + "variations": [ + + ], + "docomo": "E723", + "au": "E5C6", + "softbank": "E401", + "google": "FE345", + "image": "1f625.png", + "sheet_x": 27, + "sheet_y": 11, + "short_name": "disappointed_relieved", + "short_names": [ + "disappointed_relieved" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FROWNING FACE WITH OPEN MOUTH", + "unified": "1F626", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f626.png", + "sheet_x": 27, + "sheet_y": 12, + "short_name": "frowning", + "short_names": [ + "frowning" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ANGUISHED FACE", + "unified": "1F627", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f627.png", + "sheet_x": 27, + "sheet_y": 13, + "short_name": "anguished", + "short_names": [ + "anguished" + ], + "text": null, + "texts": [ + "D:" + ], + "category": "People", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FEARFUL FACE", + "unified": "1F628", + "variations": [ + + ], + "docomo": "E757", + "au": "EAC6", + "softbank": "E40B", + "google": "FE33B", + "image": "1f628.png", + "sheet_x": 27, + "sheet_y": 14, + "short_name": "fearful", + "short_names": [ + "fearful" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WEARY FACE", + "unified": "1F629", + "variations": [ + + ], + "docomo": "E6F3", + "au": "EB67", + "softbank": "E403", + "google": "FE321", + "image": "1f629.png", + "sheet_x": 27, + "sheet_y": 15, + "short_name": "weary", + "short_names": [ + "weary" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SLEEPY FACE", + "unified": "1F62A", + "variations": [ + + ], + "docomo": "E701", + "au": "EAC4", + "softbank": "E408", + "google": "FE342", + "image": "1f62a.png", + "sheet_x": 27, + "sheet_y": 16, + "short_name": "sleepy", + "short_names": [ + "sleepy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TIRED FACE", + "unified": "1F62B", + "variations": [ + + ], + "docomo": "E72B", + "au": "E474", + "softbank": "E406", + "google": "FE346", + "image": "1f62b.png", + "sheet_x": 27, + "sheet_y": 17, + "short_name": "tired_face", + "short_names": [ + "tired_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GRIMACING FACE", + "unified": "1F62C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f62c.png", + "sheet_x": 27, + "sheet_y": 18, + "short_name": "grimacing", + "short_names": [ + "grimacing" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LOUDLY CRYING FACE", + "unified": "1F62D", + "variations": [ + + ], + "docomo": "E72D", + "au": "E473", + "softbank": "E411", + "google": "FE33A", + "image": "1f62d.png", + "sheet_x": 27, + "sheet_y": 19, + "short_name": "sob", + "short_names": [ + "sob" + ], + "text": ":'(", + "texts": null, + "category": "People", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH OPEN MOUTH", + "unified": "1F62E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f62e.png", + "sheet_x": 27, + "sheet_y": 20, + "short_name": "open_mouth", + "short_names": [ + "open_mouth" + ], + "text": null, + "texts": [ + ":o", + ":-o", + ":O", + ":-O" + ], + "category": "People", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HUSHED FACE", + "unified": "1F62F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f62f.png", + "sheet_x": 27, + "sheet_y": 21, + "short_name": "hushed", + "short_names": [ + "hushed" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH OPEN MOUTH AND COLD SWEAT", + "unified": "1F630", + "variations": [ + + ], + "docomo": "E723", + "au": "EACB", + "softbank": "E40F", + "google": "FE325", + "image": "1f630.png", + "sheet_x": 27, + "sheet_y": 22, + "short_name": "cold_sweat", + "short_names": [ + "cold_sweat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE SCREAMING IN FEAR", + "unified": "1F631", + "variations": [ + + ], + "docomo": "E757", + "au": "E5C5", + "softbank": "E107", + "google": "FE341", + "image": "1f631.png", + "sheet_x": 27, + "sheet_y": 23, + "short_name": "scream", + "short_names": [ + "scream" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ASTONISHED FACE", + "unified": "1F632", + "variations": [ + + ], + "docomo": "E6F4", + "au": "EACA", + "softbank": "E410", + "google": "FE322", + "image": "1f632.png", + "sheet_x": 27, + "sheet_y": 24, + "short_name": "astonished", + "short_names": [ + "astonished" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FLUSHED FACE", + "unified": "1F633", + "variations": [ + + ], + "docomo": "E72A", + "au": "EAC8", + "softbank": "E40D", + "google": "FE32F", + "image": "1f633.png", + "sheet_x": 27, + "sheet_y": 25, + "short_name": "flushed", + "short_names": [ + "flushed" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SLEEPING FACE", + "unified": "1F634", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f634.png", + "sheet_x": 27, + "sheet_y": 26, + "short_name": "sleeping", + "short_names": [ + "sleeping" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 68, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DIZZY FACE", + "unified": "1F635", + "variations": [ + + ], + "docomo": "E6F4", + "au": "E5AE", + "softbank": "E406", + "google": "FE324", + "image": "1f635.png", + "sheet_x": 27, + "sheet_y": 27, + "short_name": "dizzy_face", + "short_names": [ + "dizzy_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITHOUT MOUTH", + "unified": "1F636", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f636.png", + "sheet_x": 27, + "sheet_y": 28, + "short_name": "no_mouth", + "short_names": [ + "no_mouth" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FACE WITH MEDICAL MASK", + "unified": "1F637", + "variations": [ + + ], + "docomo": null, + "au": "EAC7", + "softbank": "E40C", + "google": "FE32E", + "image": "1f637.png", + "sheet_x": 27, + "sheet_y": 29, + "short_name": "mask", + "short_names": [ + "mask" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "GRINNING CAT FACE WITH SMILING EYES", + "unified": "1F638", + "variations": [ + + ], + "docomo": "E753", + "au": "EB7F", + "softbank": "E404", + "google": "FE349", + "image": "1f638.png", + "sheet_x": 27, + "sheet_y": 30, + "short_name": "smile_cat", + "short_names": [ + "smile_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 80, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAT FACE WITH TEARS OF JOY", + "unified": "1F639", + "variations": [ + + ], + "docomo": "E72A", + "au": "EB63", + "softbank": "E412", + "google": "FE34A", + "image": "1f639.png", + "sheet_x": 27, + "sheet_y": 31, + "short_name": "joy_cat", + "short_names": [ + "joy_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 81, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING CAT FACE WITH OPEN MOUTH", + "unified": "1F63A", + "variations": [ + + ], + "docomo": "E6F0", + "au": "EB61", + "softbank": "E057", + "google": "FE348", + "image": "1f63a.png", + "sheet_x": 27, + "sheet_y": 32, + "short_name": "smiley_cat", + "short_names": [ + "smiley_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 79, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMILING CAT FACE WITH HEART-SHAPED EYES", + "unified": "1F63B", + "variations": [ + + ], + "docomo": "E726", + "au": "EB65", + "softbank": "E106", + "google": "FE34C", + "image": "1f63b.png", + "sheet_x": 27, + "sheet_y": 33, + "short_name": "heart_eyes_cat", + "short_names": [ + "heart_eyes_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 82, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CAT FACE WITH WRY SMILE", + "unified": "1F63C", + "variations": [ + + ], + "docomo": "E753", + "au": "EB6A", + "softbank": "E404", + "google": "FE34F", + "image": "1f63c.png", + "sheet_x": 27, + "sheet_y": 34, + "short_name": "smirk_cat", + "short_names": [ + "smirk_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 83, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "KISSING CAT FACE WITH CLOSED EYES", + "unified": "1F63D", + "variations": [ + + ], + "docomo": "E726", + "au": "EB60", + "softbank": "E418", + "google": "FE34B", + "image": "1f63d.png", + "sheet_x": 27, + "sheet_y": 35, + "short_name": "kissing_cat", + "short_names": [ + "kissing_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 84, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POUTING CAT FACE", + "unified": "1F63E", + "variations": [ + + ], + "docomo": "E724", + "au": "EB5E", + "softbank": "E416", + "google": "FE34E", + "image": "1f63e.png", + "sheet_x": 27, + "sheet_y": 36, + "short_name": "pouting_cat", + "short_names": [ + "pouting_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 87, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CRYING CAT FACE", + "unified": "1F63F", + "variations": [ + + ], + "docomo": "E72E", + "au": "EB68", + "softbank": "E413", + "google": "FE34D", + "image": "1f63f.png", + "sheet_x": 27, + "sheet_y": 37, + "short_name": "crying_cat_face", + "short_names": [ + "crying_cat_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 86, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WEARY CAT FACE", + "unified": "1F640", + "variations": [ + + ], + "docomo": "E6F3", + "au": "EB66", + "softbank": "E403", + "google": "FE350", + "image": "1f640.png", + "sheet_x": 27, + "sheet_y": 38, + "short_name": "scream_cat", + "short_names": [ + "scream_cat" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 85, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SLIGHTLY FROWNING FACE", + "unified": "1F641", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f641.png", + "sheet_x": 27, + "sheet_y": 39, + "short_name": "slightly_frowning_face", + "short_names": [ + "slightly_frowning_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SLIGHTLY SMILING FACE", + "unified": "1F642", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f642.png", + "sheet_x": 27, + "sheet_y": 40, + "short_name": "slightly_smiling_face", + "short_names": [ + "slightly_smiling_face" + ], + "text": null, + "texts": [ + ":)", + "(:", + ":-)" + ], + "category": "People", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "UPSIDE-DOWN FACE", + "unified": "1F643", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f643.png", + "sheet_x": 28, + "sheet_y": 0, + "short_name": "upside_down_face", + "short_names": [ + "upside_down_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FACE WITH ROLLING EYES", + "unified": "1F644", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f644.png", + "sheet_x": 28, + "sheet_y": 1, + "short_name": "face_with_rolling_eyes", + "short_names": [ + "face_with_rolling_eyes" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FACE WITH NO GOOD GESTURE", + "unified": "1F645", + "variations": [ + + ], + "docomo": "E72F", + "au": "EAD7", + "softbank": "E423", + "google": "FE351", + "image": "1f645.png", + "sheet_x": 28, + "sheet_y": 2, + "short_name": "no_good", + "short_names": [ + "no_good" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 148, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F645-1F3FB": { + "unified": "1F645-1F3FB", + "image": "1f645-1f3fb.png", + "sheet_x": 28, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F645-1F3FC": { + "unified": "1F645-1F3FC", + "image": "1f645-1f3fc.png", + "sheet_x": 28, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F645-1F3FD": { + "unified": "1F645-1F3FD", + "image": "1f645-1f3fd.png", + "sheet_x": 28, + "sheet_y": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F645-1F3FE": { + "unified": "1F645-1F3FE", + "image": "1f645-1f3fe.png", + "sheet_x": 28, + "sheet_y": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F645-1F3FF": { + "unified": "1F645-1F3FF", + "image": "1f645-1f3ff.png", + "sheet_x": 28, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "FACE WITH OK GESTURE", + "unified": "1F646", + "variations": [ + + ], + "docomo": "E70B", + "au": "EAD8", + "softbank": "E424", + "google": "FE352", + "image": "1f646.png", + "sheet_x": 28, + "sheet_y": 8, + "short_name": "ok_woman", + "short_names": [ + "ok_woman" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 149, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F646-1F3FB": { + "unified": "1F646-1F3FB", + "image": "1f646-1f3fb.png", + "sheet_x": 28, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F646-1F3FC": { + "unified": "1F646-1F3FC", + "image": "1f646-1f3fc.png", + "sheet_x": 28, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F646-1F3FD": { + "unified": "1F646-1F3FD", + "image": "1f646-1f3fd.png", + "sheet_x": 28, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F646-1F3FE": { + "unified": "1F646-1F3FE", + "image": "1f646-1f3fe.png", + "sheet_x": 28, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F646-1F3FF": { + "unified": "1F646-1F3FF", + "image": "1f646-1f3ff.png", + "sheet_x": 28, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PERSON BOWING DEEPLY", + "unified": "1F647", + "variations": [ + + ], + "docomo": null, + "au": "EAD9", + "softbank": "E426", + "google": "FE353", + "image": "1f647.png", + "sheet_x": 28, + "sheet_y": 14, + "short_name": "bow", + "short_names": [ + "bow" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 146, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F647-1F3FB": { + "unified": "1F647-1F3FB", + "image": "1f647-1f3fb.png", + "sheet_x": 28, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F647-1F3FC": { + "unified": "1F647-1F3FC", + "image": "1f647-1f3fc.png", + "sheet_x": 28, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F647-1F3FD": { + "unified": "1F647-1F3FD", + "image": "1f647-1f3fd.png", + "sheet_x": 28, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F647-1F3FE": { + "unified": "1F647-1F3FE", + "image": "1f647-1f3fe.png", + "sheet_x": 28, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F647-1F3FF": { + "unified": "1F647-1F3FF", + "image": "1f647-1f3ff.png", + "sheet_x": 28, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "SEE-NO-EVIL MONKEY", + "unified": "1F648", + "variations": [ + + ], + "docomo": null, + "au": "EB50", + "softbank": null, + "google": "FE354", + "image": "1f648.png", + "sheet_x": 28, + "sheet_y": 20, + "short_name": "see_no_evil", + "short_names": [ + "see_no_evil" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HEAR-NO-EVIL MONKEY", + "unified": "1F649", + "variations": [ + + ], + "docomo": null, + "au": "EB52", + "softbank": null, + "google": "FE356", + "image": "1f649.png", + "sheet_x": 28, + "sheet_y": 21, + "short_name": "hear_no_evil", + "short_names": [ + "hear_no_evil" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SPEAK-NO-EVIL MONKEY", + "unified": "1F64A", + "variations": [ + + ], + "docomo": null, + "au": "EB51", + "softbank": null, + "google": "FE355", + "image": "1f64a.png", + "sheet_x": 28, + "sheet_y": 22, + "short_name": "speak_no_evil", + "short_names": [ + "speak_no_evil" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HAPPY PERSON RAISING ONE HAND", + "unified": "1F64B", + "variations": [ + + ], + "docomo": null, + "au": "EB85", + "softbank": "E012", + "google": "FE357", + "image": "1f64b.png", + "sheet_x": 28, + "sheet_y": 23, + "short_name": "raising_hand", + "short_names": [ + "raising_hand" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 150, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F64B-1F3FB": { + "unified": "1F64B-1F3FB", + "image": "1f64b-1f3fb.png", + "sheet_x": 28, + "sheet_y": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64B-1F3FC": { + "unified": "1F64B-1F3FC", + "image": "1f64b-1f3fc.png", + "sheet_x": 28, + "sheet_y": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64B-1F3FD": { + "unified": "1F64B-1F3FD", + "image": "1f64b-1f3fd.png", + "sheet_x": 28, + "sheet_y": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64B-1F3FE": { + "unified": "1F64B-1F3FE", + "image": "1f64b-1f3fe.png", + "sheet_x": 28, + "sheet_y": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64B-1F3FF": { + "unified": "1F64B-1F3FF", + "image": "1f64b-1f3ff.png", + "sheet_x": 28, + "sheet_y": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PERSON RAISING BOTH HANDS IN CELEBRATION", + "unified": "1F64C", + "variations": [ + + ], + "docomo": null, + "au": "EB86", + "softbank": "E427", + "google": "FE358", + "image": "1f64c.png", + "sheet_x": 28, + "sheet_y": 29, + "short_name": "raised_hands", + "short_names": [ + "raised_hands" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 88, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F64C-1F3FB": { + "unified": "1F64C-1F3FB", + "image": "1f64c-1f3fb.png", + "sheet_x": 28, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64C-1F3FC": { + "unified": "1F64C-1F3FC", + "image": "1f64c-1f3fc.png", + "sheet_x": 28, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64C-1F3FD": { + "unified": "1F64C-1F3FD", + "image": "1f64c-1f3fd.png", + "sheet_x": 28, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64C-1F3FE": { + "unified": "1F64C-1F3FE", + "image": "1f64c-1f3fe.png", + "sheet_x": 28, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64C-1F3FF": { + "unified": "1F64C-1F3FF", + "image": "1f64c-1f3ff.png", + "sheet_x": 28, + "sheet_y": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PERSON FROWNING", + "unified": "1F64D", + "variations": [ + + ], + "docomo": "E6F3", + "au": "EB87", + "softbank": "E403", + "google": "FE359", + "image": "1f64d.png", + "sheet_x": 28, + "sheet_y": 35, + "short_name": "person_frowning", + "short_names": [ + "person_frowning" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 152, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F64D-1F3FB": { + "unified": "1F64D-1F3FB", + "image": "1f64d-1f3fb.png", + "sheet_x": 28, + "sheet_y": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64D-1F3FC": { + "unified": "1F64D-1F3FC", + "image": "1f64d-1f3fc.png", + "sheet_x": 28, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64D-1F3FD": { + "unified": "1F64D-1F3FD", + "image": "1f64d-1f3fd.png", + "sheet_x": 28, + "sheet_y": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64D-1F3FE": { + "unified": "1F64D-1F3FE", + "image": "1f64d-1f3fe.png", + "sheet_x": 28, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64D-1F3FF": { + "unified": "1F64D-1F3FF", + "image": "1f64d-1f3ff.png", + "sheet_x": 28, + "sheet_y": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PERSON WITH POUTING FACE", + "unified": "1F64E", + "variations": [ + + ], + "docomo": "E6F1", + "au": "EB88", + "softbank": "E416", + "google": "FE35A", + "image": "1f64e.png", + "sheet_x": 29, + "sheet_y": 0, + "short_name": "person_with_pouting_face", + "short_names": [ + "person_with_pouting_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 151, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F64E-1F3FB": { + "unified": "1F64E-1F3FB", + "image": "1f64e-1f3fb.png", + "sheet_x": 29, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64E-1F3FC": { + "unified": "1F64E-1F3FC", + "image": "1f64e-1f3fc.png", + "sheet_x": 29, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64E-1F3FD": { + "unified": "1F64E-1F3FD", + "image": "1f64e-1f3fd.png", + "sheet_x": 29, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64E-1F3FE": { + "unified": "1F64E-1F3FE", + "image": "1f64e-1f3fe.png", + "sheet_x": 29, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64E-1F3FF": { + "unified": "1F64E-1F3FF", + "image": "1f64e-1f3ff.png", + "sheet_x": 29, + "sheet_y": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PERSON WITH FOLDED HANDS", + "unified": "1F64F", + "variations": [ + + ], + "docomo": null, + "au": "EAD2", + "softbank": "E41D", + "google": "FE35B", + "image": "1f64f.png", + "sheet_x": 29, + "sheet_y": 6, + "short_name": "pray", + "short_names": [ + "pray" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 100, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F64F-1F3FB": { + "unified": "1F64F-1F3FB", + "image": "1f64f-1f3fb.png", + "sheet_x": 29, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64F-1F3FC": { + "unified": "1F64F-1F3FC", + "image": "1f64f-1f3fc.png", + "sheet_x": 29, + "sheet_y": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64F-1F3FD": { + "unified": "1F64F-1F3FD", + "image": "1f64f-1f3fd.png", + "sheet_x": 29, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64F-1F3FE": { + "unified": "1F64F-1F3FE", + "image": "1f64f-1f3fe.png", + "sheet_x": 29, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F64F-1F3FF": { + "unified": "1F64F-1F3FF", + "image": "1f64f-1f3ff.png", + "sheet_x": 29, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "ROCKET", + "unified": "1F680", + "variations": [ + + ], + "docomo": null, + "au": "E5C8", + "softbank": "E10D", + "google": "FE7ED", + "image": "1f680.png", + "sheet_x": 29, + "sheet_y": 12, + "short_name": "rocket", + "short_names": [ + "rocket" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HELICOPTER", + "unified": "1F681", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f681.png", + "sheet_x": 29, + "sheet_y": 13, + "short_name": "helicopter", + "short_names": [ + "helicopter" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STEAM LOCOMOTIVE", + "unified": "1F682", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f682.png", + "sheet_x": 29, + "sheet_y": 14, + "short_name": "steam_locomotive", + "short_names": [ + "steam_locomotive" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RAILWAY CAR", + "unified": "1F683", + "variations": [ + + ], + "docomo": "E65B", + "au": "E4B5", + "softbank": "E01E", + "google": "FE7DF", + "image": "1f683.png", + "sheet_x": 29, + "sheet_y": 15, + "short_name": "railway_car", + "short_names": [ + "railway_car" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HIGH-SPEED TRAIN", + "unified": "1F684", + "variations": [ + + ], + "docomo": "E65D", + "au": "E4B0", + "softbank": "E435", + "google": "FE7E2", + "image": "1f684.png", + "sheet_x": 29, + "sheet_y": 16, + "short_name": "bullettrain_side", + "short_names": [ + "bullettrain_side" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HIGH-SPEED TRAIN WITH BULLET NOSE", + "unified": "1F685", + "variations": [ + + ], + "docomo": "E65D", + "au": "E4B0", + "softbank": "E01F", + "google": "FE7E3", + "image": "1f685.png", + "sheet_x": 29, + "sheet_y": 17, + "short_name": "bullettrain_front", + "short_names": [ + "bullettrain_front" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRAIN", + "unified": "1F686", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f686.png", + "sheet_x": 29, + "sheet_y": 18, + "short_name": "train2", + "short_names": [ + "train2" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "METRO", + "unified": "1F687", + "variations": [ + + ], + "docomo": "E65C", + "au": "E5BC", + "softbank": "E434", + "google": "FE7E0", + "image": "1f687.png", + "sheet_x": 29, + "sheet_y": 19, + "short_name": "metro", + "short_names": [ + "metro" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LIGHT RAIL", + "unified": "1F688", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f688.png", + "sheet_x": 29, + "sheet_y": 20, + "short_name": "light_rail", + "short_names": [ + "light_rail" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "STATION", + "unified": "1F689", + "variations": [ + + ], + "docomo": null, + "au": "EB6D", + "softbank": "E039", + "google": "FE7EC", + "image": "1f689.png", + "sheet_x": 29, + "sheet_y": 21, + "short_name": "station", + "short_names": [ + "station" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRAM", + "unified": "1F68A", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f68a.png", + "sheet_x": 29, + "sheet_y": 22, + "short_name": "tram", + "short_names": [ + "tram" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRAM CAR", + "unified": "1F68B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f68b.png", + "sheet_x": 29, + "sheet_y": 23, + "short_name": "train", + "short_names": [ + "train" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BUS", + "unified": "1F68C", + "variations": [ + + ], + "docomo": "E660", + "au": "E4AF", + "softbank": "E159", + "google": "FE7E6", + "image": "1f68c.png", + "sheet_x": 29, + "sheet_y": 24, + "short_name": "bus", + "short_names": [ + "bus" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ONCOMING BUS", + "unified": "1F68D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f68d.png", + "sheet_x": 29, + "sheet_y": 25, + "short_name": "oncoming_bus", + "short_names": [ + "oncoming_bus" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TROLLEYBUS", + "unified": "1F68E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f68e.png", + "sheet_x": 29, + "sheet_y": 26, + "short_name": "trolleybus", + "short_names": [ + "trolleybus" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BUS STOP", + "unified": "1F68F", + "variations": [ + + ], + "docomo": null, + "au": "E4A7", + "softbank": "E150", + "google": "FE7E7", + "image": "1f68f.png", + "sheet_x": 29, + "sheet_y": 27, + "short_name": "busstop", + "short_names": [ + "busstop" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MINIBUS", + "unified": "1F690", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f690.png", + "sheet_x": 29, + "sheet_y": 28, + "short_name": "minibus", + "short_names": [ + "minibus" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AMBULANCE", + "unified": "1F691", + "variations": [ + + ], + "docomo": null, + "au": "EAE0", + "softbank": "E431", + "google": "FE7F3", + "image": "1f691.png", + "sheet_x": 29, + "sheet_y": 29, + "short_name": "ambulance", + "short_names": [ + "ambulance" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "FIRE ENGINE", + "unified": "1F692", + "variations": [ + + ], + "docomo": null, + "au": "EADF", + "softbank": "E430", + "google": "FE7F2", + "image": "1f692.png", + "sheet_x": 29, + "sheet_y": 30, + "short_name": "fire_engine", + "short_names": [ + "fire_engine" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POLICE CAR", + "unified": "1F693", + "variations": [ + + ], + "docomo": null, + "au": "EAE1", + "softbank": "E432", + "google": "FE7F4", + "image": "1f693.png", + "sheet_x": 29, + "sheet_y": 31, + "short_name": "police_car", + "short_names": [ + "police_car" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ONCOMING POLICE CAR", + "unified": "1F694", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f694.png", + "sheet_x": 29, + "sheet_y": 32, + "short_name": "oncoming_police_car", + "short_names": [ + "oncoming_police_car" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TAXI", + "unified": "1F695", + "variations": [ + + ], + "docomo": "E65E", + "au": "E4B1", + "softbank": "E15A", + "google": "FE7EF", + "image": "1f695.png", + "sheet_x": 29, + "sheet_y": 33, + "short_name": "taxi", + "short_names": [ + "taxi" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ONCOMING TAXI", + "unified": "1F696", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f696.png", + "sheet_x": 29, + "sheet_y": 34, + "short_name": "oncoming_taxi", + "short_names": [ + "oncoming_taxi" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AUTOMOBILE", + "unified": "1F697", + "variations": [ + + ], + "docomo": "E65E", + "au": "E4B1", + "softbank": "E01B", + "google": "FE7E4", + "image": "1f697.png", + "sheet_x": 29, + "sheet_y": 35, + "short_name": "car", + "short_names": [ + "car", + "red_car" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ONCOMING AUTOMOBILE", + "unified": "1F698", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f698.png", + "sheet_x": 29, + "sheet_y": 36, + "short_name": "oncoming_automobile", + "short_names": [ + "oncoming_automobile" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RECREATIONAL VEHICLE", + "unified": "1F699", + "variations": [ + + ], + "docomo": "E65F", + "au": "E4B1", + "softbank": "E42E", + "google": "FE7E5", + "image": "1f699.png", + "sheet_x": 29, + "sheet_y": 37, + "short_name": "blue_car", + "short_names": [ + "blue_car" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DELIVERY TRUCK", + "unified": "1F69A", + "variations": [ + + ], + "docomo": null, + "au": "E4B2", + "softbank": "E42F", + "google": "FE7F1", + "image": "1f69a.png", + "sheet_x": 29, + "sheet_y": 38, + "short_name": "truck", + "short_names": [ + "truck" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ARTICULATED LORRY", + "unified": "1F69B", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f69b.png", + "sheet_x": 29, + "sheet_y": 39, + "short_name": "articulated_lorry", + "short_names": [ + "articulated_lorry" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRACTOR", + "unified": "1F69C", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f69c.png", + "sheet_x": 29, + "sheet_y": 40, + "short_name": "tractor", + "short_names": [ + "tractor" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MONORAIL", + "unified": "1F69D", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f69d.png", + "sheet_x": 30, + "sheet_y": 0, + "short_name": "monorail", + "short_names": [ + "monorail" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOUNTAIN RAILWAY", + "unified": "1F69E", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f69e.png", + "sheet_x": 30, + "sheet_y": 1, + "short_name": "mountain_railway", + "short_names": [ + "mountain_railway" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SUSPENSION RAILWAY", + "unified": "1F69F", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f69f.png", + "sheet_x": 30, + "sheet_y": 2, + "short_name": "suspension_railway", + "short_names": [ + "suspension_railway" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MOUNTAIN CABLEWAY", + "unified": "1F6A0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6a0.png", + "sheet_x": 30, + "sheet_y": 3, + "short_name": "mountain_cableway", + "short_names": [ + "mountain_cableway" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "AERIAL TRAMWAY", + "unified": "1F6A1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6a1.png", + "sheet_x": 30, + "sheet_y": 4, + "short_name": "aerial_tramway", + "short_names": [ + "aerial_tramway" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHIP", + "unified": "1F6A2", + "variations": [ + + ], + "docomo": "E661", + "au": "EA82", + "softbank": "E202", + "google": "FE7E8", + "image": "1f6a2.png", + "sheet_x": 30, + "sheet_y": 5, + "short_name": "ship", + "short_names": [ + "ship" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "ROWBOAT", + "unified": "1F6A3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6a3.png", + "sheet_x": 30, + "sheet_y": 6, + "short_name": "rowboat", + "short_names": [ + "rowboat" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F6A3-1F3FB": { + "unified": "1F6A3-1F3FB", + "image": "1f6a3-1f3fb.png", + "sheet_x": 30, + "sheet_y": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F6A3-1F3FC": { + "unified": "1F6A3-1F3FC", + "image": "1f6a3-1f3fc.png", + "sheet_x": 30, + "sheet_y": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F6A3-1F3FD": { + "unified": "1F6A3-1F3FD", + "image": "1f6a3-1f3fd.png", + "sheet_x": 30, + "sheet_y": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F6A3-1F3FE": { + "unified": "1F6A3-1F3FE", + "image": "1f6a3-1f3fe.png", + "sheet_x": 30, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F6A3-1F3FF": { + "unified": "1F6A3-1F3FF", + "image": "1f6a3-1f3ff.png", + "sheet_x": 30, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "SPEEDBOAT", + "unified": "1F6A4", + "variations": [ + + ], + "docomo": "E6A3", + "au": "E4B4", + "softbank": "E135", + "google": "FE7EE", + "image": "1f6a4.png", + "sheet_x": 30, + "sheet_y": 12, + "short_name": "speedboat", + "short_names": [ + "speedboat" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "HORIZONTAL TRAFFIC LIGHT", + "unified": "1F6A5", + "variations": [ + + ], + "docomo": "E66D", + "au": "E46A", + "softbank": "E14E", + "google": "FE7F7", + "image": "1f6a5.png", + "sheet_x": 30, + "sheet_y": 13, + "short_name": "traffic_light", + "short_names": [ + "traffic_light" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "VERTICAL TRAFFIC LIGHT", + "unified": "1F6A6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6a6.png", + "sheet_x": 30, + "sheet_y": 14, + "short_name": "vertical_traffic_light", + "short_names": [ + "vertical_traffic_light" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CONSTRUCTION SIGN", + "unified": "1F6A7", + "variations": [ + + ], + "docomo": null, + "au": "E5D7", + "softbank": "E137", + "google": "FE7F8", + "image": "1f6a7.png", + "sheet_x": 30, + "sheet_y": 15, + "short_name": "construction", + "short_names": [ + "construction" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POLICE CARS REVOLVING LIGHT", + "unified": "1F6A8", + "variations": [ + + ], + "docomo": null, + "au": "EB73", + "softbank": "E432", + "google": "FE7F9", + "image": "1f6a8.png", + "sheet_x": 30, + "sheet_y": 16, + "short_name": "rotating_light", + "short_names": [ + "rotating_light" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TRIANGULAR FLAG ON POST", + "unified": "1F6A9", + "variations": [ + + ], + "docomo": "E6DE", + "au": "EB2C", + "softbank": null, + "google": "FEB22", + "image": "1f6a9.png", + "sheet_x": 30, + "sheet_y": 17, + "short_name": "triangular_flag_on_post", + "short_names": [ + "triangular_flag_on_post" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 163, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DOOR", + "unified": "1F6AA", + "variations": [ + + ], + "docomo": "E714", + "au": null, + "softbank": null, + "google": "FE4F3", + "image": "1f6aa.png", + "sheet_x": 30, + "sheet_y": 18, + "short_name": "door", + "short_names": [ + "door" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 94, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NO ENTRY SIGN", + "unified": "1F6AB", + "variations": [ + + ], + "docomo": "E738", + "au": "E541", + "softbank": null, + "google": "FEB48", + "image": "1f6ab.png", + "sheet_x": 30, + "sheet_y": 19, + "short_name": "no_entry_sign", + "short_names": [ + "no_entry_sign" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 71, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SMOKING SYMBOL", + "unified": "1F6AC", + "variations": [ + + ], + "docomo": "E67F", + "au": "E47D", + "softbank": "E30E", + "google": "FEB1E", + "image": "1f6ac.png", + "sheet_x": 30, + "sheet_y": 20, + "short_name": "smoking", + "short_names": [ + "smoking" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 69, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NO SMOKING SYMBOL", + "unified": "1F6AD", + "variations": [ + + ], + "docomo": "E680", + "au": "E47E", + "softbank": "E208", + "google": "FEB1F", + "image": "1f6ad.png", + "sheet_x": 30, + "sheet_y": 21, + "short_name": "no_smoking", + "short_names": [ + "no_smoking" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 116, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PUT LITTER IN ITS PLACE SYMBOL", + "unified": "1F6AE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6ae.png", + "sheet_x": 30, + "sheet_y": 22, + "short_name": "put_litter_in_its_place", + "short_names": [ + "put_litter_in_its_place" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 124, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "DO NOT LITTER SYMBOL", + "unified": "1F6AF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6af.png", + "sheet_x": 30, + "sheet_y": 23, + "short_name": "do_not_litter", + "short_names": [ + "do_not_litter" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 77, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "POTABLE WATER SYMBOL", + "unified": "1F6B0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b0.png", + "sheet_x": 30, + "sheet_y": 24, + "short_name": "potable_water", + "short_names": [ + "potable_water" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 119, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NON-POTABLE WATER SYMBOL", + "unified": "1F6B1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b1.png", + "sheet_x": 30, + "sheet_y": 25, + "short_name": "non-potable_water", + "short_names": [ + "non-potable_water" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 79, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BICYCLE", + "unified": "1F6B2", + "variations": [ + + ], + "docomo": "E71D", + "au": "E4AE", + "softbank": "E136", + "google": "FE7EB", + "image": "1f6b2.png", + "sheet_x": 30, + "sheet_y": 26, + "short_name": "bike", + "short_names": [ + "bike" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "NO BICYCLES", + "unified": "1F6B3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b3.png", + "sheet_x": 30, + "sheet_y": 27, + "short_name": "no_bicycles", + "short_names": [ + "no_bicycles" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 78, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BICYCLIST", + "unified": "1F6B4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b4.png", + "sheet_x": 30, + "sheet_y": 28, + "short_name": "bicyclist", + "short_names": [ + "bicyclist" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F6B4-1F3FB": { + "unified": "1F6B4-1F3FB", + "image": "1f6b4-1f3fb.png", + "sheet_x": 30, + "sheet_y": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B4-1F3FC": { + "unified": "1F6B4-1F3FC", + "image": "1f6b4-1f3fc.png", + "sheet_x": 30, + "sheet_y": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B4-1F3FD": { + "unified": "1F6B4-1F3FD", + "image": "1f6b4-1f3fd.png", + "sheet_x": 30, + "sheet_y": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B4-1F3FE": { + "unified": "1F6B4-1F3FE", + "image": "1f6b4-1f3fe.png", + "sheet_x": 30, + "sheet_y": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B4-1F3FF": { + "unified": "1F6B4-1F3FF", + "image": "1f6b4-1f3ff.png", + "sheet_x": 30, + "sheet_y": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "MOUNTAIN BICYCLIST", + "unified": "1F6B5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b5.png", + "sheet_x": 30, + "sheet_y": 34, + "short_name": "mountain_bicyclist", + "short_names": [ + "mountain_bicyclist" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F6B5-1F3FB": { + "unified": "1F6B5-1F3FB", + "image": "1f6b5-1f3fb.png", + "sheet_x": 30, + "sheet_y": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B5-1F3FC": { + "unified": "1F6B5-1F3FC", + "image": "1f6b5-1f3fc.png", + "sheet_x": 30, + "sheet_y": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B5-1F3FD": { + "unified": "1F6B5-1F3FD", + "image": "1f6b5-1f3fd.png", + "sheet_x": 30, + "sheet_y": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B5-1F3FE": { + "unified": "1F6B5-1F3FE", + "image": "1f6b5-1f3fe.png", + "sheet_x": 30, + "sheet_y": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B5-1F3FF": { + "unified": "1F6B5-1F3FF", + "image": "1f6b5-1f3ff.png", + "sheet_x": 30, + "sheet_y": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "PEDESTRIAN", + "unified": "1F6B6", + "variations": [ + + ], + "docomo": "E733", + "au": "EB72", + "softbank": "E201", + "google": "FE7F0", + "image": "1f6b6.png", + "sheet_x": 30, + "sheet_y": 40, + "short_name": "walking", + "short_names": [ + "walking" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 139, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F6B6-1F3FB": { + "unified": "1F6B6-1F3FB", + "image": "1f6b6-1f3fb.png", + "sheet_x": 31, + "sheet_y": 0, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B6-1F3FC": { + "unified": "1F6B6-1F3FC", + "image": "1f6b6-1f3fc.png", + "sheet_x": 31, + "sheet_y": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B6-1F3FD": { + "unified": "1F6B6-1F3FD", + "image": "1f6b6-1f3fd.png", + "sheet_x": 31, + "sheet_y": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B6-1F3FE": { + "unified": "1F6B6-1F3FE", + "image": "1f6b6-1f3fe.png", + "sheet_x": 31, + "sheet_y": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6B6-1F3FF": { + "unified": "1F6B6-1F3FF", + "image": "1f6b6-1f3ff.png", + "sheet_x": 31, + "sheet_y": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "NO PEDESTRIANS", + "unified": "1F6B7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b7.png", + "sheet_x": 31, + "sheet_y": 5, + "short_name": "no_pedestrians", + "short_names": [ + "no_pedestrians" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 76, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CHILDREN CROSSING", + "unified": "1F6B8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6b8.png", + "sheet_x": 31, + "sheet_y": 6, + "short_name": "children_crossing", + "short_names": [ + "children_crossing" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 95, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "MENS SYMBOL", + "unified": "1F6B9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E138", + "google": "FEB33", + "image": "1f6b9.png", + "sheet_x": 31, + "sheet_y": 7, + "short_name": "mens", + "short_names": [ + "mens" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 120, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WOMENS SYMBOL", + "unified": "1F6BA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": "E139", + "google": "FEB34", + "image": "1f6ba.png", + "sheet_x": 31, + "sheet_y": 8, + "short_name": "womens", + "short_names": [ + "womens" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 121, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "RESTROOM", + "unified": "1F6BB", + "variations": [ + + ], + "docomo": "E66E", + "au": "E4A5", + "softbank": "E151", + "google": "FE506", + "image": "1f6bb.png", + "sheet_x": 31, + "sheet_y": 9, + "short_name": "restroom", + "short_names": [ + "restroom" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 123, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BABY SYMBOL", + "unified": "1F6BC", + "variations": [ + + ], + "docomo": null, + "au": "EB18", + "softbank": "E13A", + "google": "FEB35", + "image": "1f6bc.png", + "sheet_x": 31, + "sheet_y": 10, + "short_name": "baby_symbol", + "short_names": [ + "baby_symbol" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 122, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "TOILET", + "unified": "1F6BD", + "variations": [ + + ], + "docomo": "E66E", + "au": "E4A5", + "softbank": "E140", + "google": "FE507", + "image": "1f6bd.png", + "sheet_x": 31, + "sheet_y": 11, + "short_name": "toilet", + "short_names": [ + "toilet" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 86, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "WATER CLOSET", + "unified": "1F6BE", + "variations": [ + + ], + "docomo": "E66E", + "au": "E4A5", + "softbank": "E309", + "google": "FE508", + "image": "1f6be.png", + "sheet_x": 31, + "sheet_y": 12, + "short_name": "wc", + "short_names": [ + "wc" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 117, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "SHOWER", + "unified": "1F6BF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6bf.png", + "sheet_x": 31, + "sheet_y": 13, + "short_name": "shower", + "short_names": [ + "shower" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 87, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BATH", + "unified": "1F6C0", + "variations": [ + + ], + "docomo": "E6F7", + "au": "E5D8", + "softbank": "E13F", + "google": "FE505", + "image": "1f6c0.png", + "sheet_x": 31, + "sheet_y": 14, + "short_name": "bath", + "short_names": [ + "bath" + ], + "text": null, + "texts": null, + "category": "Activity", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true, + "skin_variations": { + "1F6C0-1F3FB": { + "unified": "1F6C0-1F3FB", + "image": "1f6c0-1f3fb.png", + "sheet_x": 31, + "sheet_y": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6C0-1F3FC": { + "unified": "1F6C0-1F3FC", + "image": "1f6c0-1f3fc.png", + "sheet_x": 31, + "sheet_y": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6C0-1F3FD": { + "unified": "1F6C0-1F3FD", + "image": "1f6c0-1f3fd.png", + "sheet_x": 31, + "sheet_y": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6C0-1F3FE": { + "unified": "1F6C0-1F3FE", + "image": "1f6c0-1f3fe.png", + "sheet_x": 31, + "sheet_y": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + "1F6C0-1F3FF": { + "unified": "1F6C0-1F3FF", + "image": "1f6c0-1f3ff.png", + "sheet_x": 31, + "sheet_y": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + } + } + }, + { + "name": "BATHTUB", + "unified": "1F6C1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6c1.png", + "sheet_x": 31, + "sheet_y": 20, + "short_name": "bathtub", + "short_names": [ + "bathtub" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 88, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "PASSPORT CONTROL", + "unified": "1F6C2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6c2.png", + "sheet_x": 31, + "sheet_y": 21, + "short_name": "passport_control", + "short_names": [ + "passport_control" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 111, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "CUSTOMS", + "unified": "1F6C3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6c3.png", + "sheet_x": 31, + "sheet_y": 22, + "short_name": "customs", + "short_names": [ + "customs" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 112, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "BAGGAGE CLAIM", + "unified": "1F6C4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6c4.png", + "sheet_x": 31, + "sheet_y": 23, + "short_name": "baggage_claim", + "short_names": [ + "baggage_claim" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 113, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "LEFT LUGGAGE", + "unified": "1F6C5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6c5.png", + "sheet_x": 31, + "sheet_y": 24, + "short_name": "left_luggage", + "short_names": [ + "left_luggage" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 114, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "COUCH AND LAMP", + "unified": "1F6CB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6cb.png", + "sheet_x": 31, + "sheet_y": 25, + "short_name": "couch_and_lamp", + "short_names": [ + "couch_and_lamp" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 91, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SLEEPING ACCOMMODATION", + "unified": "1F6CC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6cc.png", + "sheet_x": 31, + "sheet_y": 26, + "short_name": "sleeping_accommodation", + "short_names": [ + "sleeping_accommodation" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 92, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SHOPPING BAGS", + "unified": "1F6CD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6cd.png", + "sheet_x": 31, + "sheet_y": 27, + "short_name": "shopping_bags", + "short_names": [ + "shopping_bags" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 100, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BELLHOP BELL", + "unified": "1F6CE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6ce.png", + "sheet_x": 31, + "sheet_y": 28, + "short_name": "bellhop_bell", + "short_names": [ + "bellhop_bell" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 95, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "BED", + "unified": "1F6CF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6cf.png", + "sheet_x": 31, + "sheet_y": 29, + "short_name": "bed", + "short_names": [ + "bed" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 93, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "PLACE OF WORSHIP", + "unified": "1F6D0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6d0.png", + "sheet_x": 31, + "sheet_y": 30, + "short_name": "place_of_worship", + "short_names": [ + "place_of_worship" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HAMMER AND WRENCH", + "unified": "1F6E0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e0.png", + "sheet_x": 31, + "sheet_y": 31, + "short_name": "hammer_and_wrench", + "short_names": [ + "hammer_and_wrench" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SHIELD", + "unified": "1F6E1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e1.png", + "sheet_x": 31, + "sheet_y": 32, + "short_name": "shield", + "short_names": [ + "shield" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 68, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "OIL DRUM", + "unified": "1F6E2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e2.png", + "sheet_x": 31, + "sheet_y": 33, + "short_name": "oil_drum", + "short_names": [ + "oil_drum" + ], + "text": null, + "texts": null, + "category": "Objects", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MOTORWAY", + "unified": "1F6E3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e3.png", + "sheet_x": 31, + "sheet_y": 34, + "short_name": "motorway", + "short_names": [ + "motorway" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 74, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "RAILWAY TRACK", + "unified": "1F6E4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e4.png", + "sheet_x": 31, + "sheet_y": 35, + "short_name": "railway_track", + "short_names": [ + "railway_track" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 75, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MOTOR BOAT", + "unified": "1F6E5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e5.png", + "sheet_x": 31, + "sheet_y": 36, + "short_name": "motor_boat", + "short_names": [ + "motor_boat" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SMALL AIRPLANE", + "unified": "1F6E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6e9.png", + "sheet_x": 31, + "sheet_y": 37, + "short_name": "small_airplane", + "short_names": [ + "small_airplane" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "AIRPLANE DEPARTURE", + "unified": "1F6EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6eb.png", + "sheet_x": 31, + "sheet_y": 38, + "short_name": "airplane_departure", + "short_names": [ + "airplane_departure" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "AIRPLANE ARRIVING", + "unified": "1F6EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6ec.png", + "sheet_x": 31, + "sheet_y": 39, + "short_name": "airplane_arriving", + "short_names": [ + "airplane_arriving" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SATELLITE", + "unified": "1F6F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6f0.png", + "sheet_x": 31, + "sheet_y": 40, + "short_name": "satellite", + "short_names": [ + "satellite" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "PASSENGER SHIP", + "unified": "1F6F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f6f3.png", + "sheet_x": 32, + "sheet_y": 0, + "short_name": "passenger_ship", + "short_names": [ + "passenger_ship" + ], + "text": null, + "texts": null, + "category": "Places", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ZIPPER-MOUTH FACE", + "unified": "1F910", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f910.png", + "sheet_x": 32, + "sheet_y": 1, + "short_name": "zipper_mouth_face", + "short_names": [ + "zipper_mouth_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "MONEY-MOUTH FACE", + "unified": "1F911", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f911.png", + "sheet_x": 32, + "sheet_y": 2, + "short_name": "money_mouth_face", + "short_names": [ + "money_mouth_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FACE WITH THERMOMETER", + "unified": "1F912", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f912.png", + "sheet_x": 32, + "sheet_y": 3, + "short_name": "face_with_thermometer", + "short_names": [ + "face_with_thermometer" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "NERD FACE", + "unified": "1F913", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f913.png", + "sheet_x": 32, + "sheet_y": 4, + "short_name": "nerd_face", + "short_names": [ + "nerd_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "THINKING FACE", + "unified": "1F914", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f914.png", + "sheet_x": 32, + "sheet_y": 5, + "short_name": "thinking_face", + "short_names": [ + "thinking_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "FACE WITH HEAD-BANDAGE", + "unified": "1F915", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f915.png", + "sheet_x": 32, + "sheet_y": 6, + "short_name": "face_with_head_bandage", + "short_names": [ + "face_with_head_bandage" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "ROBOT FACE", + "unified": "1F916", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f916.png", + "sheet_x": 32, + "sheet_y": 7, + "short_name": "robot_face", + "short_names": [ + "robot_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 78, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HUGGING FACE", + "unified": "1F917", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f917.png", + "sheet_x": 32, + "sheet_y": 8, + "short_name": "hugging_face", + "short_names": [ + "hugging_face" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SIGN OF THE HORNS", + "unified": "1F918", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f918.png", + "sheet_x": 32, + "sheet_y": 9, + "short_name": "the_horns", + "short_names": [ + "the_horns", + "sign_of_the_horns" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 108, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false, + "skin_variations": { + "1F918-1F3FB": { + "unified": "1F918-1F3FB", + "image": "1f918-1f3fb.png", + "sheet_x": 32, + "sheet_y": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F918-1F3FC": { + "unified": "1F918-1F3FC", + "image": "1f918-1f3fc.png", + "sheet_x": 32, + "sheet_y": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F918-1F3FD": { + "unified": "1F918-1F3FD", + "image": "1f918-1f3fd.png", + "sheet_x": 32, + "sheet_y": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F918-1F3FE": { + "unified": "1F918-1F3FE", + "image": "1f918-1f3fe.png", + "sheet_x": 32, + "sheet_y": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + "1F918-1F3FF": { + "unified": "1F918-1F3FF", + "image": "1f918-1f3ff.png", + "sheet_x": 32, + "sheet_y": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + } + } + }, + { + "name": "CRAB", + "unified": "1F980", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f980.png", + "sheet_x": 32, + "sheet_y": 15, + "short_name": "crab", + "short_names": [ + "crab" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "LION FACE", + "unified": "1F981", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f981.png", + "sheet_x": 32, + "sheet_y": 16, + "short_name": "lion_face", + "short_names": [ + "lion_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "SCORPION", + "unified": "1F982", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f982.png", + "sheet_x": 32, + "sheet_y": 17, + "short_name": "scorpion", + "short_names": [ + "scorpion" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "TURKEY", + "unified": "1F983", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f983.png", + "sheet_x": 32, + "sheet_y": 18, + "short_name": "turkey", + "short_names": [ + "turkey" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "UNICORN FACE", + "unified": "1F984", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f984.png", + "sheet_x": 32, + "sheet_y": 19, + "short_name": "unicorn_face", + "short_names": [ + "unicorn_face" + ], + "text": null, + "texts": null, + "category": "Nature", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "CHEESE WEDGE", + "unified": "1F9C0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f9c0.png", + "sheet_x": 32, + "sheet_y": 20, + "short_name": "cheese_wedge", + "short_names": [ + "cheese_wedge" + ], + "text": null, + "texts": null, + "category": "Foods", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "HASH KEY", + "unified": "0023-20E3", + "variations": [ + "0023-FE0F-20E3" + ], + "docomo": "E6E0", + "au": "EB84", + "softbank": "E210", + "google": "FE82C", + "image": "0023-20e3.png", + "sheet_x": 32, + "sheet_y": 21, + "short_name": "hash", + "short_names": [ + "hash" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 180, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": null, + "unified": "002A-20E3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "002a-20e3.png", + "sheet_x": 32, + "sheet_y": 22, + "short_name": "keycap_star", + "short_names": [ + "keycap_star" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 145, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 0", + "unified": "0030-20E3", + "variations": [ + "0030-FE0F-20E3" + ], + "docomo": "E6EB", + "au": "E5AC", + "softbank": "E225", + "google": "FE837", + "image": "0030-20e3.png", + "sheet_x": 32, + "sheet_y": 23, + "short_name": "zero", + "short_names": [ + "zero" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 134, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 1", + "unified": "0031-20E3", + "variations": [ + "0031-FE0F-20E3" + ], + "docomo": "E6E2", + "au": "E522", + "softbank": "E21C", + "google": "FE82E", + "image": "0031-20e3.png", + "sheet_x": 32, + "sheet_y": 24, + "short_name": "one", + "short_names": [ + "one" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 135, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 2", + "unified": "0032-20E3", + "variations": [ + "0032-FE0F-20E3" + ], + "docomo": "E6E3", + "au": "E523", + "softbank": "E21D", + "google": "FE82F", + "image": "0032-20e3.png", + "sheet_x": 32, + "sheet_y": 25, + "short_name": "two", + "short_names": [ + "two" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 136, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 3", + "unified": "0033-20E3", + "variations": [ + "0033-FE0F-20E3" + ], + "docomo": "E6E4", + "au": "E524", + "softbank": "E21E", + "google": "FE830", + "image": "0033-20e3.png", + "sheet_x": 32, + "sheet_y": 26, + "short_name": "three", + "short_names": [ + "three" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 137, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 4", + "unified": "0034-20E3", + "variations": [ + "0034-FE0F-20E3" + ], + "docomo": "E6E5", + "au": "E525", + "softbank": "E21F", + "google": "FE831", + "image": "0034-20e3.png", + "sheet_x": 32, + "sheet_y": 27, + "short_name": "four", + "short_names": [ + "four" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 138, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 5", + "unified": "0035-20E3", + "variations": [ + "0035-FE0F-20E3" + ], + "docomo": "E6E6", + "au": "E526", + "softbank": "E220", + "google": "FE832", + "image": "0035-20e3.png", + "sheet_x": 32, + "sheet_y": 28, + "short_name": "five", + "short_names": [ + "five" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 139, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 6", + "unified": "0036-20E3", + "variations": [ + "0036-FE0F-20E3" + ], + "docomo": "E6E7", + "au": "E527", + "softbank": "E221", + "google": "FE833", + "image": "0036-20e3.png", + "sheet_x": 32, + "sheet_y": 29, + "short_name": "six", + "short_names": [ + "six" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 140, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 7", + "unified": "0037-20E3", + "variations": [ + "0037-FE0F-20E3" + ], + "docomo": "E6E8", + "au": "E528", + "softbank": "E222", + "google": "FE834", + "image": "0037-20e3.png", + "sheet_x": 32, + "sheet_y": 30, + "short_name": "seven", + "short_names": [ + "seven" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 141, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 8", + "unified": "0038-20E3", + "variations": [ + "0038-FE0F-20E3" + ], + "docomo": "E6E9", + "au": "E529", + "softbank": "E223", + "google": "FE835", + "image": "0038-20e3.png", + "sheet_x": 32, + "sheet_y": 31, + "short_name": "eight", + "short_names": [ + "eight" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 142, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "KEYCAP 9", + "unified": "0039-20E3", + "variations": [ + "0039-FE0F-20E3" + ], + "docomo": "E6EA", + "au": "E52A", + "softbank": "E224", + "google": "FE836", + "image": "0039-20e3.png", + "sheet_x": 32, + "sheet_y": 32, + "short_name": "nine", + "short_names": [ + "nine" + ], + "text": null, + "texts": null, + "category": "Symbols", + "sort_order": 143, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": false, + "has_img_messenger": false + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AC", + "unified": "1F1E6-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1e8.png", + "sheet_x": 32, + "sheet_y": 33, + "short_name": "flag-ac", + "short_names": [ + "flag-ac" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 248, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AD", + "unified": "1F1E6-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1e9.png", + "sheet_x": 32, + "sheet_y": 34, + "short_name": "flag-ad", + "short_names": [ + "flag-ad" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 6, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AE", + "unified": "1F1E6-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1ea.png", + "sheet_x": 32, + "sheet_y": 35, + "short_name": "flag-ae", + "short_names": [ + "flag-ae" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 233, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AF", + "unified": "1F1E6-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1eb.png", + "sheet_x": 32, + "sheet_y": 36, + "short_name": "flag-af", + "short_names": [ + "flag-af" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 1, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AG", + "unified": "1F1E6-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1ec.png", + "sheet_x": 32, + "sheet_y": 37, + "short_name": "flag-ag", + "short_names": [ + "flag-ag" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 10, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AI", + "unified": "1F1E6-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1ee.png", + "sheet_x": 32, + "sheet_y": 38, + "short_name": "flag-ai", + "short_names": [ + "flag-ai" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 8, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AL", + "unified": "1F1E6-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f1.png", + "sheet_x": 32, + "sheet_y": 39, + "short_name": "flag-al", + "short_names": [ + "flag-al" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 3, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AM", + "unified": "1F1E6-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f2.png", + "sheet_x": 32, + "sheet_y": 40, + "short_name": "flag-am", + "short_names": [ + "flag-am" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 12, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AO", + "unified": "1F1E6-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f4.png", + "sheet_x": 33, + "sheet_y": 0, + "short_name": "flag-ao", + "short_names": [ + "flag-ao" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 7, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AQ", + "unified": "1F1E6-1F1F6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f6.png", + "sheet_x": 33, + "sheet_y": 1, + "short_name": "flag-aq", + "short_names": [ + "flag-aq" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 9, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AR", + "unified": "1F1E6-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f7.png", + "sheet_x": 33, + "sheet_y": 2, + "short_name": "flag-ar", + "short_names": [ + "flag-ar" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 11, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AS", + "unified": "1F1E6-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f8.png", + "sheet_x": 33, + "sheet_y": 3, + "short_name": "flag-as", + "short_names": [ + "flag-as" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 5, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AT", + "unified": "1F1E6-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1f9.png", + "sheet_x": 33, + "sheet_y": 4, + "short_name": "flag-at", + "short_names": [ + "flag-at" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 15, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AU", + "unified": "1F1E6-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1fa.png", + "sheet_x": 33, + "sheet_y": 5, + "short_name": "flag-au", + "short_names": [ + "flag-au" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 14, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AW", + "unified": "1F1E6-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1fc.png", + "sheet_x": 33, + "sheet_y": 6, + "short_name": "flag-aw", + "short_names": [ + "flag-aw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 13, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AX", + "unified": "1F1E6-1F1FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1fd.png", + "sheet_x": 33, + "sheet_y": 7, + "short_name": "flag-ax", + "short_names": [ + "flag-ax" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 2, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS AZ", + "unified": "1F1E6-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e6-1f1ff.png", + "sheet_x": 33, + "sheet_y": 8, + "short_name": "flag-az", + "short_names": [ + "flag-az" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 16, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BA", + "unified": "1F1E7-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1e6.png", + "sheet_x": 33, + "sheet_y": 9, + "short_name": "flag-ba", + "short_names": [ + "flag-ba" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 29, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BB", + "unified": "1F1E7-1F1E7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1e7.png", + "sheet_x": 33, + "sheet_y": 10, + "short_name": "flag-bb", + "short_names": [ + "flag-bb" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 20, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BD", + "unified": "1F1E7-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1e9.png", + "sheet_x": 33, + "sheet_y": 11, + "short_name": "flag-bd", + "short_names": [ + "flag-bd" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 19, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BE", + "unified": "1F1E7-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1ea.png", + "sheet_x": 33, + "sheet_y": 12, + "short_name": "flag-be", + "short_names": [ + "flag-be" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 22, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BF", + "unified": "1F1E7-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1eb.png", + "sheet_x": 33, + "sheet_y": 13, + "short_name": "flag-bf", + "short_names": [ + "flag-bf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 36, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BG", + "unified": "1F1E7-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1ec.png", + "sheet_x": 33, + "sheet_y": 14, + "short_name": "flag-bg", + "short_names": [ + "flag-bg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 35, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BH", + "unified": "1F1E7-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1ed.png", + "sheet_x": 33, + "sheet_y": 15, + "short_name": "flag-bh", + "short_names": [ + "flag-bh" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 18, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BI", + "unified": "1F1E7-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1ee.png", + "sheet_x": 33, + "sheet_y": 16, + "short_name": "flag-bi", + "short_names": [ + "flag-bi" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 37, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BJ", + "unified": "1F1E7-1F1EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1ef.png", + "sheet_x": 33, + "sheet_y": 17, + "short_name": "flag-bj", + "short_names": [ + "flag-bj" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 24, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BL", + "unified": "1F1E7-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f1.png", + "sheet_x": 33, + "sheet_y": 18, + "short_name": "flag-bl", + "short_names": [ + "flag-bl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 185, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BM", + "unified": "1F1E7-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f2.png", + "sheet_x": 33, + "sheet_y": 19, + "short_name": "flag-bm", + "short_names": [ + "flag-bm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 25, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BN", + "unified": "1F1E7-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f3.png", + "sheet_x": 33, + "sheet_y": 20, + "short_name": "flag-bn", + "short_names": [ + "flag-bn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 34, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BO", + "unified": "1F1E7-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f4.png", + "sheet_x": 33, + "sheet_y": 21, + "short_name": "flag-bo", + "short_names": [ + "flag-bo" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 27, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BQ", + "unified": "1F1E7-1F1F6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f6.png", + "sheet_x": 33, + "sheet_y": 22, + "short_name": "flag-bq", + "short_names": [ + "flag-bq" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 28, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BR", + "unified": "1F1E7-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f7.png", + "sheet_x": 33, + "sheet_y": 23, + "short_name": "flag-br", + "short_names": [ + "flag-br" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 31, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BS", + "unified": "1F1E7-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f8.png", + "sheet_x": 33, + "sheet_y": 24, + "short_name": "flag-bs", + "short_names": [ + "flag-bs" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 17, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BT", + "unified": "1F1E7-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1f9.png", + "sheet_x": 33, + "sheet_y": 25, + "short_name": "flag-bt", + "short_names": [ + "flag-bt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 26, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BV", + "unified": "1F1E7-1F1FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1fb.png", + "sheet_x": 33, + "sheet_y": 26, + "short_name": "flag-bv", + "short_names": [ + "flag-bv" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 249, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BW", + "unified": "1F1E7-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1fc.png", + "sheet_x": 33, + "sheet_y": 27, + "short_name": "flag-bw", + "short_names": [ + "flag-bw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 30, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BY", + "unified": "1F1E7-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1fe.png", + "sheet_x": 33, + "sheet_y": 28, + "short_name": "flag-by", + "short_names": [ + "flag-by" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 21, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS BZ", + "unified": "1F1E7-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e7-1f1ff.png", + "sheet_x": 33, + "sheet_y": 29, + "short_name": "flag-bz", + "short_names": [ + "flag-bz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 23, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CA", + "unified": "1F1E8-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1e6.png", + "sheet_x": 33, + "sheet_y": 30, + "short_name": "flag-ca", + "short_names": [ + "flag-ca" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 41, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CC", + "unified": "1F1E8-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1e8.png", + "sheet_x": 33, + "sheet_y": 31, + "short_name": "flag-cc", + "short_names": [ + "flag-cc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 49, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CD", + "unified": "1F1E8-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1e9.png", + "sheet_x": 33, + "sheet_y": 32, + "short_name": "flag-cd", + "short_names": [ + "flag-cd" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 53, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CF", + "unified": "1F1E8-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1eb.png", + "sheet_x": 33, + "sheet_y": 33, + "short_name": "flag-cf", + "short_names": [ + "flag-cf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 44, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CG", + "unified": "1F1E8-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1ec.png", + "sheet_x": 33, + "sheet_y": 34, + "short_name": "flag-cg", + "short_names": [ + "flag-cg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 52, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CH", + "unified": "1F1E8-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1ed.png", + "sheet_x": 33, + "sheet_y": 35, + "short_name": "flag-ch", + "short_names": [ + "flag-ch" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 215, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CI", + "unified": "1F1E8-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1ee.png", + "sheet_x": 33, + "sheet_y": 36, + "short_name": "flag-ci", + "short_names": [ + "flag-ci" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 110, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CK", + "unified": "1F1E8-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1f0.png", + "sheet_x": 33, + "sheet_y": 37, + "short_name": "flag-ck", + "short_names": [ + "flag-ck" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 54, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CL", + "unified": "1F1E8-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1f1.png", + "sheet_x": 33, + "sheet_y": 38, + "short_name": "flag-cl", + "short_names": [ + "flag-cl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 46, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CM", + "unified": "1F1E8-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1f2.png", + "sheet_x": 33, + "sheet_y": 39, + "short_name": "flag-cm", + "short_names": [ + "flag-cm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 40, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CN", + "unified": "1F1E8-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": "EB11", + "softbank": "E513", + "google": "FE4ED", + "image": "1f1e8-1f1f3.png", + "sheet_x": 33, + "sheet_y": 40, + "short_name": "flag-cn", + "short_names": [ + "flag-cn", + "cn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 47, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CO", + "unified": "1F1E8-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1f4.png", + "sheet_x": 34, + "sheet_y": 0, + "short_name": "flag-co", + "short_names": [ + "flag-co" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 50, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CP", + "unified": "1F1E8-1F1F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1f5.png", + "sheet_x": 34, + "sheet_y": 1, + "short_name": "flag-cp", + "short_names": [ + "flag-cp" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 250, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": false + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CR", + "unified": "1F1E8-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1f7.png", + "sheet_x": 34, + "sheet_y": 2, + "short_name": "flag-cr", + "short_names": [ + "flag-cr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 55, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CU", + "unified": "1F1E8-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1fa.png", + "sheet_x": 34, + "sheet_y": 3, + "short_name": "flag-cu", + "short_names": [ + "flag-cu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 57, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CV", + "unified": "1F1E8-1F1FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1fb.png", + "sheet_x": 34, + "sheet_y": 4, + "short_name": "flag-cv", + "short_names": [ + "flag-cv" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 38, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CW", + "unified": "1F1E8-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1fc.png", + "sheet_x": 34, + "sheet_y": 5, + "short_name": "flag-cw", + "short_names": [ + "flag-cw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 58, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CX", + "unified": "1F1E8-1F1FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1fd.png", + "sheet_x": 34, + "sheet_y": 6, + "short_name": "flag-cx", + "short_names": [ + "flag-cx" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 48, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CY", + "unified": "1F1E8-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1fe.png", + "sheet_x": 34, + "sheet_y": 7, + "short_name": "flag-cy", + "short_names": [ + "flag-cy" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 59, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS CZ", + "unified": "1F1E8-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e8-1f1ff.png", + "sheet_x": 34, + "sheet_y": 8, + "short_name": "flag-cz", + "short_names": [ + "flag-cz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 60, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DE", + "unified": "1F1E9-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": "EB0E", + "softbank": "E50E", + "google": "FE4E8", + "image": "1f1e9-1f1ea.png", + "sheet_x": 34, + "sheet_y": 9, + "short_name": "flag-de", + "short_names": [ + "flag-de", + "de" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 84, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DG", + "unified": "1F1E9-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e9-1f1ec.png", + "sheet_x": 34, + "sheet_y": 10, + "short_name": "flag-dg", + "short_names": [ + "flag-dg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 251, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DJ", + "unified": "1F1E9-1F1EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e9-1f1ef.png", + "sheet_x": 34, + "sheet_y": 11, + "short_name": "flag-dj", + "short_names": [ + "flag-dj" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 62, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DK", + "unified": "1F1E9-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e9-1f1f0.png", + "sheet_x": 34, + "sheet_y": 12, + "short_name": "flag-dk", + "short_names": [ + "flag-dk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 61, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DM", + "unified": "1F1E9-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e9-1f1f2.png", + "sheet_x": 34, + "sheet_y": 13, + "short_name": "flag-dm", + "short_names": [ + "flag-dm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 63, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DO", + "unified": "1F1E9-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e9-1f1f4.png", + "sheet_x": 34, + "sheet_y": 14, + "short_name": "flag-do", + "short_names": [ + "flag-do" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 64, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS DZ", + "unified": "1F1E9-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1e9-1f1ff.png", + "sheet_x": 34, + "sheet_y": 15, + "short_name": "flag-dz", + "short_names": [ + "flag-dz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 4, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS EA", + "unified": "1F1EA-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1e6.png", + "sheet_x": 34, + "sheet_y": 16, + "short_name": "flag-ea", + "short_names": [ + "flag-ea" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 252, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS EC", + "unified": "1F1EA-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1e8.png", + "sheet_x": 34, + "sheet_y": 17, + "short_name": "flag-ec", + "short_names": [ + "flag-ec" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 65, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS EE", + "unified": "1F1EA-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1ea.png", + "sheet_x": 34, + "sheet_y": 18, + "short_name": "flag-ee", + "short_names": [ + "flag-ee" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 70, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS EG", + "unified": "1F1EA-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1ec.png", + "sheet_x": 34, + "sheet_y": 19, + "short_name": "flag-eg", + "short_names": [ + "flag-eg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 66, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS EH", + "unified": "1F1EA-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1ed.png", + "sheet_x": 34, + "sheet_y": 20, + "short_name": "flag-eh", + "short_names": [ + "flag-eh" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 244, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ER", + "unified": "1F1EA-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1f7.png", + "sheet_x": 34, + "sheet_y": 21, + "short_name": "flag-er", + "short_names": [ + "flag-er" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 69, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ES", + "unified": "1F1EA-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": "E5D5", + "softbank": "E511", + "google": "FE4EB", + "image": "1f1ea-1f1f8.png", + "sheet_x": 34, + "sheet_y": 22, + "short_name": "flag-es", + "short_names": [ + "flag-es", + "es" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 209, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ET", + "unified": "1F1EA-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1f9.png", + "sheet_x": 34, + "sheet_y": 23, + "short_name": "flag-et", + "short_names": [ + "flag-et" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 71, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS EU", + "unified": "1F1EA-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ea-1f1fa.png", + "sheet_x": 34, + "sheet_y": 24, + "short_name": "flag-eu", + "short_names": [ + "flag-eu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 72, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS FI", + "unified": "1F1EB-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1eb-1f1ee.png", + "sheet_x": 34, + "sheet_y": 25, + "short_name": "flag-fi", + "short_names": [ + "flag-fi" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 76, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS FJ", + "unified": "1F1EB-1F1EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1eb-1f1ef.png", + "sheet_x": 34, + "sheet_y": 26, + "short_name": "flag-fj", + "short_names": [ + "flag-fj" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 75, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS FK", + "unified": "1F1EB-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1eb-1f1f0.png", + "sheet_x": 34, + "sheet_y": 27, + "short_name": "flag-fk", + "short_names": [ + "flag-fk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 73, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS FM", + "unified": "1F1EB-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1eb-1f1f2.png", + "sheet_x": 34, + "sheet_y": 28, + "short_name": "flag-fm", + "short_names": [ + "flag-fm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 144, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS FO", + "unified": "1F1EB-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1eb-1f1f4.png", + "sheet_x": 34, + "sheet_y": 29, + "short_name": "flag-fo", + "short_names": [ + "flag-fo" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 74, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS FR", + "unified": "1F1EB-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": "EAFA", + "softbank": "E50D", + "google": "FE4E7", + "image": "1f1eb-1f1f7.png", + "sheet_x": 34, + "sheet_y": 30, + "short_name": "flag-fr", + "short_names": [ + "flag-fr", + "fr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 77, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GA", + "unified": "1F1EC-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1e6.png", + "sheet_x": 34, + "sheet_y": 31, + "short_name": "flag-ga", + "short_names": [ + "flag-ga" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 81, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GB", + "unified": "1F1EC-1F1E7", + "variations": [ + + ], + "docomo": null, + "au": "EB10", + "softbank": "E510", + "google": "FE4EA", + "image": "1f1ec-1f1e7.png", + "sheet_x": 34, + "sheet_y": 32, + "short_name": "flag-gb", + "short_names": [ + "flag-gb", + "gb", + "uk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 234, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GD", + "unified": "1F1EC-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1e9.png", + "sheet_x": 34, + "sheet_y": 33, + "short_name": "flag-gd", + "short_names": [ + "flag-gd" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 89, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GE", + "unified": "1F1EC-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1ea.png", + "sheet_x": 34, + "sheet_y": 34, + "short_name": "flag-ge", + "short_names": [ + "flag-ge" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 83, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GF", + "unified": "1F1EC-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1eb.png", + "sheet_x": 34, + "sheet_y": 35, + "short_name": "flag-gf", + "short_names": [ + "flag-gf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 78, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GG", + "unified": "1F1EC-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1ec.png", + "sheet_x": 34, + "sheet_y": 36, + "short_name": "flag-gg", + "short_names": [ + "flag-gg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 93, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GH", + "unified": "1F1EC-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1ed.png", + "sheet_x": 34, + "sheet_y": 37, + "short_name": "flag-gh", + "short_names": [ + "flag-gh" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 85, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GI", + "unified": "1F1EC-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1ee.png", + "sheet_x": 34, + "sheet_y": 38, + "short_name": "flag-gi", + "short_names": [ + "flag-gi" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 86, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GL", + "unified": "1F1EC-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f1.png", + "sheet_x": 34, + "sheet_y": 39, + "short_name": "flag-gl", + "short_names": [ + "flag-gl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 88, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GM", + "unified": "1F1EC-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f2.png", + "sheet_x": 34, + "sheet_y": 40, + "short_name": "flag-gm", + "short_names": [ + "flag-gm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 82, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GN", + "unified": "1F1EC-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f3.png", + "sheet_x": 35, + "sheet_y": 0, + "short_name": "flag-gn", + "short_names": [ + "flag-gn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 94, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GP", + "unified": "1F1EC-1F1F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f5.png", + "sheet_x": 35, + "sheet_y": 1, + "short_name": "flag-gp", + "short_names": [ + "flag-gp" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 90, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GQ", + "unified": "1F1EC-1F1F6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f6.png", + "sheet_x": 35, + "sheet_y": 2, + "short_name": "flag-gq", + "short_names": [ + "flag-gq" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 68, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GR", + "unified": "1F1EC-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f7.png", + "sheet_x": 35, + "sheet_y": 3, + "short_name": "flag-gr", + "short_names": [ + "flag-gr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 87, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GS", + "unified": "1F1EC-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f8.png", + "sheet_x": 35, + "sheet_y": 4, + "short_name": "flag-gs", + "short_names": [ + "flag-gs" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 206, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GT", + "unified": "1F1EC-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1f9.png", + "sheet_x": 35, + "sheet_y": 5, + "short_name": "flag-gt", + "short_names": [ + "flag-gt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 92, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GU", + "unified": "1F1EC-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1fa.png", + "sheet_x": 35, + "sheet_y": 6, + "short_name": "flag-gu", + "short_names": [ + "flag-gu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 91, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GW", + "unified": "1F1EC-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1fc.png", + "sheet_x": 35, + "sheet_y": 7, + "short_name": "flag-gw", + "short_names": [ + "flag-gw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 95, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS GY", + "unified": "1F1EC-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ec-1f1fe.png", + "sheet_x": 35, + "sheet_y": 8, + "short_name": "flag-gy", + "short_names": [ + "flag-gy" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 96, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS HK", + "unified": "1F1ED-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ed-1f1f0.png", + "sheet_x": 35, + "sheet_y": 9, + "short_name": "flag-hk", + "short_names": [ + "flag-hk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 99, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS HM", + "unified": "1F1ED-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ed-1f1f2.png", + "sheet_x": 35, + "sheet_y": 10, + "short_name": "flag-hm", + "short_names": [ + "flag-hm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 253, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS HN", + "unified": "1F1ED-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ed-1f1f3.png", + "sheet_x": 35, + "sheet_y": 11, + "short_name": "flag-hn", + "short_names": [ + "flag-hn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 98, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS HR", + "unified": "1F1ED-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ed-1f1f7.png", + "sheet_x": 35, + "sheet_y": 12, + "short_name": "flag-hr", + "short_names": [ + "flag-hr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 56, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS HT", + "unified": "1F1ED-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ed-1f1f9.png", + "sheet_x": 35, + "sheet_y": 13, + "short_name": "flag-ht", + "short_names": [ + "flag-ht" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 97, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS HU", + "unified": "1F1ED-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ed-1f1fa.png", + "sheet_x": 35, + "sheet_y": 14, + "short_name": "flag-hu", + "short_names": [ + "flag-hu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 100, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IC", + "unified": "1F1EE-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1e8.png", + "sheet_x": 35, + "sheet_y": 15, + "short_name": "flag-ic", + "short_names": [ + "flag-ic" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 42, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ID", + "unified": "1F1EE-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1e9.png", + "sheet_x": 35, + "sheet_y": 16, + "short_name": "flag-id", + "short_names": [ + "flag-id" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 103, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IE", + "unified": "1F1EE-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1ea.png", + "sheet_x": 35, + "sheet_y": 17, + "short_name": "flag-ie", + "short_names": [ + "flag-ie" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 106, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IL", + "unified": "1F1EE-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f1.png", + "sheet_x": 35, + "sheet_y": 18, + "short_name": "flag-il", + "short_names": [ + "flag-il" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 108, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IM", + "unified": "1F1EE-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f2.png", + "sheet_x": 35, + "sheet_y": 19, + "short_name": "flag-im", + "short_names": [ + "flag-im" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 107, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IN", + "unified": "1F1EE-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f3.png", + "sheet_x": 35, + "sheet_y": 20, + "short_name": "flag-in", + "short_names": [ + "flag-in" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 102, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IO", + "unified": "1F1EE-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f4.png", + "sheet_x": 35, + "sheet_y": 21, + "short_name": "flag-io", + "short_names": [ + "flag-io" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 32, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IQ", + "unified": "1F1EE-1F1F6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f6.png", + "sheet_x": 35, + "sheet_y": 22, + "short_name": "flag-iq", + "short_names": [ + "flag-iq" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 105, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IR", + "unified": "1F1EE-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f7.png", + "sheet_x": 35, + "sheet_y": 23, + "short_name": "flag-ir", + "short_names": [ + "flag-ir" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 104, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IS", + "unified": "1F1EE-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ee-1f1f8.png", + "sheet_x": 35, + "sheet_y": 24, + "short_name": "flag-is", + "short_names": [ + "flag-is" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 101, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS IT", + "unified": "1F1EE-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": "EB0F", + "softbank": "E50F", + "google": "FE4E9", + "image": "1f1ee-1f1f9.png", + "sheet_x": 35, + "sheet_y": 25, + "short_name": "flag-it", + "short_names": [ + "flag-it", + "it" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 109, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS JE", + "unified": "1F1EF-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ef-1f1ea.png", + "sheet_x": 35, + "sheet_y": 26, + "short_name": "flag-je", + "short_names": [ + "flag-je" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 113, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS JM", + "unified": "1F1EF-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ef-1f1f2.png", + "sheet_x": 35, + "sheet_y": 27, + "short_name": "flag-jm", + "short_names": [ + "flag-jm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 111, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS JO", + "unified": "1F1EF-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ef-1f1f4.png", + "sheet_x": 35, + "sheet_y": 28, + "short_name": "flag-jo", + "short_names": [ + "flag-jo" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 114, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS JP", + "unified": "1F1EF-1F1F5", + "variations": [ + + ], + "docomo": null, + "au": "E4CC", + "softbank": "E50B", + "google": "FE4E5", + "image": "1f1ef-1f1f5.png", + "sheet_x": 35, + "sheet_y": 29, + "short_name": "flag-jp", + "short_names": [ + "flag-jp", + "jp" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 112, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KE", + "unified": "1F1F0-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1ea.png", + "sheet_x": 35, + "sheet_y": 30, + "short_name": "flag-ke", + "short_names": [ + "flag-ke" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 116, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KG", + "unified": "1F1F0-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1ec.png", + "sheet_x": 35, + "sheet_y": 31, + "short_name": "flag-kg", + "short_names": [ + "flag-kg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 120, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KH", + "unified": "1F1F0-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1ed.png", + "sheet_x": 35, + "sheet_y": 32, + "short_name": "flag-kh", + "short_names": [ + "flag-kh" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 39, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KI", + "unified": "1F1F0-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1ee.png", + "sheet_x": 35, + "sheet_y": 33, + "short_name": "flag-ki", + "short_names": [ + "flag-ki" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 117, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KM", + "unified": "1F1F0-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1f2.png", + "sheet_x": 35, + "sheet_y": 34, + "short_name": "flag-km", + "short_names": [ + "flag-km" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 51, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KN", + "unified": "1F1F0-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1f3.png", + "sheet_x": 35, + "sheet_y": 35, + "short_name": "flag-kn", + "short_names": [ + "flag-kn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 187, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KP", + "unified": "1F1F0-1F1F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1f5.png", + "sheet_x": 35, + "sheet_y": 36, + "short_name": "flag-kp", + "short_names": [ + "flag-kp" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 165, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KR", + "unified": "1F1F0-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": "EB12", + "softbank": "E514", + "google": "FE4EE", + "image": "1f1f0-1f1f7.png", + "sheet_x": 35, + "sheet_y": 37, + "short_name": "flag-kr", + "short_names": [ + "flag-kr", + "kr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 207, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KW", + "unified": "1F1F0-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1fc.png", + "sheet_x": 35, + "sheet_y": 38, + "short_name": "flag-kw", + "short_names": [ + "flag-kw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 119, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KY", + "unified": "1F1F0-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1fe.png", + "sheet_x": 35, + "sheet_y": 39, + "short_name": "flag-ky", + "short_names": [ + "flag-ky" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 43, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS KZ", + "unified": "1F1F0-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f0-1f1ff.png", + "sheet_x": 35, + "sheet_y": 40, + "short_name": "flag-kz", + "short_names": [ + "flag-kz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 115, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LA", + "unified": "1F1F1-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1e6.png", + "sheet_x": 36, + "sheet_y": 0, + "short_name": "flag-la", + "short_names": [ + "flag-la" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 121, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LB", + "unified": "1F1F1-1F1E7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1e7.png", + "sheet_x": 36, + "sheet_y": 1, + "short_name": "flag-lb", + "short_names": [ + "flag-lb" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 123, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LC", + "unified": "1F1F1-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1e8.png", + "sheet_x": 36, + "sheet_y": 2, + "short_name": "flag-lc", + "short_names": [ + "flag-lc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 188, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LI", + "unified": "1F1F1-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1ee.png", + "sheet_x": 36, + "sheet_y": 3, + "short_name": "flag-li", + "short_names": [ + "flag-li" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 127, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LK", + "unified": "1F1F1-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1f0.png", + "sheet_x": 36, + "sheet_y": 4, + "short_name": "flag-lk", + "short_names": [ + "flag-lk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 210, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LR", + "unified": "1F1F1-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1f7.png", + "sheet_x": 36, + "sheet_y": 5, + "short_name": "flag-lr", + "short_names": [ + "flag-lr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 125, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LS", + "unified": "1F1F1-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1f8.png", + "sheet_x": 36, + "sheet_y": 6, + "short_name": "flag-ls", + "short_names": [ + "flag-ls" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 124, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LT", + "unified": "1F1F1-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1f9.png", + "sheet_x": 36, + "sheet_y": 7, + "short_name": "flag-lt", + "short_names": [ + "flag-lt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 128, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LU", + "unified": "1F1F1-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1fa.png", + "sheet_x": 36, + "sheet_y": 8, + "short_name": "flag-lu", + "short_names": [ + "flag-lu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 129, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LV", + "unified": "1F1F1-1F1FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1fb.png", + "sheet_x": 36, + "sheet_y": 9, + "short_name": "flag-lv", + "short_names": [ + "flag-lv" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 122, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS LY", + "unified": "1F1F1-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f1-1f1fe.png", + "sheet_x": 36, + "sheet_y": 10, + "short_name": "flag-ly", + "short_names": [ + "flag-ly" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 126, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MA", + "unified": "1F1F2-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1e6.png", + "sheet_x": 36, + "sheet_y": 11, + "short_name": "flag-ma", + "short_names": [ + "flag-ma" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 150, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MC", + "unified": "1F1F2-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1e8.png", + "sheet_x": 36, + "sheet_y": 12, + "short_name": "flag-mc", + "short_names": [ + "flag-mc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 146, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MD", + "unified": "1F1F2-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1e9.png", + "sheet_x": 36, + "sheet_y": 13, + "short_name": "flag-md", + "short_names": [ + "flag-md" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 145, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ME", + "unified": "1F1F2-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1ea.png", + "sheet_x": 36, + "sheet_y": 14, + "short_name": "flag-me", + "short_names": [ + "flag-me" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 148, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MF", + "unified": "1F1F2-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1eb.png", + "sheet_x": 36, + "sheet_y": 15, + "short_name": "flag-mf", + "short_names": [ + "flag-mf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 254, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MG", + "unified": "1F1F2-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1ec.png", + "sheet_x": 36, + "sheet_y": 16, + "short_name": "flag-mg", + "short_names": [ + "flag-mg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 132, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MH", + "unified": "1F1F2-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1ed.png", + "sheet_x": 36, + "sheet_y": 17, + "short_name": "flag-mh", + "short_names": [ + "flag-mh" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 138, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MK", + "unified": "1F1F2-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f0.png", + "sheet_x": 36, + "sheet_y": 18, + "short_name": "flag-mk", + "short_names": [ + "flag-mk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 131, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ML", + "unified": "1F1F2-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f1.png", + "sheet_x": 36, + "sheet_y": 19, + "short_name": "flag-ml", + "short_names": [ + "flag-ml" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 136, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MM", + "unified": "1F1F2-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f2.png", + "sheet_x": 36, + "sheet_y": 20, + "short_name": "flag-mm", + "short_names": [ + "flag-mm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 152, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MN", + "unified": "1F1F2-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f3.png", + "sheet_x": 36, + "sheet_y": 21, + "short_name": "flag-mn", + "short_names": [ + "flag-mn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 147, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MO", + "unified": "1F1F2-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f4.png", + "sheet_x": 36, + "sheet_y": 22, + "short_name": "flag-mo", + "short_names": [ + "flag-mo" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 130, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MP", + "unified": "1F1F2-1F1F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f5.png", + "sheet_x": 36, + "sheet_y": 23, + "short_name": "flag-mp", + "short_names": [ + "flag-mp" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 164, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MQ", + "unified": "1F1F2-1F1F6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f6.png", + "sheet_x": 36, + "sheet_y": 24, + "short_name": "flag-mq", + "short_names": [ + "flag-mq" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 139, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MR", + "unified": "1F1F2-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f7.png", + "sheet_x": 36, + "sheet_y": 25, + "short_name": "flag-mr", + "short_names": [ + "flag-mr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 140, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MS", + "unified": "1F1F2-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f8.png", + "sheet_x": 36, + "sheet_y": 26, + "short_name": "flag-ms", + "short_names": [ + "flag-ms" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 149, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MT", + "unified": "1F1F2-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1f9.png", + "sheet_x": 36, + "sheet_y": 27, + "short_name": "flag-mt", + "short_names": [ + "flag-mt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 137, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MU", + "unified": "1F1F2-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1fa.png", + "sheet_x": 36, + "sheet_y": 28, + "short_name": "flag-mu", + "short_names": [ + "flag-mu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 141, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MV", + "unified": "1F1F2-1F1FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1fb.png", + "sheet_x": 36, + "sheet_y": 29, + "short_name": "flag-mv", + "short_names": [ + "flag-mv" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 135, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MW", + "unified": "1F1F2-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1fc.png", + "sheet_x": 36, + "sheet_y": 30, + "short_name": "flag-mw", + "short_names": [ + "flag-mw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 133, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MX", + "unified": "1F1F2-1F1FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1fd.png", + "sheet_x": 36, + "sheet_y": 31, + "short_name": "flag-mx", + "short_names": [ + "flag-mx" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 143, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MY", + "unified": "1F1F2-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1fe.png", + "sheet_x": 36, + "sheet_y": 32, + "short_name": "flag-my", + "short_names": [ + "flag-my" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 134, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS MZ", + "unified": "1F1F2-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f2-1f1ff.png", + "sheet_x": 36, + "sheet_y": 33, + "short_name": "flag-mz", + "short_names": [ + "flag-mz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 151, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NA", + "unified": "1F1F3-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1e6.png", + "sheet_x": 36, + "sheet_y": 34, + "short_name": "flag-na", + "short_names": [ + "flag-na" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 153, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NC", + "unified": "1F1F3-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1e8.png", + "sheet_x": 36, + "sheet_y": 35, + "short_name": "flag-nc", + "short_names": [ + "flag-nc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 157, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NE", + "unified": "1F1F3-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1ea.png", + "sheet_x": 36, + "sheet_y": 36, + "short_name": "flag-ne", + "short_names": [ + "flag-ne" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 160, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NF", + "unified": "1F1F3-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1eb.png", + "sheet_x": 36, + "sheet_y": 37, + "short_name": "flag-nf", + "short_names": [ + "flag-nf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 163, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NG", + "unified": "1F1F3-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1ec.png", + "sheet_x": 36, + "sheet_y": 38, + "short_name": "flag-ng", + "short_names": [ + "flag-ng" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 161, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NI", + "unified": "1F1F3-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1ee.png", + "sheet_x": 36, + "sheet_y": 39, + "short_name": "flag-ni", + "short_names": [ + "flag-ni" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 159, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NL", + "unified": "1F1F3-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1f1.png", + "sheet_x": 36, + "sheet_y": 40, + "short_name": "flag-nl", + "short_names": [ + "flag-nl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 156, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NO", + "unified": "1F1F3-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1f4.png", + "sheet_x": 37, + "sheet_y": 0, + "short_name": "flag-no", + "short_names": [ + "flag-no" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 166, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NP", + "unified": "1F1F3-1F1F5", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1f5.png", + "sheet_x": 37, + "sheet_y": 1, + "short_name": "flag-np", + "short_names": [ + "flag-np" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 155, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NR", + "unified": "1F1F3-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1f7.png", + "sheet_x": 37, + "sheet_y": 2, + "short_name": "flag-nr", + "short_names": [ + "flag-nr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 154, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NU", + "unified": "1F1F3-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1fa.png", + "sheet_x": 37, + "sheet_y": 3, + "short_name": "flag-nu", + "short_names": [ + "flag-nu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 162, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS NZ", + "unified": "1F1F3-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f3-1f1ff.png", + "sheet_x": 37, + "sheet_y": 4, + "short_name": "flag-nz", + "short_names": [ + "flag-nz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 158, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS OM", + "unified": "1F1F4-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f4-1f1f2.png", + "sheet_x": 37, + "sheet_y": 5, + "short_name": "flag-om", + "short_names": [ + "flag-om" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 167, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PA", + "unified": "1F1F5-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1e6.png", + "sheet_x": 37, + "sheet_y": 6, + "short_name": "flag-pa", + "short_names": [ + "flag-pa" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 171, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PE", + "unified": "1F1F5-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1ea.png", + "sheet_x": 37, + "sheet_y": 7, + "short_name": "flag-pe", + "short_names": [ + "flag-pe" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 174, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PF", + "unified": "1F1F5-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1eb.png", + "sheet_x": 37, + "sheet_y": 8, + "short_name": "flag-pf", + "short_names": [ + "flag-pf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 79, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PG", + "unified": "1F1F5-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1ec.png", + "sheet_x": 37, + "sheet_y": 9, + "short_name": "flag-pg", + "short_names": [ + "flag-pg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 172, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PH", + "unified": "1F1F5-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1ed.png", + "sheet_x": 37, + "sheet_y": 10, + "short_name": "flag-ph", + "short_names": [ + "flag-ph" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 175, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PK", + "unified": "1F1F5-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f0.png", + "sheet_x": 37, + "sheet_y": 11, + "short_name": "flag-pk", + "short_names": [ + "flag-pk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 168, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PL", + "unified": "1F1F5-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f1.png", + "sheet_x": 37, + "sheet_y": 12, + "short_name": "flag-pl", + "short_names": [ + "flag-pl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 177, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PM", + "unified": "1F1F5-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f2.png", + "sheet_x": 37, + "sheet_y": 13, + "short_name": "flag-pm", + "short_names": [ + "flag-pm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 189, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PN", + "unified": "1F1F5-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f3.png", + "sheet_x": 37, + "sheet_y": 14, + "short_name": "flag-pn", + "short_names": [ + "flag-pn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 176, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PR", + "unified": "1F1F5-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f7.png", + "sheet_x": 37, + "sheet_y": 15, + "short_name": "flag-pr", + "short_names": [ + "flag-pr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 179, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PS", + "unified": "1F1F5-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f8.png", + "sheet_x": 37, + "sheet_y": 16, + "short_name": "flag-ps", + "short_names": [ + "flag-ps" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 170, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PT", + "unified": "1F1F5-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1f9.png", + "sheet_x": 37, + "sheet_y": 17, + "short_name": "flag-pt", + "short_names": [ + "flag-pt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 178, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PW", + "unified": "1F1F5-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1fc.png", + "sheet_x": 37, + "sheet_y": 18, + "short_name": "flag-pw", + "short_names": [ + "flag-pw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 169, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS PY", + "unified": "1F1F5-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f5-1f1fe.png", + "sheet_x": 37, + "sheet_y": 19, + "short_name": "flag-py", + "short_names": [ + "flag-py" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 173, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS QA", + "unified": "1F1F6-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f6-1f1e6.png", + "sheet_x": 37, + "sheet_y": 20, + "short_name": "flag-qa", + "short_names": [ + "flag-qa" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 180, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS RE", + "unified": "1F1F7-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f7-1f1ea.png", + "sheet_x": 37, + "sheet_y": 21, + "short_name": "flag-re", + "short_names": [ + "flag-re" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 181, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS RO", + "unified": "1F1F7-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f7-1f1f4.png", + "sheet_x": 37, + "sheet_y": 22, + "short_name": "flag-ro", + "short_names": [ + "flag-ro" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 182, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS RS", + "unified": "1F1F7-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f7-1f1f8.png", + "sheet_x": 37, + "sheet_y": 23, + "short_name": "flag-rs", + "short_names": [ + "flag-rs" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 196, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS RU", + "unified": "1F1F7-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": "E5D6", + "softbank": "E512", + "google": "FE4EC", + "image": "1f1f7-1f1fa.png", + "sheet_x": 37, + "sheet_y": 24, + "short_name": "flag-ru", + "short_names": [ + "flag-ru", + "ru" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 183, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS RW", + "unified": "1F1F7-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f7-1f1fc.png", + "sheet_x": 37, + "sheet_y": 25, + "short_name": "flag-rw", + "short_names": [ + "flag-rw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 184, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SA", + "unified": "1F1F8-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1e6.png", + "sheet_x": 37, + "sheet_y": 26, + "short_name": "flag-sa", + "short_names": [ + "flag-sa" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 194, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SB", + "unified": "1F1F8-1F1E7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1e7.png", + "sheet_x": 37, + "sheet_y": 27, + "short_name": "flag-sb", + "short_names": [ + "flag-sb" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 203, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SC", + "unified": "1F1F8-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1e8.png", + "sheet_x": 37, + "sheet_y": 28, + "short_name": "flag-sc", + "short_names": [ + "flag-sc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 197, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SD", + "unified": "1F1F8-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1e9.png", + "sheet_x": 37, + "sheet_y": 29, + "short_name": "flag-sd", + "short_names": [ + "flag-sd" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 211, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SE", + "unified": "1F1F8-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1ea.png", + "sheet_x": 37, + "sheet_y": 30, + "short_name": "flag-se", + "short_names": [ + "flag-se" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 214, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SG", + "unified": "1F1F8-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1ec.png", + "sheet_x": 37, + "sheet_y": 31, + "short_name": "flag-sg", + "short_names": [ + "flag-sg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 199, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SH", + "unified": "1F1F8-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1ed.png", + "sheet_x": 37, + "sheet_y": 32, + "short_name": "flag-sh", + "short_names": [ + "flag-sh" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 186, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SI", + "unified": "1F1F8-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1ee.png", + "sheet_x": 37, + "sheet_y": 33, + "short_name": "flag-si", + "short_names": [ + "flag-si" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 202, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SJ", + "unified": "1F1F8-1F1EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1ef.png", + "sheet_x": 37, + "sheet_y": 34, + "short_name": "flag-sj", + "short_names": [ + "flag-sj" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 255, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SK", + "unified": "1F1F8-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f0.png", + "sheet_x": 37, + "sheet_y": 35, + "short_name": "flag-sk", + "short_names": [ + "flag-sk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 201, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SL", + "unified": "1F1F8-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f1.png", + "sheet_x": 37, + "sheet_y": 36, + "short_name": "flag-sl", + "short_names": [ + "flag-sl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 198, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SM", + "unified": "1F1F8-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f2.png", + "sheet_x": 37, + "sheet_y": 37, + "short_name": "flag-sm", + "short_names": [ + "flag-sm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 192, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SN", + "unified": "1F1F8-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f3.png", + "sheet_x": 37, + "sheet_y": 38, + "short_name": "flag-sn", + "short_names": [ + "flag-sn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 195, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SO", + "unified": "1F1F8-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f4.png", + "sheet_x": 37, + "sheet_y": 39, + "short_name": "flag-so", + "short_names": [ + "flag-so" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 204, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SR", + "unified": "1F1F8-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f7.png", + "sheet_x": 37, + "sheet_y": 40, + "short_name": "flag-sr", + "short_names": [ + "flag-sr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 212, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SS", + "unified": "1F1F8-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f8.png", + "sheet_x": 38, + "sheet_y": 0, + "short_name": "flag-ss", + "short_names": [ + "flag-ss" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 208, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ST", + "unified": "1F1F8-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1f9.png", + "sheet_x": 38, + "sheet_y": 1, + "short_name": "flag-st", + "short_names": [ + "flag-st" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 193, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SV", + "unified": "1F1F8-1F1FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1fb.png", + "sheet_x": 38, + "sheet_y": 2, + "short_name": "flag-sv", + "short_names": [ + "flag-sv" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 67, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SX", + "unified": "1F1F8-1F1FD", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1fd.png", + "sheet_x": 38, + "sheet_y": 3, + "short_name": "flag-sx", + "short_names": [ + "flag-sx" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 200, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SY", + "unified": "1F1F8-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1fe.png", + "sheet_x": 38, + "sheet_y": 4, + "short_name": "flag-sy", + "short_names": [ + "flag-sy" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 216, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS SZ", + "unified": "1F1F8-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f8-1f1ff.png", + "sheet_x": 38, + "sheet_y": 5, + "short_name": "flag-sz", + "short_names": [ + "flag-sz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 213, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TA", + "unified": "1F1F9-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1e6.png", + "sheet_x": 38, + "sheet_y": 6, + "short_name": "flag-ta", + "short_names": [ + "flag-ta" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 256, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TC", + "unified": "1F1F9-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1e8.png", + "sheet_x": 38, + "sheet_y": 7, + "short_name": "flag-tc", + "short_names": [ + "flag-tc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 229, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TD", + "unified": "1F1F9-1F1E9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1e9.png", + "sheet_x": 38, + "sheet_y": 8, + "short_name": "flag-td", + "short_names": [ + "flag-td" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 45, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TF", + "unified": "1F1F9-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1eb.png", + "sheet_x": 38, + "sheet_y": 9, + "short_name": "flag-tf", + "short_names": [ + "flag-tf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 80, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TG", + "unified": "1F1F9-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1ec.png", + "sheet_x": 38, + "sheet_y": 10, + "short_name": "flag-tg", + "short_names": [ + "flag-tg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 222, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TH", + "unified": "1F1F9-1F1ED", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1ed.png", + "sheet_x": 38, + "sheet_y": 11, + "short_name": "flag-th", + "short_names": [ + "flag-th" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 220, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TJ", + "unified": "1F1F9-1F1EF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1ef.png", + "sheet_x": 38, + "sheet_y": 12, + "short_name": "flag-tj", + "short_names": [ + "flag-tj" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 218, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TK", + "unified": "1F1F9-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f0.png", + "sheet_x": 38, + "sheet_y": 13, + "short_name": "flag-tk", + "short_names": [ + "flag-tk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 223, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TL", + "unified": "1F1F9-1F1F1", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f1.png", + "sheet_x": 38, + "sheet_y": 14, + "short_name": "flag-tl", + "short_names": [ + "flag-tl" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 221, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TM", + "unified": "1F1F9-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f2.png", + "sheet_x": 38, + "sheet_y": 15, + "short_name": "flag-tm", + "short_names": [ + "flag-tm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 228, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TN", + "unified": "1F1F9-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f3.png", + "sheet_x": 38, + "sheet_y": 16, + "short_name": "flag-tn", + "short_names": [ + "flag-tn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 226, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TO", + "unified": "1F1F9-1F1F4", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f4.png", + "sheet_x": 38, + "sheet_y": 17, + "short_name": "flag-to", + "short_names": [ + "flag-to" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 224, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TR", + "unified": "1F1F9-1F1F7", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f7.png", + "sheet_x": 38, + "sheet_y": 18, + "short_name": "flag-tr", + "short_names": [ + "flag-tr" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 227, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TT", + "unified": "1F1F9-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1f9.png", + "sheet_x": 38, + "sheet_y": 19, + "short_name": "flag-tt", + "short_names": [ + "flag-tt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 225, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TV", + "unified": "1F1F9-1F1FB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1fb.png", + "sheet_x": 38, + "sheet_y": 20, + "short_name": "flag-tv", + "short_names": [ + "flag-tv" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 230, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TW", + "unified": "1F1F9-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1fc.png", + "sheet_x": 38, + "sheet_y": 21, + "short_name": "flag-tw", + "short_names": [ + "flag-tw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 217, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS TZ", + "unified": "1F1F9-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1f9-1f1ff.png", + "sheet_x": 38, + "sheet_y": 22, + "short_name": "flag-tz", + "short_names": [ + "flag-tz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 219, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS UA", + "unified": "1F1FA-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fa-1f1e6.png", + "sheet_x": 38, + "sheet_y": 23, + "short_name": "flag-ua", + "short_names": [ + "flag-ua" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 232, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS UG", + "unified": "1F1FA-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fa-1f1ec.png", + "sheet_x": 38, + "sheet_y": 24, + "short_name": "flag-ug", + "short_names": [ + "flag-ug" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 231, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS UM", + "unified": "1F1FA-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fa-1f1f2.png", + "sheet_x": 38, + "sheet_y": 25, + "short_name": "flag-um", + "short_names": [ + "flag-um" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 257, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS US", + "unified": "1F1FA-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": "E573", + "softbank": "E50C", + "google": "FE4E6", + "image": "1f1fa-1f1f8.png", + "sheet_x": 38, + "sheet_y": 26, + "short_name": "flag-us", + "short_names": [ + "flag-us", + "us" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 235, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS UY", + "unified": "1F1FA-1F1FE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fa-1f1fe.png", + "sheet_x": 38, + "sheet_y": 27, + "short_name": "flag-uy", + "short_names": [ + "flag-uy" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 237, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS UZ", + "unified": "1F1FA-1F1FF", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fa-1f1ff.png", + "sheet_x": 38, + "sheet_y": 28, + "short_name": "flag-uz", + "short_names": [ + "flag-uz" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 238, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VA", + "unified": "1F1FB-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1e6.png", + "sheet_x": 38, + "sheet_y": 29, + "short_name": "flag-va", + "short_names": [ + "flag-va" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 240, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VC", + "unified": "1F1FB-1F1E8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1e8.png", + "sheet_x": 38, + "sheet_y": 30, + "short_name": "flag-vc", + "short_names": [ + "flag-vc" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 190, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VE", + "unified": "1F1FB-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1ea.png", + "sheet_x": 38, + "sheet_y": 31, + "short_name": "flag-ve", + "short_names": [ + "flag-ve" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 241, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VG", + "unified": "1F1FB-1F1EC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1ec.png", + "sheet_x": 38, + "sheet_y": 32, + "short_name": "flag-vg", + "short_names": [ + "flag-vg" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 33, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VI", + "unified": "1F1FB-1F1EE", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1ee.png", + "sheet_x": 38, + "sheet_y": 33, + "short_name": "flag-vi", + "short_names": [ + "flag-vi" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 236, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VN", + "unified": "1F1FB-1F1F3", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1f3.png", + "sheet_x": 38, + "sheet_y": 34, + "short_name": "flag-vn", + "short_names": [ + "flag-vn" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 242, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS VU", + "unified": "1F1FB-1F1FA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fb-1f1fa.png", + "sheet_x": 38, + "sheet_y": 35, + "short_name": "flag-vu", + "short_names": [ + "flag-vu" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 239, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS WF", + "unified": "1F1FC-1F1EB", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fc-1f1eb.png", + "sheet_x": 38, + "sheet_y": 36, + "short_name": "flag-wf", + "short_names": [ + "flag-wf" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 243, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS WS", + "unified": "1F1FC-1F1F8", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fc-1f1f8.png", + "sheet_x": 38, + "sheet_y": 37, + "short_name": "flag-ws", + "short_names": [ + "flag-ws" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 191, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS XK", + "unified": "1F1FD-1F1F0", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fd-1f1f0.png", + "sheet_x": 38, + "sheet_y": 38, + "short_name": "flag-xk", + "short_names": [ + "flag-xk" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 118, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS YE", + "unified": "1F1FE-1F1EA", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fe-1f1ea.png", + "sheet_x": 38, + "sheet_y": 39, + "short_name": "flag-ye", + "short_names": [ + "flag-ye" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 245, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS YT", + "unified": "1F1FE-1F1F9", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1fe-1f1f9.png", + "sheet_x": 38, + "sheet_y": 40, + "short_name": "flag-yt", + "short_names": [ + "flag-yt" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 142, + "has_img_apple": true, + "has_img_google": false, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ZA", + "unified": "1F1FF-1F1E6", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ff-1f1e6.png", + "sheet_x": 39, + "sheet_y": 0, + "short_name": "flag-za", + "short_names": [ + "flag-za" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 205, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ZM", + "unified": "1F1FF-1F1F2", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ff-1f1f2.png", + "sheet_x": 39, + "sheet_y": 1, + "short_name": "flag-zm", + "short_names": [ + "flag-zm" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 246, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": "REGIONAL INDICATOR SYMBOL LETTERS ZW", + "unified": "1F1FF-1F1FC", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f1ff-1f1fc.png", + "sheet_x": 39, + "sheet_y": 2, + "short_name": "flag-zw", + "short_names": [ + "flag-zw" + ], + "text": null, + "texts": null, + "category": "Flags", + "sort_order": 247, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F468-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f468-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 3, + "short_name": "man-man-boy", + "short_names": [ + "man-man-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 171, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F468-200D-1F466-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f468-200d-1f466-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 4, + "short_name": "man-man-boy-boy", + "short_names": [ + "man-man-boy-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 174, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F468-200D-1F467", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f468-200d-1f467.png", + "sheet_x": 39, + "sheet_y": 5, + "short_name": "man-man-girl", + "short_names": [ + "man-man-girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 172, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F468-200D-1F467-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f468-200d-1f467-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 6, + "short_name": "man-man-girl-boy", + "short_names": [ + "man-man-girl-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 173, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F468-200D-1F467-200D-1F467", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f468-200d-1f467-200d-1f467.png", + "sheet_x": 39, + "sheet_y": 7, + "short_name": "man-man-girl-girl", + "short_names": [ + "man-man-girl-girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 175, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F469-200D-1F466-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f469-200d-1f466-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 8, + "short_name": "man-woman-boy-boy", + "short_names": [ + "man-woman-boy-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 164, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F469-200D-1F467", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f469-200d-1f467.png", + "sheet_x": 39, + "sheet_y": 9, + "short_name": "man-woman-girl", + "short_names": [ + "man-woman-girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 162, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F469-200D-1F467-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f469-200d-1f467-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 10, + "short_name": "man-woman-girl-boy", + "short_names": [ + "man-woman-girl-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 163, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-1F469-200D-1F467-200D-1F467", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-1f469-200d-1f467-200d-1f467.png", + "sheet_x": 39, + "sheet_y": 11, + "short_name": "man-woman-girl-girl", + "short_names": [ + "man-woman-girl-girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 165, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-2764-FE0F-200D-1F468", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-2764-fe0f-200d-1f468.png", + "sheet_x": 39, + "sheet_y": 12, + "short_name": "man-heart-man", + "short_names": [ + "man-heart-man" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 157, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": false, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png", + "sheet_x": 39, + "sheet_y": 13, + "short_name": "man-kiss-man", + "short_names": [ + "man-kiss-man" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 160, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": false, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-1F469-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-1f469-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 14, + "short_name": "woman-woman-boy", + "short_names": [ + "woman-woman-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 166, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-1F469-200D-1F466-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-1f469-200d-1f466-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 15, + "short_name": "woman-woman-boy-boy", + "short_names": [ + "woman-woman-boy-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 169, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-1F469-200D-1F467", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-1f469-200d-1f467.png", + "sheet_x": 39, + "sheet_y": 16, + "short_name": "woman-woman-girl", + "short_names": [ + "woman-woman-girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 167, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-1F469-200D-1F467-200D-1F466", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-1f469-200d-1f467-200d-1f466.png", + "sheet_x": 39, + "sheet_y": 17, + "short_name": "woman-woman-girl-boy", + "short_names": [ + "woman-woman-girl-boy" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 168, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-1F469-200D-1F467-200D-1F467", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-1f469-200d-1f467-200d-1f467.png", + "sheet_x": 39, + "sheet_y": 18, + "short_name": "woman-woman-girl-girl", + "short_names": [ + "woman-woman-girl-girl" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 170, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": true, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-2764-FE0F-200D-1F469", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-2764-fe0f-200d-1f469.png", + "sheet_x": 39, + "sheet_y": 19, + "short_name": "woman-heart-woman", + "short_names": [ + "woman-heart-woman" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 156, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": false, + "has_img_facebook": true, + "has_img_messenger": true + }, + { + "name": null, + "unified": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469", + "variations": [ + + ], + "docomo": null, + "au": null, + "softbank": null, + "google": null, + "image": "1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png", + "sheet_x": 39, + "sheet_y": 20, + "short_name": "woman-kiss-woman", + "short_names": [ + "woman-kiss-woman" + ], + "text": null, + "texts": null, + "category": "People", + "sort_order": 159, + "has_img_apple": true, + "has_img_google": true, + "has_img_twitter": true, + "has_img_emojione": false, + "has_img_facebook": true, + "has_img_messenger": true + } +] \ No newline at end of file diff --git a/build/lightweight.json b/build/lightweight.json new file mode 100644 index 0000000..e41f41f --- /dev/null +++ b/build/lightweight.json @@ -0,0 +1 @@ +{"Symbols":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY BLACK HEART","short_name":"heart","short_names":["heart"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"YELLOW HEART","short_name":"yellow_heart","short_names":["yellow_heart"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GREEN HEART","short_name":"green_heart","short_names":["green_heart"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLUE HEART","short_name":"blue_heart","short_names":["blue_heart"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PURPLE HEART","short_name":"purple_heart","short_names":["purple_heart"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BROKEN HEART","short_name":"broken_heart","short_names":["broken_heart"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HEAVY HEART EXCLAMATION MARK ORNAMENT","short_name":"heavy_heart_exclamation_mark_ornament","short_names":["heavy_heart_exclamation_mark_ornament"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWO HEARTS","short_name":"two_hearts","short_names":["two_hearts"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REVOLVING HEARTS","short_name":"revolving_hearts","short_names":["revolving_hearts"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BEATING HEART","short_name":"heartbeat","short_names":["heartbeat"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GROWING HEART","short_name":"heartpulse","short_names":["heartpulse"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPARKLING HEART","short_name":"sparkling_heart","short_names":["sparkling_heart"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEART WITH ARROW","short_name":"cupid","short_names":["cupid"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEART WITH RIBBON","short_name":"gift_heart","short_names":["gift_heart"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEART DECORATION","short_name":"heart_decoration","short_names":["heart_decoration"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PEACE SYMBOL","short_name":"peace_symbol","short_names":["peace_symbol"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LATIN CROSS","short_name":"latin_cross","short_names":["latin_cross"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STAR AND CRESCENT","short_name":"star_and_crescent","short_names":["star_and_crescent"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"OM SYMBOL","short_name":"om_symbol","short_names":["om_symbol"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHEEL OF DHARMA","short_name":"wheel_of_dharma","short_names":["wheel_of_dharma"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STAR OF DAVID","short_name":"star_of_david","short_names":["star_of_david"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SIX POINTED STAR WITH MIDDLE DOT","short_name":"six_pointed_star","short_names":["six_pointed_star"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MENORAH WITH NINE BRANCHES","short_name":"menorah_with_nine_branches","short_names":["menorah_with_nine_branches"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"YIN YANG","short_name":"yin_yang","short_names":["yin_yang"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ORTHODOX CROSS","short_name":"orthodox_cross","short_names":["orthodox_cross"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PLACE OF WORSHIP","short_name":"place_of_worship","short_names":["place_of_worship"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPHIUCHUS","short_name":"ophiuchus","short_names":["ophiuchus"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARIES","short_name":"aries","short_names":["aries"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TAURUS","short_name":"taurus","short_names":["taurus"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GEMINI","short_name":"gemini","short_names":["gemini"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CANCER","short_name":"cancer","short_names":["cancer"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEO","short_name":"leo","short_names":["leo"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIRGO","short_name":"virgo","short_names":["virgo"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LIBRA","short_name":"libra","short_names":["libra"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCORPIUS","short_name":"scorpius","short_names":["scorpius"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAGITTARIUS","short_name":"sagittarius","short_names":["sagittarius"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAPRICORN","short_name":"capricorn","short_names":["capricorn"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AQUARIUS","short_name":"aquarius","short_names":["aquarius"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PISCES","short_name":"pisces","short_names":["pisces"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED ID","short_name":"id","short_names":["id"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ATOM SYMBOL","short_name":"atom_symbol","short_names":["atom_symbol"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7A7A","short_name":"u7a7a","short_names":["u7a7a"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-5272","short_name":"u5272","short_names":["u5272"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RADIOACTIVE SIGN","short_name":"radioactive_sign","short_names":["radioactive_sign"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BIOHAZARD SIGN","short_name":"biohazard_sign","short_names":["biohazard_sign"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOBILE PHONE OFF","short_name":"mobile_phone_off","short_names":["mobile_phone_off"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIBRATION MODE","short_name":"vibration_mode","short_names":["vibration_mode"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6709","short_name":"u6709","short_names":["u6709"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7121","short_name":"u7121","short_names":["u7121"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7533","short_name":"u7533","short_names":["u7533"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-55B6","short_name":"u55b6","short_names":["u55b6"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6708","short_name":"u6708","short_names":["u6708"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EIGHT POINTED BLACK STAR","short_name":"eight_pointed_black_star","short_names":["eight_pointed_black_star"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED VS","short_name":"vs","short_names":["vs"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH ACCEPT","short_name":"accept","short_names":["accept"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE FLOWER","short_name":"white_flower","short_names":["white_flower"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH ADVANTAGE","short_name":"ideograph_advantage","short_names":["ideograph_advantage"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH SECRET","short_name":"secret","short_names":["secret"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH CONGRATULATION","short_name":"congratulations","short_names":["congratulations"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-5408","short_name":"u5408","short_names":["u5408"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6E80","short_name":"u6e80","short_names":["u6e80"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7981","short_name":"u7981","short_names":["u7981"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER A","short_name":"a","short_names":["a"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER B","short_name":"b","short_names":["b"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED AB","short_name":"ab","short_names":["ab"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CL","short_name":"cl","short_names":["cl"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER O","short_name":"o2","short_names":["o2"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED SOS","short_name":"sos","short_names":["sos"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO ENTRY","short_name":"no_entry","short_names":["no_entry"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NAME BADGE","short_name":"name_badge","short_names":["name_badge"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO ENTRY SIGN","short_name":"no_entry_sign","short_names":["no_entry_sign"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROSS MARK","short_name":"x","short_names":["x"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY LARGE CIRCLE","short_name":"o","short_names":["o"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANGER SYMBOL","short_name":"anger","short_names":["anger"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOT SPRINGS","short_name":"hotsprings","short_names":["hotsprings"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO PEDESTRIANS","short_name":"no_pedestrians","short_names":["no_pedestrians"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DO NOT LITTER SYMBOL","short_name":"do_not_litter","short_names":["do_not_litter"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO BICYCLES","short_name":"no_bicycles","short_names":["no_bicycles"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NON-POTABLE WATER SYMBOL","short_name":"non-potable_water","short_names":["non-potable_water"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO ONE UNDER EIGHTEEN SYMBOL","short_name":"underage","short_names":["underage"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO MOBILE PHONES","short_name":"no_mobile_phones","short_names":["no_mobile_phones"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY EXCLAMATION MARK SYMBOL","short_name":"exclamation","short_names":["exclamation","heavy_exclamation_mark"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE EXCLAMATION MARK ORNAMENT","short_name":"grey_exclamation","short_names":["grey_exclamation"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK QUESTION MARK ORNAMENT","short_name":"question","short_names":["question"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE QUESTION MARK ORNAMENT","short_name":"grey_question","short_names":["grey_question"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOUBLE EXCLAMATION MARK","short_name":"bangbang","short_names":["bangbang"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EXCLAMATION QUESTION MARK","short_name":"interrobang","short_names":["interrobang"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HUNDRED POINTS SYMBOL","short_name":"100","short_names":["100"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOW BRIGHTNESS SYMBOL","short_name":"low_brightness","short_names":["low_brightness"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH BRIGHTNESS SYMBOL","short_name":"high_brightness","short_names":["high_brightness"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRIDENT EMBLEM","short_name":"trident","short_names":["trident"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FLEUR-DE-LIS","short_name":"fleur_de_lis","short_names":["fleur_de_lis"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PART ALTERNATION MARK","short_name":"part_alternation_mark","short_names":["part_alternation_mark"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WARNING SIGN","short_name":"warning","short_names":["warning"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHILDREN CROSSING","short_name":"children_crossing","short_names":["children_crossing"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE SYMBOL FOR BEGINNER","short_name":"beginner","short_names":["beginner"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK UNIVERSAL RECYCLING SYMBOL","short_name":"recycle","short_names":["recycle"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6307","short_name":"u6307","short_names":["u6307"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHART WITH UPWARDS TREND AND YEN SIGN","short_name":"chart","short_names":["chart"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPARKLE","short_name":"sparkle","short_names":["sparkle"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EIGHT SPOKED ASTERISK","short_name":"eight_spoked_asterisk","short_names":["eight_spoked_asterisk"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED CROSS MARK","short_name":"negative_squared_cross_mark","short_names":["negative_squared_cross_mark"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE HEAVY CHECK MARK","short_name":"white_check_mark","short_names":["white_check_mark"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIAMOND SHAPE WITH A DOT INSIDE","short_name":"diamond_shape_with_a_dot_inside","short_names":["diamond_shape_with_a_dot_inside"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CYCLONE","short_name":"cyclone","short_names":["cyclone"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOUBLE CURLY LOOP","short_name":"loop","short_names":["loop"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GLOBE WITH MERIDIANS","short_name":"globe_with_meridians","short_names":["globe_with_meridians"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED LATIN CAPITAL LETTER M","short_name":"m","short_names":["m"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AUTOMATED TELLER MACHINE","short_name":"atm","short_names":["atm"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED KATAKANA SA","short_name":"sa","short_names":["sa"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PASSPORT CONTROL","short_name":"passport_control","short_names":["passport_control"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CUSTOMS","short_name":"customs","short_names":["customs"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BAGGAGE CLAIM","short_name":"baggage_claim","short_names":["baggage_claim"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFT LUGGAGE","short_name":"left_luggage","short_names":["left_luggage"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHEELCHAIR SYMBOL","short_name":"wheelchair","short_names":["wheelchair"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO SMOKING SYMBOL","short_name":"no_smoking","short_names":["no_smoking"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATER CLOSET","short_name":"wc","short_names":["wc"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER P","short_name":"parking","short_names":["parking"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POTABLE WATER SYMBOL","short_name":"potable_water","short_names":["potable_water"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MENS SYMBOL","short_name":"mens","short_names":["mens"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMENS SYMBOL","short_name":"womens","short_names":["womens"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY SYMBOL","short_name":"baby_symbol","short_names":["baby_symbol"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RESTROOM","short_name":"restroom","short_names":["restroom"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PUT LITTER IN ITS PLACE SYMBOL","short_name":"put_litter_in_its_place","short_names":["put_litter_in_its_place"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CINEMA","short_name":"cinema","short_names":["cinema"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANTENNA WITH BARS","short_name":"signal_strength","short_names":["signal_strength"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED KATAKANA KOKO","short_name":"koko","short_names":["koko"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED NG","short_name":"ng","short_names":["ng"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED OK","short_name":"ok","short_names":["ok"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED UP WITH EXCLAMATION MARK","short_name":"up","short_names":["up"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED COOL","short_name":"cool","short_names":["cool"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED NEW","short_name":"new","short_names":["new"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED FREE","short_name":"free","short_names":["free"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 0","short_name":"zero","short_names":["zero"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 1","short_name":"one","short_names":["one"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 2","short_name":"two","short_names":["two"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 3","short_name":"three","short_names":["three"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 4","short_name":"four","short_names":["four"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 5","short_name":"five","short_names":["five"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 6","short_name":"six","short_names":["six"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 7","short_name":"seven","short_names":["seven"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 8","short_name":"eight","short_names":["eight"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 9","short_name":"nine","short_names":["nine"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KEYCAP TEN","short_name":"keycap_ten","short_names":["keycap_ten"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":null,"short_name":"keycap_star","short_names":["keycap_star"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR NUMBERS","short_name":"1234","short_names":["1234"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK RIGHT-POINTING TRIANGLE","short_name":"arrow_forward","short_names":["arrow_forward"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DOUBLE VERTICAL BAR","short_name":"double_vertical_bar","short_names":["double_vertical_bar"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR","short_name":"black_right_pointing_triangle_with_double_vertical_bar","short_names":["black_right_pointing_triangle_with_double_vertical_bar"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK SQUARE FOR STOP","short_name":"black_square_for_stop","short_names":["black_square_for_stop"],"sort_order":150},{"has_img_apple":false,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"name":"EJECT SYMBOL","short_name":"eject","short_names":["eject"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK CIRCLE FOR RECORD","short_name":"black_circle_for_record","short_names":["black_circle_for_record"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR","short_name":"black_right_pointing_double_triangle_with_vertical_bar","short_names":["black_right_pointing_double_triangle_with_vertical_bar"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR","short_name":"black_left_pointing_double_triangle_with_vertical_bar","short_names":["black_left_pointing_double_triangle_with_vertical_bar"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK RIGHT-POINTING DOUBLE TRIANGLE","short_name":"fast_forward","short_names":["fast_forward"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK LEFT-POINTING DOUBLE TRIANGLE","short_name":"rewind","short_names":["rewind"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWISTED RIGHTWARDS ARROWS","short_name":"twisted_rightwards_arrows","short_names":["twisted_rightwards_arrows"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS","short_name":"repeat","short_names":["repeat"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY","short_name":"repeat_one","short_names":["repeat_one"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK LEFT-POINTING TRIANGLE","short_name":"arrow_backward","short_names":["arrow_backward"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UP-POINTING SMALL RED TRIANGLE","short_name":"arrow_up_small","short_names":["arrow_up_small"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOWN-POINTING SMALL RED TRIANGLE","short_name":"arrow_down_small","short_names":["arrow_down_small"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK UP-POINTING DOUBLE TRIANGLE","short_name":"arrow_double_up","short_names":["arrow_double_up"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK DOWN-POINTING DOUBLE TRIANGLE","short_name":"arrow_double_down","short_names":["arrow_double_down"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK RIGHTWARDS ARROW","short_name":"arrow_right","short_names":["arrow_right"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFTWARDS BLACK ARROW","short_name":"arrow_left","short_names":["arrow_left"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UPWARDS BLACK ARROW","short_name":"arrow_up","short_names":["arrow_up"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOWNWARDS BLACK ARROW","short_name":"arrow_down","short_names":["arrow_down"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NORTH EAST ARROW","short_name":"arrow_upper_right","short_names":["arrow_upper_right"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOUTH EAST ARROW","short_name":"arrow_lower_right","short_names":["arrow_lower_right"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOUTH WEST ARROW","short_name":"arrow_lower_left","short_names":["arrow_lower_left"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NORTH WEST ARROW","short_name":"arrow_upper_left","short_names":["arrow_upper_left"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UP DOWN ARROW","short_name":"arrow_up_down","short_names":["arrow_up_down"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFT RIGHT ARROW","short_name":"left_right_arrow","short_names":["left_right_arrow"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","short_name":"arrows_counterclockwise","short_names":["arrows_counterclockwise"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RIGHTWARDS ARROW WITH HOOK","short_name":"arrow_right_hook","short_names":["arrow_right_hook"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFTWARDS ARROW WITH HOOK","short_name":"leftwards_arrow_with_hook","short_names":["leftwards_arrow_with_hook"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS","short_name":"arrow_heading_up","short_names":["arrow_heading_up"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS","short_name":"arrow_heading_down","short_names":["arrow_heading_down"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"HASH KEY","short_name":"hash","short_names":["hash"],"sort_order":180},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INFORMATION SOURCE","short_name":"information_source","short_names":["information_source"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR LATIN LETTERS","short_name":"abc","short_names":["abc"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR LATIN SMALL LETTERS","short_name":"abcd","short_names":["abcd"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR LATIN CAPITAL LETTERS","short_name":"capital_abcd","short_names":["capital_abcd"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR SYMBOLS","short_name":"symbols","short_names":["symbols"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSICAL NOTE","short_name":"musical_note","short_names":["musical_note"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MULTIPLE MUSICAL NOTES","short_name":"notes","short_names":["notes"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAVY DASH","short_name":"wavy_dash","short_names":["wavy_dash"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CURLY LOOP","short_name":"curly_loop","short_names":["curly_loop"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY CHECK MARK","short_name":"heavy_check_mark","short_names":["heavy_check_mark"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","short_name":"arrows_clockwise","short_names":["arrows_clockwise"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY PLUS SIGN","short_name":"heavy_plus_sign","short_names":["heavy_plus_sign"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY MINUS SIGN","short_name":"heavy_minus_sign","short_names":["heavy_minus_sign"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY DIVISION SIGN","short_name":"heavy_division_sign","short_names":["heavy_division_sign"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY MULTIPLICATION X","short_name":"heavy_multiplication_x","short_names":["heavy_multiplication_x"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY DOLLAR SIGN","short_name":"heavy_dollar_sign","short_names":["heavy_dollar_sign"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CURRENCY EXCHANGE","short_name":"currency_exchange","short_names":["currency_exchange"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"COPYRIGHT SIGN","short_name":"copyright","short_names":["copyright"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"REGISTERED SIGN","short_name":"registered","short_names":["registered"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRADE MARK SIGN","short_name":"tm","short_names":["tm"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"END WITH LEFTWARDS ARROW ABOVE","short_name":"end","short_names":["end"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BACK WITH LEFTWARDS ARROW ABOVE","short_name":"back","short_names":["back"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE","short_name":"on","short_names":["on"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOP WITH UPWARDS ARROW ABOVE","short_name":"top","short_names":["top"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOON WITH RIGHTWARDS ARROW ABOVE","short_name":"soon","short_names":["soon"],"sort_order":205},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BALLOT BOX WITH CHECK","short_name":"ballot_box_with_check","short_names":["ballot_box_with_check"],"sort_order":206},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RADIO BUTTON","short_name":"radio_button","short_names":["radio_button"],"sort_order":207},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEDIUM WHITE CIRCLE","short_name":"white_circle","short_names":["white_circle"],"sort_order":208},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEDIUM BLACK CIRCLE","short_name":"black_circle","short_names":["black_circle"],"sort_order":209},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE RED CIRCLE","short_name":"red_circle","short_names":["red_circle"],"sort_order":210},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE BLUE CIRCLE","short_name":"large_blue_circle","short_names":["large_blue_circle"],"sort_order":211},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMALL ORANGE DIAMOND","short_name":"small_orange_diamond","short_names":["small_orange_diamond"],"sort_order":212},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMALL BLUE DIAMOND","short_name":"small_blue_diamond","short_names":["small_blue_diamond"],"sort_order":213},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE ORANGE DIAMOND","short_name":"large_orange_diamond","short_names":["large_orange_diamond"],"sort_order":214},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE BLUE DIAMOND","short_name":"large_blue_diamond","short_names":["large_blue_diamond"],"sort_order":215},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UP-POINTING RED TRIANGLE","short_name":"small_red_triangle","short_names":["small_red_triangle"],"sort_order":216},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SMALL SQUARE","short_name":"black_small_square","short_names":["black_small_square"],"sort_order":217},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE SMALL SQUARE","short_name":"white_small_square","short_names":["white_small_square"],"sort_order":218},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK LARGE SQUARE","short_name":"black_large_square","short_names":["black_large_square"],"sort_order":219},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE LARGE SQUARE","short_name":"white_large_square","short_names":["white_large_square"],"sort_order":220},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOWN-POINTING RED TRIANGLE","short_name":"small_red_triangle_down","short_names":["small_red_triangle_down"],"sort_order":221},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK MEDIUM SQUARE","short_name":"black_medium_square","short_names":["black_medium_square"],"sort_order":222},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE MEDIUM SQUARE","short_name":"white_medium_square","short_names":["white_medium_square"],"sort_order":223},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK MEDIUM SMALL SQUARE","short_name":"black_medium_small_square","short_names":["black_medium_small_square"],"sort_order":224},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE MEDIUM SMALL SQUARE","short_name":"white_medium_small_square","short_names":["white_medium_small_square"],"sort_order":225},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SQUARE BUTTON","short_name":"black_square_button","short_names":["black_square_button"],"sort_order":226},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE SQUARE BUTTON","short_name":"white_square_button","short_names":["white_square_button"],"sort_order":227},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER","short_name":"speaker","short_names":["speaker"],"sort_order":228},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER WITH ONE SOUND WAVE","short_name":"sound","short_names":["sound"],"sort_order":229},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER WITH THREE SOUND WAVES","short_name":"loud_sound","short_names":["loud_sound"],"sort_order":230},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER WITH CANCELLATION STROKE","short_name":"mute","short_names":["mute"],"sort_order":231},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHEERING MEGAPHONE","short_name":"mega","short_names":["mega"],"sort_order":232},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PUBLIC ADDRESS LOUDSPEAKER","short_name":"loudspeaker","short_names":["loudspeaker"],"sort_order":233},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BELL","short_name":"bell","short_names":["bell"],"sort_order":234},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BELL WITH CANCELLATION STROKE","short_name":"no_bell","short_names":["no_bell"],"sort_order":235},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PLAYING CARD BLACK JOKER","short_name":"black_joker","short_names":["black_joker"],"sort_order":236},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAHJONG TILE RED DRAGON","short_name":"mahjong","short_names":["mahjong"],"sort_order":237},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SPADE SUIT","short_name":"spades","short_names":["spades"],"sort_order":238},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK CLUB SUIT","short_name":"clubs","short_names":["clubs"],"sort_order":239},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK HEART SUIT","short_name":"hearts","short_names":["hearts"],"sort_order":240},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK DIAMOND SUIT","short_name":"diamonds","short_names":["diamonds"],"sort_order":241},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLOWER PLAYING CARDS","short_name":"flower_playing_cards","short_names":["flower_playing_cards"],"sort_order":242},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"THOUGHT BALLOON","short_name":"thought_balloon","short_names":["thought_balloon"],"sort_order":243},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RIGHT ANGER BUBBLE","short_name":"right_anger_bubble","short_names":["right_anger_bubble"],"sort_order":244},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEECH BALLOON","short_name":"speech_balloon","short_names":["speech_balloon"],"sort_order":245},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"name":"LEFT SPEECH BUBBLE","short_name":"left_speech_bubble","short_names":["left_speech_bubble"],"sort_order":246},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ONE OCLOCK","short_name":"clock1","short_names":["clock1"],"sort_order":247},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWO OCLOCK","short_name":"clock2","short_names":["clock2"],"sort_order":248},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE THREE OCLOCK","short_name":"clock3","short_names":["clock3"],"sort_order":249},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FOUR OCLOCK","short_name":"clock4","short_names":["clock4"],"sort_order":250},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FIVE OCLOCK","short_name":"clock5","short_names":["clock5"],"sort_order":251},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SIX OCLOCK","short_name":"clock6","short_names":["clock6"],"sort_order":252},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SEVEN OCLOCK","short_name":"clock7","short_names":["clock7"],"sort_order":253},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE EIGHT OCLOCK","short_name":"clock8","short_names":["clock8"],"sort_order":254},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE NINE OCLOCK","short_name":"clock9","short_names":["clock9"],"sort_order":255},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TEN OCLOCK","short_name":"clock10","short_names":["clock10"],"sort_order":256},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ELEVEN OCLOCK","short_name":"clock11","short_names":["clock11"],"sort_order":257},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWELVE OCLOCK","short_name":"clock12","short_names":["clock12"],"sort_order":258},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ONE-THIRTY","short_name":"clock130","short_names":["clock130"],"sort_order":259},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWO-THIRTY","short_name":"clock230","short_names":["clock230"],"sort_order":260},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE THREE-THIRTY","short_name":"clock330","short_names":["clock330"],"sort_order":261},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FOUR-THIRTY","short_name":"clock430","short_names":["clock430"],"sort_order":262},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FIVE-THIRTY","short_name":"clock530","short_names":["clock530"],"sort_order":263},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SIX-THIRTY","short_name":"clock630","short_names":["clock630"],"sort_order":264},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SEVEN-THIRTY","short_name":"clock730","short_names":["clock730"],"sort_order":265},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE EIGHT-THIRTY","short_name":"clock830","short_names":["clock830"],"sort_order":266},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE NINE-THIRTY","short_name":"clock930","short_names":["clock930"],"sort_order":267},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TEN-THIRTY","short_name":"clock1030","short_names":["clock1030"],"sort_order":268},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ELEVEN-THIRTY","short_name":"clock1130","short_names":["clock1130"],"sort_order":269},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWELVE-THIRTY","short_name":"clock1230","short_names":["clock1230"],"sort_order":270}],"Objects":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATCH","short_name":"watch","short_names":["watch"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOBILE PHONE","short_name":"iphone","short_names":["iphone"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT","short_name":"calling","short_names":["calling"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSONAL COMPUTER","short_name":"computer","short_names":["computer"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"KEYBOARD","short_name":"keyboard","short_names":["keyboard"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DESKTOP COMPUTER","short_name":"desktop_computer","short_names":["desktop_computer"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PRINTER","short_name":"printer","short_names":["printer"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THREE BUTTON MOUSE","short_name":"three_button_mouse","short_names":["three_button_mouse"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TRACKBALL","short_name":"trackball","short_names":["trackball"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"JOYSTICK","short_name":"joystick","short_names":["joystick"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COMPRESSION","short_name":"compression","short_names":["compression"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MINIDISC","short_name":"minidisc","short_names":["minidisc"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLOPPY DISK","short_name":"floppy_disk","short_names":["floppy_disk"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPTICAL DISC","short_name":"cd","short_names":["cd"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DVD","short_name":"dvd","short_names":["dvd"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIDEOCASSETTE","short_name":"vhs","short_names":["vhs"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAMERA","short_name":"camera","short_names":["camera"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CAMERA WITH FLASH","short_name":"camera_with_flash","short_names":["camera_with_flash"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIDEO CAMERA","short_name":"video_camera","short_names":["video_camera"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOVIE CAMERA","short_name":"movie_camera","short_names":["movie_camera"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FILM PROJECTOR","short_name":"film_projector","short_names":["film_projector"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FILM FRAMES","short_name":"film_frames","short_names":["film_frames"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TELEPHONE RECEIVER","short_name":"telephone_receiver","short_names":["telephone_receiver"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK TELEPHONE","short_name":"phone","short_names":["phone","telephone"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAGER","short_name":"pager","short_names":["pager"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FAX MACHINE","short_name":"fax","short_names":["fax"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TELEVISION","short_name":"tv","short_names":["tv"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RADIO","short_name":"radio","short_names":["radio"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STUDIO MICROPHONE","short_name":"studio_microphone","short_names":["studio_microphone"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LEVEL SLIDER","short_name":"level_slider","short_names":["level_slider"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CONTROL KNOBS","short_name":"control_knobs","short_names":["control_knobs"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STOPWATCH","short_name":"stopwatch","short_names":["stopwatch"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TIMER CLOCK","short_name":"timer_clock","short_names":["timer_clock"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ALARM CLOCK","short_name":"alarm_clock","short_names":["alarm_clock"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MANTELPIECE CLOCK","short_name":"mantelpiece_clock","short_names":["mantelpiece_clock"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOURGLASS WITH FLOWING SAND","short_name":"hourglass_flowing_sand","short_names":["hourglass_flowing_sand"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOURGLASS","short_name":"hourglass","short_names":["hourglass"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SATELLITE ANTENNA","short_name":"satellite_antenna","short_names":["satellite_antenna"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BATTERY","short_name":"battery","short_names":["battery"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELECTRIC PLUG","short_name":"electric_plug","short_names":["electric_plug"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELECTRIC LIGHT BULB","short_name":"bulb","short_names":["bulb"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELECTRIC TORCH","short_name":"flashlight","short_names":["flashlight"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CANDLE","short_name":"candle","short_names":["candle"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WASTEBASKET","short_name":"wastebasket","short_names":["wastebasket"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"OIL DRUM","short_name":"oil_drum","short_names":["oil_drum"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONEY WITH WINGS","short_name":"money_with_wings","short_names":["money_with_wings"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH DOLLAR SIGN","short_name":"dollar","short_names":["dollar"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH YEN SIGN","short_name":"yen","short_names":["yen"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH EURO SIGN","short_name":"euro","short_names":["euro"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH POUND SIGN","short_name":"pound","short_names":["pound"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONEY BAG","short_name":"moneybag","short_names":["moneybag"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CREDIT CARD","short_name":"credit_card","short_names":["credit_card"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GEM STONE","short_name":"gem","short_names":["gem"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SCALES","short_name":"scales","short_names":["scales"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WRENCH","short_name":"wrench","short_names":["wrench"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAMMER","short_name":"hammer","short_names":["hammer"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HAMMER AND PICK","short_name":"hammer_and_pick","short_names":["hammer_and_pick"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HAMMER AND WRENCH","short_name":"hammer_and_wrench","short_names":["hammer_and_wrench"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PICK","short_name":"pick","short_names":["pick"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NUT AND BOLT","short_name":"nut_and_bolt","short_names":["nut_and_bolt"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"GEAR","short_name":"gear","short_names":["gear"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CHAINS","short_name":"chains","short_names":["chains"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PISTOL","short_name":"gun","short_names":["gun"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOMB","short_name":"bomb","short_names":["bomb"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOCHO","short_name":"hocho","short_names":["hocho","knife"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DAGGER KNIFE","short_name":"dagger_knife","short_names":["dagger_knife"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CROSSED SWORDS","short_name":"crossed_swords","short_names":["crossed_swords"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHIELD","short_name":"shield","short_names":["shield"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMOKING SYMBOL","short_name":"smoking","short_names":["smoking"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SKULL AND CROSSBONES","short_name":"skull_and_crossbones","short_names":["skull_and_crossbones"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COFFIN","short_name":"coffin","short_names":["coffin"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FUNERAL URN","short_name":"funeral_urn","short_names":["funeral_urn"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"AMPHORA","short_name":"amphora","short_names":["amphora"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRYSTAL BALL","short_name":"crystal_ball","short_names":["crystal_ball"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PRAYER BEADS","short_name":"prayer_beads","short_names":["prayer_beads"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BARBER POLE","short_name":"barber","short_names":["barber"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ALEMBIC","short_name":"alembic","short_names":["alembic"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TELESCOPE","short_name":"telescope","short_names":["telescope"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MICROSCOPE","short_name":"microscope","short_names":["microscope"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOLE","short_name":"hole","short_names":["hole"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PILL","short_name":"pill","short_names":["pill"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SYRINGE","short_name":"syringe","short_names":["syringe"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THERMOMETER","short_name":"thermometer","short_names":["thermometer"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LABEL","short_name":"label","short_names":["label"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOOKMARK","short_name":"bookmark","short_names":["bookmark"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOILET","short_name":"toilet","short_names":["toilet"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHOWER","short_name":"shower","short_names":["shower"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BATHTUB","short_name":"bathtub","short_names":["bathtub"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KEY","short_name":"key","short_names":["key"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"OLD KEY","short_name":"old_key","short_names":["old_key"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COUCH AND LAMP","short_name":"couch_and_lamp","short_names":["couch_and_lamp"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SLEEPING ACCOMMODATION","short_name":"sleeping_accommodation","short_names":["sleeping_accommodation"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BED","short_name":"bed","short_names":["bed"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOOR","short_name":"door","short_names":["door"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BELLHOP BELL","short_name":"bellhop_bell","short_names":["bellhop_bell"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FRAME WITH PICTURE","short_name":"frame_with_picture","short_names":["frame_with_picture"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WORLD MAP","short_name":"world_map","short_names":["world_map"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UMBRELLA ON GROUND","short_name":"umbrella_on_ground","short_names":["umbrella_on_ground"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOYAI","short_name":"moyai","short_names":["moyai"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHOPPING BAGS","short_name":"shopping_bags","short_names":["shopping_bags"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BALLOON","short_name":"balloon","short_names":["balloon"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CARP STREAMER","short_name":"flags","short_names":["flags"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RIBBON","short_name":"ribbon","short_names":["ribbon"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WRAPPED PRESENT","short_name":"gift","short_names":["gift"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONFETTI BALL","short_name":"confetti_ball","short_names":["confetti_ball"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PARTY POPPER","short_name":"tada","short_names":["tada"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE DOLLS","short_name":"dolls","short_names":["dolls"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WIND CHIME","short_name":"wind_chime","short_names":["wind_chime"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROSSED FLAGS","short_name":"crossed_flags","short_names":["crossed_flags"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"IZAKAYA LANTERN","short_name":"izakaya_lantern","short_names":["izakaya_lantern","lantern"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ENVELOPE","short_name":"email","short_names":["email","envelope"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ENVELOPE WITH DOWNWARDS ARROW ABOVE","short_name":"envelope_with_arrow","short_names":["envelope_with_arrow"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INCOMING ENVELOPE","short_name":"incoming_envelope","short_names":["incoming_envelope"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"E-MAIL SYMBOL","short_name":"e-mail","short_names":["e-mail"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOVE LETTER","short_name":"love_letter","short_names":["love_letter"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POSTBOX","short_name":"postbox","short_names":["postbox"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED MAILBOX WITH LOWERED FLAG","short_name":"mailbox_closed","short_names":["mailbox_closed"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED MAILBOX WITH RAISED FLAG","short_name":"mailbox","short_names":["mailbox"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN MAILBOX WITH RAISED FLAG","short_name":"mailbox_with_mail","short_names":["mailbox_with_mail"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN MAILBOX WITH LOWERED FLAG","short_name":"mailbox_with_no_mail","short_names":["mailbox_with_no_mail"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PACKAGE","short_name":"package","short_names":["package"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POSTAL HORN","short_name":"postal_horn","short_names":["postal_horn"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INBOX TRAY","short_name":"inbox_tray","short_names":["inbox_tray"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OUTBOX TRAY","short_name":"outbox_tray","short_names":["outbox_tray"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCROLL","short_name":"scroll","short_names":["scroll"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAGE WITH CURL","short_name":"page_with_curl","short_names":["page_with_curl"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOOKMARK TABS","short_name":"bookmark_tabs","short_names":["bookmark_tabs"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BAR CHART","short_name":"bar_chart","short_names":["bar_chart"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHART WITH UPWARDS TREND","short_name":"chart_with_upwards_trend","short_names":["chart_with_upwards_trend"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHART WITH DOWNWARDS TREND","short_name":"chart_with_downwards_trend","short_names":["chart_with_downwards_trend"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAGE FACING UP","short_name":"page_facing_up","short_names":["page_facing_up"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CALENDAR","short_name":"date","short_names":["date"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TEAR-OFF CALENDAR","short_name":"calendar","short_names":["calendar"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIRAL CALENDAR PAD","short_name":"spiral_calendar_pad","short_names":["spiral_calendar_pad"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CARD INDEX","short_name":"card_index","short_names":["card_index"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CARD FILE BOX","short_name":"card_file_box","short_names":["card_file_box"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BALLOT BOX WITH BALLOT","short_name":"ballot_box_with_ballot","short_names":["ballot_box_with_ballot"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FILE CABINET","short_name":"file_cabinet","short_names":["file_cabinet"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLIPBOARD","short_name":"clipboard","short_names":["clipboard"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIRAL NOTE PAD","short_name":"spiral_note_pad","short_names":["spiral_note_pad"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FILE FOLDER","short_name":"file_folder","short_names":["file_folder"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN FILE FOLDER","short_name":"open_file_folder","short_names":["open_file_folder"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CARD INDEX DIVIDERS","short_name":"card_index_dividers","short_names":["card_index_dividers"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ROLLED-UP NEWSPAPER","short_name":"rolled_up_newspaper","short_names":["rolled_up_newspaper"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEWSPAPER","short_name":"newspaper","short_names":["newspaper"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NOTEBOOK","short_name":"notebook","short_names":["notebook"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED BOOK","short_name":"closed_book","short_names":["closed_book"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GREEN BOOK","short_name":"green_book","short_names":["green_book"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLUE BOOK","short_name":"blue_book","short_names":["blue_book"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ORANGE BOOK","short_name":"orange_book","short_names":["orange_book"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NOTEBOOK WITH DECORATIVE COVER","short_name":"notebook_with_decorative_cover","short_names":["notebook_with_decorative_cover"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEDGER","short_name":"ledger","short_names":["ledger"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOOKS","short_name":"books","short_names":["books"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN BOOK","short_name":"book","short_names":["book","open_book"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LINK SYMBOL","short_name":"link","short_names":["link"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAPERCLIP","short_name":"paperclip","short_names":["paperclip"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LINKED PAPERCLIPS","short_name":"linked_paperclips","short_names":["linked_paperclips"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SCISSORS","short_name":"scissors","short_names":["scissors"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRIANGULAR RULER","short_name":"triangular_ruler","short_names":["triangular_ruler"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STRAIGHT RULER","short_name":"straight_ruler","short_names":["straight_ruler"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PUSHPIN","short_name":"pushpin","short_names":["pushpin"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROUND PUSHPIN","short_name":"round_pushpin","short_names":["round_pushpin"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRIANGULAR FLAG ON POST","short_name":"triangular_flag_on_post","short_names":["triangular_flag_on_post"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WAVING WHITE FLAG","short_name":"waving_white_flag","short_names":["waving_white_flag"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WAVING BLACK FLAG","short_name":"waving_black_flag","short_names":["waving_black_flag"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED LOCK WITH KEY","short_name":"closed_lock_with_key","short_names":["closed_lock_with_key"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOCK","short_name":"lock","short_names":["lock"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN LOCK","short_name":"unlock","short_names":["unlock"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOCK WITH INK PEN","short_name":"lock_with_ink_pen","short_names":["lock_with_ink_pen"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT BALLPOINT PEN","short_name":"lower_left_ballpoint_pen","short_names":["lower_left_ballpoint_pen"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT FOUNTAIN PEN","short_name":"lower_left_fountain_pen","short_names":["lower_left_fountain_pen"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK NIB","short_name":"black_nib","short_names":["black_nib"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEMO","short_name":"memo","short_names":["memo","pencil"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PENCIL","short_name":"pencil2","short_names":["pencil2"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT CRAYON","short_name":"lower_left_crayon","short_names":["lower_left_crayon"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT PAINTBRUSH","short_name":"lower_left_paintbrush","short_names":["lower_left_paintbrush"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFT-POINTING MAGNIFYING GLASS","short_name":"mag","short_names":["mag"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RIGHT-POINTING MAGNIFYING GLASS","short_name":"mag_right","short_names":["mag_right"],"sort_order":178}],"Nature":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOG FACE","short_name":"dog","short_names":["dog"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT FACE","short_name":"cat","short_names":["cat"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUSE FACE","short_name":"mouse","short_names":["mouse"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAMSTER FACE","short_name":"hamster","short_names":["hamster"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RABBIT FACE","short_name":"rabbit","short_names":["rabbit"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BEAR FACE","short_name":"bear","short_names":["bear"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PANDA FACE","short_name":"panda_face","short_names":["panda_face"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KOALA","short_name":"koala","short_names":["koala"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TIGER FACE","short_name":"tiger","short_names":["tiger"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LION FACE","short_name":"lion_face","short_names":["lion_face"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COW FACE","short_name":"cow","short_names":["cow"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PIG FACE","short_name":"pig","short_names":["pig"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PIG NOSE","short_name":"pig_nose","short_names":["pig_nose"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FROG FACE","short_name":"frog","short_names":["frog"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OCTOPUS","short_name":"octopus","short_names":["octopus"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONKEY FACE","short_name":"monkey_face","short_names":["monkey_face"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SEE-NO-EVIL MONKEY","short_name":"see_no_evil","short_names":["see_no_evil"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAR-NO-EVIL MONKEY","short_name":"hear_no_evil","short_names":["hear_no_evil"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAK-NO-EVIL MONKEY","short_name":"speak_no_evil","short_names":["speak_no_evil"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONKEY","short_name":"monkey","short_names":["monkey"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHICKEN","short_name":"chicken","short_names":["chicken"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PENGUIN","short_name":"penguin","short_names":["penguin"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BIRD","short_name":"bird","short_names":["bird"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY CHICK","short_name":"baby_chick","short_names":["baby_chick"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HATCHING CHICK","short_name":"hatching_chick","short_names":["hatching_chick"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FRONT-FACING BABY CHICK","short_name":"hatched_chick","short_names":["hatched_chick"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOLF FACE","short_name":"wolf","short_names":["wolf"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOAR","short_name":"boar","short_names":["boar"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORSE FACE","short_name":"horse","short_names":["horse"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UNICORN FACE","short_name":"unicorn_face","short_names":["unicorn_face"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HONEYBEE","short_name":"bee","short_names":["bee","honeybee"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUG","short_name":"bug","short_names":["bug"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNAIL","short_name":"snail","short_names":["snail"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LADY BEETLE","short_name":"beetle","short_names":["beetle"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANT","short_name":"ant","short_names":["ant"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIDER","short_name":"spider","short_names":["spider"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SCORPION","short_name":"scorpion","short_names":["scorpion"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CRAB","short_name":"crab","short_names":["crab"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNAKE","short_name":"snake","short_names":["snake"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TURTLE","short_name":"turtle","short_names":["turtle"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROPICAL FISH","short_name":"tropical_fish","short_names":["tropical_fish"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISH","short_name":"fish","short_names":["fish"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLOWFISH","short_name":"blowfish","short_names":["blowfish"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOLPHIN","short_name":"dolphin","short_names":["dolphin","flipper"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPOUTING WHALE","short_name":"whale","short_names":["whale"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHALE","short_name":"whale2","short_names":["whale2"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROCODILE","short_name":"crocodile","short_names":["crocodile"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEOPARD","short_name":"leopard","short_names":["leopard"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TIGER","short_name":"tiger2","short_names":["tiger2"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATER BUFFALO","short_name":"water_buffalo","short_names":["water_buffalo"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OX","short_name":"ox","short_names":["ox"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COW","short_name":"cow2","short_names":["cow2"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DROMEDARY CAMEL","short_name":"dromedary_camel","short_names":["dromedary_camel"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BACTRIAN CAMEL","short_name":"camel","short_names":["camel"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELEPHANT","short_name":"elephant","short_names":["elephant"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GOAT","short_name":"goat","short_names":["goat"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAM","short_name":"ram","short_names":["ram"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHEEP","short_name":"sheep","short_names":["sheep"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORSE","short_name":"racehorse","short_names":["racehorse"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PIG","short_name":"pig2","short_names":["pig2"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAT","short_name":"rat","short_names":["rat"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUSE","short_name":"mouse2","short_names":["mouse2"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROOSTER","short_name":"rooster","short_names":["rooster"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TURKEY","short_name":"turkey","short_names":["turkey"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DOVE OF PEACE","short_name":"dove_of_peace","short_names":["dove_of_peace"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOG","short_name":"dog2","short_names":["dog2"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POODLE","short_name":"poodle","short_names":["poodle"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT","short_name":"cat2","short_names":["cat2"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RABBIT","short_name":"rabbit2","short_names":["rabbit2"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CHIPMUNK","short_name":"chipmunk","short_names":["chipmunk"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAW PRINTS","short_name":"feet","short_names":["feet","paw_prints"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DRAGON","short_name":"dragon","short_names":["dragon"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DRAGON FACE","short_name":"dragon_face","short_names":["dragon_face"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CACTUS","short_name":"cactus","short_names":["cactus"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHRISTMAS TREE","short_name":"christmas_tree","short_names":["christmas_tree"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EVERGREEN TREE","short_name":"evergreen_tree","short_names":["evergreen_tree"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DECIDUOUS TREE","short_name":"deciduous_tree","short_names":["deciduous_tree"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PALM TREE","short_name":"palm_tree","short_names":["palm_tree"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SEEDLING","short_name":"seedling","short_names":["seedling"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HERB","short_name":"herb","short_names":["herb"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHAMROCK","short_name":"shamrock","short_names":["shamrock"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOUR LEAF CLOVER","short_name":"four_leaf_clover","short_names":["four_leaf_clover"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PINE DECORATION","short_name":"bamboo","short_names":["bamboo"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TANABATA TREE","short_name":"tanabata_tree","short_names":["tanabata_tree"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEAF FLUTTERING IN WIND","short_name":"leaves","short_names":["leaves"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FALLEN LEAF","short_name":"fallen_leaf","short_names":["fallen_leaf"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAPLE LEAF","short_name":"maple_leaf","short_names":["maple_leaf"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EAR OF RICE","short_name":"ear_of_rice","short_names":["ear_of_rice"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIBISCUS","short_name":"hibiscus","short_names":["hibiscus"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNFLOWER","short_name":"sunflower","short_names":["sunflower"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROSE","short_name":"rose","short_names":["rose"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TULIP","short_name":"tulip","short_names":["tulip"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLOSSOM","short_name":"blossom","short_names":["blossom"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHERRY BLOSSOM","short_name":"cherry_blossom","short_names":["cherry_blossom"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOUQUET","short_name":"bouquet","short_names":["bouquet"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSHROOM","short_name":"mushroom","short_names":["mushroom"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHESTNUT","short_name":"chestnut","short_names":["chestnut"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JACK-O-LANTERN","short_name":"jack_o_lantern","short_names":["jack_o_lantern"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPIRAL SHELL","short_name":"shell","short_names":["shell"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIDER WEB","short_name":"spider_web","short_names":["spider_web"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EARTH GLOBE AMERICAS","short_name":"earth_americas","short_names":["earth_americas"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EARTH GLOBE EUROPE-AFRICA","short_name":"earth_africa","short_names":["earth_africa"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EARTH GLOBE ASIA-AUSTRALIA","short_name":"earth_asia","short_names":["earth_asia"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FULL MOON SYMBOL","short_name":"full_moon","short_names":["full_moon"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WANING GIBBOUS MOON SYMBOL","short_name":"waning_gibbous_moon","short_names":["waning_gibbous_moon"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LAST QUARTER MOON SYMBOL","short_name":"last_quarter_moon","short_names":["last_quarter_moon"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WANING CRESCENT MOON SYMBOL","short_name":"waning_crescent_moon","short_names":["waning_crescent_moon"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEW MOON SYMBOL","short_name":"new_moon","short_names":["new_moon"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAXING CRESCENT MOON SYMBOL","short_name":"waxing_crescent_moon","short_names":["waxing_crescent_moon"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRST QUARTER MOON SYMBOL","short_name":"first_quarter_moon","short_names":["first_quarter_moon"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAXING GIBBOUS MOON SYMBOL","short_name":"moon","short_names":["moon","waxing_gibbous_moon"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEW MOON WITH FACE","short_name":"new_moon_with_face","short_names":["new_moon_with_face"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FULL MOON WITH FACE","short_name":"full_moon_with_face","short_names":["full_moon_with_face"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRST QUARTER MOON WITH FACE","short_name":"first_quarter_moon_with_face","short_names":["first_quarter_moon_with_face"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LAST QUARTER MOON WITH FACE","short_name":"last_quarter_moon_with_face","short_names":["last_quarter_moon_with_face"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUN WITH FACE","short_name":"sun_with_face","short_names":["sun_with_face"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRESCENT MOON","short_name":"crescent_moon","short_names":["crescent_moon"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE MEDIUM STAR","short_name":"star","short_names":["star"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GLOWING STAR","short_name":"star2","short_names":["star2"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIZZY SYMBOL","short_name":"dizzy","short_names":["dizzy"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPARKLES","short_name":"sparkles","short_names":["sparkles"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COMET","short_name":"comet","short_names":["comet"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SUN WITH RAYS","short_name":"sunny","short_names":["sunny"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE SUN WITH SMALL CLOUD","short_name":"mostly_sunny","short_names":["mostly_sunny","sun_small_cloud"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUN BEHIND CLOUD","short_name":"partly_sunny","short_names":["partly_sunny"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE SUN BEHIND CLOUD","short_name":"barely_sunny","short_names":["barely_sunny","sun_behind_cloud"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE SUN BEHIND CLOUD WITH RAIN","short_name":"partly_sunny_rain","short_names":["partly_sunny_rain","sun_behind_rain_cloud"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOUD","short_name":"cloud","short_names":["cloud"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH RAIN","short_name":"rain_cloud","short_names":["rain_cloud"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THUNDER CLOUD AND RAIN","short_name":"thunder_cloud_and_rain","short_names":["thunder_cloud_and_rain"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH LIGHTNING","short_name":"lightning","short_names":["lightning","lightning_cloud"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH VOLTAGE SIGN","short_name":"zap","short_names":["zap"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRE","short_name":"fire","short_names":["fire"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COLLISION SYMBOL","short_name":"boom","short_names":["boom","collision"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNOWFLAKE","short_name":"snowflake","short_names":["snowflake"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH SNOW","short_name":"snow_cloud","short_names":["snow_cloud"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SNOWMAN","short_name":"snowman","short_names":["snowman"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNOWMAN WITHOUT SNOW","short_name":"snowman_without_snow","short_names":["snowman_without_snow"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WIND BLOWING FACE","short_name":"wind_blowing_face","short_names":["wind_blowing_face"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DASH SYMBOL","short_name":"dash","short_names":["dash"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH TORNADO","short_name":"tornado","short_names":["tornado","tornado_cloud"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FOG","short_name":"fog","short_names":["fog"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UMBRELLA","short_name":"umbrella","short_names":["umbrella"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UMBRELLA WITH RAIN DROPS","short_name":"umbrella_with_rain_drops","short_names":["umbrella_with_rain_drops"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DROPLET","short_name":"droplet","short_names":["droplet"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPLASHING SWEAT SYMBOL","short_name":"sweat_drops","short_names":["sweat_drops"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATER WAVE","short_name":"ocean","short_names":["ocean"],"sort_order":147}],"Foods":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GREEN APPLE","short_name":"green_apple","short_names":["green_apple"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RED APPLE","short_name":"apple","short_names":["apple"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PEAR","short_name":"pear","short_names":["pear"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TANGERINE","short_name":"tangerine","short_names":["tangerine"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEMON","short_name":"lemon","short_names":["lemon"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANANA","short_name":"banana","short_names":["banana"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATERMELON","short_name":"watermelon","short_names":["watermelon"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRAPES","short_name":"grapes","short_names":["grapes"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STRAWBERRY","short_name":"strawberry","short_names":["strawberry"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MELON","short_name":"melon","short_names":["melon"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHERRIES","short_name":"cherries","short_names":["cherries"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PEACH","short_name":"peach","short_names":["peach"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PINEAPPLE","short_name":"pineapple","short_names":["pineapple"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOMATO","short_name":"tomato","short_names":["tomato"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AUBERGINE","short_name":"eggplant","short_names":["eggplant"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOT PEPPER","short_name":"hot_pepper","short_names":["hot_pepper"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EAR OF MAIZE","short_name":"corn","short_names":["corn"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROASTED SWEET POTATO","short_name":"sweet_potato","short_names":["sweet_potato"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HONEY POT","short_name":"honey_pot","short_names":["honey_pot"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BREAD","short_name":"bread","short_names":["bread"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CHEESE WEDGE","short_name":"cheese_wedge","short_names":["cheese_wedge"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POULTRY LEG","short_name":"poultry_leg","short_names":["poultry_leg"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEAT ON BONE","short_name":"meat_on_bone","short_names":["meat_on_bone"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FRIED SHRIMP","short_name":"fried_shrimp","short_names":["fried_shrimp"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COOKING","short_name":"egg","short_names":["egg"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAMBURGER","short_name":"hamburger","short_names":["hamburger"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FRENCH FRIES","short_name":"fries","short_names":["fries"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOT DOG","short_name":"hotdog","short_names":["hotdog"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLICE OF PIZZA","short_name":"pizza","short_names":["pizza"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPAGHETTI","short_name":"spaghetti","short_names":["spaghetti"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TACO","short_name":"taco","short_names":["taco"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BURRITO","short_name":"burrito","short_names":["burrito"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STEAMING BOWL","short_name":"ramen","short_names":["ramen"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POT OF FOOD","short_name":"stew","short_names":["stew"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISH CAKE WITH SWIRL DESIGN","short_name":"fish_cake","short_names":["fish_cake"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUSHI","short_name":"sushi","short_names":["sushi"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BENTO BOX","short_name":"bento","short_names":["bento"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CURRY AND RICE","short_name":"curry","short_names":["curry"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RICE BALL","short_name":"rice_ball","short_names":["rice_ball"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COOKED RICE","short_name":"rice","short_names":["rice"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RICE CRACKER","short_name":"rice_cracker","short_names":["rice_cracker"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ODEN","short_name":"oden","short_names":["oden"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DANGO","short_name":"dango","short_names":["dango"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHAVED ICE","short_name":"shaved_ice","short_names":["shaved_ice"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ICE CREAM","short_name":"ice_cream","short_names":["ice_cream"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOFT ICE CREAM","short_name":"icecream","short_names":["icecream"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHORTCAKE","short_name":"cake","short_names":["cake"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BIRTHDAY CAKE","short_name":"birthday","short_names":["birthday"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CUSTARD","short_name":"custard","short_names":["custard"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CANDY","short_name":"candy","short_names":["candy"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOLLIPOP","short_name":"lollipop","short_names":["lollipop"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHOCOLATE BAR","short_name":"chocolate_bar","short_names":["chocolate_bar"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"POPCORN","short_name":"popcorn","short_names":["popcorn"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOUGHNUT","short_name":"doughnut","short_names":["doughnut"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COOKIE","short_name":"cookie","short_names":["cookie"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BEER MUG","short_name":"beer","short_names":["beer"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLINKING BEER MUGS","short_name":"beers","short_names":["beers"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WINE GLASS","short_name":"wine_glass","short_names":["wine_glass"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COCKTAIL GLASS","short_name":"cocktail","short_names":["cocktail"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROPICAL DRINK","short_name":"tropical_drink","short_names":["tropical_drink"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BOTTLE WITH POPPING CORK","short_name":"champagne","short_names":["champagne"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAKE BOTTLE AND CUP","short_name":"sake","short_names":["sake"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TEACUP WITHOUT HANDLE","short_name":"tea","short_names":["tea"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOT BEVERAGE","short_name":"coffee","short_names":["coffee"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY BOTTLE","short_name":"baby_bottle","short_names":["baby_bottle"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FORK AND KNIFE","short_name":"fork_and_knife","short_names":["fork_and_knife"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FORK AND KNIFE WITH PLATE","short_name":"knife_fork_plate","short_names":["knife_fork_plate"],"sort_order":67}],"People":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRINNING FACE","short_name":"grinning","short_names":["grinning"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRIMACING FACE","short_name":"grimacing","short_names":["grimacing"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRINNING FACE WITH SMILING EYES","short_name":"grin","short_names":["grin"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH TEARS OF JOY","short_name":"joy","short_names":["joy"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH","short_name":"smiley","short_names":["smiley"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH AND SMILING EYES","short_name":"smile","short_names":["smile"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH AND COLD SWEAT","short_name":"sweat_smile","short_names":["sweat_smile"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES","short_name":"laughing","short_names":["laughing","satisfied"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH HALO","short_name":"innocent","short_names":["innocent"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WINKING FACE","short_name":"wink","short_names":["wink"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH SMILING EYES","short_name":"blush","short_names":["blush"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLIGHTLY SMILING FACE","short_name":"slightly_smiling_face","short_names":["slightly_smiling_face"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UPSIDE-DOWN FACE","short_name":"upside_down_face","short_names":["upside_down_face"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE SMILING FACE","short_name":"relaxed","short_names":["relaxed"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE SAVOURING DELICIOUS FOOD","short_name":"yum","short_names":["yum"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RELIEVED FACE","short_name":"relieved","short_names":["relieved"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH HEART-SHAPED EYES","short_name":"heart_eyes","short_names":["heart_eyes"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE THROWING A KISS","short_name":"kissing_heart","short_names":["kissing_heart"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING FACE","short_name":"kissing","short_names":["kissing"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING FACE WITH SMILING EYES","short_name":"kissing_smiling_eyes","short_names":["kissing_smiling_eyes"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING FACE WITH CLOSED EYES","short_name":"kissing_closed_eyes","short_names":["kissing_closed_eyes"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH STUCK-OUT TONGUE AND WINKING EYE","short_name":"stuck_out_tongue_winking_eye","short_names":["stuck_out_tongue_winking_eye"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES","short_name":"stuck_out_tongue_closed_eyes","short_names":["stuck_out_tongue_closed_eyes"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH STUCK-OUT TONGUE","short_name":"stuck_out_tongue","short_names":["stuck_out_tongue"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MONEY-MOUTH FACE","short_name":"money_mouth_face","short_names":["money_mouth_face"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"NERD FACE","short_name":"nerd_face","short_names":["nerd_face"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH SUNGLASSES","short_name":"sunglasses","short_names":["sunglasses"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HUGGING FACE","short_name":"hugging_face","short_names":["hugging_face"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMIRKING FACE","short_name":"smirk","short_names":["smirk"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITHOUT MOUTH","short_name":"no_mouth","short_names":["no_mouth"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEUTRAL FACE","short_name":"neutral_face","short_names":["neutral_face"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EXPRESSIONLESS FACE","short_name":"expressionless","short_names":["expressionless"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UNAMUSED FACE","short_name":"unamused","short_names":["unamused"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FACE WITH ROLLING EYES","short_name":"face_with_rolling_eyes","short_names":["face_with_rolling_eyes"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THINKING FACE","short_name":"thinking_face","short_names":["thinking_face"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLUSHED FACE","short_name":"flushed","short_names":["flushed"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DISAPPOINTED FACE","short_name":"disappointed","short_names":["disappointed"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WORRIED FACE","short_name":"worried","short_names":["worried"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANGRY FACE","short_name":"angry","short_names":["angry"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POUTING FACE","short_name":"rage","short_names":["rage"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PENSIVE FACE","short_name":"pensive","short_names":["pensive"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONFUSED FACE","short_name":"confused","short_names":["confused"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SLIGHTLY FROWNING FACE","short_name":"slightly_frowning_face","short_names":["slightly_frowning_face"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE FROWNING FACE","short_name":"white_frowning_face","short_names":["white_frowning_face"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSEVERING FACE","short_name":"persevere","short_names":["persevere"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONFOUNDED FACE","short_name":"confounded","short_names":["confounded"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TIRED FACE","short_name":"tired_face","short_names":["tired_face"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WEARY FACE","short_name":"weary","short_names":["weary"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH LOOK OF TRIUMPH","short_name":"triumph","short_names":["triumph"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH OPEN MOUTH","short_name":"open_mouth","short_names":["open_mouth"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE SCREAMING IN FEAR","short_name":"scream","short_names":["scream"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FEARFUL FACE","short_name":"fearful","short_names":["fearful"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH OPEN MOUTH AND COLD SWEAT","short_name":"cold_sweat","short_names":["cold_sweat"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HUSHED FACE","short_name":"hushed","short_names":["hushed"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FROWNING FACE WITH OPEN MOUTH","short_name":"frowning","short_names":["frowning"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANGUISHED FACE","short_name":"anguished","short_names":["anguished"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRYING FACE","short_name":"cry","short_names":["cry"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DISAPPOINTED BUT RELIEVED FACE","short_name":"disappointed_relieved","short_names":["disappointed_relieved"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLEEPY FACE","short_name":"sleepy","short_names":["sleepy"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH COLD SWEAT","short_name":"sweat","short_names":["sweat"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOUDLY CRYING FACE","short_name":"sob","short_names":["sob"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIZZY FACE","short_name":"dizzy_face","short_names":["dizzy_face"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ASTONISHED FACE","short_name":"astonished","short_names":["astonished"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ZIPPER-MOUTH FACE","short_name":"zipper_mouth_face","short_names":["zipper_mouth_face"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH MEDICAL MASK","short_name":"mask","short_names":["mask"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FACE WITH THERMOMETER","short_name":"face_with_thermometer","short_names":["face_with_thermometer"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FACE WITH HEAD-BANDAGE","short_name":"face_with_head_bandage","short_names":["face_with_head_bandage"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLEEPING FACE","short_name":"sleeping","short_names":["sleeping"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLEEPING SYMBOL","short_name":"zzz","short_names":["zzz"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PILE OF POO","short_name":"hankey","short_names":["hankey","poop","shit"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH HORNS","short_name":"smiling_imp","short_names":["smiling_imp"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"IMP","short_name":"imp","short_names":["imp"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE OGRE","short_name":"japanese_ogre","short_names":["japanese_ogre"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE GOBLIN","short_name":"japanese_goblin","short_names":["japanese_goblin"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SKULL","short_name":"skull","short_names":["skull"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GHOST","short_name":"ghost","short_names":["ghost"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EXTRATERRESTRIAL ALIEN","short_name":"alien","short_names":["alien"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ROBOT FACE","short_name":"robot_face","short_names":["robot_face"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING CAT FACE WITH OPEN MOUTH","short_name":"smiley_cat","short_names":["smiley_cat"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRINNING CAT FACE WITH SMILING EYES","short_name":"smile_cat","short_names":["smile_cat"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT FACE WITH TEARS OF JOY","short_name":"joy_cat","short_names":["joy_cat"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING CAT FACE WITH HEART-SHAPED EYES","short_name":"heart_eyes_cat","short_names":["heart_eyes_cat"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT FACE WITH WRY SMILE","short_name":"smirk_cat","short_names":["smirk_cat"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING CAT FACE WITH CLOSED EYES","short_name":"kissing_cat","short_names":["kissing_cat"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WEARY CAT FACE","short_name":"scream_cat","short_names":["scream_cat"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRYING CAT FACE","short_name":"crying_cat_face","short_names":["crying_cat_face"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POUTING CAT FACE","short_name":"pouting_cat","short_names":["pouting_cat"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON RAISING BOTH HANDS IN CELEBRATION","short_name":"raised_hands","short_names":["raised_hands"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLAPPING HANDS SIGN","short_name":"clap","short_names":["clap"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAVING HAND SIGN","short_name":"wave","short_names":["wave"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"THUMBS UP SIGN","short_name":"+1","short_names":["+1","thumbsup"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"THUMBS DOWN SIGN","short_name":"-1","short_names":["-1","thumbsdown"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISTED HAND SIGN","short_name":"facepunch","short_names":["facepunch","punch"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAISED FIST","short_name":"fist","short_names":["fist"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VICTORY HAND","short_name":"v","short_names":["v"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OK HAND SIGN","short_name":"ok_hand","short_names":["ok_hand"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAISED HAND","short_name":"hand","short_names":["hand","raised_hand"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN HANDS SIGN","short_name":"open_hands","short_names":["open_hands"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLEXED BICEPS","short_name":"muscle","short_names":["muscle"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON WITH FOLDED HANDS","short_name":"pray","short_names":["pray"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE UP POINTING INDEX","short_name":"point_up","short_names":["point_up"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE UP POINTING BACKHAND INDEX","short_name":"point_up_2","short_names":["point_up_2"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE DOWN POINTING BACKHAND INDEX","short_name":"point_down","short_names":["point_down"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE LEFT POINTING BACKHAND INDEX","short_name":"point_left","short_names":["point_left"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE RIGHT POINTING BACKHAND INDEX","short_name":"point_right","short_names":["point_right"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REVERSED HAND WITH MIDDLE FINGER EXTENDED","short_name":"middle_finger","short_names":["middle_finger","reversed_hand_with_middle_finger_extended"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RAISED HAND WITH FINGERS SPLAYED","short_name":"raised_hand_with_fingers_splayed","short_names":["raised_hand_with_fingers_splayed"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SIGN OF THE HORNS","short_name":"the_horns","short_names":["the_horns","sign_of_the_horns"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS","short_name":"spock-hand","short_names":["spock-hand"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WRITING HAND","short_name":"writing_hand","short_names":["writing_hand"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NAIL POLISH","short_name":"nail_care","short_names":["nail_care"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUTH","short_name":"lips","short_names":["lips"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TONGUE","short_name":"tongue","short_names":["tongue"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EAR","short_name":"ear","short_names":["ear"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NOSE","short_name":"nose","short_names":["nose"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EYE","short_name":"eye","short_names":["eye"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EYES","short_name":"eyes","short_names":["eyes"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUST IN SILHOUETTE","short_name":"bust_in_silhouette","short_names":["bust_in_silhouette"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUSTS IN SILHOUETTE","short_name":"busts_in_silhouette","short_names":["busts_in_silhouette"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPEAKING HEAD IN SILHOUETTE","short_name":"speaking_head_in_silhouette","short_names":["speaking_head_in_silhouette"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY","short_name":"baby","short_names":["baby"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOY","short_name":"boy","short_names":["boy"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GIRL","short_name":"girl","short_names":["girl"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN","short_name":"man","short_names":["man"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMAN","short_name":"woman","short_names":["woman"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON WITH BLOND HAIR","short_name":"person_with_blond_hair","short_names":["person_with_blond_hair"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OLDER MAN","short_name":"older_man","short_names":["older_man"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OLDER WOMAN","short_name":"older_woman","short_names":["older_woman"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN WITH GUA PI MAO","short_name":"man_with_gua_pi_mao","short_names":["man_with_gua_pi_mao"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN WITH TURBAN","short_name":"man_with_turban","short_names":["man_with_turban"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POLICE OFFICER","short_name":"cop","short_names":["cop"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONSTRUCTION WORKER","short_name":"construction_worker","short_names":["construction_worker"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GUARDSMAN","short_name":"guardsman","short_names":["guardsman"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SLEUTH OR SPY","short_name":"sleuth_or_spy","short_names":["sleuth_or_spy"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FATHER CHRISTMAS","short_name":"santa","short_names":["santa"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY ANGEL","short_name":"angel","short_names":["angel"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PRINCESS","short_name":"princess","short_names":["princess"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BRIDE WITH VEIL","short_name":"bride_with_veil","short_names":["bride_with_veil"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PEDESTRIAN","short_name":"walking","short_names":["walking"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RUNNER","short_name":"runner","short_names":["runner","running"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DANCER","short_name":"dancer","short_names":["dancer"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMAN WITH BUNNY EARS","short_name":"dancers","short_names":["dancers"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN AND WOMAN HOLDING HANDS","short_name":"couple","short_names":["couple","man_and_woman_holding_hands"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWO MEN HOLDING HANDS","short_name":"two_men_holding_hands","short_names":["two_men_holding_hands"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWO WOMEN HOLDING HANDS","short_name":"two_women_holding_hands","short_names":["two_women_holding_hands"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON BOWING DEEPLY","short_name":"bow","short_names":["bow"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INFORMATION DESK PERSON","short_name":"information_desk_person","short_names":["information_desk_person"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH NO GOOD GESTURE","short_name":"no_good","short_names":["no_good"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH OK GESTURE","short_name":"ok_woman","short_names":["ok_woman"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAPPY PERSON RAISING ONE HAND","short_name":"raising_hand","short_names":["raising_hand"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON WITH POUTING FACE","short_name":"person_with_pouting_face","short_names":["person_with_pouting_face"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON FROWNING","short_name":"person_frowning","short_names":["person_frowning"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAIRCUT","short_name":"haircut","short_names":["haircut"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE MASSAGE","short_name":"massage","short_names":["massage"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COUPLE WITH HEART","short_name":"couple_with_heart","short_names":["couple_with_heart"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-heart-woman","short_names":["woman-heart-woman"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-heart-man","short_names":["man-heart-man"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISS","short_name":"couplekiss","short_names":["couplekiss"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-kiss-woman","short_names":["woman-kiss-woman"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-kiss-man","short_names":["man-kiss-man"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FAMILY","short_name":"family","short_names":["family","man-woman-boy"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-girl","short_names":["man-woman-girl"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-girl-boy","short_names":["man-woman-girl-boy"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-boy-boy","short_names":["man-woman-boy-boy"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-girl-girl","short_names":["man-woman-girl-girl"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-boy","short_names":["woman-woman-boy"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-girl","short_names":["woman-woman-girl"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-girl-boy","short_names":["woman-woman-girl-boy"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-boy-boy","short_names":["woman-woman-boy-boy"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-girl-girl","short_names":["woman-woman-girl-girl"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-boy","short_names":["man-man-boy"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-girl","short_names":["man-man-girl"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-girl-boy","short_names":["man-man-girl-boy"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-boy-boy","short_names":["man-man-boy-boy"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-girl-girl","short_names":["man-man-girl-girl"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS CLOTHES","short_name":"womans_clothes","short_names":["womans_clothes"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"T-SHIRT","short_name":"shirt","short_names":["shirt","tshirt"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JEANS","short_name":"jeans","short_names":["jeans"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NECKTIE","short_name":"necktie","short_names":["necktie"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DRESS","short_name":"dress","short_names":["dress"],"sort_order":180},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BIKINI","short_name":"bikini","short_names":["bikini"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KIMONO","short_name":"kimono","short_names":["kimono"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LIPSTICK","short_name":"lipstick","short_names":["lipstick"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISS MARK","short_name":"kiss","short_names":["kiss"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOOTPRINTS","short_name":"footprints","short_names":["footprints"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH-HEELED SHOE","short_name":"high_heel","short_names":["high_heel"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS SANDAL","short_name":"sandal","short_names":["sandal"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS BOOTS","short_name":"boot","short_names":["boot"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MANS SHOE","short_name":"mans_shoe","short_names":["mans_shoe","shoe"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ATHLETIC SHOE","short_name":"athletic_shoe","short_names":["athletic_shoe"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS HAT","short_name":"womans_hat","short_names":["womans_hat"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOP HAT","short_name":"tophat","short_names":["tophat"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HELMET WITH WHITE CROSS","short_name":"helmet_with_white_cross","short_names":["helmet_with_white_cross"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRADUATION CAP","short_name":"mortar_board","short_names":["mortar_board"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROWN","short_name":"crown","short_names":["crown"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCHOOL SATCHEL","short_name":"school_satchel","short_names":["school_satchel"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POUCH","short_name":"pouch","short_names":["pouch"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PURSE","short_name":"purse","short_names":["purse"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HANDBAG","short_name":"handbag","short_names":["handbag"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BRIEFCASE","short_name":"briefcase","short_names":["briefcase"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EYEGLASSES","short_name":"eyeglasses","short_names":["eyeglasses"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DARK SUNGLASSES","short_name":"dark_sunglasses","short_names":["dark_sunglasses"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RING","short_name":"ring","short_names":["ring"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED UMBRELLA","short_name":"closed_umbrella","short_names":["closed_umbrella"],"sort_order":204}],"Places":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AUTOMOBILE","short_name":"car","short_names":["car","red_car"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TAXI","short_name":"taxi","short_names":["taxi"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RECREATIONAL VEHICLE","short_name":"blue_car","short_names":["blue_car"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUS","short_name":"bus","short_names":["bus"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROLLEYBUS","short_name":"trolleybus","short_names":["trolleybus"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RACING CAR","short_name":"racing_car","short_names":["racing_car"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POLICE CAR","short_name":"police_car","short_names":["police_car"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AMBULANCE","short_name":"ambulance","short_names":["ambulance"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRE ENGINE","short_name":"fire_engine","short_names":["fire_engine"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MINIBUS","short_name":"minibus","short_names":["minibus"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DELIVERY TRUCK","short_name":"truck","short_names":["truck"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARTICULATED LORRY","short_name":"articulated_lorry","short_names":["articulated_lorry"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRACTOR","short_name":"tractor","short_names":["tractor"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RACING MOTORCYCLE","short_name":"racing_motorcycle","short_names":["racing_motorcycle"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BICYCLE","short_name":"bike","short_names":["bike"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POLICE CARS REVOLVING LIGHT","short_name":"rotating_light","short_names":["rotating_light"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING POLICE CAR","short_name":"oncoming_police_car","short_names":["oncoming_police_car"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING BUS","short_name":"oncoming_bus","short_names":["oncoming_bus"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING AUTOMOBILE","short_name":"oncoming_automobile","short_names":["oncoming_automobile"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING TAXI","short_name":"oncoming_taxi","short_names":["oncoming_taxi"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AERIAL TRAMWAY","short_name":"aerial_tramway","short_names":["aerial_tramway"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNTAIN CABLEWAY","short_name":"mountain_cableway","short_names":["mountain_cableway"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUSPENSION RAILWAY","short_name":"suspension_railway","short_names":["suspension_railway"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAILWAY CAR","short_name":"railway_car","short_names":["railway_car"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRAM CAR","short_name":"train","short_names":["train"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONORAIL","short_name":"monorail","short_names":["monorail"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH-SPEED TRAIN","short_name":"bullettrain_side","short_names":["bullettrain_side"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH-SPEED TRAIN WITH BULLET NOSE","short_name":"bullettrain_front","short_names":["bullettrain_front"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LIGHT RAIL","short_name":"light_rail","short_names":["light_rail"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNTAIN RAILWAY","short_name":"mountain_railway","short_names":["mountain_railway"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STEAM LOCOMOTIVE","short_name":"steam_locomotive","short_names":["steam_locomotive"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRAIN","short_name":"train2","short_names":["train2"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"METRO","short_name":"metro","short_names":["metro"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRAM","short_name":"tram","short_names":["tram"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STATION","short_name":"station","short_names":["station"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HELICOPTER","short_name":"helicopter","short_names":["helicopter"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SMALL AIRPLANE","short_name":"small_airplane","short_names":["small_airplane"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AIRPLANE","short_name":"airplane","short_names":["airplane"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"AIRPLANE DEPARTURE","short_name":"airplane_departure","short_names":["airplane_departure"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"AIRPLANE ARRIVING","short_name":"airplane_arriving","short_names":["airplane_arriving"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAILBOAT","short_name":"boat","short_names":["boat","sailboat"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOTOR BOAT","short_name":"motor_boat","short_names":["motor_boat"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEEDBOAT","short_name":"speedboat","short_names":["speedboat"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FERRY","short_name":"ferry","short_names":["ferry"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PASSENGER SHIP","short_name":"passenger_ship","short_names":["passenger_ship"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROCKET","short_name":"rocket","short_names":["rocket"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SATELLITE","short_name":"satellite","short_names":["satellite"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SEAT","short_name":"seat","short_names":["seat"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANCHOR","short_name":"anchor","short_names":["anchor"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONSTRUCTION SIGN","short_name":"construction","short_names":["construction"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FUEL PUMP","short_name":"fuelpump","short_names":["fuelpump"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUS STOP","short_name":"busstop","short_names":["busstop"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VERTICAL TRAFFIC LIGHT","short_name":"vertical_traffic_light","short_names":["vertical_traffic_light"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORIZONTAL TRAFFIC LIGHT","short_name":"traffic_light","short_names":["traffic_light"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHEQUERED FLAG","short_name":"checkered_flag","short_names":["checkered_flag"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHIP","short_name":"ship","short_names":["ship"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FERRIS WHEEL","short_name":"ferris_wheel","short_names":["ferris_wheel"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROLLER COASTER","short_name":"roller_coaster","short_names":["roller_coaster"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAROUSEL HORSE","short_name":"carousel_horse","short_names":["carousel_horse"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BUILDING CONSTRUCTION","short_name":"building_construction","short_names":["building_construction"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOGGY","short_name":"foggy","short_names":["foggy"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOKYO TOWER","short_name":"tokyo_tower","short_names":["tokyo_tower"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACTORY","short_name":"factory","short_names":["factory"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOUNTAIN","short_name":"fountain","short_names":["fountain"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOON VIEWING CEREMONY","short_name":"rice_scene","short_names":["rice_scene"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOUNTAIN","short_name":"mountain","short_names":["mountain"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SNOW CAPPED MOUNTAIN","short_name":"snow_capped_mountain","short_names":["snow_capped_mountain"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNT FUJI","short_name":"mount_fuji","short_names":["mount_fuji"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VOLCANO","short_name":"volcano","short_names":["volcano"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SILHOUETTE OF JAPAN","short_name":"japan","short_names":["japan"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CAMPING","short_name":"camping","short_names":["camping"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TENT","short_name":"tent","short_names":["tent"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"NATIONAL PARK","short_name":"national_park","short_names":["national_park"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOTORWAY","short_name":"motorway","short_names":["motorway"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RAILWAY TRACK","short_name":"railway_track","short_names":["railway_track"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNRISE","short_name":"sunrise","short_names":["sunrise"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNRISE OVER MOUNTAINS","short_name":"sunrise_over_mountains","short_names":["sunrise_over_mountains"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DESERT","short_name":"desert","short_names":["desert"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BEACH WITH UMBRELLA","short_name":"beach_with_umbrella","short_names":["beach_with_umbrella"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DESERT ISLAND","short_name":"desert_island","short_names":["desert_island"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNSET OVER BUILDINGS","short_name":"city_sunrise","short_names":["city_sunrise"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CITYSCAPE AT DUSK","short_name":"city_sunset","short_names":["city_sunset"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CITYSCAPE","short_name":"cityscape","short_names":["cityscape"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NIGHT WITH STARS","short_name":"night_with_stars","short_names":["night_with_stars"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BRIDGE AT NIGHT","short_name":"bridge_at_night","short_names":["bridge_at_night"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MILKY WAY","short_name":"milky_way","short_names":["milky_way"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHOOTING STAR","short_name":"stars","short_names":["stars"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIREWORK SPARKLER","short_name":"sparkler","short_names":["sparkler"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIREWORKS","short_name":"fireworks","short_names":["fireworks"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAINBOW","short_name":"rainbow","short_names":["rainbow"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOUSE BUILDINGS","short_name":"house_buildings","short_names":["house_buildings"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EUROPEAN CASTLE","short_name":"european_castle","short_names":["european_castle"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE CASTLE","short_name":"japanese_castle","short_names":["japanese_castle"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STADIUM","short_name":"stadium","short_names":["stadium"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STATUE OF LIBERTY","short_name":"statue_of_liberty","short_names":["statue_of_liberty"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOUSE BUILDING","short_name":"house","short_names":["house"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOUSE WITH GARDEN","short_name":"house_with_garden","short_names":["house_with_garden"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DERELICT HOUSE BUILDING","short_name":"derelict_house_building","short_names":["derelict_house_building"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OFFICE BUILDING","short_name":"office","short_names":["office"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DEPARTMENT STORE","short_name":"department_store","short_names":["department_store"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE POST OFFICE","short_name":"post_office","short_names":["post_office"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EUROPEAN POST OFFICE","short_name":"european_post_office","short_names":["european_post_office"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOSPITAL","short_name":"hospital","short_names":["hospital"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANK","short_name":"bank","short_names":["bank"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOTEL","short_name":"hotel","short_names":["hotel"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONVENIENCE STORE","short_name":"convenience_store","short_names":["convenience_store"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCHOOL","short_name":"school","short_names":["school"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOVE HOTEL","short_name":"love_hotel","short_names":["love_hotel"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WEDDING","short_name":"wedding","short_names":["wedding"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLASSICAL BUILDING","short_name":"classical_building","short_names":["classical_building"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHURCH","short_name":"church","short_names":["church"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOSQUE","short_name":"mosque","short_names":["mosque"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SYNAGOGUE","short_name":"synagogue","short_names":["synagogue"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"KAABA","short_name":"kaaba","short_names":["kaaba"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHINTO SHRINE","short_name":"shinto_shrine","short_names":["shinto_shrine"],"sort_order":115}],"Activity":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOCCER BALL","short_name":"soccer","short_names":["soccer"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BASKETBALL AND HOOP","short_name":"basketball","short_names":["basketball"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AMERICAN FOOTBALL","short_name":"football","short_names":["football"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BASEBALL","short_name":"baseball","short_names":["baseball"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TENNIS RACQUET AND BALL","short_name":"tennis","short_names":["tennis"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"VOLLEYBALL","short_name":"volleyball","short_names":["volleyball"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RUGBY FOOTBALL","short_name":"rugby_football","short_names":["rugby_football"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BILLIARDS","short_name":"8ball","short_names":["8ball"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLAG IN HOLE","short_name":"golf","short_names":["golf"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"GOLFER","short_name":"golfer","short_names":["golfer"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TABLE TENNIS PADDLE AND BALL","short_name":"table_tennis_paddle_and_ball","short_names":["table_tennis_paddle_and_ball"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BADMINTON RACQUET AND SHUTTLECOCK","short_name":"badminton_racquet_and_shuttlecock","short_names":["badminton_racquet_and_shuttlecock"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ICE HOCKEY STICK AND PUCK","short_name":"ice_hockey_stick_and_puck","short_names":["ice_hockey_stick_and_puck"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FIELD HOCKEY STICK AND BALL","short_name":"field_hockey_stick_and_ball","short_names":["field_hockey_stick_and_ball"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CRICKET BAT AND BALL","short_name":"cricket_bat_and_ball","short_names":["cricket_bat_and_ball"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SKI AND SKI BOOT","short_name":"ski","short_names":["ski"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SKIER","short_name":"skier","short_names":["skier"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNOWBOARDER","short_name":"snowboarder","short_names":["snowboarder"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ICE SKATE","short_name":"ice_skate","short_names":["ice_skate"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BOW AND ARROW","short_name":"bow_and_arrow","short_names":["bow_and_arrow"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISHING POLE AND FISH","short_name":"fishing_pole_and_fish","short_names":["fishing_pole_and_fish"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROWBOAT","short_name":"rowboat","short_names":["rowboat"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SWIMMER","short_name":"swimmer","short_names":["swimmer"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SURFER","short_name":"surfer","short_names":["surfer"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BATH","short_name":"bath","short_names":["bath"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PERSON WITH BALL","short_name":"person_with_ball","short_names":["person_with_ball"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WEIGHT LIFTER","short_name":"weight_lifter","short_names":["weight_lifter"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BICYCLIST","short_name":"bicyclist","short_names":["bicyclist"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNTAIN BICYCLIST","short_name":"mountain_bicyclist","short_names":["mountain_bicyclist"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORSE RACING","short_name":"horse_racing","short_names":["horse_racing"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MAN IN BUSINESS SUIT LEVITATING","short_name":"man_in_business_suit_levitating","short_names":["man_in_business_suit_levitating"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROPHY","short_name":"trophy","short_names":["trophy"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RUNNING SHIRT WITH SASH","short_name":"running_shirt_with_sash","short_names":["running_shirt_with_sash"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPORTS MEDAL","short_name":"sports_medal","short_names":["sports_medal"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MILITARY MEDAL","short_name":"medal","short_names":["medal"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REMINDER RIBBON","short_name":"reminder_ribbon","short_names":["reminder_ribbon"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ROSETTE","short_name":"rosette","short_names":["rosette"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TICKET","short_name":"ticket","short_names":["ticket"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ADMISSION TICKETS","short_name":"admission_tickets","short_names":["admission_tickets"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERFORMING ARTS","short_name":"performing_arts","short_names":["performing_arts"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARTIST PALETTE","short_name":"art","short_names":["art"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCUS TENT","short_name":"circus_tent","short_names":["circus_tent"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MICROPHONE","short_name":"microphone","short_names":["microphone"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEADPHONE","short_name":"headphones","short_names":["headphones"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSICAL SCORE","short_name":"musical_score","short_names":["musical_score"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSICAL KEYBOARD","short_name":"musical_keyboard","short_names":["musical_keyboard"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAXOPHONE","short_name":"saxophone","short_names":["saxophone"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRUMPET","short_name":"trumpet","short_names":["trumpet"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GUITAR","short_name":"guitar","short_names":["guitar"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIOLIN","short_name":"violin","short_names":["violin"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLAPPER BOARD","short_name":"clapper","short_names":["clapper"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIDEO GAME","short_name":"video_game","short_names":["video_game"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ALIEN MONSTER","short_name":"space_invader","short_names":["space_invader"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIRECT HIT","short_name":"dart","short_names":["dart"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GAME DIE","short_name":"game_die","short_names":["game_die"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLOT MACHINE","short_name":"slot_machine","short_names":["slot_machine"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOWLING","short_name":"bowling","short_names":["bowling"],"sort_order":57}],"Skin Tones":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-1-2","short_name":"skin-tone-2","short_names":["skin-tone-2"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-3","short_name":"skin-tone-3","short_names":["skin-tone-3"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-4","short_name":"skin-tone-4","short_names":["skin-tone-4"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-5","short_name":"skin-tone-5","short_names":["skin-tone-5"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-6","short_name":"skin-tone-6","short_names":["skin-tone-6"],"sort_order":5}],"Flags":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AF","short_name":"flag-af","short_names":["flag-af"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AX","short_name":"flag-ax","short_names":["flag-ax"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AL","short_name":"flag-al","short_names":["flag-al"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DZ","short_name":"flag-dz","short_names":["flag-dz"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AS","short_name":"flag-as","short_names":["flag-as"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AD","short_name":"flag-ad","short_names":["flag-ad"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AO","short_name":"flag-ao","short_names":["flag-ao"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AI","short_name":"flag-ai","short_names":["flag-ai"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AQ","short_name":"flag-aq","short_names":["flag-aq"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AG","short_name":"flag-ag","short_names":["flag-ag"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AR","short_name":"flag-ar","short_names":["flag-ar"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AM","short_name":"flag-am","short_names":["flag-am"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AW","short_name":"flag-aw","short_names":["flag-aw"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AU","short_name":"flag-au","short_names":["flag-au"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AT","short_name":"flag-at","short_names":["flag-at"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AZ","short_name":"flag-az","short_names":["flag-az"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BS","short_name":"flag-bs","short_names":["flag-bs"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BH","short_name":"flag-bh","short_names":["flag-bh"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BD","short_name":"flag-bd","short_names":["flag-bd"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BB","short_name":"flag-bb","short_names":["flag-bb"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BY","short_name":"flag-by","short_names":["flag-by"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BE","short_name":"flag-be","short_names":["flag-be"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BZ","short_name":"flag-bz","short_names":["flag-bz"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BJ","short_name":"flag-bj","short_names":["flag-bj"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BM","short_name":"flag-bm","short_names":["flag-bm"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BT","short_name":"flag-bt","short_names":["flag-bt"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BO","short_name":"flag-bo","short_names":["flag-bo"],"sort_order":27},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BQ","short_name":"flag-bq","short_names":["flag-bq"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS BA","short_name":"flag-ba","short_names":["flag-ba"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BW","short_name":"flag-bw","short_names":["flag-bw"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BR","short_name":"flag-br","short_names":["flag-br"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IO","short_name":"flag-io","short_names":["flag-io"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VG","short_name":"flag-vg","short_names":["flag-vg"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS BN","short_name":"flag-bn","short_names":["flag-bn"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BG","short_name":"flag-bg","short_names":["flag-bg"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BF","short_name":"flag-bf","short_names":["flag-bf"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BI","short_name":"flag-bi","short_names":["flag-bi"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CV","short_name":"flag-cv","short_names":["flag-cv"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KH","short_name":"flag-kh","short_names":["flag-kh"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CM","short_name":"flag-cm","short_names":["flag-cm"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CA","short_name":"flag-ca","short_names":["flag-ca"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IC","short_name":"flag-ic","short_names":["flag-ic"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KY","short_name":"flag-ky","short_names":["flag-ky"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CF","short_name":"flag-cf","short_names":["flag-cf"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TD","short_name":"flag-td","short_names":["flag-td"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CL","short_name":"flag-cl","short_names":["flag-cl"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CN","short_name":"flag-cn","short_names":["flag-cn","cn"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CX","short_name":"flag-cx","short_names":["flag-cx"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CC","short_name":"flag-cc","short_names":["flag-cc"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CO","short_name":"flag-co","short_names":["flag-co"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KM","short_name":"flag-km","short_names":["flag-km"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CG","short_name":"flag-cg","short_names":["flag-cg"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CD","short_name":"flag-cd","short_names":["flag-cd"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CK","short_name":"flag-ck","short_names":["flag-ck"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CR","short_name":"flag-cr","short_names":["flag-cr"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HR","short_name":"flag-hr","short_names":["flag-hr"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CU","short_name":"flag-cu","short_names":["flag-cu"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CW","short_name":"flag-cw","short_names":["flag-cw"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CY","short_name":"flag-cy","short_names":["flag-cy"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CZ","short_name":"flag-cz","short_names":["flag-cz"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DK","short_name":"flag-dk","short_names":["flag-dk"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DJ","short_name":"flag-dj","short_names":["flag-dj"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DM","short_name":"flag-dm","short_names":["flag-dm"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DO","short_name":"flag-do","short_names":["flag-do"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EC","short_name":"flag-ec","short_names":["flag-ec"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EG","short_name":"flag-eg","short_names":["flag-eg"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SV","short_name":"flag-sv","short_names":["flag-sv"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GQ","short_name":"flag-gq","short_names":["flag-gq"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ER","short_name":"flag-er","short_names":["flag-er"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EE","short_name":"flag-ee","short_names":["flag-ee"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ET","short_name":"flag-et","short_names":["flag-et"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EU","short_name":"flag-eu","short_names":["flag-eu"],"sort_order":72},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FK","short_name":"flag-fk","short_names":["flag-fk"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FO","short_name":"flag-fo","short_names":["flag-fo"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FJ","short_name":"flag-fj","short_names":["flag-fj"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FI","short_name":"flag-fi","short_names":["flag-fi"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FR","short_name":"flag-fr","short_names":["flag-fr","fr"],"sort_order":77},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GF","short_name":"flag-gf","short_names":["flag-gf"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PF","short_name":"flag-pf","short_names":["flag-pf"],"sort_order":79},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TF","short_name":"flag-tf","short_names":["flag-tf"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GA","short_name":"flag-ga","short_names":["flag-ga"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GM","short_name":"flag-gm","short_names":["flag-gm"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GE","short_name":"flag-ge","short_names":["flag-ge"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DE","short_name":"flag-de","short_names":["flag-de","de"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GH","short_name":"flag-gh","short_names":["flag-gh"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GI","short_name":"flag-gi","short_names":["flag-gi"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GR","short_name":"flag-gr","short_names":["flag-gr"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GL","short_name":"flag-gl","short_names":["flag-gl"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GD","short_name":"flag-gd","short_names":["flag-gd"],"sort_order":89},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GP","short_name":"flag-gp","short_names":["flag-gp"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GU","short_name":"flag-gu","short_names":["flag-gu"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GT","short_name":"flag-gt","short_names":["flag-gt"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GG","short_name":"flag-gg","short_names":["flag-gg"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GN","short_name":"flag-gn","short_names":["flag-gn"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GW","short_name":"flag-gw","short_names":["flag-gw"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GY","short_name":"flag-gy","short_names":["flag-gy"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HT","short_name":"flag-ht","short_names":["flag-ht"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HN","short_name":"flag-hn","short_names":["flag-hn"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HK","short_name":"flag-hk","short_names":["flag-hk"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HU","short_name":"flag-hu","short_names":["flag-hu"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IS","short_name":"flag-is","short_names":["flag-is"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IN","short_name":"flag-in","short_names":["flag-in"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ID","short_name":"flag-id","short_names":["flag-id"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IR","short_name":"flag-ir","short_names":["flag-ir"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IQ","short_name":"flag-iq","short_names":["flag-iq"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IE","short_name":"flag-ie","short_names":["flag-ie"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IM","short_name":"flag-im","short_names":["flag-im"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IL","short_name":"flag-il","short_names":["flag-il"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IT","short_name":"flag-it","short_names":["flag-it","it"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CI","short_name":"flag-ci","short_names":["flag-ci"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JM","short_name":"flag-jm","short_names":["flag-jm"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JP","short_name":"flag-jp","short_names":["flag-jp","jp"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JE","short_name":"flag-je","short_names":["flag-je"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JO","short_name":"flag-jo","short_names":["flag-jo"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KZ","short_name":"flag-kz","short_names":["flag-kz"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KE","short_name":"flag-ke","short_names":["flag-ke"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KI","short_name":"flag-ki","short_names":["flag-ki"],"sort_order":117},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS XK","short_name":"flag-xk","short_names":["flag-xk"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KW","short_name":"flag-kw","short_names":["flag-kw"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KG","short_name":"flag-kg","short_names":["flag-kg"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LA","short_name":"flag-la","short_names":["flag-la"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LV","short_name":"flag-lv","short_names":["flag-lv"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LB","short_name":"flag-lb","short_names":["flag-lb"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LS","short_name":"flag-ls","short_names":["flag-ls"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LR","short_name":"flag-lr","short_names":["flag-lr"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LY","short_name":"flag-ly","short_names":["flag-ly"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LI","short_name":"flag-li","short_names":["flag-li"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LT","short_name":"flag-lt","short_names":["flag-lt"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LU","short_name":"flag-lu","short_names":["flag-lu"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MO","short_name":"flag-mo","short_names":["flag-mo"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MK","short_name":"flag-mk","short_names":["flag-mk"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MG","short_name":"flag-mg","short_names":["flag-mg"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MW","short_name":"flag-mw","short_names":["flag-mw"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MY","short_name":"flag-my","short_names":["flag-my"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MV","short_name":"flag-mv","short_names":["flag-mv"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ML","short_name":"flag-ml","short_names":["flag-ml"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MT","short_name":"flag-mt","short_names":["flag-mt"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MH","short_name":"flag-mh","short_names":["flag-mh"],"sort_order":138},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MQ","short_name":"flag-mq","short_names":["flag-mq"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MR","short_name":"flag-mr","short_names":["flag-mr"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MU","short_name":"flag-mu","short_names":["flag-mu"],"sort_order":141},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS YT","short_name":"flag-yt","short_names":["flag-yt"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MX","short_name":"flag-mx","short_names":["flag-mx"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FM","short_name":"flag-fm","short_names":["flag-fm"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MD","short_name":"flag-md","short_names":["flag-md"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MC","short_name":"flag-mc","short_names":["flag-mc"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MN","short_name":"flag-mn","short_names":["flag-mn"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ME","short_name":"flag-me","short_names":["flag-me"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MS","short_name":"flag-ms","short_names":["flag-ms"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MA","short_name":"flag-ma","short_names":["flag-ma"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MZ","short_name":"flag-mz","short_names":["flag-mz"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MM","short_name":"flag-mm","short_names":["flag-mm"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NA","short_name":"flag-na","short_names":["flag-na"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NR","short_name":"flag-nr","short_names":["flag-nr"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NP","short_name":"flag-np","short_names":["flag-np"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NL","short_name":"flag-nl","short_names":["flag-nl"],"sort_order":156},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NC","short_name":"flag-nc","short_names":["flag-nc"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NZ","short_name":"flag-nz","short_names":["flag-nz"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NI","short_name":"flag-ni","short_names":["flag-ni"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NE","short_name":"flag-ne","short_names":["flag-ne"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NG","short_name":"flag-ng","short_names":["flag-ng"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NU","short_name":"flag-nu","short_names":["flag-nu"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NF","short_name":"flag-nf","short_names":["flag-nf"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MP","short_name":"flag-mp","short_names":["flag-mp"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KP","short_name":"flag-kp","short_names":["flag-kp"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NO","short_name":"flag-no","short_names":["flag-no"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS OM","short_name":"flag-om","short_names":["flag-om"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PK","short_name":"flag-pk","short_names":["flag-pk"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PW","short_name":"flag-pw","short_names":["flag-pw"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PS","short_name":"flag-ps","short_names":["flag-ps"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PA","short_name":"flag-pa","short_names":["flag-pa"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PG","short_name":"flag-pg","short_names":["flag-pg"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PY","short_name":"flag-py","short_names":["flag-py"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PE","short_name":"flag-pe","short_names":["flag-pe"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PH","short_name":"flag-ph","short_names":["flag-ph"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PN","short_name":"flag-pn","short_names":["flag-pn"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PL","short_name":"flag-pl","short_names":["flag-pl"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PT","short_name":"flag-pt","short_names":["flag-pt"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PR","short_name":"flag-pr","short_names":["flag-pr"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS QA","short_name":"flag-qa","short_names":["flag-qa"],"sort_order":180},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RE","short_name":"flag-re","short_names":["flag-re"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RO","short_name":"flag-ro","short_names":["flag-ro"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RU","short_name":"flag-ru","short_names":["flag-ru","ru"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RW","short_name":"flag-rw","short_names":["flag-rw"],"sort_order":184},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BL","short_name":"flag-bl","short_names":["flag-bl"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SH","short_name":"flag-sh","short_names":["flag-sh"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KN","short_name":"flag-kn","short_names":["flag-kn"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LC","short_name":"flag-lc","short_names":["flag-lc"],"sort_order":188},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PM","short_name":"flag-pm","short_names":["flag-pm"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VC","short_name":"flag-vc","short_names":["flag-vc"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS WS","short_name":"flag-ws","short_names":["flag-ws"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SM","short_name":"flag-sm","short_names":["flag-sm"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ST","short_name":"flag-st","short_names":["flag-st"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SA","short_name":"flag-sa","short_names":["flag-sa"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SN","short_name":"flag-sn","short_names":["flag-sn"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RS","short_name":"flag-rs","short_names":["flag-rs"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SC","short_name":"flag-sc","short_names":["flag-sc"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SL","short_name":"flag-sl","short_names":["flag-sl"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SG","short_name":"flag-sg","short_names":["flag-sg"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SX","short_name":"flag-sx","short_names":["flag-sx"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SK","short_name":"flag-sk","short_names":["flag-sk"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SI","short_name":"flag-si","short_names":["flag-si"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SB","short_name":"flag-sb","short_names":["flag-sb"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SO","short_name":"flag-so","short_names":["flag-so"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZA","short_name":"flag-za","short_names":["flag-za"],"sort_order":205},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GS","short_name":"flag-gs","short_names":["flag-gs"],"sort_order":206},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KR","short_name":"flag-kr","short_names":["flag-kr","kr"],"sort_order":207},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SS","short_name":"flag-ss","short_names":["flag-ss"],"sort_order":208},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ES","short_name":"flag-es","short_names":["flag-es","es"],"sort_order":209},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LK","short_name":"flag-lk","short_names":["flag-lk"],"sort_order":210},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SD","short_name":"flag-sd","short_names":["flag-sd"],"sort_order":211},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SR","short_name":"flag-sr","short_names":["flag-sr"],"sort_order":212},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SZ","short_name":"flag-sz","short_names":["flag-sz"],"sort_order":213},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SE","short_name":"flag-se","short_names":["flag-se"],"sort_order":214},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CH","short_name":"flag-ch","short_names":["flag-ch"],"sort_order":215},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SY","short_name":"flag-sy","short_names":["flag-sy"],"sort_order":216},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TW","short_name":"flag-tw","short_names":["flag-tw"],"sort_order":217},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TJ","short_name":"flag-tj","short_names":["flag-tj"],"sort_order":218},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TZ","short_name":"flag-tz","short_names":["flag-tz"],"sort_order":219},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TH","short_name":"flag-th","short_names":["flag-th"],"sort_order":220},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TL","short_name":"flag-tl","short_names":["flag-tl"],"sort_order":221},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TG","short_name":"flag-tg","short_names":["flag-tg"],"sort_order":222},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TK","short_name":"flag-tk","short_names":["flag-tk"],"sort_order":223},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TO","short_name":"flag-to","short_names":["flag-to"],"sort_order":224},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TT","short_name":"flag-tt","short_names":["flag-tt"],"sort_order":225},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TN","short_name":"flag-tn","short_names":["flag-tn"],"sort_order":226},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TR","short_name":"flag-tr","short_names":["flag-tr"],"sort_order":227},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TM","short_name":"flag-tm","short_names":["flag-tm"],"sort_order":228},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TC","short_name":"flag-tc","short_names":["flag-tc"],"sort_order":229},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TV","short_name":"flag-tv","short_names":["flag-tv"],"sort_order":230},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UG","short_name":"flag-ug","short_names":["flag-ug"],"sort_order":231},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UA","short_name":"flag-ua","short_names":["flag-ua"],"sort_order":232},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AE","short_name":"flag-ae","short_names":["flag-ae"],"sort_order":233},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GB","short_name":"flag-gb","short_names":["flag-gb","gb","uk"],"sort_order":234},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS US","short_name":"flag-us","short_names":["flag-us","us"],"sort_order":235},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VI","short_name":"flag-vi","short_names":["flag-vi"],"sort_order":236},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UY","short_name":"flag-uy","short_names":["flag-uy"],"sort_order":237},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UZ","short_name":"flag-uz","short_names":["flag-uz"],"sort_order":238},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VU","short_name":"flag-vu","short_names":["flag-vu"],"sort_order":239},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VA","short_name":"flag-va","short_names":["flag-va"],"sort_order":240},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VE","short_name":"flag-ve","short_names":["flag-ve"],"sort_order":241},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VN","short_name":"flag-vn","short_names":["flag-vn"],"sort_order":242},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS WF","short_name":"flag-wf","short_names":["flag-wf"],"sort_order":243},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EH","short_name":"flag-eh","short_names":["flag-eh"],"sort_order":244},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS YE","short_name":"flag-ye","short_names":["flag-ye"],"sort_order":245},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZM","short_name":"flag-zm","short_names":["flag-zm"],"sort_order":246},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZW","short_name":"flag-zw","short_names":["flag-zw"],"sort_order":247},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AC","short_name":"flag-ac","short_names":["flag-ac"],"sort_order":248},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BV","short_name":"flag-bv","short_names":["flag-bv"],"sort_order":249},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS CP","short_name":"flag-cp","short_names":["flag-cp"],"sort_order":250},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DG","short_name":"flag-dg","short_names":["flag-dg"],"sort_order":251},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EA","short_name":"flag-ea","short_names":["flag-ea"],"sort_order":252},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HM","short_name":"flag-hm","short_names":["flag-hm"],"sort_order":253},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MF","short_name":"flag-mf","short_names":["flag-mf"],"sort_order":254},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SJ","short_name":"flag-sj","short_names":["flag-sj"],"sort_order":255},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TA","short_name":"flag-ta","short_names":["flag-ta"],"sort_order":256},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UM","short_name":"flag-um","short_names":["flag-um"],"sort_order":257}]} \ No newline at end of file diff --git a/composer.json b/composer.json index f6cca8e..dd3ad56 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "needim/wdt-emoji-bundle", - "description": "Slack like emoji selector with apple, twitter, google, emojione and custom emoji support.", + "description": "Slack like emoji selector with apple, twitter, google, emojione, facebook, messenger and custom emoji support.", "type": "library", "license": "MIT", "homepage": "http://ned.im/wdt-emoji-bundle", @@ -10,6 +10,8 @@ "apple", "google", "emojione", + "facebook", + "messenger", "emoticon", "slack", "javascript", diff --git a/demo/index.html b/demo/index.html index 8e321be..0e26ee3 100644 --- a/demo/index.html +++ b/demo/index.html @@ -5,13 +5,12 @@ - wdt-emoji-bundle Demo - + @@ -19,49 +18,62 @@ @@ -75,7 +87,7 @@

wdt-emoji-bundle

:lollipop:

-

Slack like emoji picker with apple, twitter, google, emojione support.

+

Slack like emoji picker with
apple, twitter, google, emojione, facebook, messenger
support.

Slack like emoji picker with apple, twitter, google, emo Google Twitter Emojione + Facebook + Messenger
- - + +
- +

- +
- +

- -
;) Hey! check :robot_face: this. :dark_sunglasses: :sunny: :nerd_face: :dog: :cat: :hamster: :lion_face:
+ +
;) Hey! check :heart_eyes: this. :dog: :cat: :hamster:
- +

- -
;) Hey! check :robot_face: this.
-
-
- -
-
-
- - -
-
-
-
- Twitter emojiset: twemoji -
- Emojione emojiset: emojione -
+ +

@@ -145,16 +143,15 @@

Slack like emoji picker with apple, twitter, google, emo
    -
  • Documentation. :neutral_face:
  • +
  • Better documentation. :neutral_face:
  • Responsive Improvements. :wink:
  • -
  • Better popup positioning, repositioning (window.resize) :+1:
  • +
  • Better popup positioning :+1:
  • +
  • Open on colon support for contenteditables :candy:
  • Frequently used emoji list with localstorage and/or API. :robot_face:
  • Provide more events; open, close, pickeropen, pickerclose etc. :tada:
  • Custom emoji support. :wine_glass:
  • Skin color support for apple/ios. :lion_face:
  • -
  • Custom scrollbar. :bug:
  • Better contenteditable support, WYSIWYG? :nerd_face:
  • -
  • Performance improvements. :stopwatch:
  • Check browser compatibilities. :joystick:
@@ -211,57 +208,53 @@

Search Results

diff --git a/emoji.js b/emoji.js new file mode 100644 index 0000000..e25902f --- /dev/null +++ b/emoji.js @@ -0,0 +1,2235 @@ +"use strict"; + +;(function () { + + var root = this; + var previous_emoji = root.EmojiConvertor; + + + /** + * @global + * @namespace + */ + + var emoji = function () { + + var self = this; + + /** + * The set of images to use for graphical emoji. + * + * @memberof emoji + * @type {string} + */ + self.img_set = 'apple'; + + /** + * Configuration details for different image sets. This includes a path to a directory containing the + * individual images (`path`) and a URL to sprite sheets (`sheet`). All of these images can be found + * in the [emoji-data repository]{@link https://github.com/iamcal/emoji-data}. Using a CDN for these + * is not a bad idea. + * + * @memberof emoji + * @type {object} + */ + self.img_sets = { + 'apple' : {'path': '/emoji-data/img-apple-64/', 'sheet': '/emoji-data/sheet_apple_64.png', 'mask': 1}, + 'google' : {'path': '/emoji-data/img-google-64/', 'sheet': '/emoji-data/sheet_google_64.png', 'mask': 2}, + 'twitter' : {'path': '/emoji-data/img-twitter-64/', 'sheet': '/emoji-data/sheet_twitter_64.png', 'mask': 4}, + 'emojione' : {'path': '/emoji-data/img-emojione-64/', 'sheet': '/emoji-data/sheet_emojione_64.png', 'mask': 8}, + 'facebook' : {'path': '/emoji-data/img-facebook-64/', 'sheet': '/emoji-data/sheet_facebook_64.png', 'mask': 16}, + 'messenger': {'path': '/emoji-data/img-messenger-64/', 'sheet': '/emoji-data/sheet_messenger_64.png', 'mask': 32}, + }; + + /** + * Use a CSS class instead of specifying a sprite or background image for + * the span representing the emoticon. This requires a CSS sheet with + * emoticon data-uris. + * + * @memberof emoji + * @type bool + * @todo document how to build the CSS stylesheet self requires. + */ + self.use_css_imgs = false; + + /** + * Instead of replacing emoticons with the appropriate representations, + * replace them with their colon string representation. + * @memberof emoji + * @type bool + */ + self.colons_mode = false; + self.text_mode = false; + + /** + * If true, sets the "title" property on the span or image that gets + * inserted for the emoticon. + * @memberof emoji + * @type bool + */ + self.include_title = false; + + /** + * If true, sets the text of the span or image that gets inserted for the + * emoticon. + * @memberof emoji + * @type bool + */ + self.include_text = false; + + /** + * If the platform supports native emoticons, use those instead + * of the fallbacks. + * @memberof emoji + * @type bool + */ + self.allow_native = true; + + /** + * Set to true to use CSS sprites instead of individual images on + * platforms that support it. + * + * @memberof emoji + * @type bool + */ + self.use_sheet = false; + + /** + * + * Set to true to avoid black & white native Windows emoji being used. + * + * @memberof emoji + * @type bool + */ + self.avoid_ms_emoji = true; + + /** + * + * Set to true to allow :CAPITALIZATION: + * + * @memberof emoji + * @type bool + */ + self.allow_caps = false; + + + /** + * + * Suffix to allow for individual image cache busting + * + * @memberof emoji + * @type string + */ + self.img_suffix = ''; + + + // Keeps track of what has been initialized. + /** @private */ + self.inits = {}; + self.map = {}; + + // discover the environment settings + self.init_env(); + + return self; + } + + emoji.prototype.noConflict = function () { + root.EmojiConvertor = previous_emoji; + return emoji; + } + + + /** + * @memberof emoji + * @param {string} str A string potentially containing ascii emoticons + * (ie. `:)`) + * + * @returns {string} A new string with all emoticons in `str` + * replaced by a representatation that's supported by the current + * environtment. + */ + emoji.prototype.replace_emoticons = function (str) { + var self = this; + var colonized = self.replace_emoticons_with_colons(str); + return self.replace_colons(colonized); + }; + + /** + * @memberof emoji + * @param {string} str A string potentially containing ascii emoticons + * (ie. `:)`) + * + * @returns {string} A new string with all emoticons in `str` + * replaced by their colon string representations (ie. `:smile:`) + */ + emoji.prototype.replace_emoticons_with_colons = function (str) { + var self = this; + self.init_emoticons(); + var _prev_offset = 0; + var emoticons_with_parens = []; + var str_replaced = str.replace(self.rx_emoticons, function (m, $1, emoticon, offset) { + var prev_offset = _prev_offset; + _prev_offset = offset + m.length; + + var has_open_paren = emoticon.indexOf('(') !== -1; + var has_close_paren = emoticon.indexOf(')') !== -1; + + /* + * Track paren-having emoticons for fixing later + */ + if ((has_open_paren || has_close_paren) && emoticons_with_parens.indexOf(emoticon) == -1) { + emoticons_with_parens.push(emoticon); + } + + /* + * Look for preceding open paren for emoticons that contain a close paren + * This prevents matching "8)" inside "(around 7 - 8)" + */ + if (has_close_paren && !has_open_paren) { + var piece = str.substring(prev_offset, offset); + if (piece.indexOf('(') !== -1 && piece.indexOf(')') === -1) return m; + } + + /* + * See if we're in a numbered list + * This prevents matching "8)" inside "7) foo\n8) bar" + */ + if (m === '\n8)') { + var before_match = str.substring(0, offset); + if (/\n?(6\)|7\))/.test(before_match)) return m; + } + + var val = self.data[self.map.emoticons[emoticon]][3][0]; + return val ? $1 + ':' + val + ':' : m; + }); + + /* + * Come back and fix emoticons we ignored because they were inside parens. + * It's useful to do self at the end so we don't get tripped up by other, + * normal emoticons + */ + if (emoticons_with_parens.length) { + var escaped_emoticons = emoticons_with_parens.map(self.escape_rx); + var parenthetical_rx = new RegExp('(\\(.+)(' + escaped_emoticons.join('|') + ')(.+\\))', 'g'); + + str_replaced = str_replaced.replace(parenthetical_rx, function (m, $1, emoticon, $2) { + var val = self.data[self.map.emoticons[emoticon]][3][0]; + return val ? $1 + ':' + val + ':' + $2 : m; + }); + } + + return str_replaced; + }; + + /** + * @memberof emoji + * @param {string} str A string potentially containing colon string + * representations of emoticons (ie. `:smile:`) + * + * @returns {string} A new string with all colon string emoticons replaced + * with the appropriate representation. + */ + emoji.prototype.replace_colons = function (str) { + var self = this; + self.init_colons(); + + return str.replace(self.rx_colons, function (m) { + var idx = m.substr(1, m.length - 2); + if (self.allow_caps) idx = idx.toLowerCase(); + + // special case - an emoji with a skintone modified + if (idx.indexOf('::skin-tone-') > -1) { + + var skin_tone = idx.substr(-1, 1); + var skin_idx = 'skin-tone-' + skin_tone; + var skin_val = self.map.colons[skin_idx]; + + idx = idx.substr(0, idx.length - 13); + + var val = self.map.colons[idx]; + if (val) { + return self.replacement(val, idx, ':', { + 'idx' : skin_val, + 'actual' : skin_idx, + 'wrapper': ':' + }); + } else { + return ':' + idx + ':' + self.replacement(skin_val, skin_idx, ':'); + } + } else { + var val = self.map.colons[idx]; + return val ? self.replacement(val, idx, ':') : m; + } + }); + }; + + /** + * @memberof emoji + * @param {string} str A string potentially containing unified unicode + * emoticons. (ie. 😄) + * + * @returns {string} A new string with all unicode emoticons replaced with + * the appropriate representation for the current environment. + */ + emoji.prototype.replace_unified = function (str) { + var self = this; + self.init_unified(); + return str.replace(self.rx_unified, function (m, p1, p2) { + var val = self.map.unified[p1]; + if (!val) return m; + var idx = null; + if (p2 == '\uD83C\uDFFB') idx = '1f3fb'; + if (p2 == '\uD83C\uDFFC') idx = '1f3fc'; + if (p2 == '\uD83C\uDFFD') idx = '1f3fd'; + if (p2 == '\uD83C\uDFFE') idx = '1f3fe'; + if (p2 == '\uD83C\uDFFF') idx = '1f3ff'; + if (idx) { + return self.replacement(val, null, null, { + idx : idx, + actual : p2, + wrapper: '' + }); + } + return self.replacement(val); + }); + }; + + emoji.prototype.addAliases = function (map) { + var self = this; + + self.init_colons(); + for (var i in map) { + self.map.colons[i] = map[i]; + } + }; + + emoji.prototype.removeAliases = function (list) { + var self = this; + + for (var i = 0; i < list.length; i++) { + var alias = list[i]; + + // first, delete the alias mapping + delete self.map.colons[alias]; + + // now reset it to the default, if one exists + finder_block: { + for (var j in self.data) { + for (var k = 0; k < self.data[j][3].length; k++) { + if (alias == self.data[j][3][k]) { + self.map.colons[alias] = j; + break finder_block; + } + } + } + } + } + }; + + + // Does the actual replacement of a character with the appropriate + /** @private */ + emoji.prototype.replacement = function (idx, actual, wrapper, variation) { + var self = this; + + var full_idx = idx; + + // for emoji with variation modifiers, set `extra` to the standalone output for the + // modifier (used if we can't combine the glyph) and set variation_idx to key of the + // variation modifier (used below) + var extra = ''; + var variation_idx = 0; + if (typeof variation === 'object') { + extra = self.replacement(variation.idx, variation.actual, variation.wrapper); + variation_idx = idx + '-' + variation.idx; + } + + var img_set = self.img_set; + + // When not using sheets (which all contain all emoji), + // make sure we use an img_set that contains this emoji. + // For now, assume set "apple" has all individual images. + if ((!self.use_sheet || !self.supports_css) && !(self.data[idx][6] & self.img_sets[self.img_set].mask)) { + img_set = 'apple'; + } + + // deal with simple modes (colons and text) first + wrapper = wrapper || ''; + if (self.colons_mode) return ':' + self.data[idx][3][0] + ':' + extra; + var text_name = (actual) ? wrapper + actual + wrapper : self.data[idx][8] || wrapper + self.data[idx][3][0] + wrapper; + if (self.text_mode) return text_name + extra; + + // native modes next. + // for variations selectors, we just need to output them raw, which `extra` will contain. + self.init_env(); + if (self.replace_mode == 'unified' && self.allow_native && self.data[idx][0][0]) return self.data[idx][0][0] + extra; + if (self.replace_mode == 'softbank' && self.allow_native && self.data[idx][1]) return self.data[idx][1] + extra; + if (self.replace_mode == 'google' && self.allow_native && self.data[idx][2]) return self.data[idx][2] + extra; + + // finally deal with image modes. + // variation selectors are more complex here - if the image set and particular emoji supports variations, then + // use the variation image. otherwise, return it as a separate image (already calculated in `extra`). + // first we set up the params we'll use if we can't use a variation. + var img = self.data[idx][7] || self.img_sets[img_set].path + idx + '.png' + self.img_suffix; + var title = self.include_title ? ' title="' + (actual || self.data[idx][3][0]) + '"' : ''; + var text = self.include_text ? wrapper + (actual || self.data[idx][3][0]) + wrapper : ''; + var px = self.data[idx][4]; + var py = self.data[idx][5]; + + // now we'll see if we can use a varition. if we can, we can override the params above and blank + // out `extra` so we output a sinlge glyph. + // we need to check that: + // * we requested a variation + // * such a variation exists in `emoji.variations_data` + // * we're not using a custom image for self glyph + // * the variation has an image defined for the current image set + if (variation_idx && self.variations_data[variation_idx] && self.variations_data[variation_idx][2] && !self.data[idx][7]) { + if (self.variations_data[variation_idx][2] & self.img_sets[self.img_set].mask) { + img = self.img_sets[self.img_set].path + variation_idx + '.png'; + px = self.variations_data[variation_idx][0]; + py = self.variations_data[variation_idx][1]; + extra = ''; + full_idx = variation_idx; + + // add variation text + if (self.include_text && variation && variation.actual && variation.wrapper) { + text += variation.wrapper + variation.actual + variation.wrapper; + } + } + } + + if (self.supports_css) { + if (self.use_sheet && px != null && py != null) { + var mul = 100 / (self.sheet_size - 1); + var style = 'background: url(' + self.img_sets[img_set].sheet + ');background-position:' + (mul * px) + '% ' + (mul * py) + '%;background-size:' + self.sheet_size + '00%'; + return '' + text + '' + extra; + } else if (self.use_css_imgs) { + return '' + text + '' + extra; + } else { + return '' + text + '' + extra; + } + } + return '' + extra; + }; + + // Initializes the text emoticon data + /** @private */ + emoji.prototype.init_emoticons = function () { + var self = this; + if (self.inits.emoticons) return; + self.init_colons(); // we require this for the emoticons map + self.inits.emoticons = 1; + + var a = []; + self.map.emoticons = {}; + for (var i in self.emoticons_data) { + // because we never see some characters in our text except as entities, we must do some replacing + var emoticon = i.replace(/\&/g, '&').replace(/\/g, '>'); + + if (!self.map.colons[self.emoticons_data[i]]) continue; + + self.map.emoticons[emoticon] = self.map.colons[self.emoticons_data[i]]; + a.push(self.escape_rx(emoticon)); + } + self.rx_emoticons = new RegExp(('(^|\\s)(' + a.join('|') + ')(?=$|[\\s|\\?\\.,!])'), 'g'); + }; + + // Initializes the colon string data + /** @private */ + emoji.prototype.init_colons = function () { + var self = this; + if (self.inits.colons) return; + self.inits.colons = 1; + self.rx_colons = new RegExp('\:[a-zA-Z0-9-_+]+\:(\:skin-tone-[2-6]\:)?', 'g'); + self.map.colons = {}; + for (var i in self.data) { + for (var j = 0; j < self.data[i][3].length; j++) { + self.map.colons[self.data[i][3][j]] = i; + } + } + }; + + // initializes the unified unicode emoticon data + /** @private */ + emoji.prototype.init_unified = function () { + var self = this; + if (self.inits.unified) return; + self.inits.unified = 1; + + var a = []; + self.map.unified = {}; + + for (var i in self.data) { + for (var j = 0; j < self.data[i][0].length; j++) { + a.push(self.data[i][0][j].replace('*', '\\*')); + self.map.unified[self.data[i][0][j]] = i; + } + } + + a = a.sort(function (a, b) { + return b.length - a.length; + }); + + self.rx_unified = new RegExp('(' + a.join('|') + ')(\uD83C[\uDFFB-\uDFFF])?', "g"); + }; + + // initializes the environment, figuring out what representation + // of emoticons is best. + /** @private */ + emoji.prototype.init_env = function () { + var self = this; + if (self.inits.env) return; + self.inits.env = 1; + self.replace_mode = 'img'; + self.supports_css = false; + if (typeof(navigator) !== 'undefined') { + var ua = navigator.userAgent; + if (window.getComputedStyle) { + try { + var st = window.getComputedStyle(document.body); + if (st['background-size'] || st['backgroundSize']) { + self.supports_css = true; + } + } catch (e) { + // Swallow an exception caused by hidden iFrames on Firefox + // https://github.com/iamcal/js-emoji/issues/73 + if (ua.match(/Firefox/i)) { + self.supports_css = true; + } + } + } + if (ua.match(/(iPhone|iPod|iPad|iPhone\s+Simulator)/i)) { + if (ua.match(/OS\s+[12345]/i)) { + self.replace_mode = 'softbank'; + return; + } + if (ua.match(/OS\s+[6789]/i)) { + self.replace_mode = 'unified'; + return; + } + } + if (ua.match(/Mac OS X 10[._ ](?:[789]|1\d)/i)) { + self.replace_mode = 'unified'; + return; + } + if (!self.avoid_ms_emoji) { + if (ua.match(/Windows NT 6.[1-9]/i) || ua.match(/Windows NT 10.[0-9]/i)) { + if (!ua.match(/Chrome/i) && !ua.match(/MSIE 8/i)) { + self.replace_mode = 'unified'; + return; + } + } + } + } + + // Need a better way to detect android devices that actually + // support emoji. + if (false && ua.match(/Android/i)) { + self.replace_mode = 'google'; + return; + } + if (self.supports_css) { + self.replace_mode = 'css'; + } + // nothing fancy detected - use images + }; + /** @private */ + emoji.prototype.escape_rx = function (text) { + return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + }; + emoji.prototype.sheet_size = 41; + /** @private */ + emoji.prototype.data = { + "00a9" : [["\u00A9\uFE0F", "\u00A9"], "\uE24E", "\uDBBA\uDF29", ["copyright"], 0, 0, 11, 0], + "00ae" : [["\u00AE\uFE0F", "\u00AE"], "\uE24F", "\uDBBA\uDF2D", ["registered"], 0, 1, 11, 0], + "203c" : [["\u203C\uFE0F", "\u203C"], "", "\uDBBA\uDF06", ["bangbang"], 0, 2, 15, 0], + "2049" : [["\u2049\uFE0F", "\u2049"], "", "\uDBBA\uDF05", ["interrobang"], 0, 3, 15, 0], + "2122" : [["\u2122\uFE0F", "\u2122"], "\uE537", "\uDBBA\uDF2A", ["tm"], 0, 4, 11, 0], + "2139" : [["\u2139\uFE0F", "\u2139"], "", "\uDBBA\uDF47", ["information_source"], 0, 5, 15, 0], + "2194" : [["\u2194\uFE0F", "\u2194"], "", "\uDBBA\uDEF6", ["left_right_arrow"], 0, 6, 15, 0], + "2195" : [["\u2195\uFE0F", "\u2195"], "", "\uDBBA\uDEF7", ["arrow_up_down"], 0, 7, 15, 0], + "2196" : [["\u2196\uFE0F", "\u2196"], "\uE237", "\uDBBA\uDEF2", ["arrow_upper_left"], 0, 8, 15, 0], + "2197" : [["\u2197\uFE0F", "\u2197"], "\uE236", "\uDBBA\uDEF0", ["arrow_upper_right"], 0, 9, 15, 0], + "2198" : [["\u2198\uFE0F", "\u2198"], "\uE238", "\uDBBA\uDEF1", ["arrow_lower_right"], 0, 10, 15, 0], + "2199" : [["\u2199\uFE0F", "\u2199"], "\uE239", "\uDBBA\uDEF3", ["arrow_lower_left"], 0, 11, 15, 0], + "21a9" : [["\u21A9\uFE0F", "\u21A9"], "", "\uDBBA\uDF83", ["leftwards_arrow_with_hook"], 0, 12, 15, 0], + "21aa" : [["\u21AA\uFE0F", "\u21AA"], "", "\uDBBA\uDF88", ["arrow_right_hook"], 0, 13, 15, 0], + "231a" : [["\u231A\uFE0F", "\u231A"], "", "\uDBB8\uDC1D", ["watch"], 0, 14, 15, 0], + "231b" : [["\u231B\uFE0F", "\u231B"], "", "\uDBB8\uDC1C", ["hourglass"], 0, 15, 15, 0], + "2328" : [["\u2328\uFE0F", "\u2328"], "", "", ["keyboard"], 0, 16, 15, 0], + "23cf" : [["\u23CF"], "", "", ["eject"], 0, 17, 2, 0], + "23e9" : [["\u23E9"], "\uE23C", "\uDBBA\uDEFE", ["fast_forward"], 0, 18, 15, 0], + "23ea" : [["\u23EA"], "\uE23D", "\uDBBA\uDEFF", ["rewind"], 0, 19, 15, 0], + "23eb" : [["\u23EB"], "", "\uDBBA\uDF03", ["arrow_double_up"], 0, 20, 15, 0], + "23ec" : [["\u23EC"], "", "\uDBBA\uDF02", ["arrow_double_down"], 0, 21, 15, 0], + "23ed" : [["\u23ED"], "", "", ["black_right_pointing_double_triangle_with_vertical_bar"], 0, 22, 15, 0], + "23ee" : [["\u23EE"], "", "", ["black_left_pointing_double_triangle_with_vertical_bar"], 0, 23, 15, 0], + "23ef" : [["\u23EF"], "", "", ["black_right_pointing_triangle_with_double_vertical_bar"], 0, 24, 15, 0], + "23f0" : [["\u23F0"], "\uE02D", "\uDBB8\uDC2A", ["alarm_clock"], 0, 25, 15, 0], + "23f1" : [["\u23F1"], "", "", ["stopwatch"], 0, 26, 15, 0], + "23f2" : [["\u23F2"], "", "", ["timer_clock"], 0, 27, 15, 0], + "23f3" : [["\u23F3"], "", "\uDBB8\uDC1B", ["hourglass_flowing_sand"], 0, 28, 15, 0], + "23f8" : [["\u23F8"], "", "", ["double_vertical_bar"], 0, 29, 15, 0], + "23f9" : [["\u23F9"], "", "", ["black_square_for_stop"], 0, 30, 15, 0], + "23fa" : [["\u23FA"], "", "", ["black_circle_for_record"], 0, 31, 15, 0], + "24c2" : [["\u24C2\uFE0F", "\u24C2"], "\uE434", "\uDBB9\uDFE1", ["m"], 0, 32, 15, 0], + "25aa" : [["\u25AA\uFE0F", "\u25AA"], "\uE21A", "\uDBBA\uDF6E", ["black_small_square"], 0, 33, 15, 0], + "25ab" : [["\u25AB\uFE0F", "\u25AB"], "\uE21B", "\uDBBA\uDF6D", ["white_small_square"], 0, 34, 15, 0], + "25b6" : [["\u25B6\uFE0F", "\u25B6"], "\uE23A", "\uDBBA\uDEFC", ["arrow_forward"], 0, 35, 15, 0], + "25c0" : [["\u25C0\uFE0F", "\u25C0"], "\uE23B", "\uDBBA\uDEFD", ["arrow_backward"], 0, 36, 15, 0], + "25fb" : [["\u25FB\uFE0F", "\u25FB"], "\uE21B", "\uDBBA\uDF71", ["white_medium_square"], 0, 37, 15, 0], + "25fc" : [["\u25FC\uFE0F", "\u25FC"], "\uE21A", "\uDBBA\uDF72", ["black_medium_square"], 0, 38, 15, 0], + "25fd" : [["\u25FD\uFE0F", "\u25FD"], "\uE21B", "\uDBBA\uDF6F", ["white_medium_small_square"], 0, 39, 15, 0], + "25fe" : [["\u25FE\uFE0F", "\u25FE"], "\uE21A", "\uDBBA\uDF70", ["black_medium_small_square"], 0, 40, 15, 0], + "2600" : [["\u2600\uFE0F", "\u2600"], "\uE04A", "\uDBB8\uDC00", ["sunny"], 1, 0, 15, 0], + "2601" : [["\u2601\uFE0F", "\u2601"], "\uE049", "\uDBB8\uDC01", ["cloud"], 1, 1, 15, 0], + "2602" : [["\u2602\uFE0F", "\u2602"], "", "", ["umbrella"], 1, 2, 15, 0], + "2603" : [["\u2603\uFE0F", "\u2603"], "", "", ["snowman"], 1, 3, 15, 0], + "2604" : [["\u2604\uFE0F", "\u2604"], "", "", ["comet"], 1, 4, 15, 0], + "260e" : [["\u260E\uFE0F", "\u260E"], "\uE009", "\uDBB9\uDD23", ["phone", "telephone"], 1, 5, 15, 0], + "2611" : [["\u2611\uFE0F", "\u2611"], "", "\uDBBA\uDF8B", ["ballot_box_with_check"], 1, 6, 15, 0], + "2614" : [["\u2614\uFE0F", "\u2614"], "\uE04B", "\uDBB8\uDC02", ["umbrella_with_rain_drops"], 1, 7, 15, 0], + "2615" : [["\u2615\uFE0F", "\u2615"], "\uE045", "\uDBBA\uDD81", ["coffee"], 1, 8, 15, 0], + "2618" : [["\u2618"], "", "", ["shamrock"], 1, 9, 15, 0], + "261d" : [["\u261D\uFE0F", "\u261D"], "\uE00F", "\uDBBA\uDF98", ["point_up"], 1, 10, 15, 0], + "2620" : [["\u2620\uFE0F", "\u2620"], "", "", ["skull_and_crossbones"], 1, 16, 15, 0], + "2622" : [["\u2622\uFE0F", "\u2622"], "", "", ["radioactive_sign"], 1, 17, 15, 0], + "2623" : [["\u2623\uFE0F", "\u2623"], "", "", ["biohazard_sign"], 1, 18, 15, 0], + "2626" : [["\u2626\uFE0F", "\u2626"], "", "", ["orthodox_cross"], 1, 19, 15, 0], + "262a" : [["\u262A\uFE0F", "\u262A"], "", "", ["star_and_crescent"], 1, 20, 15, 0], + "262e" : [["\u262E\uFE0F", "\u262E"], "", "", ["peace_symbol"], 1, 21, 15, 0], + "262f" : [["\u262F\uFE0F", "\u262F"], "", "", ["yin_yang"], 1, 22, 15, 0], + "2638" : [["\u2638\uFE0F", "\u2638"], "", "", ["wheel_of_dharma"], 1, 23, 15, 0], + "2639" : [["\u2639\uFE0F", "\u2639"], "", "", ["white_frowning_face"], 1, 24, 15, 0], + "263a" : [["\u263A\uFE0F", "\u263A"], "\uE414", "\uDBB8\uDF36", ["relaxed"], 1, 25, 15, 0], + "2648" : [["\u2648\uFE0F", "\u2648"], "\uE23F", "\uDBB8\uDC2B", ["aries"], 1, 26, 15, 0], + "2649" : [["\u2649\uFE0F", "\u2649"], "\uE240", "\uDBB8\uDC2C", ["taurus"], 1, 27, 15, 0], + "264a" : [["\u264A\uFE0F", "\u264A"], "\uE241", "\uDBB8\uDC2D", ["gemini"], 1, 28, 15, 0], + "264b" : [["\u264B\uFE0F", "\u264B"], "\uE242", "\uDBB8\uDC2E", ["cancer"], 1, 29, 15, 0], + "264c" : [["\u264C\uFE0F", "\u264C"], "\uE243", "\uDBB8\uDC2F", ["leo"], 1, 30, 15, 0], + "264d" : [["\u264D\uFE0F", "\u264D"], "\uE244", "\uDBB8\uDC30", ["virgo"], 1, 31, 15, 0], + "264e" : [["\u264E\uFE0F", "\u264E"], "\uE245", "\uDBB8\uDC31", ["libra"], 1, 32, 15, 0], + "264f" : [["\u264F\uFE0F", "\u264F"], "\uE246", "\uDBB8\uDC32", ["scorpius"], 1, 33, 15, 0], + "2650" : [["\u2650\uFE0F", "\u2650"], "\uE247", "\uDBB8\uDC33", ["sagittarius"], 1, 34, 15, 0], + "2651" : [["\u2651\uFE0F", "\u2651"], "\uE248", "\uDBB8\uDC34", ["capricorn"], 1, 35, 15, 0], + "2652" : [["\u2652\uFE0F", "\u2652"], "\uE249", "\uDBB8\uDC35", ["aquarius"], 1, 36, 15, 0], + "2653" : [["\u2653\uFE0F", "\u2653"], "\uE24A", "\uDBB8\uDC36", ["pisces"], 1, 37, 15, 0], + "2660" : [["\u2660\uFE0F", "\u2660"], "\uE20E", "\uDBBA\uDF1B", ["spades"], 1, 38, 15, 0], + "2663" : [["\u2663\uFE0F", "\u2663"], "\uE20F", "\uDBBA\uDF1D", ["clubs"], 1, 39, 15, 0], + "2665" : [["\u2665\uFE0F", "\u2665"], "\uE20C", "\uDBBA\uDF1A", ["hearts"], 1, 40, 15, 0], + "2666" : [["\u2666\uFE0F", "\u2666"], "\uE20D", "\uDBBA\uDF1C", ["diamonds"], 2, 0, 15, 0], + "2668" : [["\u2668\uFE0F", "\u2668"], "\uE123", "\uDBB9\uDFFA", ["hotsprings"], 2, 1, 15, 0], + "267b" : [["\u267B\uFE0F", "\u267B"], "", "\uDBBA\uDF2C", ["recycle"], 2, 2, 15, 0], + "267f" : [["\u267F\uFE0F", "\u267F"], "\uE20A", "\uDBBA\uDF20", ["wheelchair"], 2, 3, 15, 0], + "2692" : [["\u2692"], "", "", ["hammer_and_pick"], 2, 4, 15, 0], + "2693" : [["\u2693\uFE0F", "\u2693"], "\uE202", "\uDBB9\uDCC1", ["anchor"], 2, 5, 15, 0], + "2694" : [["\u2694"], "", "", ["crossed_swords"], 2, 6, 15, 0], + "2696" : [["\u2696"], "", "", ["scales"], 2, 7, 15, 0], + "2697" : [["\u2697"], "", "", ["alembic"], 2, 8, 15, 0], + "2699" : [["\u2699"], "", "", ["gear"], 2, 9, 15, 0], + "269b" : [["\u269B"], "", "", ["atom_symbol"], 2, 10, 15, 0], + "269c" : [["\u269C"], "", "", ["fleur_de_lis"], 2, 11, 15, 0], + "26a0" : [["\u26A0\uFE0F", "\u26A0"], "\uE252", "\uDBBA\uDF23", ["warning"], 2, 12, 15, 0], + "26a1" : [["\u26A1\uFE0F", "\u26A1"], "\uE13D", "\uDBB8\uDC04", ["zap"], 2, 13, 15, 0], + "26aa" : [["\u26AA\uFE0F", "\u26AA"], "\uE219", "\uDBBA\uDF65", ["white_circle"], 2, 14, 15, 0], + "26ab" : [["\u26AB\uFE0F", "\u26AB"], "\uE219", "\uDBBA\uDF66", ["black_circle"], 2, 15, 15, 0], + "26b0" : [["\u26B0"], "", "", ["coffin"], 2, 16, 15, 0], + "26b1" : [["\u26B1"], "", "", ["funeral_urn"], 2, 17, 15, 0], + "26bd" : [["\u26BD\uFE0F", "\u26BD"], "\uE018", "\uDBB9\uDFD4", ["soccer"], 2, 18, 15, 0], + "26be" : [["\u26BE\uFE0F", "\u26BE"], "\uE016", "\uDBB9\uDFD1", ["baseball"], 2, 19, 15, 0], + "26c4" : [["\u26C4\uFE0F", "\u26C4"], "\uE048", "\uDBB8\uDC03", ["snowman_without_snow"], 2, 20, 15, 0], + "26c5" : [["\u26C5\uFE0F", "\u26C5"], "\uE04A\uE049", "\uDBB8\uDC0F", ["partly_sunny"], 2, 21, 15, 0], + "26c8" : [["\u26C8"], "", "", ["thunder_cloud_and_rain"], 2, 22, 15, 0], + "26ce" : [["\u26CE"], "\uE24B", "\uDBB8\uDC37", ["ophiuchus"], 2, 23, 15, 0], + "26cf" : [["\u26CF"], "", "", ["pick"], 2, 24, 15, 0], + "26d1" : [["\u26D1"], "", "", ["helmet_with_white_cross"], 2, 25, 15, 0], + "26d3" : [["\u26D3"], "", "", ["chains"], 2, 26, 15, 0], + "26d4" : [["\u26D4\uFE0F", "\u26D4"], "\uE137", "\uDBBA\uDF26", ["no_entry"], 2, 27, 15, 0], + "26e9" : [["\u26E9"], "", "", ["shinto_shrine"], 2, 28, 15, 0], + "26ea" : [["\u26EA\uFE0F", "\u26EA"], "\uE037", "\uDBB9\uDCBB", ["church"], 2, 29, 15, 0], + "26f0" : [["\u26F0"], "", "", ["mountain"], 2, 30, 15, 0], + "26f1" : [["\u26F1"], "", "", ["umbrella_on_ground"], 2, 31, 15, 0], + "26f2" : [["\u26F2\uFE0F", "\u26F2"], "\uE121", "\uDBB9\uDCBC", ["fountain"], 2, 32, 15, 0], + "26f3" : [["\u26F3\uFE0F", "\u26F3"], "\uE014", "\uDBB9\uDFD2", ["golf"], 2, 33, 15, 0], + "26f4" : [["\u26F4"], "", "", ["ferry"], 2, 34, 15, 0], + "26f5" : [["\u26F5\uFE0F", "\u26F5"], "\uE01C", "\uDBB9\uDFEA", ["boat", "sailboat"], 2, 35, 15, 0], + "26f7" : [["\u26F7"], "", "", ["skier"], 2, 36, 15, 0], + "26f8" : [["\u26F8"], "", "", ["ice_skate"], 2, 37, 15, 0], + "26f9" : [["\u26F9"], "", "", ["person_with_ball"], 2, 38, 15, 0], + "26fa" : [["\u26FA\uFE0F", "\u26FA"], "\uE122", "\uDBB9\uDFFB", ["tent"], 3, 3, 15, 0], + "26fd" : [["\u26FD\uFE0F", "\u26FD"], "\uE03A", "\uDBB9\uDFF5", ["fuelpump"], 3, 4, 15, 0], + "2702" : [["\u2702\uFE0F", "\u2702"], "\uE313", "\uDBB9\uDD3E", ["scissors"], 3, 5, 15, 0], + "2705" : [["\u2705"], "", "\uDBBA\uDF4A", ["white_check_mark"], 3, 6, 15, 0], + "2708" : [["\u2708\uFE0F", "\u2708"], "\uE01D", "\uDBB9\uDFE9", ["airplane"], 3, 7, 15, 0], + "2709" : [["\u2709\uFE0F", "\u2709"], "\uE103", "\uDBB9\uDD29", ["email", "envelope"], 3, 8, 15, 0], + "270a" : [["\u270A"], "\uE010", "\uDBBA\uDF93", ["fist"], 3, 9, 15, 0], + "270b" : [["\u270B"], "\uE012", "\uDBBA\uDF95", ["hand", "raised_hand"], 3, 15, 15, 0], + "270c" : [["\u270C\uFE0F", "\u270C"], "\uE011", "\uDBBA\uDF94", ["v"], 3, 21, 15, 0], + "270d" : [["\u270D\uFE0F", "\u270D"], "", "", ["writing_hand"], 3, 27, 15, 0], + "270f" : [["\u270F\uFE0F", "\u270F"], "\uE301", "\uDBB9\uDD39", ["pencil2"], 3, 33, 15, 0], + "2712" : [["\u2712\uFE0F", "\u2712"], "", "\uDBB9\uDD36", ["black_nib"], 3, 34, 15, 0], + "2714" : [["\u2714\uFE0F", "\u2714"], "", "\uDBBA\uDF49", ["heavy_check_mark"], 3, 35, 15, 0], + "2716" : [["\u2716\uFE0F", "\u2716"], "\uE333", "\uDBBA\uDF53", ["heavy_multiplication_x"], 3, 36, 15, 0], + "271d" : [["\u271D\uFE0F", "\u271D"], "", "", ["latin_cross"], 3, 37, 15, 0], + "2721" : [["\u2721\uFE0F", "\u2721"], "", "", ["star_of_david"], 3, 38, 15, 0], + "2728" : [["\u2728"], "\uE32E", "\uDBBA\uDF60", ["sparkles"], 3, 39, 15, 0], + "2733" : [["\u2733\uFE0F", "\u2733"], "\uE206", "\uDBBA\uDF62", ["eight_spoked_asterisk"], 3, 40, 15, 0], + "2734" : [["\u2734\uFE0F", "\u2734"], "\uE205", "\uDBBA\uDF61", ["eight_pointed_black_star"], 4, 0, 15, 0], + "2744" : [["\u2744\uFE0F", "\u2744"], "", "\uDBB8\uDC0E", ["snowflake"], 4, 1, 15, 0], + "2747" : [["\u2747\uFE0F", "\u2747"], "\uE32E", "\uDBBA\uDF77", ["sparkle"], 4, 2, 15, 0], + "274c" : [["\u274C"], "\uE333", "\uDBBA\uDF45", ["x"], 4, 3, 15, 0], + "274e" : [["\u274E"], "\uE333", "\uDBBA\uDF46", ["negative_squared_cross_mark"], 4, 4, 15, 0], + "2753" : [["\u2753"], "\uE020", "\uDBBA\uDF09", ["question"], 4, 5, 15, 0], + "2754" : [["\u2754"], "\uE336", "\uDBBA\uDF0A", ["grey_question"], 4, 6, 15, 0], + "2755" : [["\u2755"], "\uE337", "\uDBBA\uDF0B", ["grey_exclamation"], 4, 7, 15, 0], + "2757" : [["\u2757\uFE0F", "\u2757"], "\uE021", "\uDBBA\uDF04", ["exclamation", "heavy_exclamation_mark"], 4, 8, 15, 0], + "2763" : [["\u2763\uFE0F", "\u2763"], "", "", ["heavy_heart_exclamation_mark_ornament"], 4, 9, 15, 0], + "2764" : [["\u2764\uFE0F", "\u2764"], "\uE022", "\uDBBA\uDF0C", ["heart"], 4, 10, 15, 0, "<3"], + "2795" : [["\u2795"], "", "\uDBBA\uDF51", ["heavy_plus_sign"], 4, 11, 15, 0], + "2796" : [["\u2796"], "", "\uDBBA\uDF52", ["heavy_minus_sign"], 4, 12, 15, 0], + "2797" : [["\u2797"], "", "\uDBBA\uDF54", ["heavy_division_sign"], 4, 13, 15, 0], + "27a1" : [["\u27A1\uFE0F", "\u27A1"], "\uE234", "\uDBBA\uDEFA", ["arrow_right"], 4, 14, 15, 0], + "27b0" : [["\u27B0"], "", "\uDBBA\uDF08", ["curly_loop"], 4, 15, 15, 0], + "27bf" : [["\u27BF"], "\uE211", "\uDBBA\uDC2B", ["loop"], 4, 16, 15, 0], + "2934" : [["\u2934\uFE0F", "\u2934"], "\uE236", "\uDBBA\uDEF4", ["arrow_heading_up"], 4, 17, 15, 0], + "2935" : [["\u2935\uFE0F", "\u2935"], "\uE238", "\uDBBA\uDEF5", ["arrow_heading_down"], 4, 18, 15, 0], + "2b05" : [["\u2B05\uFE0F", "\u2B05"], "\uE235", "\uDBBA\uDEFB", ["arrow_left"], 4, 19, 15, 0], + "2b06" : [["\u2B06\uFE0F", "\u2B06"], "\uE232", "\uDBBA\uDEF8", ["arrow_up"], 4, 20, 15, 0], + "2b07" : [["\u2B07\uFE0F", "\u2B07"], "\uE233", "\uDBBA\uDEF9", ["arrow_down"], 4, 21, 15, 0], + "2b1b" : [["\u2B1B\uFE0F", "\u2B1B"], "\uE21A", "\uDBBA\uDF6C", ["black_large_square"], 4, 22, 15, 0], + "2b1c" : [["\u2B1C\uFE0F", "\u2B1C"], "\uE21B", "\uDBBA\uDF6B", ["white_large_square"], 4, 23, 15, 0], + "2b50" : [["\u2B50\uFE0F", "\u2B50"], "\uE32F", "\uDBBA\uDF68", ["star"], 4, 24, 15, 0], + "2b55" : [["\u2B55\uFE0F", "\u2B55"], "\uE332", "\uDBBA\uDF44", ["o"], 4, 25, 15, 0], + "3030" : [["\u3030\uFE0F", "\u3030"], "", "\uDBBA\uDF07", ["wavy_dash"], 4, 26, 15, 0], + "303d" : [["\u303D\uFE0F", "\u303D"], "\uE12C", "\uDBBA\uDC1B", ["part_alternation_mark"], 4, 27, 15, 0], + "3297" : [["\u3297\uFE0F", "\u3297"], "\uE30D", "\uDBBA\uDF43", ["congratulations"], 4, 28, 15, 0], + "3299" : [["\u3299\uFE0F", "\u3299"], "\uE315", "\uDBBA\uDF2B", ["secret"], 4, 29, 15, 0], + "1f004" : [["\uD83C\uDC04\uFE0F", "\uD83C\uDC04"], "\uE12D", "\uDBBA\uDC0B", ["mahjong"], 4, 30, 15, 0], + "1f0cf" : [["\uD83C\uDCCF"], "", "\uDBBA\uDC12", ["black_joker"], 4, 31, 15, 0], + "1f170" : [["\uD83C\uDD70\uFE0F", "\uD83C\uDD70"], "\uE532", "\uDBB9\uDD0B", ["a"], 4, 32, 15, 0], + "1f171" : [["\uD83C\uDD71\uFE0F", "\uD83C\uDD71"], "\uE533", "\uDBB9\uDD0C", ["b"], 4, 33, 15, 0], + "1f17e" : [["\uD83C\uDD7E\uFE0F", "\uD83C\uDD7E"], "\uE535", "\uDBB9\uDD0E", ["o2"], 4, 34, 15, 0], + "1f17f" : [["\uD83C\uDD7F\uFE0F", "\uD83C\uDD7F"], "\uE14F", "\uDBB9\uDFF6", ["parking"], 4, 35, 15, 0], + "1f18e" : [["\uD83C\uDD8E"], "\uE534", "\uDBB9\uDD0D", ["ab"], 4, 36, 15, 0], + "1f191" : [["\uD83C\uDD91"], "", "\uDBBA\uDF84", ["cl"], 4, 37, 15, 0], + "1f192" : [["\uD83C\uDD92"], "\uE214", "\uDBBA\uDF38", ["cool"], 4, 38, 15, 0], + "1f193" : [["\uD83C\uDD93"], "", "\uDBBA\uDF21", ["free"], 4, 39, 15, 0], + "1f194" : [["\uD83C\uDD94"], "\uE229", "\uDBBA\uDF81", ["id"], 4, 40, 15, 0], + "1f195" : [["\uD83C\uDD95"], "\uE212", "\uDBBA\uDF36", ["new"], 5, 0, 15, 0], + "1f196" : [["\uD83C\uDD96"], "", "\uDBBA\uDF28", ["ng"], 5, 1, 15, 0], + "1f197" : [["\uD83C\uDD97"], "\uE24D", "\uDBBA\uDF27", ["ok"], 5, 2, 15, 0], + "1f198" : [["\uD83C\uDD98"], "", "\uDBBA\uDF4F", ["sos"], 5, 3, 15, 0], + "1f199" : [["\uD83C\uDD99"], "\uE213", "\uDBBA\uDF37", ["up"], 5, 4, 15, 0], + "1f19a" : [["\uD83C\uDD9A"], "\uE12E", "\uDBBA\uDF32", ["vs"], 5, 5, 15, 0], + "1f201" : [["\uD83C\uDE01"], "\uE203", "\uDBBA\uDF24", ["koko"], 5, 6, 15, 0], + "1f202" : [["\uD83C\uDE02\uFE0F", "\uD83C\uDE02"], "\uE228", "\uDBBA\uDF3F", ["sa"], 5, 7, 15, 0], + "1f21a" : [["\uD83C\uDE1A\uFE0F", "\uD83C\uDE1A"], "\uE216", "\uDBBA\uDF3A", ["u7121"], 5, 8, 15, 0], + "1f22f" : [["\uD83C\uDE2F\uFE0F", "\uD83C\uDE2F"], "\uE22C", "\uDBBA\uDF40", ["u6307"], 5, 9, 15, 0], + "1f232" : [["\uD83C\uDE32"], "", "\uDBBA\uDF2E", ["u7981"], 5, 10, 15, 0], + "1f233" : [["\uD83C\uDE33"], "\uE22B", "\uDBBA\uDF2F", ["u7a7a"], 5, 11, 15, 0], + "1f234" : [["\uD83C\uDE34"], "", "\uDBBA\uDF30", ["u5408"], 5, 12, 15, 0], + "1f235" : [["\uD83C\uDE35"], "\uE22A", "\uDBBA\uDF31", ["u6e80"], 5, 13, 15, 0], + "1f236" : [["\uD83C\uDE36"], "\uE215", "\uDBBA\uDF39", ["u6709"], 5, 14, 15, 0], + "1f237" : [["\uD83C\uDE37\uFE0F", "\uD83C\uDE37"], "\uE217", "\uDBBA\uDF3B", ["u6708"], 5, 15, 15, 0], + "1f238" : [["\uD83C\uDE38"], "\uE218", "\uDBBA\uDF3C", ["u7533"], 5, 16, 15, 0], + "1f239" : [["\uD83C\uDE39"], "\uE227", "\uDBBA\uDF3E", ["u5272"], 5, 17, 15, 0], + "1f23a" : [["\uD83C\uDE3A"], "\uE22D", "\uDBBA\uDF41", ["u55b6"], 5, 18, 15, 0], + "1f250" : [["\uD83C\uDE50"], "\uE226", "\uDBBA\uDF3D", ["ideograph_advantage"], 5, 19, 15, 0], + "1f251" : [["\uD83C\uDE51"], "", "\uDBBA\uDF50", ["accept"], 5, 20, 15, 0], + "1f300" : [["\uD83C\uDF00"], "\uE443", "\uDBB8\uDC05", ["cyclone"], 5, 21, 15, 0], + "1f301" : [["\uD83C\uDF01"], "", "\uDBB8\uDC06", ["foggy"], 5, 22, 15, 0], + "1f302" : [["\uD83C\uDF02"], "\uE43C", "\uDBB8\uDC07", ["closed_umbrella"], 5, 23, 15, 0], + "1f303" : [["\uD83C\uDF03"], "\uE44B", "\uDBB8\uDC08", ["night_with_stars"], 5, 24, 15, 0], + "1f304" : [["\uD83C\uDF04"], "\uE04D", "\uDBB8\uDC09", ["sunrise_over_mountains"], 5, 25, 15, 0], + "1f305" : [["\uD83C\uDF05"], "\uE449", "\uDBB8\uDC0A", ["sunrise"], 5, 26, 15, 0], + "1f306" : [["\uD83C\uDF06"], "\uE146", "\uDBB8\uDC0B", ["city_sunset"], 5, 27, 15, 0], + "1f307" : [["\uD83C\uDF07"], "\uE44A", "\uDBB8\uDC0C", ["city_sunrise"], 5, 28, 15, 0], + "1f308" : [["\uD83C\uDF08"], "\uE44C", "\uDBB8\uDC0D", ["rainbow"], 5, 29, 15, 0], + "1f309" : [["\uD83C\uDF09"], "\uE44B", "\uDBB8\uDC10", ["bridge_at_night"], 5, 30, 15, 0], + "1f30a" : [["\uD83C\uDF0A"], "\uE43E", "\uDBB8\uDC38", ["ocean"], 5, 31, 15, 0], + "1f30b" : [["\uD83C\uDF0B"], "", "\uDBB8\uDC3A", ["volcano"], 5, 32, 15, 0], + "1f30c" : [["\uD83C\uDF0C"], "\uE44B", "\uDBB8\uDC3B", ["milky_way"], 5, 33, 15, 0], + "1f30d" : [["\uD83C\uDF0D"], "", "", ["earth_africa"], 5, 34, 15, 0], + "1f30e" : [["\uD83C\uDF0E"], "", "", ["earth_americas"], 5, 35, 15, 0], + "1f30f" : [["\uD83C\uDF0F"], "", "\uDBB8\uDC39", ["earth_asia"], 5, 36, 15, 0], + "1f310" : [["\uD83C\uDF10"], "", "", ["globe_with_meridians"], 5, 37, 15, 0], + "1f311" : [["\uD83C\uDF11"], "", "\uDBB8\uDC11", ["new_moon"], 5, 38, 15, 0], + "1f312" : [["\uD83C\uDF12"], "", "", ["waxing_crescent_moon"], 5, 39, 15, 0], + "1f313" : [["\uD83C\uDF13"], "\uE04C", "\uDBB8\uDC13", ["first_quarter_moon"], 5, 40, 15, 0], + "1f314" : [["\uD83C\uDF14"], "\uE04C", "\uDBB8\uDC12", ["moon", "waxing_gibbous_moon"], 6, 0, 15, 0], + "1f315" : [["\uD83C\uDF15"], "", "\uDBB8\uDC15", ["full_moon"], 6, 1, 15, 0], + "1f316" : [["\uD83C\uDF16"], "", "", ["waning_gibbous_moon"], 6, 2, 15, 0], + "1f317" : [["\uD83C\uDF17"], "", "", ["last_quarter_moon"], 6, 3, 15, 0], + "1f318" : [["\uD83C\uDF18"], "", "", ["waning_crescent_moon"], 6, 4, 15, 0], + "1f319" : [["\uD83C\uDF19"], "\uE04C", "\uDBB8\uDC14", ["crescent_moon"], 6, 5, 15, 0], + "1f31a" : [["\uD83C\uDF1A"], "", "", ["new_moon_with_face"], 6, 6, 15, 0], + "1f31b" : [["\uD83C\uDF1B"], "\uE04C", "\uDBB8\uDC16", ["first_quarter_moon_with_face"], 6, 7, 15, 0], + "1f31c" : [["\uD83C\uDF1C"], "", "", ["last_quarter_moon_with_face"], 6, 8, 15, 0], + "1f31d" : [["\uD83C\uDF1D"], "", "", ["full_moon_with_face"], 6, 9, 15, 0], + "1f31e" : [["\uD83C\uDF1E"], "", "", ["sun_with_face"], 6, 10, 15, 0], + "1f31f" : [["\uD83C\uDF1F"], "\uE335", "\uDBBA\uDF69", ["star2"], 6, 11, 15, 0], + "1f320" : [["\uD83C\uDF20"], "", "\uDBBA\uDF6A", ["stars"], 6, 12, 15, 0], + "1f321" : [["\uD83C\uDF21"], "", "", ["thermometer"], 6, 13, 15, 0], + "1f324" : [["\uD83C\uDF24"], "", "", ["mostly_sunny", "sun_small_cloud"], 6, 14, 15, 0], + "1f325" : [["\uD83C\uDF25"], "", "", ["barely_sunny", "sun_behind_cloud"], 6, 15, 15, 0], + "1f326" : [["\uD83C\uDF26"], "", "", ["partly_sunny_rain", "sun_behind_rain_cloud"], 6, 16, 15, 0], + "1f327" : [["\uD83C\uDF27"], "", "", ["rain_cloud"], 6, 17, 15, 0], + "1f328" : [["\uD83C\uDF28"], "", "", ["snow_cloud"], 6, 18, 15, 0], + "1f329" : [["\uD83C\uDF29"], "", "", ["lightning", "lightning_cloud"], 6, 19, 15, 0], + "1f32a" : [["\uD83C\uDF2A"], "", "", ["tornado", "tornado_cloud"], 6, 20, 15, 0], + "1f32b" : [["\uD83C\uDF2B"], "", "", ["fog"], 6, 21, 15, 0], + "1f32c" : [["\uD83C\uDF2C"], "", "", ["wind_blowing_face"], 6, 22, 15, 0], + "1f32d" : [["\uD83C\uDF2D"], "", "", ["hotdog"], 6, 23, 15, 0], + "1f32e" : [["\uD83C\uDF2E"], "", "", ["taco"], 6, 24, 15, 0], + "1f32f" : [["\uD83C\uDF2F"], "", "", ["burrito"], 6, 25, 15, 0], + "1f330" : [["\uD83C\uDF30"], "", "\uDBB8\uDC4C", ["chestnut"], 6, 26, 15, 0], + "1f331" : [["\uD83C\uDF31"], "\uE110", "\uDBB8\uDC3E", ["seedling"], 6, 27, 15, 0], + "1f332" : [["\uD83C\uDF32"], "", "", ["evergreen_tree"], 6, 28, 15, 0], + "1f333" : [["\uD83C\uDF33"], "", "", ["deciduous_tree"], 6, 29, 15, 0], + "1f334" : [["\uD83C\uDF34"], "\uE307", "\uDBB8\uDC47", ["palm_tree"], 6, 30, 15, 0], + "1f335" : [["\uD83C\uDF35"], "\uE308", "\uDBB8\uDC48", ["cactus"], 6, 31, 15, 0], + "1f336" : [["\uD83C\uDF36"], "", "", ["hot_pepper"], 6, 32, 15, 0], + "1f337" : [["\uD83C\uDF37"], "\uE304", "\uDBB8\uDC3D", ["tulip"], 6, 33, 15, 0], + "1f338" : [["\uD83C\uDF38"], "\uE030", "\uDBB8\uDC40", ["cherry_blossom"], 6, 34, 15, 0], + "1f339" : [["\uD83C\uDF39"], "\uE032", "\uDBB8\uDC41", ["rose"], 6, 35, 15, 0], + "1f33a" : [["\uD83C\uDF3A"], "\uE303", "\uDBB8\uDC45", ["hibiscus"], 6, 36, 15, 0], + "1f33b" : [["\uD83C\uDF3B"], "\uE305", "\uDBB8\uDC46", ["sunflower"], 6, 37, 15, 0], + "1f33c" : [["\uD83C\uDF3C"], "\uE305", "\uDBB8\uDC4D", ["blossom"], 6, 38, 15, 0], + "1f33d" : [["\uD83C\uDF3D"], "", "\uDBB8\uDC4A", ["corn"], 6, 39, 15, 0], + "1f33e" : [["\uD83C\uDF3E"], "\uE444", "\uDBB8\uDC49", ["ear_of_rice"], 6, 40, 15, 0], + "1f33f" : [["\uD83C\uDF3F"], "\uE110", "\uDBB8\uDC4E", ["herb"], 7, 0, 15, 0], + "1f340" : [["\uD83C\uDF40"], "\uE110", "\uDBB8\uDC3C", ["four_leaf_clover"], 7, 1, 15, 0], + "1f341" : [["\uD83C\uDF41"], "\uE118", "\uDBB8\uDC3F", ["maple_leaf"], 7, 2, 15, 0], + "1f342" : [["\uD83C\uDF42"], "\uE119", "\uDBB8\uDC42", ["fallen_leaf"], 7, 3, 15, 0], + "1f343" : [["\uD83C\uDF43"], "\uE447", "\uDBB8\uDC43", ["leaves"], 7, 4, 15, 0], + "1f344" : [["\uD83C\uDF44"], "", "\uDBB8\uDC4B", ["mushroom"], 7, 5, 15, 0], + "1f345" : [["\uD83C\uDF45"], "\uE349", "\uDBB8\uDC55", ["tomato"], 7, 6, 15, 0], + "1f346" : [["\uD83C\uDF46"], "\uE34A", "\uDBB8\uDC56", ["eggplant"], 7, 7, 15, 0], + "1f347" : [["\uD83C\uDF47"], "", "\uDBB8\uDC59", ["grapes"], 7, 8, 15, 0], + "1f348" : [["\uD83C\uDF48"], "", "\uDBB8\uDC57", ["melon"], 7, 9, 15, 0], + "1f349" : [["\uD83C\uDF49"], "\uE348", "\uDBB8\uDC54", ["watermelon"], 7, 10, 15, 0], + "1f34a" : [["\uD83C\uDF4A"], "\uE346", "\uDBB8\uDC52", ["tangerine"], 7, 11, 15, 0], + "1f34b" : [["\uD83C\uDF4B"], "", "", ["lemon"], 7, 12, 15, 0], + "1f34c" : [["\uD83C\uDF4C"], "", "\uDBB8\uDC50", ["banana"], 7, 13, 15, 0], + "1f34d" : [["\uD83C\uDF4D"], "", "\uDBB8\uDC58", ["pineapple"], 7, 14, 15, 0], + "1f34e" : [["\uD83C\uDF4E"], "\uE345", "\uDBB8\uDC51", ["apple"], 7, 15, 15, 0], + "1f34f" : [["\uD83C\uDF4F"], "\uE345", "\uDBB8\uDC5B", ["green_apple"], 7, 16, 15, 0], + "1f350" : [["\uD83C\uDF50"], "", "", ["pear"], 7, 17, 15, 0], + "1f351" : [["\uD83C\uDF51"], "", "\uDBB8\uDC5A", ["peach"], 7, 18, 15, 0], + "1f352" : [["\uD83C\uDF52"], "", "\uDBB8\uDC4F", ["cherries"], 7, 19, 15, 0], + "1f353" : [["\uD83C\uDF53"], "\uE347", "\uDBB8\uDC53", ["strawberry"], 7, 20, 15, 0], + "1f354" : [["\uD83C\uDF54"], "\uE120", "\uDBBA\uDD60", ["hamburger"], 7, 21, 15, 0], + "1f355" : [["\uD83C\uDF55"], "", "\uDBBA\uDD75", ["pizza"], 7, 22, 15, 0], + "1f356" : [["\uD83C\uDF56"], "", "\uDBBA\uDD72", ["meat_on_bone"], 7, 23, 15, 0], + "1f357" : [["\uD83C\uDF57"], "", "\uDBBA\uDD76", ["poultry_leg"], 7, 24, 15, 0], + "1f358" : [["\uD83C\uDF58"], "\uE33D", "\uDBBA\uDD69", ["rice_cracker"], 7, 25, 15, 0], + "1f359" : [["\uD83C\uDF59"], "\uE342", "\uDBBA\uDD61", ["rice_ball"], 7, 26, 15, 0], + "1f35a" : [["\uD83C\uDF5A"], "\uE33E", "\uDBBA\uDD6A", ["rice"], 7, 27, 15, 0], + "1f35b" : [["\uD83C\uDF5B"], "\uE341", "\uDBBA\uDD6C", ["curry"], 7, 28, 15, 0], + "1f35c" : [["\uD83C\uDF5C"], "\uE340", "\uDBBA\uDD63", ["ramen"], 7, 29, 15, 0], + "1f35d" : [["\uD83C\uDF5D"], "\uE33F", "\uDBBA\uDD6B", ["spaghetti"], 7, 30, 15, 0], + "1f35e" : [["\uD83C\uDF5E"], "\uE339", "\uDBBA\uDD64", ["bread"], 7, 31, 15, 0], + "1f35f" : [["\uD83C\uDF5F"], "\uE33B", "\uDBBA\uDD67", ["fries"], 7, 32, 15, 0], + "1f360" : [["\uD83C\uDF60"], "", "\uDBBA\uDD74", ["sweet_potato"], 7, 33, 15, 0], + "1f361" : [["\uD83C\uDF61"], "\uE33C", "\uDBBA\uDD68", ["dango"], 7, 34, 15, 0], + "1f362" : [["\uD83C\uDF62"], "\uE343", "\uDBBA\uDD6D", ["oden"], 7, 35, 15, 0], + "1f363" : [["\uD83C\uDF63"], "\uE344", "\uDBBA\uDD6E", ["sushi"], 7, 36, 15, 0], + "1f364" : [["\uD83C\uDF64"], "", "\uDBBA\uDD7F", ["fried_shrimp"], 7, 37, 15, 0], + "1f365" : [["\uD83C\uDF65"], "", "\uDBBA\uDD73", ["fish_cake"], 7, 38, 15, 0], + "1f366" : [["\uD83C\uDF66"], "\uE33A", "\uDBBA\uDD66", ["icecream"], 7, 39, 15, 0], + "1f367" : [["\uD83C\uDF67"], "\uE43F", "\uDBBA\uDD71", ["shaved_ice"], 7, 40, 15, 0], + "1f368" : [["\uD83C\uDF68"], "", "\uDBBA\uDD77", ["ice_cream"], 8, 0, 15, 0], + "1f369" : [["\uD83C\uDF69"], "", "\uDBBA\uDD78", ["doughnut"], 8, 1, 15, 0], + "1f36a" : [["\uD83C\uDF6A"], "", "\uDBBA\uDD79", ["cookie"], 8, 2, 15, 0], + "1f36b" : [["\uD83C\uDF6B"], "", "\uDBBA\uDD7A", ["chocolate_bar"], 8, 3, 15, 0], + "1f36c" : [["\uD83C\uDF6C"], "", "\uDBBA\uDD7B", ["candy"], 8, 4, 15, 0], + "1f36d" : [["\uD83C\uDF6D"], "", "\uDBBA\uDD7C", ["lollipop"], 8, 5, 15, 0], + "1f36e" : [["\uD83C\uDF6E"], "", "\uDBBA\uDD7D", ["custard"], 8, 6, 15, 0], + "1f36f" : [["\uD83C\uDF6F"], "", "\uDBBA\uDD7E", ["honey_pot"], 8, 7, 15, 0], + "1f370" : [["\uD83C\uDF70"], "\uE046", "\uDBBA\uDD62", ["cake"], 8, 8, 15, 0], + "1f371" : [["\uD83C\uDF71"], "\uE34C", "\uDBBA\uDD6F", ["bento"], 8, 9, 15, 0], + "1f372" : [["\uD83C\uDF72"], "\uE34D", "\uDBBA\uDD70", ["stew"], 8, 10, 15, 0], + "1f373" : [["\uD83C\uDF73"], "\uE147", "\uDBBA\uDD65", ["egg"], 8, 11, 15, 0], + "1f374" : [["\uD83C\uDF74"], "\uE043", "\uDBBA\uDD80", ["fork_and_knife"], 8, 12, 15, 0], + "1f375" : [["\uD83C\uDF75"], "\uE338", "\uDBBA\uDD84", ["tea"], 8, 13, 15, 0], + "1f376" : [["\uD83C\uDF76"], "\uE30B", "\uDBBA\uDD85", ["sake"], 8, 14, 15, 0], + "1f377" : [["\uD83C\uDF77"], "\uE044", "\uDBBA\uDD86", ["wine_glass"], 8, 15, 15, 0], + "1f378" : [["\uD83C\uDF78"], "\uE044", "\uDBBA\uDD82", ["cocktail"], 8, 16, 15, 0], + "1f379" : [["\uD83C\uDF79"], "\uE044", "\uDBBA\uDD88", ["tropical_drink"], 8, 17, 15, 0], + "1f37a" : [["\uD83C\uDF7A"], "\uE047", "\uDBBA\uDD83", ["beer"], 8, 18, 15, 0], + "1f37b" : [["\uD83C\uDF7B"], "\uE30C", "\uDBBA\uDD87", ["beers"], 8, 19, 15, 0], + "1f37c" : [["\uD83C\uDF7C"], "", "", ["baby_bottle"], 8, 20, 15, 0], + "1f37d" : [["\uD83C\uDF7D"], "", "", ["knife_fork_plate"], 8, 21, 15, 0], + "1f37e" : [["\uD83C\uDF7E"], "", "", ["champagne"], 8, 22, 15, 0], + "1f37f" : [["\uD83C\uDF7F"], "", "", ["popcorn"], 8, 23, 15, 0], + "1f380" : [["\uD83C\uDF80"], "\uE314", "\uDBB9\uDD0F", ["ribbon"], 8, 24, 15, 0], + "1f381" : [["\uD83C\uDF81"], "\uE112", "\uDBB9\uDD10", ["gift"], 8, 25, 15, 0], + "1f382" : [["\uD83C\uDF82"], "\uE34B", "\uDBB9\uDD11", ["birthday"], 8, 26, 15, 0], + "1f383" : [["\uD83C\uDF83"], "\uE445", "\uDBB9\uDD1F", ["jack_o_lantern"], 8, 27, 15, 0], + "1f384" : [["\uD83C\uDF84"], "\uE033", "\uDBB9\uDD12", ["christmas_tree"], 8, 28, 15, 0], + "1f385" : [["\uD83C\uDF85"], "\uE448", "\uDBB9\uDD13", ["santa"], 8, 29, 15, 0], + "1f386" : [["\uD83C\uDF86"], "\uE117", "\uDBB9\uDD15", ["fireworks"], 8, 35, 15, 0], + "1f387" : [["\uD83C\uDF87"], "\uE440", "\uDBB9\uDD1D", ["sparkler"], 8, 36, 15, 0], + "1f388" : [["\uD83C\uDF88"], "\uE310", "\uDBB9\uDD16", ["balloon"], 8, 37, 15, 0], + "1f389" : [["\uD83C\uDF89"], "\uE312", "\uDBB9\uDD17", ["tada"], 8, 38, 15, 0], + "1f38a" : [["\uD83C\uDF8A"], "", "\uDBB9\uDD20", ["confetti_ball"], 8, 39, 15, 0], + "1f38b" : [["\uD83C\uDF8B"], "", "\uDBB9\uDD21", ["tanabata_tree"], 8, 40, 15, 0], + "1f38c" : [["\uD83C\uDF8C"], "\uE143", "\uDBB9\uDD14", ["crossed_flags"], 9, 0, 15, 0], + "1f38d" : [["\uD83C\uDF8D"], "\uE436", "\uDBB9\uDD18", ["bamboo"], 9, 1, 15, 0], + "1f38e" : [["\uD83C\uDF8E"], "\uE438", "\uDBB9\uDD19", ["dolls"], 9, 2, 15, 0], + "1f38f" : [["\uD83C\uDF8F"], "\uE43B", "\uDBB9\uDD1C", ["flags"], 9, 3, 15, 0], + "1f390" : [["\uD83C\uDF90"], "\uE442", "\uDBB9\uDD1E", ["wind_chime"], 9, 4, 15, 0], + "1f391" : [["\uD83C\uDF91"], "\uE446", "\uDBB8\uDC17", ["rice_scene"], 9, 5, 15, 0], + "1f392" : [["\uD83C\uDF92"], "\uE43A", "\uDBB9\uDD1B", ["school_satchel"], 9, 6, 15, 0], + "1f393" : [["\uD83C\uDF93"], "\uE439", "\uDBB9\uDD1A", ["mortar_board"], 9, 7, 15, 0], + "1f396" : [["\uD83C\uDF96"], "", "", ["medal"], 9, 8, 15, 0], + "1f397" : [["\uD83C\uDF97"], "", "", ["reminder_ribbon"], 9, 9, 15, 0], + "1f399" : [["\uD83C\uDF99"], "", "", ["studio_microphone"], 9, 10, 15, 0], + "1f39a" : [["\uD83C\uDF9A"], "", "", ["level_slider"], 9, 11, 15, 0], + "1f39b" : [["\uD83C\uDF9B"], "", "", ["control_knobs"], 9, 12, 15, 0], + "1f39e" : [["\uD83C\uDF9E"], "", "", ["film_frames"], 9, 13, 15, 0], + "1f39f" : [["\uD83C\uDF9F"], "", "", ["admission_tickets"], 9, 14, 15, 0], + "1f3a0" : [["\uD83C\uDFA0"], "", "\uDBB9\uDFFC", ["carousel_horse"], 9, 15, 15, 0], + "1f3a1" : [["\uD83C\uDFA1"], "\uE124", "\uDBB9\uDFFD", ["ferris_wheel"], 9, 16, 15, 0], + "1f3a2" : [["\uD83C\uDFA2"], "\uE433", "\uDBB9\uDFFE", ["roller_coaster"], 9, 17, 15, 0], + "1f3a3" : [["\uD83C\uDFA3"], "\uE019", "\uDBB9\uDFFF", ["fishing_pole_and_fish"], 9, 18, 15, 0], + "1f3a4" : [["\uD83C\uDFA4"], "\uE03C", "\uDBBA\uDC00", ["microphone"], 9, 19, 15, 0], + "1f3a5" : [["\uD83C\uDFA5"], "\uE03D", "\uDBBA\uDC01", ["movie_camera"], 9, 20, 15, 0], + "1f3a6" : [["\uD83C\uDFA6"], "\uE507", "\uDBBA\uDC02", ["cinema"], 9, 21, 15, 0], + "1f3a7" : [["\uD83C\uDFA7"], "\uE30A", "\uDBBA\uDC03", ["headphones"], 9, 22, 15, 0], + "1f3a8" : [["\uD83C\uDFA8"], "\uE502", "\uDBBA\uDC04", ["art"], 9, 23, 15, 0], + "1f3a9" : [["\uD83C\uDFA9"], "\uE503", "\uDBBA\uDC05", ["tophat"], 9, 24, 15, 0], + "1f3aa" : [["\uD83C\uDFAA"], "", "\uDBBA\uDC06", ["circus_tent"], 9, 25, 15, 0], + "1f3ab" : [["\uD83C\uDFAB"], "\uE125", "\uDBBA\uDC07", ["ticket"], 9, 26, 15, 0], + "1f3ac" : [["\uD83C\uDFAC"], "\uE324", "\uDBBA\uDC08", ["clapper"], 9, 27, 15, 0], + "1f3ad" : [["\uD83C\uDFAD"], "\uE503", "\uDBBA\uDC09", ["performing_arts"], 9, 28, 15, 0], + "1f3ae" : [["\uD83C\uDFAE"], "", "\uDBBA\uDC0A", ["video_game"], 9, 29, 15, 0], + "1f3af" : [["\uD83C\uDFAF"], "\uE130", "\uDBBA\uDC0C", ["dart"], 9, 30, 15, 0], + "1f3b0" : [["\uD83C\uDFB0"], "\uE133", "\uDBBA\uDC0D", ["slot_machine"], 9, 31, 15, 0], + "1f3b1" : [["\uD83C\uDFB1"], "\uE42C", "\uDBBA\uDC0E", ["8ball"], 9, 32, 15, 0], + "1f3b2" : [["\uD83C\uDFB2"], "", "\uDBBA\uDC0F", ["game_die"], 9, 33, 15, 0], + "1f3b3" : [["\uD83C\uDFB3"], "", "\uDBBA\uDC10", ["bowling"], 9, 34, 15, 0], + "1f3b4" : [["\uD83C\uDFB4"], "", "\uDBBA\uDC11", ["flower_playing_cards"], 9, 35, 15, 0], + "1f3b5" : [["\uD83C\uDFB5"], "\uE03E", "\uDBBA\uDC13", ["musical_note"], 9, 36, 15, 0], + "1f3b6" : [["\uD83C\uDFB6"], "\uE326", "\uDBBA\uDC14", ["notes"], 9, 37, 15, 0], + "1f3b7" : [["\uD83C\uDFB7"], "\uE040", "\uDBBA\uDC15", ["saxophone"], 9, 38, 15, 0], + "1f3b8" : [["\uD83C\uDFB8"], "\uE041", "\uDBBA\uDC16", ["guitar"], 9, 39, 15, 0], + "1f3b9" : [["\uD83C\uDFB9"], "", "\uDBBA\uDC17", ["musical_keyboard"], 9, 40, 15, 0], + "1f3ba" : [["\uD83C\uDFBA"], "\uE042", "\uDBBA\uDC18", ["trumpet"], 10, 0, 15, 0], + "1f3bb" : [["\uD83C\uDFBB"], "", "\uDBBA\uDC19", ["violin"], 10, 1, 15, 0], + "1f3bc" : [["\uD83C\uDFBC"], "\uE326", "\uDBBA\uDC1A", ["musical_score"], 10, 2, 15, 0], + "1f3bd" : [["\uD83C\uDFBD"], "", "\uDBB9\uDFD0", ["running_shirt_with_sash"], 10, 3, 15, 0], + "1f3be" : [["\uD83C\uDFBE"], "\uE015", "\uDBB9\uDFD3", ["tennis"], 10, 4, 15, 0], + "1f3bf" : [["\uD83C\uDFBF"], "\uE013", "\uDBB9\uDFD5", ["ski"], 10, 5, 15, 0], + "1f3c0" : [["\uD83C\uDFC0"], "\uE42A", "\uDBB9\uDFD6", ["basketball"], 10, 6, 15, 0], + "1f3c1" : [["\uD83C\uDFC1"], "\uE132", "\uDBB9\uDFD7", ["checkered_flag"], 10, 7, 15, 0], + "1f3c2" : [["\uD83C\uDFC2"], "", "\uDBB9\uDFD8", ["snowboarder"], 10, 8, 15, 0], + "1f3c3" : [["\uD83C\uDFC3"], "\uE115", "\uDBB9\uDFD9", ["runner", "running"], 10, 9, 15, 0], + "1f3c4" : [["\uD83C\uDFC4"], "\uE017", "\uDBB9\uDFDA", ["surfer"], 10, 15, 15, 0], + "1f3c5" : [["\uD83C\uDFC5"], "", "", ["sports_medal"], 10, 21, 15, 0], + "1f3c6" : [["\uD83C\uDFC6"], "\uE131", "\uDBB9\uDFDB", ["trophy"], 10, 22, 15, 0], + "1f3c7" : [["\uD83C\uDFC7"], "", "", ["horse_racing"], 10, 23, 15, 0], + "1f3c8" : [["\uD83C\uDFC8"], "\uE42B", "\uDBB9\uDFDD", ["football"], 10, 24, 15, 0], + "1f3c9" : [["\uD83C\uDFC9"], "", "", ["rugby_football"], 10, 25, 15, 0], + "1f3ca" : [["\uD83C\uDFCA"], "\uE42D", "\uDBB9\uDFDE", ["swimmer"], 10, 26, 15, 0], + "1f3cb" : [["\uD83C\uDFCB"], "", "", ["weight_lifter"], 10, 32, 15, 0], + "1f3cc" : [["\uD83C\uDFCC"], "", "", ["golfer"], 10, 38, 15, 0], + "1f3cd" : [["\uD83C\uDFCD"], "", "", ["racing_motorcycle"], 10, 39, 15, 0], + "1f3ce" : [["\uD83C\uDFCE"], "", "", ["racing_car"], 10, 40, 15, 0], + "1f3cf" : [["\uD83C\uDFCF"], "", "", ["cricket_bat_and_ball"], 11, 0, 15, 0], + "1f3d0" : [["\uD83C\uDFD0"], "", "", ["volleyball"], 11, 1, 15, 0], + "1f3d1" : [["\uD83C\uDFD1"], "", "", ["field_hockey_stick_and_ball"], 11, 2, 15, 0], + "1f3d2" : [["\uD83C\uDFD2"], "", "", ["ice_hockey_stick_and_puck"], 11, 3, 15, 0], + "1f3d3" : [["\uD83C\uDFD3"], "", "", ["table_tennis_paddle_and_ball"], 11, 4, 15, 0], + "1f3d4" : [["\uD83C\uDFD4"], "", "", ["snow_capped_mountain"], 11, 5, 15, 0], + "1f3d5" : [["\uD83C\uDFD5"], "", "", ["camping"], 11, 6, 15, 0], + "1f3d6" : [["\uD83C\uDFD6"], "", "", ["beach_with_umbrella"], 11, 7, 15, 0], + "1f3d7" : [["\uD83C\uDFD7"], "", "", ["building_construction"], 11, 8, 15, 0], + "1f3d8" : [["\uD83C\uDFD8"], "", "", ["house_buildings"], 11, 9, 15, 0], + "1f3d9" : [["\uD83C\uDFD9"], "", "", ["cityscape"], 11, 10, 15, 0], + "1f3da" : [["\uD83C\uDFDA"], "", "", ["derelict_house_building"], 11, 11, 15, 0], + "1f3db" : [["\uD83C\uDFDB"], "", "", ["classical_building"], 11, 12, 15, 0], + "1f3dc" : [["\uD83C\uDFDC"], "", "", ["desert"], 11, 13, 15, 0], + "1f3dd" : [["\uD83C\uDFDD"], "", "", ["desert_island"], 11, 14, 15, 0], + "1f3de" : [["\uD83C\uDFDE"], "", "", ["national_park"], 11, 15, 15, 0], + "1f3df" : [["\uD83C\uDFDF"], "", "", ["stadium"], 11, 16, 15, 0], + "1f3e0" : [["\uD83C\uDFE0"], "\uE036", "\uDBB9\uDCB0", ["house"], 11, 17, 15, 0], + "1f3e1" : [["\uD83C\uDFE1"], "\uE036", "\uDBB9\uDCB1", ["house_with_garden"], 11, 18, 15, 0], + "1f3e2" : [["\uD83C\uDFE2"], "\uE038", "\uDBB9\uDCB2", ["office"], 11, 19, 15, 0], + "1f3e3" : [["\uD83C\uDFE3"], "\uE153", "\uDBB9\uDCB3", ["post_office"], 11, 20, 15, 0], + "1f3e4" : [["\uD83C\uDFE4"], "", "", ["european_post_office"], 11, 21, 15, 0], + "1f3e5" : [["\uD83C\uDFE5"], "\uE155", "\uDBB9\uDCB4", ["hospital"], 11, 22, 15, 0], + "1f3e6" : [["\uD83C\uDFE6"], "\uE14D", "\uDBB9\uDCB5", ["bank"], 11, 23, 15, 0], + "1f3e7" : [["\uD83C\uDFE7"], "\uE154", "\uDBB9\uDCB6", ["atm"], 11, 24, 15, 0], + "1f3e8" : [["\uD83C\uDFE8"], "\uE158", "\uDBB9\uDCB7", ["hotel"], 11, 25, 15, 0], + "1f3e9" : [["\uD83C\uDFE9"], "\uE501", "\uDBB9\uDCB8", ["love_hotel"], 11, 26, 15, 0], + "1f3ea" : [["\uD83C\uDFEA"], "\uE156", "\uDBB9\uDCB9", ["convenience_store"], 11, 27, 15, 0], + "1f3eb" : [["\uD83C\uDFEB"], "\uE157", "\uDBB9\uDCBA", ["school"], 11, 28, 15, 0], + "1f3ec" : [["\uD83C\uDFEC"], "\uE504", "\uDBB9\uDCBD", ["department_store"], 11, 29, 15, 0], + "1f3ed" : [["\uD83C\uDFED"], "\uE508", "\uDBB9\uDCC0", ["factory"], 11, 30, 15, 0], + "1f3ee" : [["\uD83C\uDFEE"], "\uE30B", "\uDBB9\uDCC2", ["izakaya_lantern", "lantern"], 11, 31, 15, 0], + "1f3ef" : [["\uD83C\uDFEF"], "\uE505", "\uDBB9\uDCBE", ["japanese_castle"], 11, 32, 15, 0], + "1f3f0" : [["\uD83C\uDFF0"], "\uE506", "\uDBB9\uDCBF", ["european_castle"], 11, 33, 15, 0], + "1f3f3" : [["\uD83C\uDFF3"], "", "", ["waving_white_flag"], 11, 34, 15, 0], + "1f3f4" : [["\uD83C\uDFF4"], "", "", ["waving_black_flag"], 11, 35, 15, 0], + "1f3f5" : [["\uD83C\uDFF5"], "", "", ["rosette"], 11, 36, 15, 0], + "1f3f7" : [["\uD83C\uDFF7"], "", "", ["label"], 11, 37, 15, 0], + "1f3f8" : [["\uD83C\uDFF8"], "", "", ["badminton_racquet_and_shuttlecock"], 11, 38, 15, 0], + "1f3f9" : [["\uD83C\uDFF9"], "", "", ["bow_and_arrow"], 11, 39, 15, 0], + "1f3fa" : [["\uD83C\uDFFA"], "", "", ["amphora"], 11, 40, 15, 0], + "1f3fb" : [["\uD83C\uDFFB"], "", "", ["skin-tone-2"], 12, 0, 15, 0], + "1f3fc" : [["\uD83C\uDFFC"], "", "", ["skin-tone-3"], 12, 1, 15, 0], + "1f3fd" : [["\uD83C\uDFFD"], "", "", ["skin-tone-4"], 12, 2, 15, 0], + "1f3fe" : [["\uD83C\uDFFE"], "", "", ["skin-tone-5"], 12, 3, 15, 0], + "1f3ff" : [["\uD83C\uDFFF"], "", "", ["skin-tone-6"], 12, 4, 15, 0], + "1f400" : [["\uD83D\uDC00"], "", "", ["rat"], 12, 5, 15, 0], + "1f401" : [["\uD83D\uDC01"], "", "", ["mouse2"], 12, 6, 15, 0], + "1f402" : [["\uD83D\uDC02"], "", "", ["ox"], 12, 7, 15, 0], + "1f403" : [["\uD83D\uDC03"], "", "", ["water_buffalo"], 12, 8, 15, 0], + "1f404" : [["\uD83D\uDC04"], "", "", ["cow2"], 12, 9, 15, 0], + "1f405" : [["\uD83D\uDC05"], "", "", ["tiger2"], 12, 10, 15, 0], + "1f406" : [["\uD83D\uDC06"], "", "", ["leopard"], 12, 11, 15, 0], + "1f407" : [["\uD83D\uDC07"], "", "", ["rabbit2"], 12, 12, 15, 0], + "1f408" : [["\uD83D\uDC08"], "", "", ["cat2"], 12, 13, 15, 0], + "1f409" : [["\uD83D\uDC09"], "", "", ["dragon"], 12, 14, 15, 0], + "1f40a" : [["\uD83D\uDC0A"], "", "", ["crocodile"], 12, 15, 15, 0], + "1f40b" : [["\uD83D\uDC0B"], "", "", ["whale2"], 12, 16, 15, 0], + "1f40c" : [["\uD83D\uDC0C"], "", "\uDBB8\uDDB9", ["snail"], 12, 17, 15, 0], + "1f40d" : [["\uD83D\uDC0D"], "\uE52D", "\uDBB8\uDDD3", ["snake"], 12, 18, 15, 0], + "1f40e" : [["\uD83D\uDC0E"], "\uE134", "\uDBB9\uDFDC", ["racehorse"], 12, 19, 15, 0], + "1f40f" : [["\uD83D\uDC0F"], "", "", ["ram"], 12, 20, 15, 0], + "1f410" : [["\uD83D\uDC10"], "", "", ["goat"], 12, 21, 15, 0], + "1f411" : [["\uD83D\uDC11"], "\uE529", "\uDBB8\uDDCF", ["sheep"], 12, 22, 15, 0], + "1f412" : [["\uD83D\uDC12"], "\uE528", "\uDBB8\uDDCE", ["monkey"], 12, 23, 15, 0], + "1f413" : [["\uD83D\uDC13"], "", "", ["rooster"], 12, 24, 15, 0], + "1f414" : [["\uD83D\uDC14"], "\uE52E", "\uDBB8\uDDD4", ["chicken"], 12, 25, 15, 0], + "1f415" : [["\uD83D\uDC15"], "", "", ["dog2"], 12, 26, 15, 0], + "1f416" : [["\uD83D\uDC16"], "", "", ["pig2"], 12, 27, 15, 0], + "1f417" : [["\uD83D\uDC17"], "\uE52F", "\uDBB8\uDDD5", ["boar"], 12, 28, 15, 0], + "1f418" : [["\uD83D\uDC18"], "\uE526", "\uDBB8\uDDCC", ["elephant"], 12, 29, 15, 0], + "1f419" : [["\uD83D\uDC19"], "\uE10A", "\uDBB8\uDDC5", ["octopus"], 12, 30, 15, 0], + "1f41a" : [["\uD83D\uDC1A"], "\uE441", "\uDBB8\uDDC6", ["shell"], 12, 31, 15, 0], + "1f41b" : [["\uD83D\uDC1B"], "\uE525", "\uDBB8\uDDCB", ["bug"], 12, 32, 15, 0], + "1f41c" : [["\uD83D\uDC1C"], "", "\uDBB8\uDDDA", ["ant"], 12, 33, 15, 0], + "1f41d" : [["\uD83D\uDC1D"], "", "\uDBB8\uDDE1", ["bee", "honeybee"], 12, 34, 15, 0], + "1f41e" : [["\uD83D\uDC1E"], "", "\uDBB8\uDDE2", ["beetle"], 12, 35, 15, 0], + "1f41f" : [["\uD83D\uDC1F"], "\uE019", "\uDBB8\uDDBD", ["fish"], 12, 36, 15, 0], + "1f420" : [["\uD83D\uDC20"], "\uE522", "\uDBB8\uDDC9", ["tropical_fish"], 12, 37, 15, 0], + "1f421" : [["\uD83D\uDC21"], "\uE019", "\uDBB8\uDDD9", ["blowfish"], 12, 38, 15, 0], + "1f422" : [["\uD83D\uDC22"], "", "\uDBB8\uDDDC", ["turtle"], 12, 39, 15, 0], + "1f423" : [["\uD83D\uDC23"], "\uE523", "\uDBB8\uDDDD", ["hatching_chick"], 12, 40, 15, 0], + "1f424" : [["\uD83D\uDC24"], "\uE523", "\uDBB8\uDDBA", ["baby_chick"], 13, 0, 15, 0], + "1f425" : [["\uD83D\uDC25"], "\uE523", "\uDBB8\uDDBB", ["hatched_chick"], 13, 1, 15, 0], + "1f426" : [["\uD83D\uDC26"], "\uE521", "\uDBB8\uDDC8", ["bird"], 13, 2, 15, 0], + "1f427" : [["\uD83D\uDC27"], "\uE055", "\uDBB8\uDDBC", ["penguin"], 13, 3, 15, 0], + "1f428" : [["\uD83D\uDC28"], "\uE527", "\uDBB8\uDDCD", ["koala"], 13, 4, 15, 0], + "1f429" : [["\uD83D\uDC29"], "\uE052", "\uDBB8\uDDD8", ["poodle"], 13, 5, 15, 0], + "1f42a" : [["\uD83D\uDC2A"], "", "", ["dromedary_camel"], 13, 6, 15, 0], + "1f42b" : [["\uD83D\uDC2B"], "\uE530", "\uDBB8\uDDD6", ["camel"], 13, 7, 15, 0], + "1f42c" : [["\uD83D\uDC2C"], "\uE520", "\uDBB8\uDDC7", ["dolphin", "flipper"], 13, 8, 15, 0], + "1f42d" : [["\uD83D\uDC2D"], "\uE053", "\uDBB8\uDDC2", ["mouse"], 13, 9, 15, 0], + "1f42e" : [["\uD83D\uDC2E"], "\uE52B", "\uDBB8\uDDD1", ["cow"], 13, 10, 15, 0], + "1f42f" : [["\uD83D\uDC2F"], "\uE050", "\uDBB8\uDDC0", ["tiger"], 13, 11, 15, 0], + "1f430" : [["\uD83D\uDC30"], "\uE52C", "\uDBB8\uDDD2", ["rabbit"], 13, 12, 15, 0], + "1f431" : [["\uD83D\uDC31"], "\uE04F", "\uDBB8\uDDB8", ["cat"], 13, 13, 15, 0], + "1f432" : [["\uD83D\uDC32"], "", "\uDBB8\uDDDE", ["dragon_face"], 13, 14, 15, 0], + "1f433" : [["\uD83D\uDC33"], "\uE054", "\uDBB8\uDDC3", ["whale"], 13, 15, 15, 0], + "1f434" : [["\uD83D\uDC34"], "\uE01A", "\uDBB8\uDDBE", ["horse"], 13, 16, 15, 0], + "1f435" : [["\uD83D\uDC35"], "\uE109", "\uDBB8\uDDC4", ["monkey_face"], 13, 17, 15, 0], + "1f436" : [["\uD83D\uDC36"], "\uE052", "\uDBB8\uDDB7", ["dog"], 13, 18, 15, 0], + "1f437" : [["\uD83D\uDC37"], "\uE10B", "\uDBB8\uDDBF", ["pig"], 13, 19, 15, 0], + "1f438" : [["\uD83D\uDC38"], "\uE531", "\uDBB8\uDDD7", ["frog"], 13, 20, 15, 0], + "1f439" : [["\uD83D\uDC39"], "\uE524", "\uDBB8\uDDCA", ["hamster"], 13, 21, 15, 0], + "1f43a" : [["\uD83D\uDC3A"], "\uE52A", "\uDBB8\uDDD0", ["wolf"], 13, 22, 15, 0], + "1f43b" : [["\uD83D\uDC3B"], "\uE051", "\uDBB8\uDDC1", ["bear"], 13, 23, 15, 0], + "1f43c" : [["\uD83D\uDC3C"], "", "\uDBB8\uDDDF", ["panda_face"], 13, 24, 15, 0], + "1f43d" : [["\uD83D\uDC3D"], "\uE10B", "\uDBB8\uDDE0", ["pig_nose"], 13, 25, 15, 0], + "1f43e" : [["\uD83D\uDC3E"], "\uE536", "\uDBB8\uDDDB", ["feet", "paw_prints"], 13, 26, 15, 0], + "1f43f" : [["\uD83D\uDC3F"], "", "", ["chipmunk"], 13, 27, 15, 0], + "1f440" : [["\uD83D\uDC40"], "\uE419", "\uDBB8\uDD90", ["eyes"], 13, 28, 15, 0], + "1f441" : [["\uD83D\uDC41"], "", "", ["eye"], 13, 29, 15, 0], + "1f442" : [["\uD83D\uDC42"], "\uE41B", "\uDBB8\uDD91", ["ear"], 13, 30, 15, 0], + "1f443" : [["\uD83D\uDC43"], "\uE41A", "\uDBB8\uDD92", ["nose"], 13, 36, 15, 0], + "1f444" : [["\uD83D\uDC44"], "\uE41C", "\uDBB8\uDD93", ["lips"], 14, 1, 15, 0], + "1f445" : [["\uD83D\uDC45"], "\uE409", "\uDBB8\uDD94", ["tongue"], 14, 2, 15, 0], + "1f446" : [["\uD83D\uDC46"], "\uE22E", "\uDBBA\uDF99", ["point_up_2"], 14, 3, 15, 0], + "1f447" : [["\uD83D\uDC47"], "\uE22F", "\uDBBA\uDF9A", ["point_down"], 14, 9, 15, 0], + "1f448" : [["\uD83D\uDC48"], "\uE230", "\uDBBA\uDF9B", ["point_left"], 14, 15, 15, 0], + "1f449" : [["\uD83D\uDC49"], "\uE231", "\uDBBA\uDF9C", ["point_right"], 14, 21, 15, 0], + "1f44a" : [["\uD83D\uDC4A"], "\uE00D", "\uDBBA\uDF96", ["facepunch", "punch"], 14, 27, 15, 0], + "1f44b" : [["\uD83D\uDC4B"], "\uE41E", "\uDBBA\uDF9D", ["wave"], 14, 33, 15, 0], + "1f44c" : [["\uD83D\uDC4C"], "\uE420", "\uDBBA\uDF9F", ["ok_hand"], 14, 39, 15, 0], + "1f44d" : [["\uD83D\uDC4D"], "\uE00E", "\uDBBA\uDF97", ["+1", "thumbsup"], 15, 4, 15, 0], + "1f44e" : [["\uD83D\uDC4E"], "\uE421", "\uDBBA\uDFA0", ["-1", "thumbsdown"], 15, 10, 15, 0], + "1f44f" : [["\uD83D\uDC4F"], "\uE41F", "\uDBBA\uDF9E", ["clap"], 15, 16, 15, 0], + "1f450" : [["\uD83D\uDC50"], "\uE422", "\uDBBA\uDFA1", ["open_hands"], 15, 22, 15, 0], + "1f451" : [["\uD83D\uDC51"], "\uE10E", "\uDBB9\uDCD1", ["crown"], 15, 28, 15, 0], + "1f452" : [["\uD83D\uDC52"], "\uE318", "\uDBB9\uDCD4", ["womans_hat"], 15, 29, 15, 0], + "1f453" : [["\uD83D\uDC53"], "", "\uDBB9\uDCCE", ["eyeglasses"], 15, 30, 15, 0], + "1f454" : [["\uD83D\uDC54"], "\uE302", "\uDBB9\uDCD3", ["necktie"], 15, 31, 15, 0], + "1f455" : [["\uD83D\uDC55"], "\uE006", "\uDBB9\uDCCF", ["shirt", "tshirt"], 15, 32, 15, 0], + "1f456" : [["\uD83D\uDC56"], "", "\uDBB9\uDCD0", ["jeans"], 15, 33, 15, 0], + "1f457" : [["\uD83D\uDC57"], "\uE319", "\uDBB9\uDCD5", ["dress"], 15, 34, 15, 0], + "1f458" : [["\uD83D\uDC58"], "\uE321", "\uDBB9\uDCD9", ["kimono"], 15, 35, 15, 0], + "1f459" : [["\uD83D\uDC59"], "\uE322", "\uDBB9\uDCDA", ["bikini"], 15, 36, 15, 0], + "1f45a" : [["\uD83D\uDC5A"], "\uE006", "\uDBB9\uDCDB", ["womans_clothes"], 15, 37, 15, 0], + "1f45b" : [["\uD83D\uDC5B"], "", "\uDBB9\uDCDC", ["purse"], 15, 38, 15, 0], + "1f45c" : [["\uD83D\uDC5C"], "\uE323", "\uDBB9\uDCF0", ["handbag"], 15, 39, 15, 0], + "1f45d" : [["\uD83D\uDC5D"], "", "\uDBB9\uDCF1", ["pouch"], 15, 40, 15, 0], + "1f45e" : [["\uD83D\uDC5E"], "\uE007", "\uDBB9\uDCCC", ["mans_shoe", "shoe"], 16, 0, 15, 0], + "1f45f" : [["\uD83D\uDC5F"], "\uE007", "\uDBB9\uDCCD", ["athletic_shoe"], 16, 1, 15, 0], + "1f460" : [["\uD83D\uDC60"], "\uE13E", "\uDBB9\uDCD6", ["high_heel"], 16, 2, 15, 0], + "1f461" : [["\uD83D\uDC61"], "\uE31A", "\uDBB9\uDCD7", ["sandal"], 16, 3, 15, 0], + "1f462" : [["\uD83D\uDC62"], "\uE31B", "\uDBB9\uDCD8", ["boot"], 16, 4, 15, 0], + "1f463" : [["\uD83D\uDC63"], "\uE536", "\uDBB9\uDD53", ["footprints"], 16, 5, 15, 0], + "1f464" : [["\uD83D\uDC64"], "", "\uDBB8\uDD9A", ["bust_in_silhouette"], 16, 6, 15, 0], + "1f465" : [["\uD83D\uDC65"], "", "", ["busts_in_silhouette"], 16, 7, 15, 0], + "1f466" : [["\uD83D\uDC66"], "\uE001", "\uDBB8\uDD9B", ["boy"], 16, 8, 15, 0], + "1f467" : [["\uD83D\uDC67"], "\uE002", "\uDBB8\uDD9C", ["girl"], 16, 14, 15, 0], + "1f468" : [["\uD83D\uDC68"], "\uE004", "\uDBB8\uDD9D", ["man"], 16, 20, 15, 0], + "1f469" : [["\uD83D\uDC69"], "\uE005", "\uDBB8\uDD9E", ["woman"], 16, 26, 15, 0], + "1f46a" : [["\uD83D\uDC68\u200D\uD83D\uDC69\u200D\uD83D\uDC66", "\uD83D\uDC6A"], "", "\uDBB8\uDD9F", ["family", "man-woman-boy"], 16, 32, 15, 0], + "1f46b" : [["\uD83D\uDC6B"], "\uE428", "\uDBB8\uDDA0", ["couple", "man_and_woman_holding_hands"], 16, 33, 15, 0], + "1f46c" : [["\uD83D\uDC6C"], "", "", ["two_men_holding_hands"], 16, 34, 15, 0], + "1f46d" : [["\uD83D\uDC6D"], "", "", ["two_women_holding_hands"], 16, 35, 15, 0], + "1f46e" : [["\uD83D\uDC6E"], "\uE152", "\uDBB8\uDDA1", ["cop"], 16, 36, 15, 0], + "1f46f" : [["\uD83D\uDC6F"], "\uE429", "\uDBB8\uDDA2", ["dancers"], 17, 1, 15, 0], + "1f470" : [["\uD83D\uDC70"], "", "\uDBB8\uDDA3", ["bride_with_veil"], 17, 2, 15, 0], + "1f471" : [["\uD83D\uDC71"], "\uE515", "\uDBB8\uDDA4", ["person_with_blond_hair"], 17, 8, 15, 0], + "1f472" : [["\uD83D\uDC72"], "\uE516", "\uDBB8\uDDA5", ["man_with_gua_pi_mao"], 17, 14, 15, 0], + "1f473" : [["\uD83D\uDC73"], "\uE517", "\uDBB8\uDDA6", ["man_with_turban"], 17, 20, 15, 0], + "1f474" : [["\uD83D\uDC74"], "\uE518", "\uDBB8\uDDA7", ["older_man"], 17, 26, 15, 0], + "1f475" : [["\uD83D\uDC75"], "\uE519", "\uDBB8\uDDA8", ["older_woman"], 17, 32, 15, 0], + "1f476" : [["\uD83D\uDC76"], "\uE51A", "\uDBB8\uDDA9", ["baby"], 17, 38, 15, 0], + "1f477" : [["\uD83D\uDC77"], "\uE51B", "\uDBB8\uDDAA", ["construction_worker"], 18, 3, 15, 0], + "1f478" : [["\uD83D\uDC78"], "\uE51C", "\uDBB8\uDDAB", ["princess"], 18, 9, 15, 0], + "1f479" : [["\uD83D\uDC79"], "", "\uDBB8\uDDAC", ["japanese_ogre"], 18, 15, 15, 0], + "1f47a" : [["\uD83D\uDC7A"], "", "\uDBB8\uDDAD", ["japanese_goblin"], 18, 16, 15, 0], + "1f47b" : [["\uD83D\uDC7B"], "\uE11B", "\uDBB8\uDDAE", ["ghost"], 18, 17, 15, 0], + "1f47c" : [["\uD83D\uDC7C"], "\uE04E", "\uDBB8\uDDAF", ["angel"], 18, 18, 15, 0], + "1f47d" : [["\uD83D\uDC7D"], "\uE10C", "\uDBB8\uDDB0", ["alien"], 18, 24, 15, 0], + "1f47e" : [["\uD83D\uDC7E"], "\uE12B", "\uDBB8\uDDB1", ["space_invader"], 18, 25, 15, 0], + "1f47f" : [["\uD83D\uDC7F"], "\uE11A", "\uDBB8\uDDB2", ["imp"], 18, 26, 15, 0], + "1f480" : [["\uD83D\uDC80"], "\uE11C", "\uDBB8\uDDB3", ["skull"], 18, 27, 15, 0], + "1f481" : [["\uD83D\uDC81"], "\uE253", "\uDBB8\uDDB4", ["information_desk_person"], 18, 28, 15, 0], + "1f482" : [["\uD83D\uDC82"], "\uE51E", "\uDBB8\uDDB5", ["guardsman"], 18, 34, 15, 0], + "1f483" : [["\uD83D\uDC83"], "\uE51F", "\uDBB8\uDDB6", ["dancer"], 18, 40, 15, 0], + "1f484" : [["\uD83D\uDC84"], "\uE31C", "\uDBB8\uDD95", ["lipstick"], 19, 5, 15, 0], + "1f485" : [["\uD83D\uDC85"], "\uE31D", "\uDBB8\uDD96", ["nail_care"], 19, 6, 15, 0], + "1f486" : [["\uD83D\uDC86"], "\uE31E", "\uDBB8\uDD97", ["massage"], 19, 12, 15, 0], + "1f487" : [["\uD83D\uDC87"], "\uE31F", "\uDBB8\uDD98", ["haircut"], 19, 18, 15, 0], + "1f488" : [["\uD83D\uDC88"], "\uE320", "\uDBB8\uDD99", ["barber"], 19, 24, 15, 0], + "1f489" : [["\uD83D\uDC89"], "\uE13B", "\uDBB9\uDD09", ["syringe"], 19, 25, 15, 0], + "1f48a" : [["\uD83D\uDC8A"], "\uE30F", "\uDBB9\uDD0A", ["pill"], 19, 26, 15, 0], + "1f48b" : [["\uD83D\uDC8B"], "\uE003", "\uDBBA\uDC23", ["kiss"], 19, 27, 15, 0], + "1f48c" : [["\uD83D\uDC8C"], "\uE103\uE328", "\uDBBA\uDC24", ["love_letter"], 19, 28, 15, 0], + "1f48d" : [["\uD83D\uDC8D"], "\uE034", "\uDBBA\uDC25", ["ring"], 19, 29, 15, 0], + "1f48e" : [["\uD83D\uDC8E"], "\uE035", "\uDBBA\uDC26", ["gem"], 19, 30, 15, 0], + "1f48f" : [["\uD83D\uDC8F"], "\uE111", "\uDBBA\uDC27", ["couplekiss"], 19, 31, 15, 0], + "1f490" : [["\uD83D\uDC90"], "\uE306", "\uDBBA\uDC28", ["bouquet"], 19, 32, 15, 0], + "1f491" : [["\uD83D\uDC91"], "\uE425", "\uDBBA\uDC29", ["couple_with_heart"], 19, 33, 15, 0], + "1f492" : [["\uD83D\uDC92"], "\uE43D", "\uDBBA\uDC2A", ["wedding"], 19, 34, 15, 0], + "1f493" : [["\uD83D\uDC93"], "\uE327", "\uDBBA\uDF0D", ["heartbeat"], 19, 35, 15, 0], + "1f494" : [["\uD83D\uDC94"], "\uE023", "\uDBBA\uDF0E", ["broken_heart"], 19, 36, 15, 0, "<\/3"], + "1f495" : [["\uD83D\uDC95"], "\uE327", "\uDBBA\uDF0F", ["two_hearts"], 19, 37, 15, 0], + "1f496" : [["\uD83D\uDC96"], "\uE327", "\uDBBA\uDF10", ["sparkling_heart"], 19, 38, 15, 0], + "1f497" : [["\uD83D\uDC97"], "\uE328", "\uDBBA\uDF11", ["heartpulse"], 19, 39, 15, 0], + "1f498" : [["\uD83D\uDC98"], "\uE329", "\uDBBA\uDF12", ["cupid"], 19, 40, 15, 0], + "1f499" : [["\uD83D\uDC99"], "\uE32A", "\uDBBA\uDF13", ["blue_heart"], 20, 0, 15, 0, "<3"], + "1f49a" : [["\uD83D\uDC9A"], "\uE32B", "\uDBBA\uDF14", ["green_heart"], 20, 1, 15, 0, "<3"], + "1f49b" : [["\uD83D\uDC9B"], "\uE32C", "\uDBBA\uDF15", ["yellow_heart"], 20, 2, 15, 0, "<3"], + "1f49c" : [["\uD83D\uDC9C"], "\uE32D", "\uDBBA\uDF16", ["purple_heart"], 20, 3, 15, 0, "<3"], + "1f49d" : [["\uD83D\uDC9D"], "\uE437", "\uDBBA\uDF17", ["gift_heart"], 20, 4, 15, 0], + "1f49e" : [["\uD83D\uDC9E"], "\uE327", "\uDBBA\uDF18", ["revolving_hearts"], 20, 5, 15, 0], + "1f49f" : [["\uD83D\uDC9F"], "\uE204", "\uDBBA\uDF19", ["heart_decoration"], 20, 6, 15, 0], + "1f4a0" : [["\uD83D\uDCA0"], "", "\uDBBA\uDF55", ["diamond_shape_with_a_dot_inside"], 20, 7, 15, 0], + "1f4a1" : [["\uD83D\uDCA1"], "\uE10F", "\uDBBA\uDF56", ["bulb"], 20, 8, 15, 0], + "1f4a2" : [["\uD83D\uDCA2"], "\uE334", "\uDBBA\uDF57", ["anger"], 20, 9, 15, 0], + "1f4a3" : [["\uD83D\uDCA3"], "\uE311", "\uDBBA\uDF58", ["bomb"], 20, 10, 15, 0], + "1f4a4" : [["\uD83D\uDCA4"], "\uE13C", "\uDBBA\uDF59", ["zzz"], 20, 11, 15, 0], + "1f4a5" : [["\uD83D\uDCA5"], "", "\uDBBA\uDF5A", ["boom", "collision"], 20, 12, 15, 0], + "1f4a6" : [["\uD83D\uDCA6"], "\uE331", "\uDBBA\uDF5B", ["sweat_drops"], 20, 13, 15, 0], + "1f4a7" : [["\uD83D\uDCA7"], "\uE331", "\uDBBA\uDF5C", ["droplet"], 20, 14, 15, 0], + "1f4a8" : [["\uD83D\uDCA8"], "\uE330", "\uDBBA\uDF5D", ["dash"], 20, 15, 15, 0], + "1f4a9" : [["\uD83D\uDCA9"], "\uE05A", "\uDBB9\uDCF4", ["hankey", "poop", "shit"], 20, 16, 15, 0], + "1f4aa" : [["\uD83D\uDCAA"], "\uE14C", "\uDBBA\uDF5E", ["muscle"], 20, 17, 15, 0], + "1f4ab" : [["\uD83D\uDCAB"], "\uE407", "\uDBBA\uDF5F", ["dizzy"], 20, 23, 15, 0], + "1f4ac" : [["\uD83D\uDCAC"], "", "\uDBB9\uDD32", ["speech_balloon"], 20, 24, 15, 0], + "1f4ad" : [["\uD83D\uDCAD"], "", "", ["thought_balloon"], 20, 25, 15, 0], + "1f4ae" : [["\uD83D\uDCAE"], "", "\uDBBA\uDF7A", ["white_flower"], 20, 26, 15, 0], + "1f4af" : [["\uD83D\uDCAF"], "", "\uDBBA\uDF7B", ["100"], 20, 27, 15, 0], + "1f4b0" : [["\uD83D\uDCB0"], "\uE12F", "\uDBB9\uDCDD", ["moneybag"], 20, 28, 15, 0], + "1f4b1" : [["\uD83D\uDCB1"], "\uE149", "\uDBB9\uDCDE", ["currency_exchange"], 20, 29, 15, 0], + "1f4b2" : [["\uD83D\uDCB2"], "\uE12F", "\uDBB9\uDCE0", ["heavy_dollar_sign"], 20, 30, 15, 0], + "1f4b3" : [["\uD83D\uDCB3"], "", "\uDBB9\uDCE1", ["credit_card"], 20, 31, 15, 0], + "1f4b4" : [["\uD83D\uDCB4"], "", "\uDBB9\uDCE2", ["yen"], 20, 32, 15, 0], + "1f4b5" : [["\uD83D\uDCB5"], "\uE12F", "\uDBB9\uDCE3", ["dollar"], 20, 33, 15, 0], + "1f4b6" : [["\uD83D\uDCB6"], "", "", ["euro"], 20, 34, 15, 0], + "1f4b7" : [["\uD83D\uDCB7"], "", "", ["pound"], 20, 35, 15, 0], + "1f4b8" : [["\uD83D\uDCB8"], "", "\uDBB9\uDCE4", ["money_with_wings"], 20, 36, 15, 0], + "1f4b9" : [["\uD83D\uDCB9"], "\uE14A", "\uDBB9\uDCDF", ["chart"], 20, 37, 15, 0], + "1f4ba" : [["\uD83D\uDCBA"], "\uE11F", "\uDBB9\uDD37", ["seat"], 20, 38, 15, 0], + "1f4bb" : [["\uD83D\uDCBB"], "\uE00C", "\uDBB9\uDD38", ["computer"], 20, 39, 15, 0], + "1f4bc" : [["\uD83D\uDCBC"], "\uE11E", "\uDBB9\uDD3B", ["briefcase"], 20, 40, 15, 0], + "1f4bd" : [["\uD83D\uDCBD"], "\uE316", "\uDBB9\uDD3C", ["minidisc"], 21, 0, 15, 0], + "1f4be" : [["\uD83D\uDCBE"], "\uE316", "\uDBB9\uDD3D", ["floppy_disk"], 21, 1, 15, 0], + "1f4bf" : [["\uD83D\uDCBF"], "\uE126", "\uDBBA\uDC1D", ["cd"], 21, 2, 15, 0], + "1f4c0" : [["\uD83D\uDCC0"], "\uE127", "\uDBBA\uDC1E", ["dvd"], 21, 3, 15, 0], + "1f4c1" : [["\uD83D\uDCC1"], "", "\uDBB9\uDD43", ["file_folder"], 21, 4, 15, 0], + "1f4c2" : [["\uD83D\uDCC2"], "", "\uDBB9\uDD44", ["open_file_folder"], 21, 5, 15, 0], + "1f4c3" : [["\uD83D\uDCC3"], "\uE301", "\uDBB9\uDD40", ["page_with_curl"], 21, 6, 15, 0], + "1f4c4" : [["\uD83D\uDCC4"], "\uE301", "\uDBB9\uDD41", ["page_facing_up"], 21, 7, 15, 0], + "1f4c5" : [["\uD83D\uDCC5"], "", "\uDBB9\uDD42", ["date"], 21, 8, 15, 0], + "1f4c6" : [["\uD83D\uDCC6"], "", "\uDBB9\uDD49", ["calendar"], 21, 9, 15, 0], + "1f4c7" : [["\uD83D\uDCC7"], "\uE148", "\uDBB9\uDD4D", ["card_index"], 21, 10, 15, 0], + "1f4c8" : [["\uD83D\uDCC8"], "\uE14A", "\uDBB9\uDD4B", ["chart_with_upwards_trend"], 21, 11, 15, 0], + "1f4c9" : [["\uD83D\uDCC9"], "", "\uDBB9\uDD4C", ["chart_with_downwards_trend"], 21, 12, 15, 0], + "1f4ca" : [["\uD83D\uDCCA"], "\uE14A", "\uDBB9\uDD4A", ["bar_chart"], 21, 13, 15, 0], + "1f4cb" : [["\uD83D\uDCCB"], "\uE301", "\uDBB9\uDD48", ["clipboard"], 21, 14, 15, 0], + "1f4cc" : [["\uD83D\uDCCC"], "", "\uDBB9\uDD4E", ["pushpin"], 21, 15, 15, 0], + "1f4cd" : [["\uD83D\uDCCD"], "", "\uDBB9\uDD3F", ["round_pushpin"], 21, 16, 15, 0], + "1f4ce" : [["\uD83D\uDCCE"], "", "\uDBB9\uDD3A", ["paperclip"], 21, 17, 15, 0], + "1f4cf" : [["\uD83D\uDCCF"], "", "\uDBB9\uDD50", ["straight_ruler"], 21, 18, 15, 0], + "1f4d0" : [["\uD83D\uDCD0"], "", "\uDBB9\uDD51", ["triangular_ruler"], 21, 19, 15, 0], + "1f4d1" : [["\uD83D\uDCD1"], "\uE301", "\uDBB9\uDD52", ["bookmark_tabs"], 21, 20, 15, 0], + "1f4d2" : [["\uD83D\uDCD2"], "\uE148", "\uDBB9\uDD4F", ["ledger"], 21, 21, 15, 0], + "1f4d3" : [["\uD83D\uDCD3"], "\uE148", "\uDBB9\uDD45", ["notebook"], 21, 22, 15, 0], + "1f4d4" : [["\uD83D\uDCD4"], "\uE148", "\uDBB9\uDD47", ["notebook_with_decorative_cover"], 21, 23, 15, 0], + "1f4d5" : [["\uD83D\uDCD5"], "\uE148", "\uDBB9\uDD02", ["closed_book"], 21, 24, 15, 0], + "1f4d6" : [["\uD83D\uDCD6"], "\uE148", "\uDBB9\uDD46", ["book", "open_book"], 21, 25, 15, 0], + "1f4d7" : [["\uD83D\uDCD7"], "\uE148", "\uDBB9\uDCFF", ["green_book"], 21, 26, 15, 0], + "1f4d8" : [["\uD83D\uDCD8"], "\uE148", "\uDBB9\uDD00", ["blue_book"], 21, 27, 15, 0], + "1f4d9" : [["\uD83D\uDCD9"], "\uE148", "\uDBB9\uDD01", ["orange_book"], 21, 28, 15, 0], + "1f4da" : [["\uD83D\uDCDA"], "\uE148", "\uDBB9\uDD03", ["books"], 21, 29, 15, 0], + "1f4db" : [["\uD83D\uDCDB"], "", "\uDBB9\uDD04", ["name_badge"], 21, 30, 15, 0], + "1f4dc" : [["\uD83D\uDCDC"], "", "\uDBB9\uDCFD", ["scroll"], 21, 31, 15, 0], + "1f4dd" : [["\uD83D\uDCDD"], "\uE301", "\uDBB9\uDD27", ["memo", "pencil"], 21, 32, 15, 0], + "1f4de" : [["\uD83D\uDCDE"], "\uE009", "\uDBB9\uDD24", ["telephone_receiver"], 21, 33, 15, 0], + "1f4df" : [["\uD83D\uDCDF"], "", "\uDBB9\uDD22", ["pager"], 21, 34, 15, 0], + "1f4e0" : [["\uD83D\uDCE0"], "\uE00B", "\uDBB9\uDD28", ["fax"], 21, 35, 15, 0], + "1f4e1" : [["\uD83D\uDCE1"], "\uE14B", "\uDBB9\uDD31", ["satellite_antenna"], 21, 36, 15, 0], + "1f4e2" : [["\uD83D\uDCE2"], "\uE142", "\uDBB9\uDD2F", ["loudspeaker"], 21, 37, 15, 0], + "1f4e3" : [["\uD83D\uDCE3"], "\uE317", "\uDBB9\uDD30", ["mega"], 21, 38, 15, 0], + "1f4e4" : [["\uD83D\uDCE4"], "", "\uDBB9\uDD33", ["outbox_tray"], 21, 39, 15, 0], + "1f4e5" : [["\uD83D\uDCE5"], "", "\uDBB9\uDD34", ["inbox_tray"], 21, 40, 15, 0], + "1f4e6" : [["\uD83D\uDCE6"], "\uE112", "\uDBB9\uDD35", ["package"], 22, 0, 15, 0], + "1f4e7" : [["\uD83D\uDCE7"], "\uE103", "\uDBBA\uDF92", ["e-mail"], 22, 1, 15, 0], + "1f4e8" : [["\uD83D\uDCE8"], "\uE103", "\uDBB9\uDD2A", ["incoming_envelope"], 22, 2, 15, 0], + "1f4e9" : [["\uD83D\uDCE9"], "\uE103", "\uDBB9\uDD2B", ["envelope_with_arrow"], 22, 3, 15, 0], + "1f4ea" : [["\uD83D\uDCEA"], "\uE101", "\uDBB9\uDD2C", ["mailbox_closed"], 22, 4, 15, 0], + "1f4eb" : [["\uD83D\uDCEB"], "\uE101", "\uDBB9\uDD2D", ["mailbox"], 22, 5, 15, 0], + "1f4ec" : [["\uD83D\uDCEC"], "", "", ["mailbox_with_mail"], 22, 6, 15, 0], + "1f4ed" : [["\uD83D\uDCED"], "", "", ["mailbox_with_no_mail"], 22, 7, 15, 0], + "1f4ee" : [["\uD83D\uDCEE"], "\uE102", "\uDBB9\uDD2E", ["postbox"], 22, 8, 15, 0], + "1f4ef" : [["\uD83D\uDCEF"], "", "", ["postal_horn"], 22, 9, 15, 0], + "1f4f0" : [["\uD83D\uDCF0"], "", "\uDBBA\uDC22", ["newspaper"], 22, 10, 15, 0], + "1f4f1" : [["\uD83D\uDCF1"], "\uE00A", "\uDBB9\uDD25", ["iphone"], 22, 11, 15, 0], + "1f4f2" : [["\uD83D\uDCF2"], "\uE104", "\uDBB9\uDD26", ["calling"], 22, 12, 15, 0], + "1f4f3" : [["\uD83D\uDCF3"], "\uE250", "\uDBBA\uDC39", ["vibration_mode"], 22, 13, 15, 0], + "1f4f4" : [["\uD83D\uDCF4"], "\uE251", "\uDBBA\uDC3A", ["mobile_phone_off"], 22, 14, 15, 0], + "1f4f5" : [["\uD83D\uDCF5"], "", "", ["no_mobile_phones"], 22, 15, 15, 0], + "1f4f6" : [["\uD83D\uDCF6"], "\uE20B", "\uDBBA\uDC38", ["signal_strength"], 22, 16, 15, 0], + "1f4f7" : [["\uD83D\uDCF7"], "\uE008", "\uDBB9\uDCEF", ["camera"], 22, 17, 15, 0], + "1f4f8" : [["\uD83D\uDCF8"], "", "", ["camera_with_flash"], 22, 18, 15, 0], + "1f4f9" : [["\uD83D\uDCF9"], "\uE03D", "\uDBB9\uDCF9", ["video_camera"], 22, 19, 15, 0], + "1f4fa" : [["\uD83D\uDCFA"], "\uE12A", "\uDBBA\uDC1C", ["tv"], 22, 20, 15, 0], + "1f4fb" : [["\uD83D\uDCFB"], "\uE128", "\uDBBA\uDC1F", ["radio"], 22, 21, 15, 0], + "1f4fc" : [["\uD83D\uDCFC"], "\uE129", "\uDBBA\uDC20", ["vhs"], 22, 22, 15, 0], + "1f4fd" : [["\uD83D\uDCFD"], "", "", ["film_projector"], 22, 23, 15, 0], + "1f4ff" : [["\uD83D\uDCFF"], "", "", ["prayer_beads"], 22, 24, 15, 0], + "1f500" : [["\uD83D\uDD00"], "", "", ["twisted_rightwards_arrows"], 22, 25, 15, 0], + "1f501" : [["\uD83D\uDD01"], "", "", ["repeat"], 22, 26, 15, 0], + "1f502" : [["\uD83D\uDD02"], "", "", ["repeat_one"], 22, 27, 15, 0], + "1f503" : [["\uD83D\uDD03"], "", "\uDBBA\uDF91", ["arrows_clockwise"], 22, 28, 15, 0], + "1f504" : [["\uD83D\uDD04"], "", "", ["arrows_counterclockwise"], 22, 29, 15, 0], + "1f505" : [["\uD83D\uDD05"], "", "", ["low_brightness"], 22, 30, 15, 0], + "1f506" : [["\uD83D\uDD06"], "", "", ["high_brightness"], 22, 31, 15, 0], + "1f507" : [["\uD83D\uDD07"], "", "", ["mute"], 22, 32, 15, 0], + "1f508" : [["\uD83D\uDD08"], "", "", ["speaker"], 22, 33, 15, 0], + "1f509" : [["\uD83D\uDD09"], "", "", ["sound"], 22, 34, 15, 0], + "1f50a" : [["\uD83D\uDD0A"], "\uE141", "\uDBBA\uDC21", ["loud_sound"], 22, 35, 15, 0], + "1f50b" : [["\uD83D\uDD0B"], "", "\uDBB9\uDCFC", ["battery"], 22, 36, 15, 0], + "1f50c" : [["\uD83D\uDD0C"], "", "\uDBB9\uDCFE", ["electric_plug"], 22, 37, 15, 0], + "1f50d" : [["\uD83D\uDD0D"], "\uE114", "\uDBBA\uDF85", ["mag"], 22, 38, 15, 0], + "1f50e" : [["\uD83D\uDD0E"], "\uE114", "\uDBBA\uDF8D", ["mag_right"], 22, 39, 15, 0], + "1f50f" : [["\uD83D\uDD0F"], "\uE144", "\uDBBA\uDF90", ["lock_with_ink_pen"], 22, 40, 15, 0], + "1f510" : [["\uD83D\uDD10"], "\uE144", "\uDBBA\uDF8A", ["closed_lock_with_key"], 23, 0, 15, 0], + "1f511" : [["\uD83D\uDD11"], "\uE03F", "\uDBBA\uDF82", ["key"], 23, 1, 15, 0], + "1f512" : [["\uD83D\uDD12"], "\uE144", "\uDBBA\uDF86", ["lock"], 23, 2, 15, 0], + "1f513" : [["\uD83D\uDD13"], "\uE145", "\uDBBA\uDF87", ["unlock"], 23, 3, 15, 0], + "1f514" : [["\uD83D\uDD14"], "\uE325", "\uDBB9\uDCF2", ["bell"], 23, 4, 15, 0], + "1f515" : [["\uD83D\uDD15"], "", "", ["no_bell"], 23, 5, 15, 0], + "1f516" : [["\uD83D\uDD16"], "", "\uDBBA\uDF8F", ["bookmark"], 23, 6, 15, 0], + "1f517" : [["\uD83D\uDD17"], "", "\uDBBA\uDF4B", ["link"], 23, 7, 15, 0], + "1f518" : [["\uD83D\uDD18"], "", "\uDBBA\uDF8C", ["radio_button"], 23, 8, 15, 0], + "1f519" : [["\uD83D\uDD19"], "\uE235", "\uDBBA\uDF8E", ["back"], 23, 9, 15, 0], + "1f51a" : [["\uD83D\uDD1A"], "", "\uDBB8\uDC1A", ["end"], 23, 10, 15, 0], + "1f51b" : [["\uD83D\uDD1B"], "", "\uDBB8\uDC19", ["on"], 23, 11, 15, 0], + "1f51c" : [["\uD83D\uDD1C"], "", "\uDBB8\uDC18", ["soon"], 23, 12, 15, 0], + "1f51d" : [["\uD83D\uDD1D"], "\uE24C", "\uDBBA\uDF42", ["top"], 23, 13, 15, 0], + "1f51e" : [["\uD83D\uDD1E"], "\uE207", "\uDBBA\uDF25", ["underage"], 23, 14, 15, 0], + "1f51f" : [["\uD83D\uDD1F"], "", "\uDBBA\uDC3B", ["keycap_ten"], 23, 15, 15, 0], + "1f520" : [["\uD83D\uDD20"], "", "\uDBBA\uDF7C", ["capital_abcd"], 23, 16, 15, 0], + "1f521" : [["\uD83D\uDD21"], "", "\uDBBA\uDF7D", ["abcd"], 23, 17, 15, 0], + "1f522" : [["\uD83D\uDD22"], "", "\uDBBA\uDF7E", ["1234"], 23, 18, 15, 0], + "1f523" : [["\uD83D\uDD23"], "", "\uDBBA\uDF7F", ["symbols"], 23, 19, 15, 0], + "1f524" : [["\uD83D\uDD24"], "", "\uDBBA\uDF80", ["abc"], 23, 20, 15, 0], + "1f525" : [["\uD83D\uDD25"], "\uE11D", "\uDBB9\uDCF6", ["fire"], 23, 21, 15, 0], + "1f526" : [["\uD83D\uDD26"], "", "\uDBB9\uDCFB", ["flashlight"], 23, 22, 15, 0], + "1f527" : [["\uD83D\uDD27"], "", "\uDBB9\uDCC9", ["wrench"], 23, 23, 15, 0], + "1f528" : [["\uD83D\uDD28"], "\uE116", "\uDBB9\uDCCA", ["hammer"], 23, 24, 15, 0], + "1f529" : [["\uD83D\uDD29"], "", "\uDBB9\uDCCB", ["nut_and_bolt"], 23, 25, 15, 0], + "1f52a" : [["\uD83D\uDD2A"], "", "\uDBB9\uDCFA", ["hocho", "knife"], 23, 26, 15, 0], + "1f52b" : [["\uD83D\uDD2B"], "\uE113", "\uDBB9\uDCF5", ["gun"], 23, 27, 15, 0], + "1f52c" : [["\uD83D\uDD2C"], "", "", ["microscope"], 23, 28, 15, 0], + "1f52d" : [["\uD83D\uDD2D"], "", "", ["telescope"], 23, 29, 15, 0], + "1f52e" : [["\uD83D\uDD2E"], "\uE23E", "\uDBB9\uDCF7", ["crystal_ball"], 23, 30, 15, 0], + "1f52f" : [["\uD83D\uDD2F"], "\uE23E", "\uDBB9\uDCF8", ["six_pointed_star"], 23, 31, 15, 0], + "1f530" : [["\uD83D\uDD30"], "\uE209", "\uDBB8\uDC44", ["beginner"], 23, 32, 15, 0], + "1f531" : [["\uD83D\uDD31"], "\uE031", "\uDBB9\uDCD2", ["trident"], 23, 33, 15, 0], + "1f532" : [["\uD83D\uDD32"], "\uE21A", "\uDBBA\uDF64", ["black_square_button"], 23, 34, 15, 0], + "1f533" : [["\uD83D\uDD33"], "\uE21B", "\uDBBA\uDF67", ["white_square_button"], 23, 35, 15, 0], + "1f534" : [["\uD83D\uDD34"], "\uE219", "\uDBBA\uDF63", ["red_circle"], 23, 36, 15, 0], + "1f535" : [["\uD83D\uDD35"], "\uE21A", "\uDBBA\uDF64", ["large_blue_circle"], 23, 37, 15, 0], + "1f536" : [["\uD83D\uDD36"], "\uE21B", "\uDBBA\uDF73", ["large_orange_diamond"], 23, 38, 15, 0], + "1f537" : [["\uD83D\uDD37"], "\uE21B", "\uDBBA\uDF74", ["large_blue_diamond"], 23, 39, 15, 0], + "1f538" : [["\uD83D\uDD38"], "\uE21B", "\uDBBA\uDF75", ["small_orange_diamond"], 23, 40, 15, 0], + "1f539" : [["\uD83D\uDD39"], "\uE21B", "\uDBBA\uDF76", ["small_blue_diamond"], 24, 0, 15, 0], + "1f53a" : [["\uD83D\uDD3A"], "", "\uDBBA\uDF78", ["small_red_triangle"], 24, 1, 15, 0], + "1f53b" : [["\uD83D\uDD3B"], "", "\uDBBA\uDF79", ["small_red_triangle_down"], 24, 2, 15, 0], + "1f53c" : [["\uD83D\uDD3C"], "", "\uDBBA\uDF01", ["arrow_up_small"], 24, 3, 15, 0], + "1f53d" : [["\uD83D\uDD3D"], "", "\uDBBA\uDF00", ["arrow_down_small"], 24, 4, 15, 0], + "1f549" : [["\uD83D\uDD49"], "", "", ["om_symbol"], 24, 5, 15, 0], + "1f54a" : [["\uD83D\uDD4A"], "", "", ["dove_of_peace"], 24, 6, 15, 0], + "1f54b" : [["\uD83D\uDD4B"], "", "", ["kaaba"], 24, 7, 15, 0], + "1f54c" : [["\uD83D\uDD4C"], "", "", ["mosque"], 24, 8, 15, 0], + "1f54d" : [["\uD83D\uDD4D"], "", "", ["synagogue"], 24, 9, 15, 0], + "1f54e" : [["\uD83D\uDD4E"], "", "", ["menorah_with_nine_branches"], 24, 10, 15, 0], + "1f550" : [["\uD83D\uDD50"], "\uE024", "\uDBB8\uDC1E", ["clock1"], 24, 11, 15, 0], + "1f551" : [["\uD83D\uDD51"], "\uE025", "\uDBB8\uDC1F", ["clock2"], 24, 12, 15, 0], + "1f552" : [["\uD83D\uDD52"], "\uE026", "\uDBB8\uDC20", ["clock3"], 24, 13, 15, 0], + "1f553" : [["\uD83D\uDD53"], "\uE027", "\uDBB8\uDC21", ["clock4"], 24, 14, 15, 0], + "1f554" : [["\uD83D\uDD54"], "\uE028", "\uDBB8\uDC22", ["clock5"], 24, 15, 15, 0], + "1f555" : [["\uD83D\uDD55"], "\uE029", "\uDBB8\uDC23", ["clock6"], 24, 16, 15, 0], + "1f556" : [["\uD83D\uDD56"], "\uE02A", "\uDBB8\uDC24", ["clock7"], 24, 17, 15, 0], + "1f557" : [["\uD83D\uDD57"], "\uE02B", "\uDBB8\uDC25", ["clock8"], 24, 18, 15, 0], + "1f558" : [["\uD83D\uDD58"], "\uE02C", "\uDBB8\uDC26", ["clock9"], 24, 19, 15, 0], + "1f559" : [["\uD83D\uDD59"], "\uE02D", "\uDBB8\uDC27", ["clock10"], 24, 20, 15, 0], + "1f55a" : [["\uD83D\uDD5A"], "\uE02E", "\uDBB8\uDC28", ["clock11"], 24, 21, 15, 0], + "1f55b" : [["\uD83D\uDD5B"], "\uE02F", "\uDBB8\uDC29", ["clock12"], 24, 22, 15, 0], + "1f55c" : [["\uD83D\uDD5C"], "", "", ["clock130"], 24, 23, 15, 0], + "1f55d" : [["\uD83D\uDD5D"], "", "", ["clock230"], 24, 24, 15, 0], + "1f55e" : [["\uD83D\uDD5E"], "", "", ["clock330"], 24, 25, 15, 0], + "1f55f" : [["\uD83D\uDD5F"], "", "", ["clock430"], 24, 26, 15, 0], + "1f560" : [["\uD83D\uDD60"], "", "", ["clock530"], 24, 27, 15, 0], + "1f561" : [["\uD83D\uDD61"], "", "", ["clock630"], 24, 28, 15, 0], + "1f562" : [["\uD83D\uDD62"], "", "", ["clock730"], 24, 29, 15, 0], + "1f563" : [["\uD83D\uDD63"], "", "", ["clock830"], 24, 30, 15, 0], + "1f564" : [["\uD83D\uDD64"], "", "", ["clock930"], 24, 31, 15, 0], + "1f565" : [["\uD83D\uDD65"], "", "", ["clock1030"], 24, 32, 15, 0], + "1f566" : [["\uD83D\uDD66"], "", "", ["clock1130"], 24, 33, 15, 0], + "1f567" : [["\uD83D\uDD67"], "", "", ["clock1230"], 24, 34, 15, 0], + "1f56f" : [["\uD83D\uDD6F"], "", "", ["candle"], 24, 35, 15, 0], + "1f570" : [["\uD83D\uDD70"], "", "", ["mantelpiece_clock"], 24, 36, 15, 0], + "1f573" : [["\uD83D\uDD73"], "", "", ["hole"], 24, 37, 15, 0], + "1f574" : [["\uD83D\uDD74"], "", "", ["man_in_business_suit_levitating"], 24, 38, 15, 0], + "1f575" : [["\uD83D\uDD75"], "", "", ["sleuth_or_spy"], 24, 39, 15, 0], + "1f576" : [["\uD83D\uDD76"], "", "", ["dark_sunglasses"], 25, 4, 15, 0], + "1f577" : [["\uD83D\uDD77"], "", "", ["spider"], 25, 5, 15, 0], + "1f578" : [["\uD83D\uDD78"], "", "", ["spider_web"], 25, 6, 15, 0], + "1f579" : [["\uD83D\uDD79"], "", "", ["joystick"], 25, 7, 15, 0], + "1f587" : [["\uD83D\uDD87"], "", "", ["linked_paperclips"], 25, 8, 15, 0], + "1f58a" : [["\uD83D\uDD8A"], "", "", ["lower_left_ballpoint_pen"], 25, 9, 15, 0], + "1f58b" : [["\uD83D\uDD8B"], "", "", ["lower_left_fountain_pen"], 25, 10, 15, 0], + "1f58c" : [["\uD83D\uDD8C"], "", "", ["lower_left_paintbrush"], 25, 11, 15, 0], + "1f58d" : [["\uD83D\uDD8D"], "", "", ["lower_left_crayon"], 25, 12, 15, 0], + "1f590" : [["\uD83D\uDD90"], "", "", ["raised_hand_with_fingers_splayed"], 25, 13, 15, 0], + "1f595" : [["\uD83D\uDD95"], "", "", ["middle_finger", "reversed_hand_with_middle_finger_extended"], 25, 19, 15, 0], + "1f596" : [["\uD83D\uDD96"], "", "", ["spock-hand"], 25, 25, 15, 0], + "1f5a5" : [["\uD83D\uDDA5"], "", "", ["desktop_computer"], 25, 31, 15, 0], + "1f5a8" : [["\uD83D\uDDA8"], "", "", ["printer"], 25, 32, 15, 0], + "1f5b1" : [["\uD83D\uDDB1"], "", "", ["three_button_mouse"], 25, 33, 15, 0], + "1f5b2" : [["\uD83D\uDDB2"], "", "", ["trackball"], 25, 34, 15, 0], + "1f5bc" : [["\uD83D\uDDBC"], "", "", ["frame_with_picture"], 25, 35, 15, 0], + "1f5c2" : [["\uD83D\uDDC2"], "", "", ["card_index_dividers"], 25, 36, 15, 0], + "1f5c3" : [["\uD83D\uDDC3"], "", "", ["card_file_box"], 25, 37, 15, 0], + "1f5c4" : [["\uD83D\uDDC4"], "", "", ["file_cabinet"], 25, 38, 15, 0], + "1f5d1" : [["\uD83D\uDDD1"], "", "", ["wastebasket"], 25, 39, 15, 0], + "1f5d2" : [["\uD83D\uDDD2"], "", "", ["spiral_note_pad"], 25, 40, 15, 0], + "1f5d3" : [["\uD83D\uDDD3"], "", "", ["spiral_calendar_pad"], 26, 0, 15, 0], + "1f5dc" : [["\uD83D\uDDDC"], "", "", ["compression"], 26, 1, 15, 0], + "1f5dd" : [["\uD83D\uDDDD"], "", "", ["old_key"], 26, 2, 15, 0], + "1f5de" : [["\uD83D\uDDDE"], "", "", ["rolled_up_newspaper"], 26, 3, 15, 0], + "1f5e1" : [["\uD83D\uDDE1"], "", "", ["dagger_knife"], 26, 4, 15, 0], + "1f5e3" : [["\uD83D\uDDE3"], "", "", ["speaking_head_in_silhouette"], 26, 5, 15, 0], + "1f5e8" : [["\uD83D\uDDE8"], "", "", ["left_speech_bubble"], 26, 6, 7, 0], + "1f5ef" : [["\uD83D\uDDEF"], "", "", ["right_anger_bubble"], 26, 7, 15, 0], + "1f5f3" : [["\uD83D\uDDF3"], "", "", ["ballot_box_with_ballot"], 26, 8, 15, 0], + "1f5fa" : [["\uD83D\uDDFA"], "", "", ["world_map"], 26, 9, 15, 0], + "1f5fb" : [["\uD83D\uDDFB"], "\uE03B", "\uDBB9\uDCC3", ["mount_fuji"], 26, 10, 15, 0], + "1f5fc" : [["\uD83D\uDDFC"], "\uE509", "\uDBB9\uDCC4", ["tokyo_tower"], 26, 11, 15, 0], + "1f5fd" : [["\uD83D\uDDFD"], "\uE51D", "\uDBB9\uDCC6", ["statue_of_liberty"], 26, 12, 15, 0], + "1f5fe" : [["\uD83D\uDDFE"], "", "\uDBB9\uDCC7", ["japan"], 26, 13, 15, 0], + "1f5ff" : [["\uD83D\uDDFF"], "", "\uDBB9\uDCC8", ["moyai"], 26, 14, 15, 0], + "1f600" : [["\uD83D\uDE00"], "", "", ["grinning"], 26, 15, 15, 0, ":D"], + "1f601" : [["\uD83D\uDE01"], "\uE404", "\uDBB8\uDF33", ["grin"], 26, 16, 15, 0], + "1f602" : [["\uD83D\uDE02"], "\uE412", "\uDBB8\uDF34", ["joy"], 26, 17, 15, 0], + "1f603" : [["\uD83D\uDE03"], "\uE057", "\uDBB8\uDF30", ["smiley"], 26, 18, 15, 0, ":)"], + "1f604" : [["\uD83D\uDE04"], "\uE415", "\uDBB8\uDF38", ["smile"], 26, 19, 15, 0, ":)"], + "1f605" : [["\uD83D\uDE05"], "\uE415\uE331", "\uDBB8\uDF31", ["sweat_smile"], 26, 20, 15, 0], + "1f606" : [["\uD83D\uDE06"], "\uE40A", "\uDBB8\uDF32", ["laughing", "satisfied"], 26, 21, 15, 0], + "1f607" : [["\uD83D\uDE07"], "", "", ["innocent"], 26, 22, 15, 0], + "1f608" : [["\uD83D\uDE08"], "", "", ["smiling_imp"], 26, 23, 15, 0], + "1f609" : [["\uD83D\uDE09"], "\uE405", "\uDBB8\uDF47", ["wink"], 26, 24, 15, 0, ";)"], + "1f60a" : [["\uD83D\uDE0A"], "\uE056", "\uDBB8\uDF35", ["blush"], 26, 25, 15, 0, ":)"], + "1f60b" : [["\uD83D\uDE0B"], "\uE056", "\uDBB8\uDF2B", ["yum"], 26, 26, 15, 0], + "1f60c" : [["\uD83D\uDE0C"], "\uE40A", "\uDBB8\uDF3E", ["relieved"], 26, 27, 15, 0], + "1f60d" : [["\uD83D\uDE0D"], "\uE106", "\uDBB8\uDF27", ["heart_eyes"], 26, 28, 15, 0], + "1f60e" : [["\uD83D\uDE0E"], "", "", ["sunglasses"], 26, 29, 15, 0], + "1f60f" : [["\uD83D\uDE0F"], "\uE402", "\uDBB8\uDF43", ["smirk"], 26, 30, 15, 0], + "1f610" : [["\uD83D\uDE10"], "", "", ["neutral_face"], 26, 31, 15, 0], + "1f611" : [["\uD83D\uDE11"], "", "", ["expressionless"], 26, 32, 15, 0], + "1f612" : [["\uD83D\uDE12"], "\uE40E", "\uDBB8\uDF26", ["unamused"], 26, 33, 15, 0, ":("], + "1f613" : [["\uD83D\uDE13"], "\uE108", "\uDBB8\uDF44", ["sweat"], 26, 34, 15, 0], + "1f614" : [["\uD83D\uDE14"], "\uE403", "\uDBB8\uDF40", ["pensive"], 26, 35, 15, 0], + "1f615" : [["\uD83D\uDE15"], "", "", ["confused"], 26, 36, 15, 0], + "1f616" : [["\uD83D\uDE16"], "\uE407", "\uDBB8\uDF3F", ["confounded"], 26, 37, 15, 0], + "1f617" : [["\uD83D\uDE17"], "", "", ["kissing"], 26, 38, 15, 0], + "1f618" : [["\uD83D\uDE18"], "\uE418", "\uDBB8\uDF2C", ["kissing_heart"], 26, 39, 15, 0], + "1f619" : [["\uD83D\uDE19"], "", "", ["kissing_smiling_eyes"], 26, 40, 15, 0], + "1f61a" : [["\uD83D\uDE1A"], "\uE417", "\uDBB8\uDF2D", ["kissing_closed_eyes"], 27, 0, 15, 0], + "1f61b" : [["\uD83D\uDE1B"], "", "", ["stuck_out_tongue"], 27, 1, 15, 0, ":p"], + "1f61c" : [["\uD83D\uDE1C"], "\uE105", "\uDBB8\uDF29", ["stuck_out_tongue_winking_eye"], 27, 2, 15, 0, ";p"], + "1f61d" : [["\uD83D\uDE1D"], "\uE409", "\uDBB8\uDF2A", ["stuck_out_tongue_closed_eyes"], 27, 3, 15, 0], + "1f61e" : [["\uD83D\uDE1E"], "\uE058", "\uDBB8\uDF23", ["disappointed"], 27, 4, 15, 0, ":("], + "1f61f" : [["\uD83D\uDE1F"], "", "", ["worried"], 27, 5, 15, 0], + "1f620" : [["\uD83D\uDE20"], "\uE059", "\uDBB8\uDF20", ["angry"], 27, 6, 15, 0], + "1f621" : [["\uD83D\uDE21"], "\uE416", "\uDBB8\uDF3D", ["rage"], 27, 7, 15, 0], + "1f622" : [["\uD83D\uDE22"], "\uE413", "\uDBB8\uDF39", ["cry"], 27, 8, 15, 0, ":'("], + "1f623" : [["\uD83D\uDE23"], "\uE406", "\uDBB8\uDF3C", ["persevere"], 27, 9, 15, 0], + "1f624" : [["\uD83D\uDE24"], "\uE404", "\uDBB8\uDF28", ["triumph"], 27, 10, 15, 0], + "1f625" : [["\uD83D\uDE25"], "\uE401", "\uDBB8\uDF45", ["disappointed_relieved"], 27, 11, 15, 0], + "1f626" : [["\uD83D\uDE26"], "", "", ["frowning"], 27, 12, 15, 0], + "1f627" : [["\uD83D\uDE27"], "", "", ["anguished"], 27, 13, 15, 0], + "1f628" : [["\uD83D\uDE28"], "\uE40B", "\uDBB8\uDF3B", ["fearful"], 27, 14, 15, 0], + "1f629" : [["\uD83D\uDE29"], "\uE403", "\uDBB8\uDF21", ["weary"], 27, 15, 15, 0], + "1f62a" : [["\uD83D\uDE2A"], "\uE408", "\uDBB8\uDF42", ["sleepy"], 27, 16, 15, 0], + "1f62b" : [["\uD83D\uDE2B"], "\uE406", "\uDBB8\uDF46", ["tired_face"], 27, 17, 15, 0], + "1f62c" : [["\uD83D\uDE2C"], "", "", ["grimacing"], 27, 18, 15, 0], + "1f62d" : [["\uD83D\uDE2D"], "\uE411", "\uDBB8\uDF3A", ["sob"], 27, 19, 15, 0, ":'("], + "1f62e" : [["\uD83D\uDE2E"], "", "", ["open_mouth"], 27, 20, 15, 0], + "1f62f" : [["\uD83D\uDE2F"], "", "", ["hushed"], 27, 21, 15, 0], + "1f630" : [["\uD83D\uDE30"], "\uE40F", "\uDBB8\uDF25", ["cold_sweat"], 27, 22, 15, 0], + "1f631" : [["\uD83D\uDE31"], "\uE107", "\uDBB8\uDF41", ["scream"], 27, 23, 15, 0], + "1f632" : [["\uD83D\uDE32"], "\uE410", "\uDBB8\uDF22", ["astonished"], 27, 24, 15, 0], + "1f633" : [["\uD83D\uDE33"], "\uE40D", "\uDBB8\uDF2F", ["flushed"], 27, 25, 15, 0], + "1f634" : [["\uD83D\uDE34"], "", "", ["sleeping"], 27, 26, 15, 0], + "1f635" : [["\uD83D\uDE35"], "\uE406", "\uDBB8\uDF24", ["dizzy_face"], 27, 27, 15, 0], + "1f636" : [["\uD83D\uDE36"], "", "", ["no_mouth"], 27, 28, 15, 0], + "1f637" : [["\uD83D\uDE37"], "\uE40C", "\uDBB8\uDF2E", ["mask"], 27, 29, 15, 0], + "1f638" : [["\uD83D\uDE38"], "\uE404", "\uDBB8\uDF49", ["smile_cat"], 27, 30, 15, 0], + "1f639" : [["\uD83D\uDE39"], "\uE412", "\uDBB8\uDF4A", ["joy_cat"], 27, 31, 15, 0], + "1f63a" : [["\uD83D\uDE3A"], "\uE057", "\uDBB8\uDF48", ["smiley_cat"], 27, 32, 15, 0], + "1f63b" : [["\uD83D\uDE3B"], "\uE106", "\uDBB8\uDF4C", ["heart_eyes_cat"], 27, 33, 15, 0], + "1f63c" : [["\uD83D\uDE3C"], "\uE404", "\uDBB8\uDF4F", ["smirk_cat"], 27, 34, 15, 0], + "1f63d" : [["\uD83D\uDE3D"], "\uE418", "\uDBB8\uDF4B", ["kissing_cat"], 27, 35, 15, 0], + "1f63e" : [["\uD83D\uDE3E"], "\uE416", "\uDBB8\uDF4E", ["pouting_cat"], 27, 36, 15, 0], + "1f63f" : [["\uD83D\uDE3F"], "\uE413", "\uDBB8\uDF4D", ["crying_cat_face"], 27, 37, 15, 0], + "1f640" : [["\uD83D\uDE40"], "\uE403", "\uDBB8\uDF50", ["scream_cat"], 27, 38, 15, 0], + "1f641" : [["\uD83D\uDE41"], "", "", ["slightly_frowning_face"], 27, 39, 15, 0], + "1f642" : [["\uD83D\uDE42"], "", "", ["slightly_smiling_face"], 27, 40, 15, 0], + "1f643" : [["\uD83D\uDE43"], "", "", ["upside_down_face"], 28, 0, 15, 0], + "1f644" : [["\uD83D\uDE44"], "", "", ["face_with_rolling_eyes"], 28, 1, 15, 0], + "1f645" : [["\uD83D\uDE45"], "\uE423", "\uDBB8\uDF51", ["no_good"], 28, 2, 15, 0], + "1f646" : [["\uD83D\uDE46"], "\uE424", "\uDBB8\uDF52", ["ok_woman"], 28, 8, 15, 0], + "1f647" : [["\uD83D\uDE47"], "\uE426", "\uDBB8\uDF53", ["bow"], 28, 14, 15, 0], + "1f648" : [["\uD83D\uDE48"], "", "\uDBB8\uDF54", ["see_no_evil"], 28, 20, 15, 0], + "1f649" : [["\uD83D\uDE49"], "", "\uDBB8\uDF56", ["hear_no_evil"], 28, 21, 15, 0], + "1f64a" : [["\uD83D\uDE4A"], "", "\uDBB8\uDF55", ["speak_no_evil"], 28, 22, 15, 0], + "1f64b" : [["\uD83D\uDE4B"], "\uE012", "\uDBB8\uDF57", ["raising_hand"], 28, 23, 15, 0], + "1f64c" : [["\uD83D\uDE4C"], "\uE427", "\uDBB8\uDF58", ["raised_hands"], 28, 29, 15, 0], + "1f64d" : [["\uD83D\uDE4D"], "\uE403", "\uDBB8\uDF59", ["person_frowning"], 28, 35, 15, 0], + "1f64e" : [["\uD83D\uDE4E"], "\uE416", "\uDBB8\uDF5A", ["person_with_pouting_face"], 29, 0, 15, 0], + "1f64f" : [["\uD83D\uDE4F"], "\uE41D", "\uDBB8\uDF5B", ["pray"], 29, 6, 15, 0], + "1f680" : [["\uD83D\uDE80"], "\uE10D", "\uDBB9\uDFED", ["rocket"], 29, 12, 15, 0], + "1f681" : [["\uD83D\uDE81"], "", "", ["helicopter"], 29, 13, 15, 0], + "1f682" : [["\uD83D\uDE82"], "", "", ["steam_locomotive"], 29, 14, 15, 0], + "1f683" : [["\uD83D\uDE83"], "\uE01E", "\uDBB9\uDFDF", ["railway_car"], 29, 15, 15, 0], + "1f684" : [["\uD83D\uDE84"], "\uE435", "\uDBB9\uDFE2", ["bullettrain_side"], 29, 16, 15, 0], + "1f685" : [["\uD83D\uDE85"], "\uE01F", "\uDBB9\uDFE3", ["bullettrain_front"], 29, 17, 15, 0], + "1f686" : [["\uD83D\uDE86"], "", "", ["train2"], 29, 18, 15, 0], + "1f687" : [["\uD83D\uDE87"], "\uE434", "\uDBB9\uDFE0", ["metro"], 29, 19, 15, 0], + "1f688" : [["\uD83D\uDE88"], "", "", ["light_rail"], 29, 20, 15, 0], + "1f689" : [["\uD83D\uDE89"], "\uE039", "\uDBB9\uDFEC", ["station"], 29, 21, 15, 0], + "1f68a" : [["\uD83D\uDE8A"], "", "", ["tram"], 29, 22, 15, 0], + "1f68b" : [["\uD83D\uDE8B"], "", "", ["train"], 29, 23, 15, 0], + "1f68c" : [["\uD83D\uDE8C"], "\uE159", "\uDBB9\uDFE6", ["bus"], 29, 24, 15, 0], + "1f68d" : [["\uD83D\uDE8D"], "", "", ["oncoming_bus"], 29, 25, 15, 0], + "1f68e" : [["\uD83D\uDE8E"], "", "", ["trolleybus"], 29, 26, 15, 0], + "1f68f" : [["\uD83D\uDE8F"], "\uE150", "\uDBB9\uDFE7", ["busstop"], 29, 27, 15, 0], + "1f690" : [["\uD83D\uDE90"], "", "", ["minibus"], 29, 28, 15, 0], + "1f691" : [["\uD83D\uDE91"], "\uE431", "\uDBB9\uDFF3", ["ambulance"], 29, 29, 15, 0], + "1f692" : [["\uD83D\uDE92"], "\uE430", "\uDBB9\uDFF2", ["fire_engine"], 29, 30, 15, 0], + "1f693" : [["\uD83D\uDE93"], "\uE432", "\uDBB9\uDFF4", ["police_car"], 29, 31, 15, 0], + "1f694" : [["\uD83D\uDE94"], "", "", ["oncoming_police_car"], 29, 32, 15, 0], + "1f695" : [["\uD83D\uDE95"], "\uE15A", "\uDBB9\uDFEF", ["taxi"], 29, 33, 15, 0], + "1f696" : [["\uD83D\uDE96"], "", "", ["oncoming_taxi"], 29, 34, 15, 0], + "1f697" : [["\uD83D\uDE97"], "\uE01B", "\uDBB9\uDFE4", ["car", "red_car"], 29, 35, 15, 0], + "1f698" : [["\uD83D\uDE98"], "", "", ["oncoming_automobile"], 29, 36, 15, 0], + "1f699" : [["\uD83D\uDE99"], "\uE42E", "\uDBB9\uDFE5", ["blue_car"], 29, 37, 15, 0], + "1f69a" : [["\uD83D\uDE9A"], "\uE42F", "\uDBB9\uDFF1", ["truck"], 29, 38, 15, 0], + "1f69b" : [["\uD83D\uDE9B"], "", "", ["articulated_lorry"], 29, 39, 15, 0], + "1f69c" : [["\uD83D\uDE9C"], "", "", ["tractor"], 29, 40, 15, 0], + "1f69d" : [["\uD83D\uDE9D"], "", "", ["monorail"], 30, 0, 15, 0], + "1f69e" : [["\uD83D\uDE9E"], "", "", ["mountain_railway"], 30, 1, 15, 0], + "1f69f" : [["\uD83D\uDE9F"], "", "", ["suspension_railway"], 30, 2, 15, 0], + "1f6a0" : [["\uD83D\uDEA0"], "", "", ["mountain_cableway"], 30, 3, 15, 0], + "1f6a1" : [["\uD83D\uDEA1"], "", "", ["aerial_tramway"], 30, 4, 15, 0], + "1f6a2" : [["\uD83D\uDEA2"], "\uE202", "\uDBB9\uDFE8", ["ship"], 30, 5, 15, 0], + "1f6a3" : [["\uD83D\uDEA3"], "", "", ["rowboat"], 30, 6, 15, 0], + "1f6a4" : [["\uD83D\uDEA4"], "\uE135", "\uDBB9\uDFEE", ["speedboat"], 30, 12, 15, 0], + "1f6a5" : [["\uD83D\uDEA5"], "\uE14E", "\uDBB9\uDFF7", ["traffic_light"], 30, 13, 15, 0], + "1f6a6" : [["\uD83D\uDEA6"], "", "", ["vertical_traffic_light"], 30, 14, 15, 0], + "1f6a7" : [["\uD83D\uDEA7"], "\uE137", "\uDBB9\uDFF8", ["construction"], 30, 15, 15, 0], + "1f6a8" : [["\uD83D\uDEA8"], "\uE432", "\uDBB9\uDFF9", ["rotating_light"], 30, 16, 15, 0], + "1f6a9" : [["\uD83D\uDEA9"], "", "\uDBBA\uDF22", ["triangular_flag_on_post"], 30, 17, 15, 0], + "1f6aa" : [["\uD83D\uDEAA"], "", "\uDBB9\uDCF3", ["door"], 30, 18, 15, 0], + "1f6ab" : [["\uD83D\uDEAB"], "", "\uDBBA\uDF48", ["no_entry_sign"], 30, 19, 15, 0], + "1f6ac" : [["\uD83D\uDEAC"], "\uE30E", "\uDBBA\uDF1E", ["smoking"], 30, 20, 15, 0], + "1f6ad" : [["\uD83D\uDEAD"], "\uE208", "\uDBBA\uDF1F", ["no_smoking"], 30, 21, 15, 0], + "1f6ae" : [["\uD83D\uDEAE"], "", "", ["put_litter_in_its_place"], 30, 22, 15, 0], + "1f6af" : [["\uD83D\uDEAF"], "", "", ["do_not_litter"], 30, 23, 15, 0], + "1f6b0" : [["\uD83D\uDEB0"], "", "", ["potable_water"], 30, 24, 15, 0], + "1f6b1" : [["\uD83D\uDEB1"], "", "", ["non-potable_water"], 30, 25, 15, 0], + "1f6b2" : [["\uD83D\uDEB2"], "\uE136", "\uDBB9\uDFEB", ["bike"], 30, 26, 15, 0], + "1f6b3" : [["\uD83D\uDEB3"], "", "", ["no_bicycles"], 30, 27, 15, 0], + "1f6b4" : [["\uD83D\uDEB4"], "", "", ["bicyclist"], 30, 28, 15, 0], + "1f6b5" : [["\uD83D\uDEB5"], "", "", ["mountain_bicyclist"], 30, 34, 15, 0], + "1f6b6" : [["\uD83D\uDEB6"], "\uE201", "\uDBB9\uDFF0", ["walking"], 30, 40, 15, 0], + "1f6b7" : [["\uD83D\uDEB7"], "", "", ["no_pedestrians"], 31, 5, 15, 0], + "1f6b8" : [["\uD83D\uDEB8"], "", "", ["children_crossing"], 31, 6, 15, 0], + "1f6b9" : [["\uD83D\uDEB9"], "\uE138", "\uDBBA\uDF33", ["mens"], 31, 7, 15, 0], + "1f6ba" : [["\uD83D\uDEBA"], "\uE139", "\uDBBA\uDF34", ["womens"], 31, 8, 15, 0], + "1f6bb" : [["\uD83D\uDEBB"], "\uE151", "\uDBB9\uDD06", ["restroom"], 31, 9, 15, 0], + "1f6bc" : [["\uD83D\uDEBC"], "\uE13A", "\uDBBA\uDF35", ["baby_symbol"], 31, 10, 15, 0], + "1f6bd" : [["\uD83D\uDEBD"], "\uE140", "\uDBB9\uDD07", ["toilet"], 31, 11, 15, 0], + "1f6be" : [["\uD83D\uDEBE"], "\uE309", "\uDBB9\uDD08", ["wc"], 31, 12, 15, 0], + "1f6bf" : [["\uD83D\uDEBF"], "", "", ["shower"], 31, 13, 15, 0], + "1f6c0" : [["\uD83D\uDEC0"], "\uE13F", "\uDBB9\uDD05", ["bath"], 31, 14, 15, 0], + "1f6c1" : [["\uD83D\uDEC1"], "", "", ["bathtub"], 31, 20, 15, 0], + "1f6c2" : [["\uD83D\uDEC2"], "", "", ["passport_control"], 31, 21, 15, 0], + "1f6c3" : [["\uD83D\uDEC3"], "", "", ["customs"], 31, 22, 15, 0], + "1f6c4" : [["\uD83D\uDEC4"], "", "", ["baggage_claim"], 31, 23, 15, 0], + "1f6c5" : [["\uD83D\uDEC5"], "", "", ["left_luggage"], 31, 24, 15, 0], + "1f6cb" : [["\uD83D\uDECB"], "", "", ["couch_and_lamp"], 31, 25, 15, 0], + "1f6cc" : [["\uD83D\uDECC"], "", "", ["sleeping_accommodation"], 31, 26, 15, 0], + "1f6cd" : [["\uD83D\uDECD"], "", "", ["shopping_bags"], 31, 27, 15, 0], + "1f6ce" : [["\uD83D\uDECE"], "", "", ["bellhop_bell"], 31, 28, 15, 0], + "1f6cf" : [["\uD83D\uDECF"], "", "", ["bed"], 31, 29, 15, 0], + "1f6d0" : [["\uD83D\uDED0"], "", "", ["place_of_worship"], 31, 30, 15, 0], + "1f6e0" : [["\uD83D\uDEE0"], "", "", ["hammer_and_wrench"], 31, 31, 15, 0], + "1f6e1" : [["\uD83D\uDEE1"], "", "", ["shield"], 31, 32, 15, 0], + "1f6e2" : [["\uD83D\uDEE2"], "", "", ["oil_drum"], 31, 33, 15, 0], + "1f6e3" : [["\uD83D\uDEE3"], "", "", ["motorway"], 31, 34, 15, 0], + "1f6e4" : [["\uD83D\uDEE4"], "", "", ["railway_track"], 31, 35, 15, 0], + "1f6e5" : [["\uD83D\uDEE5"], "", "", ["motor_boat"], 31, 36, 15, 0], + "1f6e9" : [["\uD83D\uDEE9"], "", "", ["small_airplane"], 31, 37, 15, 0], + "1f6eb" : [["\uD83D\uDEEB"], "", "", ["airplane_departure"], 31, 38, 15, 0], + "1f6ec" : [["\uD83D\uDEEC"], "", "", ["airplane_arriving"], 31, 39, 15, 0], + "1f6f0" : [["\uD83D\uDEF0"], "", "", ["satellite"], 31, 40, 15, 0], + "1f6f3" : [["\uD83D\uDEF3"], "", "", ["passenger_ship"], 32, 0, 15, 0], + "1f910" : [["\uD83E\uDD10"], "", "", ["zipper_mouth_face"], 32, 1, 15, 0], + "1f911" : [["\uD83E\uDD11"], "", "", ["money_mouth_face"], 32, 2, 15, 0], + "1f912" : [["\uD83E\uDD12"], "", "", ["face_with_thermometer"], 32, 3, 15, 0], + "1f913" : [["\uD83E\uDD13"], "", "", ["nerd_face"], 32, 4, 15, 0], + "1f914" : [["\uD83E\uDD14"], "", "", ["thinking_face"], 32, 5, 15, 0], + "1f915" : [["\uD83E\uDD15"], "", "", ["face_with_head_bandage"], 32, 6, 15, 0], + "1f916" : [["\uD83E\uDD16"], "", "", ["robot_face"], 32, 7, 15, 0], + "1f917" : [["\uD83E\uDD17"], "", "", ["hugging_face"], 32, 8, 15, 0], + "1f918" : [["\uD83E\uDD18"], "", "", ["the_horns", "sign_of_the_horns"], 32, 9, 15, 0], + "1f980" : [["\uD83E\uDD80"], "", "", ["crab"], 32, 15, 15, 0], + "1f981" : [["\uD83E\uDD81"], "", "", ["lion_face"], 32, 16, 15, 0], + "1f982" : [["\uD83E\uDD82"], "", "", ["scorpion"], 32, 17, 15, 0], + "1f983" : [["\uD83E\uDD83"], "", "", ["turkey"], 32, 18, 15, 0], + "1f984" : [["\uD83E\uDD84"], "", "", ["unicorn_face"], 32, 19, 15, 0], + "1f9c0" : [["\uD83E\uDDC0"], "", "", ["cheese_wedge"], 32, 20, 15, 0], + "0023-20e3" : [["\u0023\uFE0F\u20E3", "\u0023\u20E3"], "\uE210", "\uDBBA\uDC2C", ["hash"], 32, 21, 15, 0], + "002a-20e3" : [["\u002A\u20E3"], "", "", ["keycap_star"], 32, 22, 15, 0], + "0030-20e3" : [["\u0030\uFE0F\u20E3", "\u0030\u20E3"], "\uE225", "\uDBBA\uDC37", ["zero"], 32, 23, 15, 0], + "0031-20e3" : [["\u0031\uFE0F\u20E3", "\u0031\u20E3"], "\uE21C", "\uDBBA\uDC2E", ["one"], 32, 24, 15, 0], + "0032-20e3" : [["\u0032\uFE0F\u20E3", "\u0032\u20E3"], "\uE21D", "\uDBBA\uDC2F", ["two"], 32, 25, 15, 0], + "0033-20e3" : [["\u0033\uFE0F\u20E3", "\u0033\u20E3"], "\uE21E", "\uDBBA\uDC30", ["three"], 32, 26, 15, 0], + "0034-20e3" : [["\u0034\uFE0F\u20E3", "\u0034\u20E3"], "\uE21F", "\uDBBA\uDC31", ["four"], 32, 27, 15, 0], + "0035-20e3" : [["\u0035\uFE0F\u20E3", "\u0035\u20E3"], "\uE220", "\uDBBA\uDC32", ["five"], 32, 28, 15, 0], + "0036-20e3" : [["\u0036\uFE0F\u20E3", "\u0036\u20E3"], "\uE221", "\uDBBA\uDC33", ["six"], 32, 29, 15, 0], + "0037-20e3" : [["\u0037\uFE0F\u20E3", "\u0037\u20E3"], "\uE222", "\uDBBA\uDC34", ["seven"], 32, 30, 15, 0], + "0038-20e3" : [["\u0038\uFE0F\u20E3", "\u0038\u20E3"], "\uE223", "\uDBBA\uDC35", ["eight"], 32, 31, 15, 0], + "0039-20e3" : [["\u0039\uFE0F\u20E3", "\u0039\u20E3"], "\uE224", "\uDBBA\uDC36", ["nine"], 32, 32, 15, 0], + "1f1e6-1f1e8" : [["\uD83C\uDDE6\uD83C\uDDE8"], "", "", ["flag-ac"], 32, 33, 15, 0], + "1f1e6-1f1e9" : [["\uD83C\uDDE6\uD83C\uDDE9"], "", "", ["flag-ad"], 32, 34, 15, 0], + "1f1e6-1f1ea" : [["\uD83C\uDDE6\uD83C\uDDEA"], "", "", ["flag-ae"], 32, 35, 15, 0], + "1f1e6-1f1eb" : [["\uD83C\uDDE6\uD83C\uDDEB"], "", "", ["flag-af"], 32, 36, 15, 0], + "1f1e6-1f1ec" : [["\uD83C\uDDE6\uD83C\uDDEC"], "", "", ["flag-ag"], 32, 37, 15, 0], + "1f1e6-1f1ee" : [["\uD83C\uDDE6\uD83C\uDDEE"], "", "", ["flag-ai"], 32, 38, 15, 0], + "1f1e6-1f1f1" : [["\uD83C\uDDE6\uD83C\uDDF1"], "", "", ["flag-al"], 32, 39, 15, 0], + "1f1e6-1f1f2" : [["\uD83C\uDDE6\uD83C\uDDF2"], "", "", ["flag-am"], 32, 40, 15, 0], + "1f1e6-1f1f4" : [["\uD83C\uDDE6\uD83C\uDDF4"], "", "", ["flag-ao"], 33, 0, 15, 0], + "1f1e6-1f1f6" : [["\uD83C\uDDE6\uD83C\uDDF6"], "", "", ["flag-aq"], 33, 1, 15, 0], + "1f1e6-1f1f7" : [["\uD83C\uDDE6\uD83C\uDDF7"], "", "", ["flag-ar"], 33, 2, 15, 0], + "1f1e6-1f1f8" : [["\uD83C\uDDE6\uD83C\uDDF8"], "", "", ["flag-as"], 33, 3, 15, 0], + "1f1e6-1f1f9" : [["\uD83C\uDDE6\uD83C\uDDF9"], "", "", ["flag-at"], 33, 4, 15, 0], + "1f1e6-1f1fa" : [["\uD83C\uDDE6\uD83C\uDDFA"], "", "", ["flag-au"], 33, 5, 15, 0], + "1f1e6-1f1fc" : [["\uD83C\uDDE6\uD83C\uDDFC"], "", "", ["flag-aw"], 33, 6, 15, 0], + "1f1e6-1f1fd" : [["\uD83C\uDDE6\uD83C\uDDFD"], "", "", ["flag-ax"], 33, 7, 15, 0], + "1f1e6-1f1ff" : [["\uD83C\uDDE6\uD83C\uDDFF"], "", "", ["flag-az"], 33, 8, 15, 0], + "1f1e7-1f1e6" : [["\uD83C\uDDE7\uD83C\uDDE6"], "", "", ["flag-ba"], 33, 9, 15, 0], + "1f1e7-1f1e7" : [["\uD83C\uDDE7\uD83C\uDDE7"], "", "", ["flag-bb"], 33, 10, 15, 0], + "1f1e7-1f1e9" : [["\uD83C\uDDE7\uD83C\uDDE9"], "", "", ["flag-bd"], 33, 11, 15, 0], + "1f1e7-1f1ea" : [["\uD83C\uDDE7\uD83C\uDDEA"], "", "", ["flag-be"], 33, 12, 15, 0], + "1f1e7-1f1eb" : [["\uD83C\uDDE7\uD83C\uDDEB"], "", "", ["flag-bf"], 33, 13, 15, 0], + "1f1e7-1f1ec" : [["\uD83C\uDDE7\uD83C\uDDEC"], "", "", ["flag-bg"], 33, 14, 15, 0], + "1f1e7-1f1ed" : [["\uD83C\uDDE7\uD83C\uDDED"], "", "", ["flag-bh"], 33, 15, 15, 0], + "1f1e7-1f1ee" : [["\uD83C\uDDE7\uD83C\uDDEE"], "", "", ["flag-bi"], 33, 16, 15, 0], + "1f1e7-1f1ef" : [["\uD83C\uDDE7\uD83C\uDDEF"], "", "", ["flag-bj"], 33, 17, 15, 0], + "1f1e7-1f1f1" : [["\uD83C\uDDE7\uD83C\uDDF1"], "", "", ["flag-bl"], 33, 18, 13, 0], + "1f1e7-1f1f2" : [["\uD83C\uDDE7\uD83C\uDDF2"], "", "", ["flag-bm"], 33, 19, 15, 0], + "1f1e7-1f1f3" : [["\uD83C\uDDE7\uD83C\uDDF3"], "", "", ["flag-bn"], 33, 20, 15, 0], + "1f1e7-1f1f4" : [["\uD83C\uDDE7\uD83C\uDDF4"], "", "", ["flag-bo"], 33, 21, 15, 0], + "1f1e7-1f1f6" : [["\uD83C\uDDE7\uD83C\uDDF6"], "", "", ["flag-bq"], 33, 22, 13, 0], + "1f1e7-1f1f7" : [["\uD83C\uDDE7\uD83C\uDDF7"], "", "", ["flag-br"], 33, 23, 15, 0], + "1f1e7-1f1f8" : [["\uD83C\uDDE7\uD83C\uDDF8"], "", "", ["flag-bs"], 33, 24, 15, 0], + "1f1e7-1f1f9" : [["\uD83C\uDDE7\uD83C\uDDF9"], "", "", ["flag-bt"], 33, 25, 15, 0], + "1f1e7-1f1fb" : [["\uD83C\uDDE7\uD83C\uDDFB"], "", "", ["flag-bv"], 33, 26, 13, 0], + "1f1e7-1f1fc" : [["\uD83C\uDDE7\uD83C\uDDFC"], "", "", ["flag-bw"], 33, 27, 15, 0], + "1f1e7-1f1fe" : [["\uD83C\uDDE7\uD83C\uDDFE"], "", "", ["flag-by"], 33, 28, 15, 0], + "1f1e7-1f1ff" : [["\uD83C\uDDE7\uD83C\uDDFF"], "", "", ["flag-bz"], 33, 29, 15, 0], + "1f1e8-1f1e6" : [["\uD83C\uDDE8\uD83C\uDDE6"], "", "", ["flag-ca"], 33, 30, 15, 0], + "1f1e8-1f1e8" : [["\uD83C\uDDE8\uD83C\uDDE8"], "", "", ["flag-cc"], 33, 31, 15, 0], + "1f1e8-1f1e9" : [["\uD83C\uDDE8\uD83C\uDDE9"], "", "", ["flag-cd"], 33, 32, 15, 0], + "1f1e8-1f1eb" : [["\uD83C\uDDE8\uD83C\uDDEB"], "", "", ["flag-cf"], 33, 33, 15, 0], + "1f1e8-1f1ec" : [["\uD83C\uDDE8\uD83C\uDDEC"], "", "", ["flag-cg"], 33, 34, 15, 0], + "1f1e8-1f1ed" : [["\uD83C\uDDE8\uD83C\uDDED"], "", "", ["flag-ch"], 33, 35, 15, 0], + "1f1e8-1f1ee" : [["\uD83C\uDDE8\uD83C\uDDEE"], "", "", ["flag-ci"], 33, 36, 15, 0], + "1f1e8-1f1f0" : [["\uD83C\uDDE8\uD83C\uDDF0"], "", "", ["flag-ck"], 33, 37, 15, 0], + "1f1e8-1f1f1" : [["\uD83C\uDDE8\uD83C\uDDF1"], "", "", ["flag-cl"], 33, 38, 15, 0], + "1f1e8-1f1f2" : [["\uD83C\uDDE8\uD83C\uDDF2"], "", "", ["flag-cm"], 33, 39, 15, 0], + "1f1e8-1f1f3" : [["\uD83C\uDDE8\uD83C\uDDF3"], "\uE513", "\uDBB9\uDCED", ["flag-cn", "cn"], 33, 40, 15, 0], + "1f1e8-1f1f4" : [["\uD83C\uDDE8\uD83C\uDDF4"], "", "", ["flag-co"], 34, 0, 15, 0], + "1f1e8-1f1f5" : [["\uD83C\uDDE8\uD83C\uDDF5"], "", "", ["flag-cp"], 34, 1, 13, 0], + "1f1e8-1f1f7" : [["\uD83C\uDDE8\uD83C\uDDF7"], "", "", ["flag-cr"], 34, 2, 15, 0], + "1f1e8-1f1fa" : [["\uD83C\uDDE8\uD83C\uDDFA"], "", "", ["flag-cu"], 34, 3, 15, 0], + "1f1e8-1f1fb" : [["\uD83C\uDDE8\uD83C\uDDFB"], "", "", ["flag-cv"], 34, 4, 15, 0], + "1f1e8-1f1fc" : [["\uD83C\uDDE8\uD83C\uDDFC"], "", "", ["flag-cw"], 34, 5, 15, 0], + "1f1e8-1f1fd" : [["\uD83C\uDDE8\uD83C\uDDFD"], "", "", ["flag-cx"], 34, 6, 15, 0], + "1f1e8-1f1fe" : [["\uD83C\uDDE8\uD83C\uDDFE"], "", "", ["flag-cy"], 34, 7, 15, 0], + "1f1e8-1f1ff" : [["\uD83C\uDDE8\uD83C\uDDFF"], "", "", ["flag-cz"], 34, 8, 15, 0], + "1f1e9-1f1ea" : [["\uD83C\uDDE9\uD83C\uDDEA"], "\uE50E", "\uDBB9\uDCE8", ["flag-de", "de"], 34, 9, 15, 0], + "1f1e9-1f1ec" : [["\uD83C\uDDE9\uD83C\uDDEC"], "", "", ["flag-dg"], 34, 10, 13, 0], + "1f1e9-1f1ef" : [["\uD83C\uDDE9\uD83C\uDDEF"], "", "", ["flag-dj"], 34, 11, 15, 0], + "1f1e9-1f1f0" : [["\uD83C\uDDE9\uD83C\uDDF0"], "", "", ["flag-dk"], 34, 12, 15, 0], + "1f1e9-1f1f2" : [["\uD83C\uDDE9\uD83C\uDDF2"], "", "", ["flag-dm"], 34, 13, 15, 0], + "1f1e9-1f1f4" : [["\uD83C\uDDE9\uD83C\uDDF4"], "", "", ["flag-do"], 34, 14, 15, 0], + "1f1e9-1f1ff" : [["\uD83C\uDDE9\uD83C\uDDFF"], "", "", ["flag-dz"], 34, 15, 15, 0], + "1f1ea-1f1e6" : [["\uD83C\uDDEA\uD83C\uDDE6"], "", "", ["flag-ea"], 34, 16, 13, 0], + "1f1ea-1f1e8" : [["\uD83C\uDDEA\uD83C\uDDE8"], "", "", ["flag-ec"], 34, 17, 15, 0], + "1f1ea-1f1ea" : [["\uD83C\uDDEA\uD83C\uDDEA"], "", "", ["flag-ee"], 34, 18, 15, 0], + "1f1ea-1f1ec" : [["\uD83C\uDDEA\uD83C\uDDEC"], "", "", ["flag-eg"], 34, 19, 15, 0], + "1f1ea-1f1ed" : [["\uD83C\uDDEA\uD83C\uDDED"], "", "", ["flag-eh"], 34, 20, 13, 0], + "1f1ea-1f1f7" : [["\uD83C\uDDEA\uD83C\uDDF7"], "", "", ["flag-er"], 34, 21, 15, 0], + "1f1ea-1f1f8" : [["\uD83C\uDDEA\uD83C\uDDF8"], "\uE511", "\uDBB9\uDCEB", ["flag-es", "es"], 34, 22, 15, 0], + "1f1ea-1f1f9" : [["\uD83C\uDDEA\uD83C\uDDF9"], "", "", ["flag-et"], 34, 23, 15, 0], + "1f1ea-1f1fa" : [["\uD83C\uDDEA\uD83C\uDDFA"], "", "", ["flag-eu"], 34, 24, 15, 0], + "1f1eb-1f1ee" : [["\uD83C\uDDEB\uD83C\uDDEE"], "", "", ["flag-fi"], 34, 25, 15, 0], + "1f1eb-1f1ef" : [["\uD83C\uDDEB\uD83C\uDDEF"], "", "", ["flag-fj"], 34, 26, 15, 0], + "1f1eb-1f1f0" : [["\uD83C\uDDEB\uD83C\uDDF0"], "", "", ["flag-fk"], 34, 27, 13, 0], + "1f1eb-1f1f2" : [["\uD83C\uDDEB\uD83C\uDDF2"], "", "", ["flag-fm"], 34, 28, 15, 0], + "1f1eb-1f1f4" : [["\uD83C\uDDEB\uD83C\uDDF4"], "", "", ["flag-fo"], 34, 29, 15, 0], + "1f1eb-1f1f7" : [["\uD83C\uDDEB\uD83C\uDDF7"], "\uE50D", "\uDBB9\uDCE7", ["flag-fr", "fr"], 34, 30, 15, 0], + "1f1ec-1f1e6" : [["\uD83C\uDDEC\uD83C\uDDE6"], "", "", ["flag-ga"], 34, 31, 15, 0], + "1f1ec-1f1e7" : [["\uD83C\uDDEC\uD83C\uDDE7"], "\uE510", "\uDBB9\uDCEA", ["flag-gb", "gb", "uk"], 34, 32, 15, 0], + "1f1ec-1f1e9" : [["\uD83C\uDDEC\uD83C\uDDE9"], "", "", ["flag-gd"], 34, 33, 15, 0], + "1f1ec-1f1ea" : [["\uD83C\uDDEC\uD83C\uDDEA"], "", "", ["flag-ge"], 34, 34, 15, 0], + "1f1ec-1f1eb" : [["\uD83C\uDDEC\uD83C\uDDEB"], "", "", ["flag-gf"], 34, 35, 13, 0], + "1f1ec-1f1ec" : [["\uD83C\uDDEC\uD83C\uDDEC"], "", "", ["flag-gg"], 34, 36, 15, 0], + "1f1ec-1f1ed" : [["\uD83C\uDDEC\uD83C\uDDED"], "", "", ["flag-gh"], 34, 37, 15, 0], + "1f1ec-1f1ee" : [["\uD83C\uDDEC\uD83C\uDDEE"], "", "", ["flag-gi"], 34, 38, 15, 0], + "1f1ec-1f1f1" : [["\uD83C\uDDEC\uD83C\uDDF1"], "", "", ["flag-gl"], 34, 39, 15, 0], + "1f1ec-1f1f2" : [["\uD83C\uDDEC\uD83C\uDDF2"], "", "", ["flag-gm"], 34, 40, 15, 0], + "1f1ec-1f1f3" : [["\uD83C\uDDEC\uD83C\uDDF3"], "", "", ["flag-gn"], 35, 0, 15, 0], + "1f1ec-1f1f5" : [["\uD83C\uDDEC\uD83C\uDDF5"], "", "", ["flag-gp"], 35, 1, 13, 0], + "1f1ec-1f1f6" : [["\uD83C\uDDEC\uD83C\uDDF6"], "", "", ["flag-gq"], 35, 2, 15, 0], + "1f1ec-1f1f7" : [["\uD83C\uDDEC\uD83C\uDDF7"], "", "", ["flag-gr"], 35, 3, 15, 0], + "1f1ec-1f1f8" : [["\uD83C\uDDEC\uD83C\uDDF8"], "", "", ["flag-gs"], 35, 4, 13, 0], + "1f1ec-1f1f9" : [["\uD83C\uDDEC\uD83C\uDDF9"], "", "", ["flag-gt"], 35, 5, 15, 0], + "1f1ec-1f1fa" : [["\uD83C\uDDEC\uD83C\uDDFA"], "", "", ["flag-gu"], 35, 6, 15, 0], + "1f1ec-1f1fc" : [["\uD83C\uDDEC\uD83C\uDDFC"], "", "", ["flag-gw"], 35, 7, 15, 0], + "1f1ec-1f1fe" : [["\uD83C\uDDEC\uD83C\uDDFE"], "", "", ["flag-gy"], 35, 8, 15, 0], + "1f1ed-1f1f0" : [["\uD83C\uDDED\uD83C\uDDF0"], "", "", ["flag-hk"], 35, 9, 15, 0], + "1f1ed-1f1f2" : [["\uD83C\uDDED\uD83C\uDDF2"], "", "", ["flag-hm"], 35, 10, 13, 0], + "1f1ed-1f1f3" : [["\uD83C\uDDED\uD83C\uDDF3"], "", "", ["flag-hn"], 35, 11, 15, 0], + "1f1ed-1f1f7" : [["\uD83C\uDDED\uD83C\uDDF7"], "", "", ["flag-hr"], 35, 12, 15, 0], + "1f1ed-1f1f9" : [["\uD83C\uDDED\uD83C\uDDF9"], "", "", ["flag-ht"], 35, 13, 15, 0], + "1f1ed-1f1fa" : [["\uD83C\uDDED\uD83C\uDDFA"], "", "", ["flag-hu"], 35, 14, 15, 0], + "1f1ee-1f1e8" : [["\uD83C\uDDEE\uD83C\uDDE8"], "", "", ["flag-ic"], 35, 15, 15, 0], + "1f1ee-1f1e9" : [["\uD83C\uDDEE\uD83C\uDDE9"], "", "", ["flag-id"], 35, 16, 15, 0], + "1f1ee-1f1ea" : [["\uD83C\uDDEE\uD83C\uDDEA"], "", "", ["flag-ie"], 35, 17, 15, 0], + "1f1ee-1f1f1" : [["\uD83C\uDDEE\uD83C\uDDF1"], "", "", ["flag-il"], 35, 18, 15, 0], + "1f1ee-1f1f2" : [["\uD83C\uDDEE\uD83C\uDDF2"], "", "", ["flag-im"], 35, 19, 15, 0], + "1f1ee-1f1f3" : [["\uD83C\uDDEE\uD83C\uDDF3"], "", "", ["flag-in"], 35, 20, 15, 0], + "1f1ee-1f1f4" : [["\uD83C\uDDEE\uD83C\uDDF4"], "", "", ["flag-io"], 35, 21, 15, 0], + "1f1ee-1f1f6" : [["\uD83C\uDDEE\uD83C\uDDF6"], "", "", ["flag-iq"], 35, 22, 15, 0], + "1f1ee-1f1f7" : [["\uD83C\uDDEE\uD83C\uDDF7"], "", "", ["flag-ir"], 35, 23, 15, 0], + "1f1ee-1f1f8" : [["\uD83C\uDDEE\uD83C\uDDF8"], "", "", ["flag-is"], 35, 24, 15, 0], + "1f1ee-1f1f9" : [["\uD83C\uDDEE\uD83C\uDDF9"], "\uE50F", "\uDBB9\uDCE9", ["flag-it", "it"], 35, 25, 15, 0], + "1f1ef-1f1ea" : [["\uD83C\uDDEF\uD83C\uDDEA"], "", "", ["flag-je"], 35, 26, 15, 0], + "1f1ef-1f1f2" : [["\uD83C\uDDEF\uD83C\uDDF2"], "", "", ["flag-jm"], 35, 27, 15, 0], + "1f1ef-1f1f4" : [["\uD83C\uDDEF\uD83C\uDDF4"], "", "", ["flag-jo"], 35, 28, 15, 0], + "1f1ef-1f1f5" : [["\uD83C\uDDEF\uD83C\uDDF5"], "\uE50B", "\uDBB9\uDCE5", ["flag-jp", "jp"], 35, 29, 15, 0], + "1f1f0-1f1ea" : [["\uD83C\uDDF0\uD83C\uDDEA"], "", "", ["flag-ke"], 35, 30, 15, 0], + "1f1f0-1f1ec" : [["\uD83C\uDDF0\uD83C\uDDEC"], "", "", ["flag-kg"], 35, 31, 15, 0], + "1f1f0-1f1ed" : [["\uD83C\uDDF0\uD83C\uDDED"], "", "", ["flag-kh"], 35, 32, 15, 0], + "1f1f0-1f1ee" : [["\uD83C\uDDF0\uD83C\uDDEE"], "", "", ["flag-ki"], 35, 33, 15, 0], + "1f1f0-1f1f2" : [["\uD83C\uDDF0\uD83C\uDDF2"], "", "", ["flag-km"], 35, 34, 15, 0], + "1f1f0-1f1f3" : [["\uD83C\uDDF0\uD83C\uDDF3"], "", "", ["flag-kn"], 35, 35, 15, 0], + "1f1f0-1f1f5" : [["\uD83C\uDDF0\uD83C\uDDF5"], "", "", ["flag-kp"], 35, 36, 15, 0], + "1f1f0-1f1f7" : [["\uD83C\uDDF0\uD83C\uDDF7"], "\uE514", "\uDBB9\uDCEE", ["flag-kr", "kr"], 35, 37, 15, 0], + "1f1f0-1f1fc" : [["\uD83C\uDDF0\uD83C\uDDFC"], "", "", ["flag-kw"], 35, 38, 15, 0], + "1f1f0-1f1fe" : [["\uD83C\uDDF0\uD83C\uDDFE"], "", "", ["flag-ky"], 35, 39, 15, 0], + "1f1f0-1f1ff" : [["\uD83C\uDDF0\uD83C\uDDFF"], "", "", ["flag-kz"], 35, 40, 15, 0], + "1f1f1-1f1e6" : [["\uD83C\uDDF1\uD83C\uDDE6"], "", "", ["flag-la"], 36, 0, 15, 0], + "1f1f1-1f1e7" : [["\uD83C\uDDF1\uD83C\uDDE7"], "", "", ["flag-lb"], 36, 1, 15, 0], + "1f1f1-1f1e8" : [["\uD83C\uDDF1\uD83C\uDDE8"], "", "", ["flag-lc"], 36, 2, 15, 0], + "1f1f1-1f1ee" : [["\uD83C\uDDF1\uD83C\uDDEE"], "", "", ["flag-li"], 36, 3, 15, 0], + "1f1f1-1f1f0" : [["\uD83C\uDDF1\uD83C\uDDF0"], "", "", ["flag-lk"], 36, 4, 15, 0], + "1f1f1-1f1f7" : [["\uD83C\uDDF1\uD83C\uDDF7"], "", "", ["flag-lr"], 36, 5, 15, 0], + "1f1f1-1f1f8" : [["\uD83C\uDDF1\uD83C\uDDF8"], "", "", ["flag-ls"], 36, 6, 15, 0], + "1f1f1-1f1f9" : [["\uD83C\uDDF1\uD83C\uDDF9"], "", "", ["flag-lt"], 36, 7, 15, 0], + "1f1f1-1f1fa" : [["\uD83C\uDDF1\uD83C\uDDFA"], "", "", ["flag-lu"], 36, 8, 15, 0], + "1f1f1-1f1fb" : [["\uD83C\uDDF1\uD83C\uDDFB"], "", "", ["flag-lv"], 36, 9, 15, 0], + "1f1f1-1f1fe" : [["\uD83C\uDDF1\uD83C\uDDFE"], "", "", ["flag-ly"], 36, 10, 15, 0], + "1f1f2-1f1e6" : [["\uD83C\uDDF2\uD83C\uDDE6"], "", "", ["flag-ma"], 36, 11, 15, 0], + "1f1f2-1f1e8" : [["\uD83C\uDDF2\uD83C\uDDE8"], "", "", ["flag-mc"], 36, 12, 15, 0], + "1f1f2-1f1e9" : [["\uD83C\uDDF2\uD83C\uDDE9"], "", "", ["flag-md"], 36, 13, 15, 0], + "1f1f2-1f1ea" : [["\uD83C\uDDF2\uD83C\uDDEA"], "", "", ["flag-me"], 36, 14, 15, 0], + "1f1f2-1f1eb" : [["\uD83C\uDDF2\uD83C\uDDEB"], "", "", ["flag-mf"], 36, 15, 13, 0], + "1f1f2-1f1ec" : [["\uD83C\uDDF2\uD83C\uDDEC"], "", "", ["flag-mg"], 36, 16, 15, 0], + "1f1f2-1f1ed" : [["\uD83C\uDDF2\uD83C\uDDED"], "", "", ["flag-mh"], 36, 17, 15, 0], + "1f1f2-1f1f0" : [["\uD83C\uDDF2\uD83C\uDDF0"], "", "", ["flag-mk"], 36, 18, 15, 0], + "1f1f2-1f1f1" : [["\uD83C\uDDF2\uD83C\uDDF1"], "", "", ["flag-ml"], 36, 19, 15, 0], + "1f1f2-1f1f2" : [["\uD83C\uDDF2\uD83C\uDDF2"], "", "", ["flag-mm"], 36, 20, 15, 0], + "1f1f2-1f1f3" : [["\uD83C\uDDF2\uD83C\uDDF3"], "", "", ["flag-mn"], 36, 21, 15, 0], + "1f1f2-1f1f4" : [["\uD83C\uDDF2\uD83C\uDDF4"], "", "", ["flag-mo"], 36, 22, 15, 0], + "1f1f2-1f1f5" : [["\uD83C\uDDF2\uD83C\uDDF5"], "", "", ["flag-mp"], 36, 23, 15, 0], + "1f1f2-1f1f6" : [["\uD83C\uDDF2\uD83C\uDDF6"], "", "", ["flag-mq"], 36, 24, 13, 0], + "1f1f2-1f1f7" : [["\uD83C\uDDF2\uD83C\uDDF7"], "", "", ["flag-mr"], 36, 25, 15, 0], + "1f1f2-1f1f8" : [["\uD83C\uDDF2\uD83C\uDDF8"], "", "", ["flag-ms"], 36, 26, 15, 0], + "1f1f2-1f1f9" : [["\uD83C\uDDF2\uD83C\uDDF9"], "", "", ["flag-mt"], 36, 27, 15, 0], + "1f1f2-1f1fa" : [["\uD83C\uDDF2\uD83C\uDDFA"], "", "", ["flag-mu"], 36, 28, 15, 0], + "1f1f2-1f1fb" : [["\uD83C\uDDF2\uD83C\uDDFB"], "", "", ["flag-mv"], 36, 29, 15, 0], + "1f1f2-1f1fc" : [["\uD83C\uDDF2\uD83C\uDDFC"], "", "", ["flag-mw"], 36, 30, 15, 0], + "1f1f2-1f1fd" : [["\uD83C\uDDF2\uD83C\uDDFD"], "", "", ["flag-mx"], 36, 31, 15, 0], + "1f1f2-1f1fe" : [["\uD83C\uDDF2\uD83C\uDDFE"], "", "", ["flag-my"], 36, 32, 15, 0], + "1f1f2-1f1ff" : [["\uD83C\uDDF2\uD83C\uDDFF"], "", "", ["flag-mz"], 36, 33, 15, 0], + "1f1f3-1f1e6" : [["\uD83C\uDDF3\uD83C\uDDE6"], "", "", ["flag-na"], 36, 34, 15, 0], + "1f1f3-1f1e8" : [["\uD83C\uDDF3\uD83C\uDDE8"], "", "", ["flag-nc"], 36, 35, 13, 0], + "1f1f3-1f1ea" : [["\uD83C\uDDF3\uD83C\uDDEA"], "", "", ["flag-ne"], 36, 36, 15, 0], + "1f1f3-1f1eb" : [["\uD83C\uDDF3\uD83C\uDDEB"], "", "", ["flag-nf"], 36, 37, 15, 0], + "1f1f3-1f1ec" : [["\uD83C\uDDF3\uD83C\uDDEC"], "", "", ["flag-ng"], 36, 38, 15, 0], + "1f1f3-1f1ee" : [["\uD83C\uDDF3\uD83C\uDDEE"], "", "", ["flag-ni"], 36, 39, 15, 0], + "1f1f3-1f1f1" : [["\uD83C\uDDF3\uD83C\uDDF1"], "", "", ["flag-nl"], 36, 40, 15, 0], + "1f1f3-1f1f4" : [["\uD83C\uDDF3\uD83C\uDDF4"], "", "", ["flag-no"], 37, 0, 15, 0], + "1f1f3-1f1f5" : [["\uD83C\uDDF3\uD83C\uDDF5"], "", "", ["flag-np"], 37, 1, 15, 0], + "1f1f3-1f1f7" : [["\uD83C\uDDF3\uD83C\uDDF7"], "", "", ["flag-nr"], 37, 2, 15, 0], + "1f1f3-1f1fa" : [["\uD83C\uDDF3\uD83C\uDDFA"], "", "", ["flag-nu"], 37, 3, 15, 0], + "1f1f3-1f1ff" : [["\uD83C\uDDF3\uD83C\uDDFF"], "", "", ["flag-nz"], 37, 4, 15, 0], + "1f1f4-1f1f2" : [["\uD83C\uDDF4\uD83C\uDDF2"], "", "", ["flag-om"], 37, 5, 15, 0], + "1f1f5-1f1e6" : [["\uD83C\uDDF5\uD83C\uDDE6"], "", "", ["flag-pa"], 37, 6, 15, 0], + "1f1f5-1f1ea" : [["\uD83C\uDDF5\uD83C\uDDEA"], "", "", ["flag-pe"], 37, 7, 15, 0], + "1f1f5-1f1eb" : [["\uD83C\uDDF5\uD83C\uDDEB"], "", "", ["flag-pf"], 37, 8, 15, 0], + "1f1f5-1f1ec" : [["\uD83C\uDDF5\uD83C\uDDEC"], "", "", ["flag-pg"], 37, 9, 15, 0], + "1f1f5-1f1ed" : [["\uD83C\uDDF5\uD83C\uDDED"], "", "", ["flag-ph"], 37, 10, 15, 0], + "1f1f5-1f1f0" : [["\uD83C\uDDF5\uD83C\uDDF0"], "", "", ["flag-pk"], 37, 11, 15, 0], + "1f1f5-1f1f1" : [["\uD83C\uDDF5\uD83C\uDDF1"], "", "", ["flag-pl"], 37, 12, 15, 0], + "1f1f5-1f1f2" : [["\uD83C\uDDF5\uD83C\uDDF2"], "", "", ["flag-pm"], 37, 13, 13, 0], + "1f1f5-1f1f3" : [["\uD83C\uDDF5\uD83C\uDDF3"], "", "", ["flag-pn"], 37, 14, 15, 0], + "1f1f5-1f1f7" : [["\uD83C\uDDF5\uD83C\uDDF7"], "", "", ["flag-pr"], 37, 15, 15, 0], + "1f1f5-1f1f8" : [["\uD83C\uDDF5\uD83C\uDDF8"], "", "", ["flag-ps"], 37, 16, 15, 0], + "1f1f5-1f1f9" : [["\uD83C\uDDF5\uD83C\uDDF9"], "", "", ["flag-pt"], 37, 17, 15, 0], + "1f1f5-1f1fc" : [["\uD83C\uDDF5\uD83C\uDDFC"], "", "", ["flag-pw"], 37, 18, 15, 0], + "1f1f5-1f1fe" : [["\uD83C\uDDF5\uD83C\uDDFE"], "", "", ["flag-py"], 37, 19, 15, 0], + "1f1f6-1f1e6" : [["\uD83C\uDDF6\uD83C\uDDE6"], "", "", ["flag-qa"], 37, 20, 15, 0], + "1f1f7-1f1ea" : [["\uD83C\uDDF7\uD83C\uDDEA"], "", "", ["flag-re"], 37, 21, 13, 0], + "1f1f7-1f1f4" : [["\uD83C\uDDF7\uD83C\uDDF4"], "", "", ["flag-ro"], 37, 22, 15, 0], + "1f1f7-1f1f8" : [["\uD83C\uDDF7\uD83C\uDDF8"], "", "", ["flag-rs"], 37, 23, 15, 0], + "1f1f7-1f1fa" : [["\uD83C\uDDF7\uD83C\uDDFA"], "\uE512", "\uDBB9\uDCEC", ["flag-ru", "ru"], 37, 24, 15, 0], + "1f1f7-1f1fc" : [["\uD83C\uDDF7\uD83C\uDDFC"], "", "", ["flag-rw"], 37, 25, 15, 0], + "1f1f8-1f1e6" : [["\uD83C\uDDF8\uD83C\uDDE6"], "", "", ["flag-sa"], 37, 26, 15, 0], + "1f1f8-1f1e7" : [["\uD83C\uDDF8\uD83C\uDDE7"], "", "", ["flag-sb"], 37, 27, 15, 0], + "1f1f8-1f1e8" : [["\uD83C\uDDF8\uD83C\uDDE8"], "", "", ["flag-sc"], 37, 28, 15, 0], + "1f1f8-1f1e9" : [["\uD83C\uDDF8\uD83C\uDDE9"], "", "", ["flag-sd"], 37, 29, 15, 0], + "1f1f8-1f1ea" : [["\uD83C\uDDF8\uD83C\uDDEA"], "", "", ["flag-se"], 37, 30, 15, 0], + "1f1f8-1f1ec" : [["\uD83C\uDDF8\uD83C\uDDEC"], "", "", ["flag-sg"], 37, 31, 15, 0], + "1f1f8-1f1ed" : [["\uD83C\uDDF8\uD83C\uDDED"], "", "", ["flag-sh"], 37, 32, 15, 0], + "1f1f8-1f1ee" : [["\uD83C\uDDF8\uD83C\uDDEE"], "", "", ["flag-si"], 37, 33, 15, 0], + "1f1f8-1f1ef" : [["\uD83C\uDDF8\uD83C\uDDEF"], "", "", ["flag-sj"], 37, 34, 13, 0], + "1f1f8-1f1f0" : [["\uD83C\uDDF8\uD83C\uDDF0"], "", "", ["flag-sk"], 37, 35, 15, 0], + "1f1f8-1f1f1" : [["\uD83C\uDDF8\uD83C\uDDF1"], "", "", ["flag-sl"], 37, 36, 15, 0], + "1f1f8-1f1f2" : [["\uD83C\uDDF8\uD83C\uDDF2"], "", "", ["flag-sm"], 37, 37, 15, 0], + "1f1f8-1f1f3" : [["\uD83C\uDDF8\uD83C\uDDF3"], "", "", ["flag-sn"], 37, 38, 15, 0], + "1f1f8-1f1f4" : [["\uD83C\uDDF8\uD83C\uDDF4"], "", "", ["flag-so"], 37, 39, 15, 0], + "1f1f8-1f1f7" : [["\uD83C\uDDF8\uD83C\uDDF7"], "", "", ["flag-sr"], 37, 40, 15, 0], + "1f1f8-1f1f8" : [["\uD83C\uDDF8\uD83C\uDDF8"], "", "", ["flag-ss"], 38, 0, 15, 0], + "1f1f8-1f1f9" : [["\uD83C\uDDF8\uD83C\uDDF9"], "", "", ["flag-st"], 38, 1, 15, 0], + "1f1f8-1f1fb" : [["\uD83C\uDDF8\uD83C\uDDFB"], "", "", ["flag-sv"], 38, 2, 15, 0], + "1f1f8-1f1fd" : [["\uD83C\uDDF8\uD83C\uDDFD"], "", "", ["flag-sx"], 38, 3, 15, 0], + "1f1f8-1f1fe" : [["\uD83C\uDDF8\uD83C\uDDFE"], "", "", ["flag-sy"], 38, 4, 15, 0], + "1f1f8-1f1ff" : [["\uD83C\uDDF8\uD83C\uDDFF"], "", "", ["flag-sz"], 38, 5, 15, 0], + "1f1f9-1f1e6" : [["\uD83C\uDDF9\uD83C\uDDE6"], "", "", ["flag-ta"], 38, 6, 15, 0], + "1f1f9-1f1e8" : [["\uD83C\uDDF9\uD83C\uDDE8"], "", "", ["flag-tc"], 38, 7, 15, 0], + "1f1f9-1f1e9" : [["\uD83C\uDDF9\uD83C\uDDE9"], "", "", ["flag-td"], 38, 8, 15, 0], + "1f1f9-1f1eb" : [["\uD83C\uDDF9\uD83C\uDDEB"], "", "", ["flag-tf"], 38, 9, 13, 0], + "1f1f9-1f1ec" : [["\uD83C\uDDF9\uD83C\uDDEC"], "", "", ["flag-tg"], 38, 10, 15, 0], + "1f1f9-1f1ed" : [["\uD83C\uDDF9\uD83C\uDDED"], "", "", ["flag-th"], 38, 11, 15, 0], + "1f1f9-1f1ef" : [["\uD83C\uDDF9\uD83C\uDDEF"], "", "", ["flag-tj"], 38, 12, 15, 0], + "1f1f9-1f1f0" : [["\uD83C\uDDF9\uD83C\uDDF0"], "", "", ["flag-tk"], 38, 13, 15, 0], + "1f1f9-1f1f1" : [["\uD83C\uDDF9\uD83C\uDDF1"], "", "", ["flag-tl"], 38, 14, 15, 0], + "1f1f9-1f1f2" : [["\uD83C\uDDF9\uD83C\uDDF2"], "", "", ["flag-tm"], 38, 15, 15, 0], + "1f1f9-1f1f3" : [["\uD83C\uDDF9\uD83C\uDDF3"], "", "", ["flag-tn"], 38, 16, 15, 0], + "1f1f9-1f1f4" : [["\uD83C\uDDF9\uD83C\uDDF4"], "", "", ["flag-to"], 38, 17, 15, 0], + "1f1f9-1f1f7" : [["\uD83C\uDDF9\uD83C\uDDF7"], "", "", ["flag-tr"], 38, 18, 15, 0], + "1f1f9-1f1f9" : [["\uD83C\uDDF9\uD83C\uDDF9"], "", "", ["flag-tt"], 38, 19, 15, 0], + "1f1f9-1f1fb" : [["\uD83C\uDDF9\uD83C\uDDFB"], "", "", ["flag-tv"], 38, 20, 15, 0], + "1f1f9-1f1fc" : [["\uD83C\uDDF9\uD83C\uDDFC"], "", "", ["flag-tw"], 38, 21, 15, 0], + "1f1f9-1f1ff" : [["\uD83C\uDDF9\uD83C\uDDFF"], "", "", ["flag-tz"], 38, 22, 15, 0], + "1f1fa-1f1e6" : [["\uD83C\uDDFA\uD83C\uDDE6"], "", "", ["flag-ua"], 38, 23, 15, 0], + "1f1fa-1f1ec" : [["\uD83C\uDDFA\uD83C\uDDEC"], "", "", ["flag-ug"], 38, 24, 15, 0], + "1f1fa-1f1f2" : [["\uD83C\uDDFA\uD83C\uDDF2"], "", "", ["flag-um"], 38, 25, 13, 0], + "1f1fa-1f1f8" : [["\uD83C\uDDFA\uD83C\uDDF8"], "\uE50C", "\uDBB9\uDCE6", ["flag-us", "us"], 38, 26, 15, 0], + "1f1fa-1f1fe" : [["\uD83C\uDDFA\uD83C\uDDFE"], "", "", ["flag-uy"], 38, 27, 15, 0], + "1f1fa-1f1ff" : [["\uD83C\uDDFA\uD83C\uDDFF"], "", "", ["flag-uz"], 38, 28, 15, 0], + "1f1fb-1f1e6" : [["\uD83C\uDDFB\uD83C\uDDE6"], "", "", ["flag-va"], 38, 29, 15, 0], + "1f1fb-1f1e8" : [["\uD83C\uDDFB\uD83C\uDDE8"], "", "", ["flag-vc"], 38, 30, 15, 0], + "1f1fb-1f1ea" : [["\uD83C\uDDFB\uD83C\uDDEA"], "", "", ["flag-ve"], 38, 31, 15, 0], + "1f1fb-1f1ec" : [["\uD83C\uDDFB\uD83C\uDDEC"], "", "", ["flag-vg"], 38, 32, 15, 0], + "1f1fb-1f1ee" : [["\uD83C\uDDFB\uD83C\uDDEE"], "", "", ["flag-vi"], 38, 33, 15, 0], + "1f1fb-1f1f3" : [["\uD83C\uDDFB\uD83C\uDDF3"], "", "", ["flag-vn"], 38, 34, 15, 0], + "1f1fb-1f1fa" : [["\uD83C\uDDFB\uD83C\uDDFA"], "", "", ["flag-vu"], 38, 35, 15, 0], + "1f1fc-1f1eb" : [["\uD83C\uDDFC\uD83C\uDDEB"], "", "", ["flag-wf"], 38, 36, 13, 0], + "1f1fc-1f1f8" : [["\uD83C\uDDFC\uD83C\uDDF8"], "", "", ["flag-ws"], 38, 37, 15, 0], + "1f1fd-1f1f0" : [["\uD83C\uDDFD\uD83C\uDDF0"], "", "", ["flag-xk"], 38, 38, 13, 0], + "1f1fe-1f1ea" : [["\uD83C\uDDFE\uD83C\uDDEA"], "", "", ["flag-ye"], 38, 39, 15, 0], + "1f1fe-1f1f9" : [["\uD83C\uDDFE\uD83C\uDDF9"], "", "", ["flag-yt"], 38, 40, 13, 0], + "1f1ff-1f1e6" : [["\uD83C\uDDFF\uD83C\uDDE6"], "", "", ["flag-za"], 39, 0, 15, 0], + "1f1ff-1f1f2" : [["\uD83C\uDDFF\uD83C\uDDF2"], "", "", ["flag-zm"], 39, 1, 15, 0], + "1f1ff-1f1fc" : [["\uD83C\uDDFF\uD83C\uDDFC"], "", "", ["flag-zw"], 39, 2, 15, 0], + "1f468-200d-1f468-200d-1f466" : [["\uD83D\uDC68\u200D\uD83D\uDC68\u200D\uD83D\uDC66"], "", "", ["man-man-boy"], 39, 3, 15, 0], + "1f468-200d-1f468-200d-1f466-200d-1f466" : [["\uD83D\uDC68\u200D\uD83D\uDC68\u200D\uD83D\uDC66\u200D\uD83D\uDC66"], "", "", ["man-man-boy-boy"], 39, 4, 15, 0], + "1f468-200d-1f468-200d-1f467" : [["\uD83D\uDC68\u200D\uD83D\uDC68\u200D\uD83D\uDC67"], "", "", ["man-man-girl"], 39, 5, 15, 0], + "1f468-200d-1f468-200d-1f467-200d-1f466" : [["\uD83D\uDC68\u200D\uD83D\uDC68\u200D\uD83D\uDC67\u200D\uD83D\uDC66"], "", "", ["man-man-girl-boy"], 39, 6, 15, 0], + "1f468-200d-1f468-200d-1f467-200d-1f467" : [["\uD83D\uDC68\u200D\uD83D\uDC68\u200D\uD83D\uDC67\u200D\uD83D\uDC67"], "", "", ["man-man-girl-girl"], 39, 7, 15, 0], + "1f468-200d-1f469-200d-1f466-200d-1f466" : [["\uD83D\uDC68\u200D\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66"], "", "", ["man-woman-boy-boy"], 39, 8, 15, 0], + "1f468-200d-1f469-200d-1f467" : [["\uD83D\uDC68\u200D\uD83D\uDC69\u200D\uD83D\uDC67"], "", "", ["man-woman-girl"], 39, 9, 15, 0], + "1f468-200d-1f469-200d-1f467-200d-1f466" : [["\uD83D\uDC68\u200D\uD83D\uDC69\u200D\uD83D\uDC67\u200D\uD83D\uDC66"], "", "", ["man-woman-girl-boy"], 39, 10, 15, 0], + "1f468-200d-1f469-200d-1f467-200d-1f467" : [["\uD83D\uDC68\u200D\uD83D\uDC69\u200D\uD83D\uDC67\u200D\uD83D\uDC67"], "", "", ["man-woman-girl-girl"], 39, 11, 15, 0], + "1f468-200d-2764-fe0f-200d-1f468" : [["\uD83D\uDC68\u200D\u2764\uFE0F\u200D\uD83D\uDC68"], "", "", ["man-heart-man"], 39, 12, 7, 0], + "1f468-200d-2764-fe0f-200d-1f48b-200d-1f468": [["\uD83D\uDC68\u200D\u2764\uFE0F\u200D\uD83D\uDC8B\u200D\uD83D\uDC68"], "", "", ["man-kiss-man"], 39, 13, 7, 0], + "1f469-200d-1f469-200d-1f466" : [["\uD83D\uDC69\u200D\uD83D\uDC69\u200D\uD83D\uDC66"], "", "", ["woman-woman-boy"], 39, 14, 15, 0], + "1f469-200d-1f469-200d-1f466-200d-1f466" : [["\uD83D\uDC69\u200D\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66"], "", "", ["woman-woman-boy-boy"], 39, 15, 15, 0], + "1f469-200d-1f469-200d-1f467" : [["\uD83D\uDC69\u200D\uD83D\uDC69\u200D\uD83D\uDC67"], "", "", ["woman-woman-girl"], 39, 16, 15, 0], + "1f469-200d-1f469-200d-1f467-200d-1f466" : [["\uD83D\uDC69\u200D\uD83D\uDC69\u200D\uD83D\uDC67\u200D\uD83D\uDC66"], "", "", ["woman-woman-girl-boy"], 39, 17, 15, 0], + "1f469-200d-1f469-200d-1f467-200d-1f467" : [["\uD83D\uDC69\u200D\uD83D\uDC69\u200D\uD83D\uDC67\u200D\uD83D\uDC67"], "", "", ["woman-woman-girl-girl"], 39, 18, 15, 0], + "1f469-200d-2764-fe0f-200d-1f469" : [["\uD83D\uDC69\u200D\u2764\uFE0F\u200D\uD83D\uDC69"], "", "", ["woman-heart-woman"], 39, 19, 7, 0], + "1f469-200d-2764-fe0f-200d-1f48b-200d-1f469": [["\uD83D\uDC69\u200D\u2764\uFE0F\u200D\uD83D\uDC8B\u200D\uD83D\uDC69"], "", "", ["woman-kiss-woman"], 39, 20, 7, 0] + }; + /** @private */ + emoji.prototype.emoticons_data = { + "<3" : "heart", + ":o)" : "monkey_face", + ":*" : "kiss", + ":-*" : "kiss", + "<\/3": "broken_heart", + "=)" : "smiley", + "=-)" : "smiley", + "C:" : "smile", + "c:" : "smile", + ":D" : "smile", + ":-D" : "smile", + ":>" : "laughing", + ":->" : "laughing", + ";)" : "wink", + ";-)" : "wink", + "8)" : "sunglasses", + ":|" : "neutral_face", + ":-|" : "neutral_face", + ":\\" : "confused", + ":-\\": "confused", + ":\/" : "confused", + ":-\/": "confused", + ":p" : "stuck_out_tongue", + ":-p" : "stuck_out_tongue", + ":P" : "stuck_out_tongue", + ":-P" : "stuck_out_tongue", + ":b" : "stuck_out_tongue", + ":-b" : "stuck_out_tongue", + ";p" : "stuck_out_tongue_winking_eye", + ";-p" : "stuck_out_tongue_winking_eye", + ";b" : "stuck_out_tongue_winking_eye", + ";-b" : "stuck_out_tongue_winking_eye", + ";P" : "stuck_out_tongue_winking_eye", + ";-P" : "stuck_out_tongue_winking_eye", + "):" : "disappointed", + ":(" : "disappointed", + ":-(" : "disappointed", + ">:(" : "angry", + ">:-(": "angry", + ":'(" : "cry", + "D:" : "anguished", + ":o" : "open_mouth", + ":-o" : "open_mouth", + ":O" : "open_mouth", + ":-O" : "open_mouth", + ":)" : "slightly_smiling_face", + "(:" : "slightly_smiling_face", + ":-)" : "slightly_smiling_face" + }; + /** @private */ + emoji.prototype.variations_data = { + "261d-1f3fb" : [1, 11, 15], + "261d-1f3fc" : [1, 12, 15], + "261d-1f3fd" : [1, 13, 15], + "261d-1f3fe" : [1, 14, 15], + "261d-1f3ff" : [1, 15, 15], + "26f9-1f3fb" : [2, 39, 15], + "26f9-1f3fc" : [2, 40, 15], + "26f9-1f3fd" : [3, 0, 15], + "26f9-1f3fe" : [3, 1, 15], + "26f9-1f3ff" : [3, 2, 15], + "270a-1f3fb" : [3, 10, 15], + "270a-1f3fc" : [3, 11, 15], + "270a-1f3fd" : [3, 12, 15], + "270a-1f3fe" : [3, 13, 15], + "270a-1f3ff" : [3, 14, 15], + "270b-1f3fb" : [3, 16, 15], + "270b-1f3fc" : [3, 17, 15], + "270b-1f3fd" : [3, 18, 15], + "270b-1f3fe" : [3, 19, 15], + "270b-1f3ff" : [3, 20, 15], + "270c-1f3fb" : [3, 22, 15], + "270c-1f3fc" : [3, 23, 15], + "270c-1f3fd" : [3, 24, 15], + "270c-1f3fe" : [3, 25, 15], + "270c-1f3ff" : [3, 26, 15], + "270d-1f3fb" : [3, 28, 15], + "270d-1f3fc" : [3, 29, 15], + "270d-1f3fd" : [3, 30, 15], + "270d-1f3fe" : [3, 31, 15], + "270d-1f3ff" : [3, 32, 15], + "1f385-1f3fb": [8, 30, 15], + "1f385-1f3fc": [8, 31, 15], + "1f385-1f3fd": [8, 32, 15], + "1f385-1f3fe": [8, 33, 15], + "1f385-1f3ff": [8, 34, 15], + "1f3c3-1f3fb": [10, 10, 15], + "1f3c3-1f3fc": [10, 11, 15], + "1f3c3-1f3fd": [10, 12, 15], + "1f3c3-1f3fe": [10, 13, 15], + "1f3c3-1f3ff": [10, 14, 15], + "1f3c4-1f3fb": [10, 16, 15], + "1f3c4-1f3fc": [10, 17, 15], + "1f3c4-1f3fd": [10, 18, 15], + "1f3c4-1f3fe": [10, 19, 15], + "1f3c4-1f3ff": [10, 20, 15], + "1f3ca-1f3fb": [10, 27, 15], + "1f3ca-1f3fc": [10, 28, 15], + "1f3ca-1f3fd": [10, 29, 15], + "1f3ca-1f3fe": [10, 30, 15], + "1f3ca-1f3ff": [10, 31, 15], + "1f3cb-1f3fb": [10, 33, 15], + "1f3cb-1f3fc": [10, 34, 15], + "1f3cb-1f3fd": [10, 35, 15], + "1f3cb-1f3fe": [10, 36, 15], + "1f3cb-1f3ff": [10, 37, 15], + "1f442-1f3fb": [13, 31, 15], + "1f442-1f3fc": [13, 32, 15], + "1f442-1f3fd": [13, 33, 15], + "1f442-1f3fe": [13, 34, 15], + "1f442-1f3ff": [13, 35, 15], + "1f443-1f3fb": [13, 37, 15], + "1f443-1f3fc": [13, 38, 15], + "1f443-1f3fd": [13, 39, 15], + "1f443-1f3fe": [13, 40, 15], + "1f443-1f3ff": [14, 0, 15], + "1f446-1f3fb": [14, 4, 15], + "1f446-1f3fc": [14, 5, 15], + "1f446-1f3fd": [14, 6, 15], + "1f446-1f3fe": [14, 7, 15], + "1f446-1f3ff": [14, 8, 15], + "1f447-1f3fb": [14, 10, 15], + "1f447-1f3fc": [14, 11, 15], + "1f447-1f3fd": [14, 12, 15], + "1f447-1f3fe": [14, 13, 15], + "1f447-1f3ff": [14, 14, 15], + "1f448-1f3fb": [14, 16, 15], + "1f448-1f3fc": [14, 17, 15], + "1f448-1f3fd": [14, 18, 15], + "1f448-1f3fe": [14, 19, 15], + "1f448-1f3ff": [14, 20, 15], + "1f449-1f3fb": [14, 22, 15], + "1f449-1f3fc": [14, 23, 15], + "1f449-1f3fd": [14, 24, 15], + "1f449-1f3fe": [14, 25, 15], + "1f449-1f3ff": [14, 26, 15], + "1f44a-1f3fb": [14, 28, 15], + "1f44a-1f3fc": [14, 29, 15], + "1f44a-1f3fd": [14, 30, 15], + "1f44a-1f3fe": [14, 31, 15], + "1f44a-1f3ff": [14, 32, 15], + "1f44b-1f3fb": [14, 34, 15], + "1f44b-1f3fc": [14, 35, 15], + "1f44b-1f3fd": [14, 36, 15], + "1f44b-1f3fe": [14, 37, 15], + "1f44b-1f3ff": [14, 38, 15], + "1f44c-1f3fb": [14, 40, 15], + "1f44c-1f3fc": [15, 0, 15], + "1f44c-1f3fd": [15, 1, 15], + "1f44c-1f3fe": [15, 2, 15], + "1f44c-1f3ff": [15, 3, 15], + "1f44d-1f3fb": [15, 5, 15], + "1f44d-1f3fc": [15, 6, 15], + "1f44d-1f3fd": [15, 7, 15], + "1f44d-1f3fe": [15, 8, 15], + "1f44d-1f3ff": [15, 9, 15], + "1f44e-1f3fb": [15, 11, 15], + "1f44e-1f3fc": [15, 12, 15], + "1f44e-1f3fd": [15, 13, 15], + "1f44e-1f3fe": [15, 14, 15], + "1f44e-1f3ff": [15, 15, 15], + "1f44f-1f3fb": [15, 17, 15], + "1f44f-1f3fc": [15, 18, 15], + "1f44f-1f3fd": [15, 19, 15], + "1f44f-1f3fe": [15, 20, 15], + "1f44f-1f3ff": [15, 21, 15], + "1f450-1f3fb": [15, 23, 15], + "1f450-1f3fc": [15, 24, 15], + "1f450-1f3fd": [15, 25, 15], + "1f450-1f3fe": [15, 26, 15], + "1f450-1f3ff": [15, 27, 15], + "1f466-1f3fb": [16, 9, 15], + "1f466-1f3fc": [16, 10, 15], + "1f466-1f3fd": [16, 11, 15], + "1f466-1f3fe": [16, 12, 15], + "1f466-1f3ff": [16, 13, 15], + "1f467-1f3fb": [16, 15, 15], + "1f467-1f3fc": [16, 16, 15], + "1f467-1f3fd": [16, 17, 15], + "1f467-1f3fe": [16, 18, 15], + "1f467-1f3ff": [16, 19, 15], + "1f468-1f3fb": [16, 21, 15], + "1f468-1f3fc": [16, 22, 15], + "1f468-1f3fd": [16, 23, 15], + "1f468-1f3fe": [16, 24, 15], + "1f468-1f3ff": [16, 25, 15], + "1f469-1f3fb": [16, 27, 15], + "1f469-1f3fc": [16, 28, 15], + "1f469-1f3fd": [16, 29, 15], + "1f469-1f3fe": [16, 30, 15], + "1f469-1f3ff": [16, 31, 15], + "1f46e-1f3fb": [16, 37, 15], + "1f46e-1f3fc": [16, 38, 15], + "1f46e-1f3fd": [16, 39, 15], + "1f46e-1f3fe": [16, 40, 15], + "1f46e-1f3ff": [17, 0, 15], + "1f470-1f3fb": [17, 3, 15], + "1f470-1f3fc": [17, 4, 15], + "1f470-1f3fd": [17, 5, 15], + "1f470-1f3fe": [17, 6, 15], + "1f470-1f3ff": [17, 7, 15], + "1f471-1f3fb": [17, 9, 15], + "1f471-1f3fc": [17, 10, 15], + "1f471-1f3fd": [17, 11, 15], + "1f471-1f3fe": [17, 12, 15], + "1f471-1f3ff": [17, 13, 15], + "1f472-1f3fb": [17, 15, 15], + "1f472-1f3fc": [17, 16, 15], + "1f472-1f3fd": [17, 17, 15], + "1f472-1f3fe": [17, 18, 15], + "1f472-1f3ff": [17, 19, 15], + "1f473-1f3fb": [17, 21, 15], + "1f473-1f3fc": [17, 22, 15], + "1f473-1f3fd": [17, 23, 15], + "1f473-1f3fe": [17, 24, 15], + "1f473-1f3ff": [17, 25, 15], + "1f474-1f3fb": [17, 27, 15], + "1f474-1f3fc": [17, 28, 15], + "1f474-1f3fd": [17, 29, 15], + "1f474-1f3fe": [17, 30, 15], + "1f474-1f3ff": [17, 31, 15], + "1f475-1f3fb": [17, 33, 15], + "1f475-1f3fc": [17, 34, 15], + "1f475-1f3fd": [17, 35, 15], + "1f475-1f3fe": [17, 36, 15], + "1f475-1f3ff": [17, 37, 15], + "1f476-1f3fb": [17, 39, 15], + "1f476-1f3fc": [17, 40, 15], + "1f476-1f3fd": [18, 0, 15], + "1f476-1f3fe": [18, 1, 15], + "1f476-1f3ff": [18, 2, 15], + "1f477-1f3fb": [18, 4, 15], + "1f477-1f3fc": [18, 5, 15], + "1f477-1f3fd": [18, 6, 15], + "1f477-1f3fe": [18, 7, 15], + "1f477-1f3ff": [18, 8, 15], + "1f478-1f3fb": [18, 10, 15], + "1f478-1f3fc": [18, 11, 15], + "1f478-1f3fd": [18, 12, 15], + "1f478-1f3fe": [18, 13, 15], + "1f478-1f3ff": [18, 14, 15], + "1f47c-1f3fb": [18, 19, 15], + "1f47c-1f3fc": [18, 20, 15], + "1f47c-1f3fd": [18, 21, 15], + "1f47c-1f3fe": [18, 22, 15], + "1f47c-1f3ff": [18, 23, 15], + "1f481-1f3fb": [18, 29, 15], + "1f481-1f3fc": [18, 30, 15], + "1f481-1f3fd": [18, 31, 15], + "1f481-1f3fe": [18, 32, 15], + "1f481-1f3ff": [18, 33, 15], + "1f482-1f3fb": [18, 35, 15], + "1f482-1f3fc": [18, 36, 15], + "1f482-1f3fd": [18, 37, 15], + "1f482-1f3fe": [18, 38, 15], + "1f482-1f3ff": [18, 39, 15], + "1f483-1f3fb": [19, 0, 15], + "1f483-1f3fc": [19, 1, 15], + "1f483-1f3fd": [19, 2, 15], + "1f483-1f3fe": [19, 3, 15], + "1f483-1f3ff": [19, 4, 15], + "1f485-1f3fb": [19, 7, 15], + "1f485-1f3fc": [19, 8, 15], + "1f485-1f3fd": [19, 9, 15], + "1f485-1f3fe": [19, 10, 15], + "1f485-1f3ff": [19, 11, 15], + "1f486-1f3fb": [19, 13, 15], + "1f486-1f3fc": [19, 14, 15], + "1f486-1f3fd": [19, 15, 15], + "1f486-1f3fe": [19, 16, 15], + "1f486-1f3ff": [19, 17, 15], + "1f487-1f3fb": [19, 19, 15], + "1f487-1f3fc": [19, 20, 15], + "1f487-1f3fd": [19, 21, 15], + "1f487-1f3fe": [19, 22, 15], + "1f487-1f3ff": [19, 23, 15], + "1f4aa-1f3fb": [20, 18, 15], + "1f4aa-1f3fc": [20, 19, 15], + "1f4aa-1f3fd": [20, 20, 15], + "1f4aa-1f3fe": [20, 21, 15], + "1f4aa-1f3ff": [20, 22, 15], + "1f575-1f3fb": [24, 40, 11], + "1f575-1f3fc": [25, 0, 11], + "1f575-1f3fd": [25, 1, 11], + "1f575-1f3fe": [25, 2, 11], + "1f575-1f3ff": [25, 3, 11], + "1f590-1f3fb": [25, 14, 15], + "1f590-1f3fc": [25, 15, 15], + "1f590-1f3fd": [25, 16, 15], + "1f590-1f3fe": [25, 17, 15], + "1f590-1f3ff": [25, 18, 15], + "1f595-1f3fb": [25, 20, 15], + "1f595-1f3fc": [25, 21, 15], + "1f595-1f3fd": [25, 22, 15], + "1f595-1f3fe": [25, 23, 15], + "1f595-1f3ff": [25, 24, 15], + "1f596-1f3fb": [25, 26, 15], + "1f596-1f3fc": [25, 27, 15], + "1f596-1f3fd": [25, 28, 15], + "1f596-1f3fe": [25, 29, 15], + "1f596-1f3ff": [25, 30, 15], + "1f645-1f3fb": [28, 3, 15], + "1f645-1f3fc": [28, 4, 15], + "1f645-1f3fd": [28, 5, 15], + "1f645-1f3fe": [28, 6, 15], + "1f645-1f3ff": [28, 7, 15], + "1f646-1f3fb": [28, 9, 15], + "1f646-1f3fc": [28, 10, 15], + "1f646-1f3fd": [28, 11, 15], + "1f646-1f3fe": [28, 12, 15], + "1f646-1f3ff": [28, 13, 15], + "1f647-1f3fb": [28, 15, 15], + "1f647-1f3fc": [28, 16, 15], + "1f647-1f3fd": [28, 17, 15], + "1f647-1f3fe": [28, 18, 15], + "1f647-1f3ff": [28, 19, 15], + "1f64b-1f3fb": [28, 24, 15], + "1f64b-1f3fc": [28, 25, 15], + "1f64b-1f3fd": [28, 26, 15], + "1f64b-1f3fe": [28, 27, 15], + "1f64b-1f3ff": [28, 28, 15], + "1f64c-1f3fb": [28, 30, 15], + "1f64c-1f3fc": [28, 31, 15], + "1f64c-1f3fd": [28, 32, 15], + "1f64c-1f3fe": [28, 33, 15], + "1f64c-1f3ff": [28, 34, 15], + "1f64d-1f3fb": [28, 36, 15], + "1f64d-1f3fc": [28, 37, 15], + "1f64d-1f3fd": [28, 38, 15], + "1f64d-1f3fe": [28, 39, 15], + "1f64d-1f3ff": [28, 40, 15], + "1f64e-1f3fb": [29, 1, 15], + "1f64e-1f3fc": [29, 2, 15], + "1f64e-1f3fd": [29, 3, 15], + "1f64e-1f3fe": [29, 4, 15], + "1f64e-1f3ff": [29, 5, 15], + "1f64f-1f3fb": [29, 7, 15], + "1f64f-1f3fc": [29, 8, 15], + "1f64f-1f3fd": [29, 9, 15], + "1f64f-1f3fe": [29, 10, 15], + "1f64f-1f3ff": [29, 11, 15], + "1f6a3-1f3fb": [30, 7, 15], + "1f6a3-1f3fc": [30, 8, 15], + "1f6a3-1f3fd": [30, 9, 15], + "1f6a3-1f3fe": [30, 10, 15], + "1f6a3-1f3ff": [30, 11, 15], + "1f6b4-1f3fb": [30, 29, 15], + "1f6b4-1f3fc": [30, 30, 15], + "1f6b4-1f3fd": [30, 31, 15], + "1f6b4-1f3fe": [30, 32, 15], + "1f6b4-1f3ff": [30, 33, 15], + "1f6b5-1f3fb": [30, 35, 15], + "1f6b5-1f3fc": [30, 36, 15], + "1f6b5-1f3fd": [30, 37, 15], + "1f6b5-1f3fe": [30, 38, 15], + "1f6b5-1f3ff": [30, 39, 15], + "1f6b6-1f3fb": [31, 0, 15], + "1f6b6-1f3fc": [31, 1, 15], + "1f6b6-1f3fd": [31, 2, 15], + "1f6b6-1f3fe": [31, 3, 15], + "1f6b6-1f3ff": [31, 4, 15], + "1f6c0-1f3fb": [31, 15, 15], + "1f6c0-1f3fc": [31, 16, 15], + "1f6c0-1f3fd": [31, 17, 15], + "1f6c0-1f3fe": [31, 18, 15], + "1f6c0-1f3ff": [31, 19, 15], + "1f918-1f3fb": [32, 10, 15], + "1f918-1f3fc": [32, 11, 15], + "1f918-1f3fd": [32, 12, 15], + "1f918-1f3fe": [32, 13, 15], + "1f918-1f3ff": [32, 14, 15] + }; + + + // export + if (typeof exports !== 'undefined') { + if (typeof module !== 'undefined' && module.exports) { + exports = module.exports = emoji; + } + exports.EmojiConvertor = emoji; + } else if (typeof define === 'function' && define.amd) { + define(function () { return emoji; }) + } else { + root.EmojiConvertor = emoji; + } + +}).call(function () { + return this || (typeof window !== 'undefined' ? window : global); +}()); \ No newline at end of file diff --git a/emoji.min.js b/emoji.min.js index 71e6adf..626ea48 100644 --- a/emoji.min.js +++ b/emoji.min.js @@ -1,5 +1,3 @@ -/*! js-emoji 2016-11-11 */ -"use strict";(function(){var a=this,b=a.EmojiConvertor,c=function(){var a=this;return a.img_set="apple",a.img_sets={apple:{path:"/emoji-data/img-apple-64/",sheet:"/emoji-data/sheet_apple_64.png",mask:1},google:{path:"/emoji-data/img-google-64/",sheet:"/emoji-data/sheet_google_64.png",mask:2},twitter:{path:"/emoji-data/img-twitter-64/",sheet:"/emoji-data/sheet_twitter_64.png",mask:4},emojione:{path:"/emoji-data/img-emojione-64/",sheet:"/emoji-data/sheet_emojione_64.png",mask:8}},a.use_css_imgs=!1,a.colons_mode=!1,a.text_mode=!1,a.include_title=!1,a.include_text=!1,a.allow_native=!0,a.use_sheet=!1,a.avoid_ms_emoji=!0,a.allow_caps=!1,a.img_suffix="",a.inits={},a.map={},a.init_env(),a};c.prototype.noConflict=function(){return a.EmojiConvertor=b,c},c.prototype.replace_emoticons=function(a){var b=this,c=b.replace_emoticons_with_colons(a);return b.replace_colons(c)},c.prototype.replace_emoticons_with_colons=function(a){var b=this;b.init_emoticons();var c=0,d=[],e=a.replace(b.rx_emoticons,function(e,f,g,h){var i=c;c=h+e.length;var j=-1!==g.indexOf("("),k=-1!==g.indexOf(")");if((j||k)&&-1==d.indexOf(g)&&d.push(g),k&&!j){var l=a.substring(i,h);if(-1!==l.indexOf("(")&&-1===l.indexOf(")"))return e}if("\n8)"===e){var m=a.substring(0,h);if(/\n?(6\)|7\))/.test(m))return e}var n=b.data[b.map.emoticons[g]][3][0];return n?f+":"+n+":":e});if(d.length){var f=d.map(b.escape_rx),g=new RegExp("(\\(.+)("+f.join("|")+")(.+\\))","g");e=e.replace(g,function(a,c,d,e){var f=b.data[b.map.emoticons[d]][3][0];return f?c+":"+f+":"+e:a})}return e},c.prototype.replace_colons=function(a){var b=this;return b.init_colons(),a.replace(b.rx_colons,function(a){var c=a.substr(1,a.length-2);if(b.allow_caps&&(c=c.toLowerCase()),c.indexOf("::skin-tone-")>-1){var d=c.substr(-1,1),e="skin-tone-"+d,f=b.map.colons[e];c=c.substr(0,c.length-13);var g=b.map.colons[c];return g?b.replacement(g,c,":",{idx:f,actual:e,wrapper:":"}):":"+c+":"+b.replacement(f,e,":")}var g=b.map.colons[c];return g?b.replacement(g,c,":"):a})},c.prototype.replace_unified=function(a){var b=this;return b.init_unified(),a.replace(b.rx_unified,function(a,c,d){var e=b.map.unified[c];if(!e)return a;var f=null;return"\ud83c\udffb"==d&&(f="1f3fb"),"\ud83c\udffc"==d&&(f="1f3fc"),"\ud83c\udffd"==d&&(f="1f3fd"),"\ud83c\udffe"==d&&(f="1f3fe"),"\ud83c\udfff"==d&&(f="1f3ff"),f?b.replacement(e,null,null,{idx:f,actual:d,wrapper:""}):b.replacement(e)})},c.prototype.addAliases=function(a){var b=this;b.init_colons();for(var c in a)b.map.colons[c]=a[c]},c.prototype.removeAliases=function(a){for(var b=this,c=0;c'+m+""+g}return e.use_css_imgs?''+m+""+g:''+m+""+g}return'"+g},c.prototype.init_emoticons=function(){var a=this;if(!a.inits.emoticons){a.init_colons(),a.inits.emoticons=1;var b=[];a.map.emoticons={};for(var c in a.emoticons_data){var d=c.replace(/\&/g,"&").replace(/\/g,">");a.map.colons[a.emoticons_data[c]]&&(a.map.emoticons[d]=a.map.colons[a.emoticons_data[c]],b.push(a.escape_rx(d)))}a.rx_emoticons=new RegExp("(^|\\s)("+b.join("|")+")(?=$|[\\s|\\?\\.,!])","g")}},c.prototype.init_colons=function(){var a=this;if(!a.inits.colons){a.inits.colons=1,a.rx_colons=new RegExp(":[a-zA-Z0-9-_+]+:(:skin-tone-[2-6]:)?","g"),a.map.colons={};for(var b in a.data)for(var c=0;c":"laughing",":->":"laughing",";)":"wink",";-)":"wink","8)":"sunglasses",":|":"neutral_face",":-|":"neutral_face",":\\":"confused",":-\\":"confused",":/":"confused",":-/":"confused",":p":"stuck_out_tongue",":-p":"stuck_out_tongue",":P":"stuck_out_tongue",":-P":"stuck_out_tongue",":b":"stuck_out_tongue",":-b":"stuck_out_tongue",";p":"stuck_out_tongue_winking_eye",";-p":"stuck_out_tongue_winking_eye",";b":"stuck_out_tongue_winking_eye",";-b":"stuck_out_tongue_winking_eye",";P":"stuck_out_tongue_winking_eye",";-P":"stuck_out_tongue_winking_eye","):":"disappointed",":(":"disappointed",":-(":"disappointed",">:(":"angry",">:-(":"angry",":'(":"cry","D:":"anguished",":o":"open_mouth",":-o":"open_mouth",":O":"open_mouth",":-O":"open_mouth",":)":"slightly_smiling_face","(:":"slightly_smiling_face",":-)":"slightly_smiling_face"},c.prototype.variations_data={"261d-1f3fb":[1,11,15],"261d-1f3fc":[1,12,15],"261d-1f3fd":[1,13,15],"261d-1f3fe":[1,14,15],"261d-1f3ff":[1,15,15],"26f9-1f3fb":[2,39,15],"26f9-1f3fc":[2,40,15],"26f9-1f3fd":[3,0,15],"26f9-1f3fe":[3,1,15],"26f9-1f3ff":[3,2,15],"270a-1f3fb":[3,10,15],"270a-1f3fc":[3,11,15],"270a-1f3fd":[3,12,15],"270a-1f3fe":[3,13,15],"270a-1f3ff":[3,14,15],"270b-1f3fb":[3,16,15],"270b-1f3fc":[3,17,15],"270b-1f3fd":[3,18,15],"270b-1f3fe":[3,19,15],"270b-1f3ff":[3,20,15],"270c-1f3fb":[3,22,15],"270c-1f3fc":[3,23,15],"270c-1f3fd":[3,24,15],"270c-1f3fe":[3,25,15],"270c-1f3ff":[3,26,15],"270d-1f3fb":[3,28,15],"270d-1f3fc":[3,29,15],"270d-1f3fd":[3,30,15],"270d-1f3fe":[3,31,15],"270d-1f3ff":[3,32,15],"1f385-1f3fb":[8,30,15],"1f385-1f3fc":[8,31,15],"1f385-1f3fd":[8,32,15],"1f385-1f3fe":[8,33,15],"1f385-1f3ff":[8,34,15],"1f3c3-1f3fb":[10,10,15],"1f3c3-1f3fc":[10,11,15],"1f3c3-1f3fd":[10,12,15],"1f3c3-1f3fe":[10,13,15],"1f3c3-1f3ff":[10,14,15],"1f3c4-1f3fb":[10,16,15],"1f3c4-1f3fc":[10,17,15],"1f3c4-1f3fd":[10,18,15],"1f3c4-1f3fe":[10,19,15],"1f3c4-1f3ff":[10,20,15],"1f3ca-1f3fb":[10,27,15],"1f3ca-1f3fc":[10,28,15],"1f3ca-1f3fd":[10,29,15],"1f3ca-1f3fe":[10,30,15],"1f3ca-1f3ff":[10,31,15],"1f3cb-1f3fb":[10,33,15],"1f3cb-1f3fc":[10,34,15],"1f3cb-1f3fd":[10,35,15],"1f3cb-1f3fe":[10,36,15],"1f3cb-1f3ff":[10,37,15],"1f442-1f3fb":[13,31,15],"1f442-1f3fc":[13,32,15],"1f442-1f3fd":[13,33,15],"1f442-1f3fe":[13,34,15],"1f442-1f3ff":[13,35,15],"1f443-1f3fb":[13,37,15],"1f443-1f3fc":[13,38,15],"1f443-1f3fd":[13,39,15],"1f443-1f3fe":[13,40,15],"1f443-1f3ff":[14,0,15],"1f446-1f3fb":[14,4,15],"1f446-1f3fc":[14,5,15],"1f446-1f3fd":[14,6,15],"1f446-1f3fe":[14,7,15],"1f446-1f3ff":[14,8,15],"1f447-1f3fb":[14,10,15],"1f447-1f3fc":[14,11,15],"1f447-1f3fd":[14,12,15],"1f447-1f3fe":[14,13,15],"1f447-1f3ff":[14,14,15],"1f448-1f3fb":[14,16,15],"1f448-1f3fc":[14,17,15],"1f448-1f3fd":[14,18,15],"1f448-1f3fe":[14,19,15],"1f448-1f3ff":[14,20,15],"1f449-1f3fb":[14,22,15],"1f449-1f3fc":[14,23,15],"1f449-1f3fd":[14,24,15],"1f449-1f3fe":[14,25,15],"1f449-1f3ff":[14,26,15],"1f44a-1f3fb":[14,28,15],"1f44a-1f3fc":[14,29,15],"1f44a-1f3fd":[14,30,15],"1f44a-1f3fe":[14,31,15],"1f44a-1f3ff":[14,32,15],"1f44b-1f3fb":[14,34,15],"1f44b-1f3fc":[14,35,15],"1f44b-1f3fd":[14,36,15],"1f44b-1f3fe":[14,37,15],"1f44b-1f3ff":[14,38,15],"1f44c-1f3fb":[14,40,15],"1f44c-1f3fc":[15,0,15],"1f44c-1f3fd":[15,1,15],"1f44c-1f3fe":[15,2,15],"1f44c-1f3ff":[15,3,15],"1f44d-1f3fb":[15,5,15],"1f44d-1f3fc":[15,6,15],"1f44d-1f3fd":[15,7,15],"1f44d-1f3fe":[15,8,15],"1f44d-1f3ff":[15,9,15],"1f44e-1f3fb":[15,11,15],"1f44e-1f3fc":[15,12,15],"1f44e-1f3fd":[15,13,15],"1f44e-1f3fe":[15,14,15],"1f44e-1f3ff":[15,15,15],"1f44f-1f3fb":[15,17,15],"1f44f-1f3fc":[15,18,15],"1f44f-1f3fd":[15,19,15],"1f44f-1f3fe":[15,20,15],"1f44f-1f3ff":[15,21,15],"1f450-1f3fb":[15,23,15],"1f450-1f3fc":[15,24,15],"1f450-1f3fd":[15,25,15],"1f450-1f3fe":[15,26,15],"1f450-1f3ff":[15,27,15],"1f466-1f3fb":[16,9,15],"1f466-1f3fc":[16,10,15],"1f466-1f3fd":[16,11,15],"1f466-1f3fe":[16,12,15],"1f466-1f3ff":[16,13,15],"1f467-1f3fb":[16,15,15],"1f467-1f3fc":[16,16,15],"1f467-1f3fd":[16,17,15],"1f467-1f3fe":[16,18,15],"1f467-1f3ff":[16,19,15],"1f468-1f3fb":[16,21,15],"1f468-1f3fc":[16,22,15],"1f468-1f3fd":[16,23,15],"1f468-1f3fe":[16,24,15],"1f468-1f3ff":[16,25,15],"1f469-1f3fb":[16,27,15],"1f469-1f3fc":[16,28,15],"1f469-1f3fd":[16,29,15],"1f469-1f3fe":[16,30,15],"1f469-1f3ff":[16,31,15],"1f46e-1f3fb":[16,37,15],"1f46e-1f3fc":[16,38,15],"1f46e-1f3fd":[16,39,15],"1f46e-1f3fe":[16,40,15],"1f46e-1f3ff":[17,0,15],"1f470-1f3fb":[17,3,15],"1f470-1f3fc":[17,4,15],"1f470-1f3fd":[17,5,15],"1f470-1f3fe":[17,6,15],"1f470-1f3ff":[17,7,15],"1f471-1f3fb":[17,9,15],"1f471-1f3fc":[17,10,15],"1f471-1f3fd":[17,11,15],"1f471-1f3fe":[17,12,15],"1f471-1f3ff":[17,13,15],"1f472-1f3fb":[17,15,15],"1f472-1f3fc":[17,16,15],"1f472-1f3fd":[17,17,15],"1f472-1f3fe":[17,18,15],"1f472-1f3ff":[17,19,15],"1f473-1f3fb":[17,21,15],"1f473-1f3fc":[17,22,15],"1f473-1f3fd":[17,23,15],"1f473-1f3fe":[17,24,15],"1f473-1f3ff":[17,25,15],"1f474-1f3fb":[17,27,15],"1f474-1f3fc":[17,28,15],"1f474-1f3fd":[17,29,15],"1f474-1f3fe":[17,30,15],"1f474-1f3ff":[17,31,15],"1f475-1f3fb":[17,33,15],"1f475-1f3fc":[17,34,15],"1f475-1f3fd":[17,35,15],"1f475-1f3fe":[17,36,15],"1f475-1f3ff":[17,37,15],"1f476-1f3fb":[17,39,15],"1f476-1f3fc":[17,40,15],"1f476-1f3fd":[18,0,15],"1f476-1f3fe":[18,1,15],"1f476-1f3ff":[18,2,15],"1f477-1f3fb":[18,4,15],"1f477-1f3fc":[18,5,15],"1f477-1f3fd":[18,6,15],"1f477-1f3fe":[18,7,15],"1f477-1f3ff":[18,8,15],"1f478-1f3fb":[18,10,15],"1f478-1f3fc":[18,11,15],"1f478-1f3fd":[18,12,15],"1f478-1f3fe":[18,13,15],"1f478-1f3ff":[18,14,15],"1f47c-1f3fb":[18,19,15],"1f47c-1f3fc":[18,20,15],"1f47c-1f3fd":[18,21,15],"1f47c-1f3fe":[18,22,15],"1f47c-1f3ff":[18,23,15],"1f481-1f3fb":[18,29,15],"1f481-1f3fc":[18,30,15],"1f481-1f3fd":[18,31,15],"1f481-1f3fe":[18,32,15],"1f481-1f3ff":[18,33,15],"1f482-1f3fb":[18,35,15],"1f482-1f3fc":[18,36,15],"1f482-1f3fd":[18,37,15],"1f482-1f3fe":[18,38,15],"1f482-1f3ff":[18,39,15],"1f483-1f3fb":[19,0,15],"1f483-1f3fc":[19,1,15],"1f483-1f3fd":[19,2,15],"1f483-1f3fe":[19,3,15],"1f483-1f3ff":[19,4,15],"1f485-1f3fb":[19,7,15],"1f485-1f3fc":[19,8,15],"1f485-1f3fd":[19,9,15],"1f485-1f3fe":[19,10,15],"1f485-1f3ff":[19,11,15],"1f486-1f3fb":[19,13,15],"1f486-1f3fc":[19,14,15],"1f486-1f3fd":[19,15,15],"1f486-1f3fe":[19,16,15],"1f486-1f3ff":[19,17,15],"1f487-1f3fb":[19,19,15],"1f487-1f3fc":[19,20,15],"1f487-1f3fd":[19,21,15],"1f487-1f3fe":[19,22,15],"1f487-1f3ff":[19,23,15],"1f4aa-1f3fb":[20,18,15],"1f4aa-1f3fc":[20,19,15],"1f4aa-1f3fd":[20,20,15],"1f4aa-1f3fe":[20,21,15],"1f4aa-1f3ff":[20,22,15],"1f575-1f3fb":[24,40,11],"1f575-1f3fc":[25,0,11],"1f575-1f3fd":[25,1,11],"1f575-1f3fe":[25,2,11],"1f575-1f3ff":[25,3,11],"1f590-1f3fb":[25,14,15],"1f590-1f3fc":[25,15,15],"1f590-1f3fd":[25,16,15],"1f590-1f3fe":[25,17,15],"1f590-1f3ff":[25,18,15],"1f595-1f3fb":[25,20,15],"1f595-1f3fc":[25,21,15],"1f595-1f3fd":[25,22,15],"1f595-1f3fe":[25,23,15],"1f595-1f3ff":[25,24,15],"1f596-1f3fb":[25,26,15],"1f596-1f3fc":[25,27,15],"1f596-1f3fd":[25,28,15],"1f596-1f3fe":[25,29,15],"1f596-1f3ff":[25,30,15],"1f645-1f3fb":[28,3,15],"1f645-1f3fc":[28,4,15],"1f645-1f3fd":[28,5,15],"1f645-1f3fe":[28,6,15],"1f645-1f3ff":[28,7,15],"1f646-1f3fb":[28,9,15],"1f646-1f3fc":[28,10,15],"1f646-1f3fd":[28,11,15],"1f646-1f3fe":[28,12,15],"1f646-1f3ff":[28,13,15],"1f647-1f3fb":[28,15,15],"1f647-1f3fc":[28,16,15],"1f647-1f3fd":[28,17,15],"1f647-1f3fe":[28,18,15],"1f647-1f3ff":[28,19,15],"1f64b-1f3fb":[28,24,15],"1f64b-1f3fc":[28,25,15],"1f64b-1f3fd":[28,26,15],"1f64b-1f3fe":[28,27,15],"1f64b-1f3ff":[28,28,15],"1f64c-1f3fb":[28,30,15],"1f64c-1f3fc":[28,31,15],"1f64c-1f3fd":[28,32,15],"1f64c-1f3fe":[28,33,15],"1f64c-1f3ff":[28,34,15],"1f64d-1f3fb":[28,36,15],"1f64d-1f3fc":[28,37,15],"1f64d-1f3fd":[28,38,15],"1f64d-1f3fe":[28,39,15],"1f64d-1f3ff":[28,40,15],"1f64e-1f3fb":[29,1,15],"1f64e-1f3fc":[29,2,15],"1f64e-1f3fd":[29,3,15],"1f64e-1f3fe":[29,4,15],"1f64e-1f3ff":[29,5,15],"1f64f-1f3fb":[29,7,15],"1f64f-1f3fc":[29,8,15],"1f64f-1f3fd":[29,9,15],"1f64f-1f3fe":[29,10,15],"1f64f-1f3ff":[29,11,15],"1f6a3-1f3fb":[30,7,15],"1f6a3-1f3fc":[30,8,15],"1f6a3-1f3fd":[30,9,15],"1f6a3-1f3fe":[30,10,15],"1f6a3-1f3ff":[30,11,15],"1f6b4-1f3fb":[30,29,15],"1f6b4-1f3fc":[30,30,15],"1f6b4-1f3fd":[30,31,15],"1f6b4-1f3fe":[30,32,15],"1f6b4-1f3ff":[30,33,15],"1f6b5-1f3fb":[30,35,15],"1f6b5-1f3fc":[30,36,15],"1f6b5-1f3fd":[30,37,15],"1f6b5-1f3fe":[30,38,15],"1f6b5-1f3ff":[30,39,15],"1f6b6-1f3fb":[31,0,15],"1f6b6-1f3fc":[31,1,15],"1f6b6-1f3fd":[31,2,15],"1f6b6-1f3fe":[31,3,15],"1f6b6-1f3ff":[31,4,15],"1f6c0-1f3fb":[31,15,15],"1f6c0-1f3fc":[31,16,15],"1f6c0-1f3fd":[31,17,15],"1f6c0-1f3fe":[31,18,15],"1f6c0-1f3ff":[31,19,15],"1f918-1f3fb":[32,10,15],"1f918-1f3fc":[32,11,15],"1f918-1f3fd":[32,12,15],"1f918-1f3fe":[32,13,15],"1f918-1f3ff":[32,14,15]},"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=c),exports.EmojiConvertor=c):"function"==typeof define&&define.amd?define(function(){return c}):a.EmojiConvertor=c}).call(function(){return this||("undefined"!=typeof window?window:global)}()); \ No newline at end of file +"use strict";(function(){var f=this,e=f.EmojiConvertor,a=function(){var f=this;return f.img_set="apple",f.img_sets={apple:{path:"/emoji-data/img-apple-64/",sheet:"/emoji-data/sheet_apple_64.png",mask:1},google:{path:"/emoji-data/img-google-64/",sheet:"/emoji-data/sheet_google_64.png",mask:2},twitter:{path:"/emoji-data/img-twitter-64/",sheet:"/emoji-data/sheet_twitter_64.png",mask:4},emojione:{path:"/emoji-data/img-emojione-64/",sheet:"/emoji-data/sheet_emojione_64.png",mask:8},facebook:{path:"/emoji-data/img-facebook-64/",sheet:"/emoji-data/sheet_facebook_64.png",mask:16},messenger:{path:"/emoji-data/img-messenger-64/",sheet:"/emoji-data/sheet_messenger_64.png",mask:32}},f.use_css_imgs=!1,f.colons_mode=!1,f.text_mode=!1,f.include_title=!1,f.include_text=!1,f.allow_native=!0,f.use_sheet=!1,f.avoid_ms_emoji=!0,f.allow_caps=!1,f.img_suffix="",f.inits={},f.map={},f.init_env(),f};a.prototype.noConflict=function(){return f.EmojiConvertor=e,a},a.prototype.replace_emoticons=function(f){var e=this,a=e.replace_emoticons_with_colons(f);return e.replace_colons(a)},a.prototype.replace_emoticons_with_colons=function(f){var e=this;e.init_emoticons();var a=0,o=[],t=f.replace(e.rx_emoticons,function(t,i,n,l){var r=a;a=l+t.length;var c=-1!==n.indexOf("("),_=-1!==n.indexOf(")");if((c||_)&&-1==o.indexOf(n)&&o.push(n),_&&!c){var s=f.substring(r,l);if(-1!==s.indexOf("(")&&-1===s.indexOf(")"))return t}if("\n8)"===t){var d=f.substring(0,l);if(/\n?(6\)|7\))/.test(d))return t}var g=e.data[e.map.emoticons[n]][3][0];return g?i+":"+g+":":t});if(o.length){var i=o.map(e.escape_rx),n=new RegExp("(\\(.+)("+i.join("|")+")(.+\\))","g");t=t.replace(n,function(f,a,o,t){var i=e.data[e.map.emoticons[o]][3][0];return i?a+":"+i+":"+t:f})}return t},a.prototype.replace_colons=function(f){var e=this;return e.init_colons(),f.replace(e.rx_colons,function(f){var a=f.substr(1,f.length-2);if(e.allow_caps&&(a=a.toLowerCase()),a.indexOf("::skin-tone-")>-1){var o=a.substr(-1,1),t="skin-tone-"+o,i=e.map.colons[t];a=a.substr(0,a.length-13);var n=e.map.colons[a];return n?e.replacement(n,a,":",{idx:i,actual:t,wrapper:":"}):":"+a+":"+e.replacement(i,t,":")}var n=e.map.colons[a];return n?e.replacement(n,a,":"):f})},a.prototype.replace_unified=function(f){var e=this;return e.init_unified(),f.replace(e.rx_unified,function(f,a,o){var t=e.map.unified[a];if(!t)return f;var i=null;return"🏻"==o&&(i="1f3fb"),"🏼"==o&&(i="1f3fc"),"🏽"==o&&(i="1f3fd"),"🏾"==o&&(i="1f3fe"),"🏿"==o&&(i="1f3ff"),i?e.replacement(t,null,null,{idx:i,actual:o,wrapper:""}):e.replacement(t)})},a.prototype.addAliases=function(f){var e=this;e.init_colons();for(var a in f)e.map.colons[a]=f[a]},a.prototype.removeAliases=function(f){for(var e=this,a=0;a'+d+""+n}return t.use_css_imgs?''+d+""+n:''+d+""+n}return'"+n},a.prototype.init_emoticons=function(){var f=this;if(!f.inits.emoticons){f.init_colons(),f.inits.emoticons=1;var e=[];f.map.emoticons={};for(var a in f.emoticons_data){var o=a.replace(/\&/g,"&").replace(/\/g,">");f.map.colons[f.emoticons_data[a]]&&(f.map.emoticons[o]=f.map.colons[f.emoticons_data[a]],e.push(f.escape_rx(o)))}f.rx_emoticons=new RegExp("(^|\\s)("+e.join("|")+")(?=$|[\\s|\\?\\.,!])","g")}},a.prototype.init_colons=function(){var f=this;if(!f.inits.colons){f.inits.colons=1,f.rx_colons=new RegExp(":[a-zA-Z0-9-_+]+:(:skin-tone-[2-6]:)?","g"),f.map.colons={};for(var e in f.data)for(var a=0;a":"laughing",":->":"laughing",";)":"wink",";-)":"wink","8)":"sunglasses",":|":"neutral_face",":-|":"neutral_face",":\\":"confused",":-\\":"confused",":/":"confused",":-/":"confused",":p":"stuck_out_tongue",":-p":"stuck_out_tongue",":P":"stuck_out_tongue",":-P":"stuck_out_tongue",":b":"stuck_out_tongue",":-b":"stuck_out_tongue",";p":"stuck_out_tongue_winking_eye",";-p":"stuck_out_tongue_winking_eye",";b":"stuck_out_tongue_winking_eye",";-b":"stuck_out_tongue_winking_eye",";P":"stuck_out_tongue_winking_eye",";-P":"stuck_out_tongue_winking_eye","):":"disappointed",":(":"disappointed",":-(":"disappointed",">:(":"angry",">:-(":"angry",":'(":"cry","D:":"anguished",":o":"open_mouth",":-o":"open_mouth",":O":"open_mouth",":-O":"open_mouth",":)":"slightly_smiling_face","(:":"slightly_smiling_face",":-)":"slightly_smiling_face"},a.prototype.variations_data={"261d-1f3fb":[1,11,15],"261d-1f3fc":[1,12,15],"261d-1f3fd":[1,13,15],"261d-1f3fe":[1,14,15],"261d-1f3ff":[1,15,15],"26f9-1f3fb":[2,39,15],"26f9-1f3fc":[2,40,15],"26f9-1f3fd":[3,0,15],"26f9-1f3fe":[3,1,15],"26f9-1f3ff":[3,2,15],"270a-1f3fb":[3,10,15],"270a-1f3fc":[3,11,15],"270a-1f3fd":[3,12,15],"270a-1f3fe":[3,13,15],"270a-1f3ff":[3,14,15],"270b-1f3fb":[3,16,15],"270b-1f3fc":[3,17,15],"270b-1f3fd":[3,18,15],"270b-1f3fe":[3,19,15],"270b-1f3ff":[3,20,15],"270c-1f3fb":[3,22,15],"270c-1f3fc":[3,23,15],"270c-1f3fd":[3,24,15],"270c-1f3fe":[3,25,15],"270c-1f3ff":[3,26,15],"270d-1f3fb":[3,28,15],"270d-1f3fc":[3,29,15],"270d-1f3fd":[3,30,15],"270d-1f3fe":[3,31,15],"270d-1f3ff":[3,32,15],"1f385-1f3fb":[8,30,15],"1f385-1f3fc":[8,31,15],"1f385-1f3fd":[8,32,15],"1f385-1f3fe":[8,33,15],"1f385-1f3ff":[8,34,15],"1f3c3-1f3fb":[10,10,15],"1f3c3-1f3fc":[10,11,15],"1f3c3-1f3fd":[10,12,15],"1f3c3-1f3fe":[10,13,15],"1f3c3-1f3ff":[10,14,15],"1f3c4-1f3fb":[10,16,15],"1f3c4-1f3fc":[10,17,15],"1f3c4-1f3fd":[10,18,15],"1f3c4-1f3fe":[10,19,15],"1f3c4-1f3ff":[10,20,15],"1f3ca-1f3fb":[10,27,15],"1f3ca-1f3fc":[10,28,15],"1f3ca-1f3fd":[10,29,15],"1f3ca-1f3fe":[10,30,15],"1f3ca-1f3ff":[10,31,15],"1f3cb-1f3fb":[10,33,15],"1f3cb-1f3fc":[10,34,15],"1f3cb-1f3fd":[10,35,15],"1f3cb-1f3fe":[10,36,15],"1f3cb-1f3ff":[10,37,15],"1f442-1f3fb":[13,31,15],"1f442-1f3fc":[13,32,15],"1f442-1f3fd":[13,33,15],"1f442-1f3fe":[13,34,15],"1f442-1f3ff":[13,35,15],"1f443-1f3fb":[13,37,15],"1f443-1f3fc":[13,38,15],"1f443-1f3fd":[13,39,15],"1f443-1f3fe":[13,40,15],"1f443-1f3ff":[14,0,15],"1f446-1f3fb":[14,4,15],"1f446-1f3fc":[14,5,15],"1f446-1f3fd":[14,6,15],"1f446-1f3fe":[14,7,15],"1f446-1f3ff":[14,8,15],"1f447-1f3fb":[14,10,15],"1f447-1f3fc":[14,11,15],"1f447-1f3fd":[14,12,15],"1f447-1f3fe":[14,13,15],"1f447-1f3ff":[14,14,15],"1f448-1f3fb":[14,16,15],"1f448-1f3fc":[14,17,15],"1f448-1f3fd":[14,18,15],"1f448-1f3fe":[14,19,15],"1f448-1f3ff":[14,20,15],"1f449-1f3fb":[14,22,15],"1f449-1f3fc":[14,23,15],"1f449-1f3fd":[14,24,15],"1f449-1f3fe":[14,25,15],"1f449-1f3ff":[14,26,15],"1f44a-1f3fb":[14,28,15],"1f44a-1f3fc":[14,29,15],"1f44a-1f3fd":[14,30,15],"1f44a-1f3fe":[14,31,15],"1f44a-1f3ff":[14,32,15],"1f44b-1f3fb":[14,34,15],"1f44b-1f3fc":[14,35,15],"1f44b-1f3fd":[14,36,15],"1f44b-1f3fe":[14,37,15],"1f44b-1f3ff":[14,38,15],"1f44c-1f3fb":[14,40,15],"1f44c-1f3fc":[15,0,15],"1f44c-1f3fd":[15,1,15],"1f44c-1f3fe":[15,2,15],"1f44c-1f3ff":[15,3,15],"1f44d-1f3fb":[15,5,15],"1f44d-1f3fc":[15,6,15],"1f44d-1f3fd":[15,7,15],"1f44d-1f3fe":[15,8,15],"1f44d-1f3ff":[15,9,15],"1f44e-1f3fb":[15,11,15],"1f44e-1f3fc":[15,12,15],"1f44e-1f3fd":[15,13,15],"1f44e-1f3fe":[15,14,15],"1f44e-1f3ff":[15,15,15],"1f44f-1f3fb":[15,17,15],"1f44f-1f3fc":[15,18,15],"1f44f-1f3fd":[15,19,15],"1f44f-1f3fe":[15,20,15],"1f44f-1f3ff":[15,21,15],"1f450-1f3fb":[15,23,15],"1f450-1f3fc":[15,24,15],"1f450-1f3fd":[15,25,15],"1f450-1f3fe":[15,26,15],"1f450-1f3ff":[15,27,15],"1f466-1f3fb":[16,9,15],"1f466-1f3fc":[16,10,15],"1f466-1f3fd":[16,11,15],"1f466-1f3fe":[16,12,15],"1f466-1f3ff":[16,13,15],"1f467-1f3fb":[16,15,15],"1f467-1f3fc":[16,16,15],"1f467-1f3fd":[16,17,15],"1f467-1f3fe":[16,18,15],"1f467-1f3ff":[16,19,15],"1f468-1f3fb":[16,21,15],"1f468-1f3fc":[16,22,15],"1f468-1f3fd":[16,23,15],"1f468-1f3fe":[16,24,15],"1f468-1f3ff":[16,25,15],"1f469-1f3fb":[16,27,15],"1f469-1f3fc":[16,28,15],"1f469-1f3fd":[16,29,15],"1f469-1f3fe":[16,30,15],"1f469-1f3ff":[16,31,15],"1f46e-1f3fb":[16,37,15],"1f46e-1f3fc":[16,38,15],"1f46e-1f3fd":[16,39,15],"1f46e-1f3fe":[16,40,15],"1f46e-1f3ff":[17,0,15],"1f470-1f3fb":[17,3,15],"1f470-1f3fc":[17,4,15],"1f470-1f3fd":[17,5,15],"1f470-1f3fe":[17,6,15],"1f470-1f3ff":[17,7,15],"1f471-1f3fb":[17,9,15],"1f471-1f3fc":[17,10,15],"1f471-1f3fd":[17,11,15],"1f471-1f3fe":[17,12,15],"1f471-1f3ff":[17,13,15],"1f472-1f3fb":[17,15,15],"1f472-1f3fc":[17,16,15],"1f472-1f3fd":[17,17,15],"1f472-1f3fe":[17,18,15],"1f472-1f3ff":[17,19,15],"1f473-1f3fb":[17,21,15],"1f473-1f3fc":[17,22,15],"1f473-1f3fd":[17,23,15],"1f473-1f3fe":[17,24,15],"1f473-1f3ff":[17,25,15],"1f474-1f3fb":[17,27,15],"1f474-1f3fc":[17,28,15],"1f474-1f3fd":[17,29,15],"1f474-1f3fe":[17,30,15],"1f474-1f3ff":[17,31,15],"1f475-1f3fb":[17,33,15],"1f475-1f3fc":[17,34,15],"1f475-1f3fd":[17,35,15],"1f475-1f3fe":[17,36,15],"1f475-1f3ff":[17,37,15],"1f476-1f3fb":[17,39,15],"1f476-1f3fc":[17,40,15],"1f476-1f3fd":[18,0,15],"1f476-1f3fe":[18,1,15],"1f476-1f3ff":[18,2,15],"1f477-1f3fb":[18,4,15],"1f477-1f3fc":[18,5,15],"1f477-1f3fd":[18,6,15],"1f477-1f3fe":[18,7,15],"1f477-1f3ff":[18,8,15],"1f478-1f3fb":[18,10,15],"1f478-1f3fc":[18,11,15],"1f478-1f3fd":[18,12,15],"1f478-1f3fe":[18,13,15],"1f478-1f3ff":[18,14,15],"1f47c-1f3fb":[18,19,15],"1f47c-1f3fc":[18,20,15],"1f47c-1f3fd":[18,21,15],"1f47c-1f3fe":[18,22,15],"1f47c-1f3ff":[18,23,15],"1f481-1f3fb":[18,29,15],"1f481-1f3fc":[18,30,15],"1f481-1f3fd":[18,31,15],"1f481-1f3fe":[18,32,15],"1f481-1f3ff":[18,33,15],"1f482-1f3fb":[18,35,15],"1f482-1f3fc":[18,36,15],"1f482-1f3fd":[18,37,15],"1f482-1f3fe":[18,38,15],"1f482-1f3ff":[18,39,15],"1f483-1f3fb":[19,0,15],"1f483-1f3fc":[19,1,15],"1f483-1f3fd":[19,2,15],"1f483-1f3fe":[19,3,15],"1f483-1f3ff":[19,4,15],"1f485-1f3fb":[19,7,15],"1f485-1f3fc":[19,8,15],"1f485-1f3fd":[19,9,15],"1f485-1f3fe":[19,10,15],"1f485-1f3ff":[19,11,15],"1f486-1f3fb":[19,13,15],"1f486-1f3fc":[19,14,15],"1f486-1f3fd":[19,15,15],"1f486-1f3fe":[19,16,15],"1f486-1f3ff":[19,17,15],"1f487-1f3fb":[19,19,15],"1f487-1f3fc":[19,20,15],"1f487-1f3fd":[19,21,15],"1f487-1f3fe":[19,22,15],"1f487-1f3ff":[19,23,15],"1f4aa-1f3fb":[20,18,15],"1f4aa-1f3fc":[20,19,15],"1f4aa-1f3fd":[20,20,15],"1f4aa-1f3fe":[20,21,15],"1f4aa-1f3ff":[20,22,15],"1f575-1f3fb":[24,40,11],"1f575-1f3fc":[25,0,11],"1f575-1f3fd":[25,1,11],"1f575-1f3fe":[25,2,11],"1f575-1f3ff":[25,3,11],"1f590-1f3fb":[25,14,15],"1f590-1f3fc":[25,15,15],"1f590-1f3fd":[25,16,15],"1f590-1f3fe":[25,17,15],"1f590-1f3ff":[25,18,15],"1f595-1f3fb":[25,20,15],"1f595-1f3fc":[25,21,15],"1f595-1f3fd":[25,22,15],"1f595-1f3fe":[25,23,15],"1f595-1f3ff":[25,24,15],"1f596-1f3fb":[25,26,15],"1f596-1f3fc":[25,27,15],"1f596-1f3fd":[25,28,15],"1f596-1f3fe":[25,29,15],"1f596-1f3ff":[25,30,15],"1f645-1f3fb":[28,3,15],"1f645-1f3fc":[28,4,15],"1f645-1f3fd":[28,5,15],"1f645-1f3fe":[28,6,15],"1f645-1f3ff":[28,7,15],"1f646-1f3fb":[28,9,15],"1f646-1f3fc":[28,10,15],"1f646-1f3fd":[28,11,15],"1f646-1f3fe":[28,12,15],"1f646-1f3ff":[28,13,15],"1f647-1f3fb":[28,15,15],"1f647-1f3fc":[28,16,15],"1f647-1f3fd":[28,17,15],"1f647-1f3fe":[28,18,15],"1f647-1f3ff":[28,19,15],"1f64b-1f3fb":[28,24,15],"1f64b-1f3fc":[28,25,15],"1f64b-1f3fd":[28,26,15],"1f64b-1f3fe":[28,27,15],"1f64b-1f3ff":[28,28,15],"1f64c-1f3fb":[28,30,15],"1f64c-1f3fc":[28,31,15],"1f64c-1f3fd":[28,32,15],"1f64c-1f3fe":[28,33,15],"1f64c-1f3ff":[28,34,15],"1f64d-1f3fb":[28,36,15],"1f64d-1f3fc":[28,37,15],"1f64d-1f3fd":[28,38,15],"1f64d-1f3fe":[28,39,15],"1f64d-1f3ff":[28,40,15],"1f64e-1f3fb":[29,1,15],"1f64e-1f3fc":[29,2,15],"1f64e-1f3fd":[29,3,15],"1f64e-1f3fe":[29,4,15],"1f64e-1f3ff":[29,5,15],"1f64f-1f3fb":[29,7,15],"1f64f-1f3fc":[29,8,15],"1f64f-1f3fd":[29,9,15],"1f64f-1f3fe":[29,10,15],"1f64f-1f3ff":[29,11,15],"1f6a3-1f3fb":[30,7,15],"1f6a3-1f3fc":[30,8,15],"1f6a3-1f3fd":[30,9,15],"1f6a3-1f3fe":[30,10,15],"1f6a3-1f3ff":[30,11,15],"1f6b4-1f3fb":[30,29,15],"1f6b4-1f3fc":[30,30,15],"1f6b4-1f3fd":[30,31,15],"1f6b4-1f3fe":[30,32,15],"1f6b4-1f3ff":[30,33,15],"1f6b5-1f3fb":[30,35,15],"1f6b5-1f3fc":[30,36,15],"1f6b5-1f3fd":[30,37,15],"1f6b5-1f3fe":[30,38,15],"1f6b5-1f3ff":[30,39,15],"1f6b6-1f3fb":[31,0,15],"1f6b6-1f3fc":[31,1,15],"1f6b6-1f3fd":[31,2,15],"1f6b6-1f3fe":[31,3,15],"1f6b6-1f3ff":[31,4,15],"1f6c0-1f3fb":[31,15,15],"1f6c0-1f3fc":[31,16,15],"1f6c0-1f3fd":[31,17,15],"1f6c0-1f3fe":[31,18,15],"1f6c0-1f3ff":[31,19,15],"1f918-1f3fb":[32,10,15],"1f918-1f3fc":[32,11,15],"1f918-1f3fd":[32,12,15],"1f918-1f3fe":[32,13,15],"1f918-1f3ff":[32,14,15]},"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=a),exports.EmojiConvertor=a):"function"==typeof define&&define.amd?define(function(){return a}):f.EmojiConvertor=a}).call(function(){return this||("undefined"!=typeof window?window:global)}()); \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 2f9bb97..01417e0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,19 +1,31 @@ -var gulp = require('gulp'), - bump = require('gulp-bump'), - rename = require('gulp-rename'), - uglify = require('gulp-uglify'); +var gulp = require('gulp'), + bump = require('gulp-bump'), + rename = require('gulp-rename'), + uglify = require('gulp-uglify'), + download = require('gulp-download-stream'), + shell = require('gulp-shell'); gulp.task('bump', function () { - return gulp.src(['wdt-emoji-bundle.js', 'package.json']) - .pipe(bump({type: 'patch'})) - .pipe(gulp.dest('./')); + return gulp.src(['wdt-emoji-bundle.js', 'package.json']) + .pipe(bump({type: 'patch'})) + .pipe(gulp.dest('./')); }); -gulp.task('uglify', ['bump'], function() { - return gulp.src('wdt-emoji-bundle.js') - .pipe(uglify({preserveComments: 'license'})) - .pipe(rename({suffix: ".min"})) - .pipe(gulp.dest('./')); +gulp.task('create:json', ['get:emojidata'], function () { + shell.task('php ./build/build.php'); }); -gulp.task('build', ['uglify']); \ No newline at end of file +gulp.task('get:emojidata', function () { + return download("https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji_pretty.json", { + headers: {'User-Agent': 'wdt-emoji-bundle'} + }).pipe(gulp.dest('./build/')); +}); + +gulp.task('uglify', function () { + return gulp.src(['wdt-emoji-bundle.js', 'emoji.js']) + .pipe(uglify({preserveComments: 'license'})) + .pipe(rename({suffix: ".min"})) + .pipe(gulp.dest('./')); +}); + +gulp.task('build', ['bump', 'uglify']); \ No newline at end of file diff --git a/package.json b/package.json index 6d4d721..f5ca60b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "wdt-emoji-bundle", - "version": "0.1.4", + "version": "0.2.0", "title": "wdt-emoji-bundle - Emoji picker", - "description": "Slack like emoji selector with apple, twitter, google, emojione and custom emoji support.", + "description": "Slack like emoji selector with apple, twitter, google, emojione, facebook, messenger and custom emoji support.", "homepage": "http://ned.im/wdt-emoji-bundle", "keywords": [ "emoji", @@ -29,9 +29,11 @@ "main": "wdt-emoji-bundle.js", "dependencies": {}, "devDependencies": { - "gulp": "^3.9.0", + "gulp": "^3.9.1", "gulp-bump": "^1.0.0", + "gulp-download-stream": "0.0.13", "gulp-rename": "^1.2.2", + "gulp-shell": "^0.6.3", "gulp-uglify": "^1.5.1" } } diff --git a/sheets/sheet_facebook_64_indexed_128.png b/sheets/sheet_facebook_64_indexed_128.png new file mode 100644 index 0000000..a187254 Binary files /dev/null and b/sheets/sheet_facebook_64_indexed_128.png differ diff --git a/sheets/sheet_messenger_64_indexed_128.png b/sheets/sheet_messenger_64_indexed_128.png new file mode 100644 index 0000000..d6a2410 Binary files /dev/null and b/sheets/sheet_messenger_64_indexed_128.png differ diff --git a/wdt-emoji-bundle.css b/wdt-emoji-bundle.css index 2c91420..4b82203 100644 --- a/wdt-emoji-bundle.css +++ b/wdt-emoji-bundle.css @@ -148,7 +148,7 @@ body[data-wdt-emoji-bundle='apple'] .wdt-emoji[data-has-img-apple='false'] { overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; - + overflow-anchor: none; height: 257px; padding-bottom: 30px; } diff --git a/wdt-emoji-bundle.js b/wdt-emoji-bundle.js index 2394e19..b9f5832 100644 --- a/wdt-emoji-bundle.js +++ b/wdt-emoji-bundle.js @@ -1,6 +1,6 @@ /*! @package wdt-emoji-bundle - Slack like emoji selector with apple, twitter, google, emojione and custom emoji support. - @version version: 0.1.4 + @version version: 0.2.0 @contributors https://github.com/needim/wdt-emoji-bundle/graphs/contributors @documentation Examples and Documentation - http://ned.im/wdt-emoji-bundle/ @license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php @@ -21,6 +21,7 @@ wdtEmojiBundle.defaults = { pickerColors : ['green', 'pink', 'yellow', 'blue', 'gray'], textMode : true, + disabledCategories: ['Skin Tones'], sectionOrders: { 'Recent' : 10, 'Custom' : 9, @@ -36,13 +37,15 @@ skinColor : 'skin-1', allowNative : false, emojiType : 'apple', - emojiSheets : { - 'apple' : '/sheets/sheet_apple_64_indexed_128.png', - 'google' : '/sheets/sheet_google_64_indexed_128.png', - 'twitter' : '/sheets/sheet_twitter_64_indexed_128.png', - 'emojione': '/sheets/sheet_emojione_64_indexed_128.png' + emojiSheets: { + 'apple' : '/sheets/sheet_apple_64_indexed_128.png', + 'google' : '/sheets/sheet_google_64_indexed_128.png', + 'twitter' : '/sheets/sheet_twitter_64_indexed_128.png', + 'emojione' : '/sheets/sheet_emojione_64_indexed_128.png', + 'facebook' : '/sheets/sheet_facebook_64_indexed_128.png', + 'messenger': '/sheets/sheet_messenger_64_indexed_128.png' }, - emojiData: {"Symbols":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"name":"COPYRIGHT SIGN","short_name":"copyright","short_names":["copyright"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"name":"REGISTERED SIGN","short_name":"registered","short_names":["registered"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOUBLE EXCLAMATION MARK","short_name":"bangbang","short_names":["bangbang"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EXCLAMATION QUESTION MARK","short_name":"interrobang","short_names":["interrobang"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"name":"TRADE MARK SIGN","short_name":"tm","short_names":["tm"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INFORMATION SOURCE","short_name":"information_source","short_names":["information_source"],"sort_order":180},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEFT RIGHT ARROW","short_name":"left_right_arrow","short_names":["left_right_arrow"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"UP DOWN ARROW","short_name":"arrow_up_down","short_names":["arrow_up_down"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NORTH WEST ARROW","short_name":"arrow_upper_left","short_names":["arrow_upper_left"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NORTH EAST ARROW","short_name":"arrow_upper_right","short_names":["arrow_upper_right"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SOUTH EAST ARROW","short_name":"arrow_lower_right","short_names":["arrow_lower_right"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SOUTH WEST ARROW","short_name":"arrow_lower_left","short_names":["arrow_lower_left"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEFTWARDS ARROW WITH HOOK","short_name":"leftwards_arrow_with_hook","short_names":["leftwards_arrow_with_hook"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RIGHTWARDS ARROW WITH HOOK","short_name":"arrow_right_hook","short_names":["arrow_right_hook"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK RIGHT-POINTING DOUBLE TRIANGLE","short_name":"fast_forward","short_names":["fast_forward"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK LEFT-POINTING DOUBLE TRIANGLE","short_name":"rewind","short_names":["rewind"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK UP-POINTING DOUBLE TRIANGLE","short_name":"arrow_double_up","short_names":["arrow_double_up"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK DOWN-POINTING DOUBLE TRIANGLE","short_name":"arrow_double_down","short_names":["arrow_double_down"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR","short_name":"black_right_pointing_double_triangle_with_vertical_bar","short_names":["black_right_pointing_double_triangle_with_vertical_bar"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR","short_name":"black_left_pointing_double_triangle_with_vertical_bar","short_names":["black_left_pointing_double_triangle_with_vertical_bar"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR","short_name":"black_right_pointing_triangle_with_double_vertical_bar","short_names":["black_right_pointing_triangle_with_double_vertical_bar"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"DOUBLE VERTICAL BAR","short_name":"double_vertical_bar","short_names":["double_vertical_bar"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BLACK SQUARE FOR STOP","short_name":"black_square_for_stop","short_names":["black_square_for_stop"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BLACK CIRCLE FOR RECORD","short_name":"black_circle_for_record","short_names":["black_circle_for_record"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CIRCLED LATIN CAPITAL LETTER M","short_name":"m","short_names":["m"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK SMALL SQUARE","short_name":"black_small_square","short_names":["black_small_square"],"sort_order":216},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE SMALL SQUARE","short_name":"white_small_square","short_names":["white_small_square"],"sort_order":217},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK RIGHT-POINTING TRIANGLE","short_name":"arrow_forward","short_names":["arrow_forward"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK LEFT-POINTING TRIANGLE","short_name":"arrow_backward","short_names":["arrow_backward"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE MEDIUM SQUARE","short_name":"white_medium_square","short_names":["white_medium_square"],"sort_order":222},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK MEDIUM SQUARE","short_name":"black_medium_square","short_names":["black_medium_square"],"sort_order":221},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE MEDIUM SMALL SQUARE","short_name":"white_medium_small_square","short_names":["white_medium_small_square"],"sort_order":224},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK MEDIUM SMALL SQUARE","short_name":"black_medium_small_square","short_names":["black_medium_small_square"],"sort_order":223},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BALLOT BOX WITH CHECK","short_name":"ballot_box_with_check","short_names":["ballot_box_with_check"],"sort_order":205},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"RADIOACTIVE SIGN","short_name":"radioactive_sign","short_names":["radioactive_sign"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BIOHAZARD SIGN","short_name":"biohazard_sign","short_names":["biohazard_sign"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ORTHODOX CROSS","short_name":"orthodox_cross","short_names":["orthodox_cross"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"STAR AND CRESCENT","short_name":"star_and_crescent","short_names":["star_and_crescent"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"PEACE SYMBOL","short_name":"peace_symbol","short_names":["peace_symbol"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"YIN YANG","short_name":"yin_yang","short_names":["yin_yang"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"WHEEL OF DHARMA","short_name":"wheel_of_dharma","short_names":["wheel_of_dharma"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ARIES","short_name":"aries","short_names":["aries"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TAURUS","short_name":"taurus","short_names":["taurus"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GEMINI","short_name":"gemini","short_names":["gemini"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CANCER","short_name":"cancer","short_names":["cancer"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEO","short_name":"leo","short_names":["leo"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VIRGO","short_name":"virgo","short_names":["virgo"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LIBRA","short_name":"libra","short_names":["libra"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SCORPIUS","short_name":"scorpius","short_names":["scorpius"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SAGITTARIUS","short_name":"sagittarius","short_names":["sagittarius"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAPRICORN","short_name":"capricorn","short_names":["capricorn"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AQUARIUS","short_name":"aquarius","short_names":["aquarius"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PISCES","short_name":"pisces","short_names":["pisces"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK SPADE SUIT","short_name":"spades","short_names":["spades"],"sort_order":237},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK CLUB SUIT","short_name":"clubs","short_names":["clubs"],"sort_order":238},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK HEART SUIT","short_name":"hearts","short_names":["hearts"],"sort_order":239},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK DIAMOND SUIT","short_name":"diamonds","short_names":["diamonds"],"sort_order":240},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOT SPRINGS","short_name":"hotsprings","short_names":["hotsprings"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK UNIVERSAL RECYCLING SYMBOL","short_name":"recycle","short_names":["recycle"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHEELCHAIR SYMBOL","short_name":"wheelchair","short_names":["wheelchair"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ATOM SYMBOL","short_name":"atom_symbol","short_names":["atom_symbol"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FLEUR-DE-LIS","short_name":"fleur_de_lis","short_names":["fleur_de_lis"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WARNING SIGN","short_name":"warning","short_names":["warning"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MEDIUM WHITE CIRCLE","short_name":"white_circle","short_names":["white_circle"],"sort_order":207},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MEDIUM BLACK CIRCLE","short_name":"black_circle","short_names":["black_circle"],"sort_order":208},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPHIUCHUS","short_name":"ophiuchus","short_names":["ophiuchus"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO ENTRY","short_name":"no_entry","short_names":["no_entry"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE HEAVY CHECK MARK","short_name":"white_check_mark","short_names":["white_check_mark"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY CHECK MARK","short_name":"heavy_check_mark","short_names":["heavy_check_mark"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY MULTIPLICATION X","short_name":"heavy_multiplication_x","short_names":["heavy_multiplication_x"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"LATIN CROSS","short_name":"latin_cross","short_names":["latin_cross"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"STAR OF DAVID","short_name":"star_of_david","short_names":["star_of_david"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EIGHT SPOKED ASTERISK","short_name":"eight_spoked_asterisk","short_names":["eight_spoked_asterisk"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EIGHT POINTED BLACK STAR","short_name":"eight_pointed_black_star","short_names":["eight_pointed_black_star"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPARKLE","short_name":"sparkle","short_names":["sparkle"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CROSS MARK","short_name":"x","short_names":["x"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEGATIVE SQUARED CROSS MARK","short_name":"negative_squared_cross_mark","short_names":["negative_squared_cross_mark"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK QUESTION MARK ORNAMENT","short_name":"question","short_names":["question"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE QUESTION MARK ORNAMENT","short_name":"grey_question","short_names":["grey_question"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE EXCLAMATION MARK ORNAMENT","short_name":"grey_exclamation","short_names":["grey_exclamation"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY EXCLAMATION MARK SYMBOL","short_name":"exclamation","short_names":["exclamation","heavy_exclamation_mark"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"HEAVY HEART EXCLAMATION MARK ORNAMENT","short_name":"heavy_heart_exclamation_mark_ornament","short_names":["heavy_heart_exclamation_mark_ornament"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY BLACK HEART","short_name":"heart","short_names":["heart"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY PLUS SIGN","short_name":"heavy_plus_sign","short_names":["heavy_plus_sign"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY MINUS SIGN","short_name":"heavy_minus_sign","short_names":["heavy_minus_sign"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY DIVISION SIGN","short_name":"heavy_division_sign","short_names":["heavy_division_sign"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK RIGHTWARDS ARROW","short_name":"arrow_right","short_names":["arrow_right"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CURLY LOOP","short_name":"curly_loop","short_names":["curly_loop"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOUBLE CURLY LOOP","short_name":"loop","short_names":["loop"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS","short_name":"arrow_heading_up","short_names":["arrow_heading_up"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS","short_name":"arrow_heading_down","short_names":["arrow_heading_down"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEFTWARDS BLACK ARROW","short_name":"arrow_left","short_names":["arrow_left"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"UPWARDS BLACK ARROW","short_name":"arrow_up","short_names":["arrow_up"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOWNWARDS BLACK ARROW","short_name":"arrow_down","short_names":["arrow_down"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK LARGE SQUARE","short_name":"black_large_square","short_names":["black_large_square"],"sort_order":218},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE LARGE SQUARE","short_name":"white_large_square","short_names":["white_large_square"],"sort_order":219},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY LARGE CIRCLE","short_name":"o","short_names":["o"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WAVY DASH","short_name":"wavy_dash","short_names":["wavy_dash"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PART ALTERNATION MARK","short_name":"part_alternation_mark","short_names":["part_alternation_mark"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CIRCLED IDEOGRAPH CONGRATULATION","short_name":"congratulations","short_names":["congratulations"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CIRCLED IDEOGRAPH SECRET","short_name":"secret","short_names":["secret"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAHJONG TILE RED DRAGON","short_name":"mahjong","short_names":["mahjong"],"sort_order":236},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PLAYING CARD BLACK JOKER","short_name":"black_joker","short_names":["black_joker"],"sort_order":235},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER A","short_name":"a","short_names":["a"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER B","short_name":"b","short_names":["b"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER O","short_name":"o2","short_names":["o2"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER P","short_name":"parking","short_names":["parking"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEGATIVE SQUARED AB","short_name":"ab","short_names":["ab"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CL","short_name":"cl","short_names":["cl"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED COOL","short_name":"cool","short_names":["cool"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED FREE","short_name":"free","short_names":["free"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED ID","short_name":"id","short_names":["id"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED NEW","short_name":"new","short_names":["new"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED NG","short_name":"ng","short_names":["ng"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED OK","short_name":"ok","short_names":["ok"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED SOS","short_name":"sos","short_names":["sos"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED UP WITH EXCLAMATION MARK","short_name":"up","short_names":["up"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED VS","short_name":"vs","short_names":["vs"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED KATAKANA KOKO","short_name":"koko","short_names":["koko"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED KATAKANA SA","short_name":"sa","short_names":["sa"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7121","short_name":"u7121","short_names":["u7121"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6307","short_name":"u6307","short_names":["u6307"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7981","short_name":"u7981","short_names":["u7981"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7A7A","short_name":"u7a7a","short_names":["u7a7a"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-5408","short_name":"u5408","short_names":["u5408"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6E80","short_name":"u6e80","short_names":["u6e80"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6709","short_name":"u6709","short_names":["u6709"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6708","short_name":"u6708","short_names":["u6708"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7533","short_name":"u7533","short_names":["u7533"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-5272","short_name":"u5272","short_names":["u5272"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-55B6","short_name":"u55b6","short_names":["u55b6"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CIRCLED IDEOGRAPH ADVANTAGE","short_name":"ideograph_advantage","short_names":["ideograph_advantage"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CIRCLED IDEOGRAPH ACCEPT","short_name":"accept","short_names":["accept"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CYCLONE","short_name":"cyclone","short_names":["cyclone"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GLOBE WITH MERIDIANS","short_name":"globe_with_meridians","short_names":["globe_with_meridians"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CINEMA","short_name":"cinema","short_names":["cinema"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FLOWER PLAYING CARDS","short_name":"flower_playing_cards","short_names":["flower_playing_cards"],"sort_order":241},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MUSICAL NOTE","short_name":"musical_note","short_names":["musical_note"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MULTIPLE MUSICAL NOTES","short_name":"notes","short_names":["notes"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AUTOMATED TELLER MACHINE","short_name":"atm","short_names":["atm"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BEATING HEART","short_name":"heartbeat","short_names":["heartbeat"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BROKEN HEART","short_name":"broken_heart","short_names":["broken_heart"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TWO HEARTS","short_name":"two_hearts","short_names":["two_hearts"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPARKLING HEART","short_name":"sparkling_heart","short_names":["sparkling_heart"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GROWING HEART","short_name":"heartpulse","short_names":["heartpulse"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEART WITH ARROW","short_name":"cupid","short_names":["cupid"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLUE HEART","short_name":"blue_heart","short_names":["blue_heart"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GREEN HEART","short_name":"green_heart","short_names":["green_heart"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"YELLOW HEART","short_name":"yellow_heart","short_names":["yellow_heart"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PURPLE HEART","short_name":"purple_heart","short_names":["purple_heart"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEART WITH RIBBON","short_name":"gift_heart","short_names":["gift_heart"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REVOLVING HEARTS","short_name":"revolving_hearts","short_names":["revolving_hearts"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEART DECORATION","short_name":"heart_decoration","short_names":["heart_decoration"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DIAMOND SHAPE WITH A DOT INSIDE","short_name":"diamond_shape_with_a_dot_inside","short_names":["diamond_shape_with_a_dot_inside"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANGER SYMBOL","short_name":"anger","short_names":["anger"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEECH BALLOON","short_name":"speech_balloon","short_names":["speech_balloon"],"sort_order":245},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"THOUGHT BALLOON","short_name":"thought_balloon","short_names":["thought_balloon"],"sort_order":243},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE FLOWER","short_name":"white_flower","short_names":["white_flower"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HUNDRED POINTS SYMBOL","short_name":"100","short_names":["100"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CURRENCY EXCHANGE","short_name":"currency_exchange","short_names":["currency_exchange"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAVY DOLLAR SIGN","short_name":"heavy_dollar_sign","short_names":["heavy_dollar_sign"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHART WITH UPWARDS TREND AND YEN SIGN","short_name":"chart","short_names":["chart"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NAME BADGE","short_name":"name_badge","short_names":["name_badge"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PUBLIC ADDRESS LOUDSPEAKER","short_name":"loudspeaker","short_names":["loudspeaker"],"sort_order":232},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHEERING MEGAPHONE","short_name":"mega","short_names":["mega"],"sort_order":231},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VIBRATION MODE","short_name":"vibration_mode","short_names":["vibration_mode"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOBILE PHONE OFF","short_name":"mobile_phone_off","short_names":["mobile_phone_off"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO MOBILE PHONES","short_name":"no_mobile_phones","short_names":["no_mobile_phones"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANTENNA WITH BARS","short_name":"signal_strength","short_names":["signal_strength"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TWISTED RIGHTWARDS ARROWS","short_name":"twisted_rightwards_arrows","short_names":["twisted_rightwards_arrows"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS","short_name":"repeat","short_names":["repeat"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY","short_name":"repeat_one","short_names":["repeat_one"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","short_name":"arrows_clockwise","short_names":["arrows_clockwise"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","short_name":"arrows_counterclockwise","short_names":["arrows_counterclockwise"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOW BRIGHTNESS SYMBOL","short_name":"low_brightness","short_names":["low_brightness"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HIGH BRIGHTNESS SYMBOL","short_name":"high_brightness","short_names":["high_brightness"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEAKER WITH CANCELLATION STROKE","short_name":"mute","short_names":["mute"],"sort_order":230},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEAKER","short_name":"speaker","short_names":["speaker"],"sort_order":227},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEAKER WITH ONE SOUND WAVE","short_name":"sound","short_names":["sound"],"sort_order":228},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEAKER WITH THREE SOUND WAVES","short_name":"loud_sound","short_names":["loud_sound"],"sort_order":229},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BELL","short_name":"bell","short_names":["bell"],"sort_order":233},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BELL WITH CANCELLATION STROKE","short_name":"no_bell","short_names":["no_bell"],"sort_order":234},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RADIO BUTTON","short_name":"radio_button","short_names":["radio_button"],"sort_order":206},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BACK WITH LEFTWARDS ARROW ABOVE","short_name":"back","short_names":["back"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"END WITH LEFTWARDS ARROW ABOVE","short_name":"end","short_names":["end"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE","short_name":"on","short_names":["on"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SOON WITH RIGHTWARDS ARROW ABOVE","short_name":"soon","short_names":["soon"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TOP WITH UPWARDS ARROW ABOVE","short_name":"top","short_names":["top"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO ONE UNDER EIGHTEEN SYMBOL","short_name":"underage","short_names":["underage"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP TEN","short_name":"keycap_ten","short_names":["keycap_ten"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INPUT SYMBOL FOR LATIN CAPITAL LETTERS","short_name":"capital_abcd","short_names":["capital_abcd"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INPUT SYMBOL FOR LATIN SMALL LETTERS","short_name":"abcd","short_names":["abcd"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INPUT SYMBOL FOR NUMBERS","short_name":"1234","short_names":["1234"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INPUT SYMBOL FOR SYMBOLS","short_name":"symbols","short_names":["symbols"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INPUT SYMBOL FOR LATIN LETTERS","short_name":"abc","short_names":["abc"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SIX POINTED STAR WITH MIDDLE DOT","short_name":"six_pointed_star","short_names":["six_pointed_star"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JAPANESE SYMBOL FOR BEGINNER","short_name":"beginner","short_names":["beginner"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRIDENT EMBLEM","short_name":"trident","short_names":["trident"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK SQUARE BUTTON","short_name":"black_square_button","short_names":["black_square_button"],"sort_order":225},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE SQUARE BUTTON","short_name":"white_square_button","short_names":["white_square_button"],"sort_order":226},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LARGE RED CIRCLE","short_name":"red_circle","short_names":["red_circle"],"sort_order":209},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LARGE BLUE CIRCLE","short_name":"large_blue_circle","short_names":["large_blue_circle"],"sort_order":210},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LARGE ORANGE DIAMOND","short_name":"large_orange_diamond","short_names":["large_orange_diamond"],"sort_order":213},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LARGE BLUE DIAMOND","short_name":"large_blue_diamond","short_names":["large_blue_diamond"],"sort_order":214},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMALL ORANGE DIAMOND","short_name":"small_orange_diamond","short_names":["small_orange_diamond"],"sort_order":211},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMALL BLUE DIAMOND","short_name":"small_blue_diamond","short_names":["small_blue_diamond"],"sort_order":212},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"UP-POINTING RED TRIANGLE","short_name":"small_red_triangle","short_names":["small_red_triangle"],"sort_order":215},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOWN-POINTING RED TRIANGLE","short_name":"small_red_triangle_down","short_names":["small_red_triangle_down"],"sort_order":220},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"UP-POINTING SMALL RED TRIANGLE","short_name":"arrow_up_small","short_names":["arrow_up_small"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOWN-POINTING SMALL RED TRIANGLE","short_name":"arrow_down_small","short_names":["arrow_down_small"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OM SYMBOL","short_name":"om_symbol","short_names":["om_symbol"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"MENORAH WITH NINE BRANCHES","short_name":"menorah_with_nine_branches","short_names":["menorah_with_nine_branches"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE ONE OCLOCK","short_name":"clock1","short_names":["clock1"],"sort_order":246},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE TWO OCLOCK","short_name":"clock2","short_names":["clock2"],"sort_order":247},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE THREE OCLOCK","short_name":"clock3","short_names":["clock3"],"sort_order":248},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE FOUR OCLOCK","short_name":"clock4","short_names":["clock4"],"sort_order":249},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE FIVE OCLOCK","short_name":"clock5","short_names":["clock5"],"sort_order":250},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE SIX OCLOCK","short_name":"clock6","short_names":["clock6"],"sort_order":251},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE SEVEN OCLOCK","short_name":"clock7","short_names":["clock7"],"sort_order":252},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE EIGHT OCLOCK","short_name":"clock8","short_names":["clock8"],"sort_order":253},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE NINE OCLOCK","short_name":"clock9","short_names":["clock9"],"sort_order":254},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE TEN OCLOCK","short_name":"clock10","short_names":["clock10"],"sort_order":255},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE ELEVEN OCLOCK","short_name":"clock11","short_names":["clock11"],"sort_order":256},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE TWELVE OCLOCK","short_name":"clock12","short_names":["clock12"],"sort_order":257},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE ONE-THIRTY","short_name":"clock130","short_names":["clock130"],"sort_order":258},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE TWO-THIRTY","short_name":"clock230","short_names":["clock230"],"sort_order":259},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE THREE-THIRTY","short_name":"clock330","short_names":["clock330"],"sort_order":260},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE FOUR-THIRTY","short_name":"clock430","short_names":["clock430"],"sort_order":261},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE FIVE-THIRTY","short_name":"clock530","short_names":["clock530"],"sort_order":262},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE SIX-THIRTY","short_name":"clock630","short_names":["clock630"],"sort_order":263},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE SEVEN-THIRTY","short_name":"clock730","short_names":["clock730"],"sort_order":264},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE EIGHT-THIRTY","short_name":"clock830","short_names":["clock830"],"sort_order":265},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE NINE-THIRTY","short_name":"clock930","short_names":["clock930"],"sort_order":266},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE TEN-THIRTY","short_name":"clock1030","short_names":["clock1030"],"sort_order":267},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE ELEVEN-THIRTY","short_name":"clock1130","short_names":["clock1130"],"sort_order":268},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOCK FACE TWELVE-THIRTY","short_name":"clock1230","short_names":["clock1230"],"sort_order":269},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RIGHT ANGER BUBBLE","short_name":"right_anger_bubble","short_names":["right_anger_bubble"],"sort_order":244},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO ENTRY SIGN","short_name":"no_entry_sign","short_names":["no_entry_sign"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO SMOKING SYMBOL","short_name":"no_smoking","short_names":["no_smoking"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PUT LITTER IN ITS PLACE SYMBOL","short_name":"put_litter_in_its_place","short_names":["put_litter_in_its_place"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DO NOT LITTER SYMBOL","short_name":"do_not_litter","short_names":["do_not_litter"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POTABLE WATER SYMBOL","short_name":"potable_water","short_names":["potable_water"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NON-POTABLE WATER SYMBOL","short_name":"non-potable_water","short_names":["non-potable_water"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO BICYCLES","short_name":"no_bicycles","short_names":["no_bicycles"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NO PEDESTRIANS","short_name":"no_pedestrians","short_names":["no_pedestrians"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHILDREN CROSSING","short_name":"children_crossing","short_names":["children_crossing"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MENS SYMBOL","short_name":"mens","short_names":["mens"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMENS SYMBOL","short_name":"womens","short_names":["womens"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RESTROOM","short_name":"restroom","short_names":["restroom"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BABY SYMBOL","short_name":"baby_symbol","short_names":["baby_symbol"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WATER CLOSET","short_name":"wc","short_names":["wc"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PASSPORT CONTROL","short_name":"passport_control","short_names":["passport_control"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CUSTOMS","short_name":"customs","short_names":["customs"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BAGGAGE CLAIM","short_name":"baggage_claim","short_names":["baggage_claim"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEFT LUGGAGE","short_name":"left_luggage","short_names":["left_luggage"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"PLACE OF WORSHIP","short_name":"place_of_worship","short_names":["place_of_worship"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HASH KEY","short_name":"hash","short_names":["hash"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 0","short_name":"zero","short_names":["zero"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 1","short_name":"one","short_names":["one"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 2","short_name":"two","short_names":["two"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 3","short_name":"three","short_names":["three"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 4","short_name":"four","short_names":["four"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 5","short_name":"five","short_names":["five"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 6","short_name":"six","short_names":["six"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 7","short_name":"seven","short_names":["seven"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 8","short_name":"eight","short_names":["eight"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEYCAP 9","short_name":"nine","short_names":["nine"],"sort_order":143}],"Objects":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WATCH","short_name":"watch","short_names":["watch"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOURGLASS","short_name":"hourglass","short_names":["hourglass"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"KEYBOARD","short_name":"keyboard","short_names":["keyboard"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ALARM CLOCK","short_name":"alarm_clock","short_names":["alarm_clock"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"STOPWATCH","short_name":"stopwatch","short_names":["stopwatch"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"TIMER CLOCK","short_name":"timer_clock","short_names":["timer_clock"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOURGLASS WITH FLOWING SAND","short_name":"hourglass_flowing_sand","short_names":["hourglass_flowing_sand"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK TELEPHONE","short_name":"phone","short_names":["phone","telephone"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SKULL AND CROSSBONES","short_name":"skull_and_crossbones","short_names":["skull_and_crossbones"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"HAMMER AND PICK","short_name":"hammer_and_pick","short_names":["hammer_and_pick"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"CROSSED SWORDS","short_name":"crossed_swords","short_names":["crossed_swords"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SCALES","short_name":"scales","short_names":["scales"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ALEMBIC","short_name":"alembic","short_names":["alembic"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"GEAR","short_name":"gear","short_names":["gear"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"COFFIN","short_name":"coffin","short_names":["coffin"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FUNERAL URN","short_name":"funeral_urn","short_names":["funeral_urn"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"PICK","short_name":"pick","short_names":["pick"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"CHAINS","short_name":"chains","short_names":["chains"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"UMBRELLA ON GROUND","short_name":"umbrella_on_ground","short_names":["umbrella_on_ground"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK SCISSORS","short_name":"scissors","short_names":["scissors"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ENVELOPE","short_name":"email","short_names":["email","envelope"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PENCIL","short_name":"pencil2","short_names":["pencil2"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK NIB","short_name":"black_nib","short_names":["black_nib"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"THERMOMETER","short_name":"thermometer","short_names":["thermometer"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RIBBON","short_name":"ribbon","short_names":["ribbon"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WRAPPED PRESENT","short_name":"gift","short_names":["gift"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BALLOON","short_name":"balloon","short_names":["balloon"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PARTY POPPER","short_name":"tada","short_names":["tada"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONFETTI BALL","short_name":"confetti_ball","short_names":["confetti_ball"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CROSSED FLAGS","short_name":"crossed_flags","short_names":["crossed_flags"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JAPANESE DOLLS","short_name":"dolls","short_names":["dolls"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CARP STREAMER","short_name":"flags","short_names":["flags"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WIND CHIME","short_name":"wind_chime","short_names":["wind_chime"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STUDIO MICROPHONE","short_name":"studio_microphone","short_names":["studio_microphone"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEVEL SLIDER","short_name":"level_slider","short_names":["level_slider"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONTROL KNOBS","short_name":"control_knobs","short_names":["control_knobs"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FILM FRAMES","short_name":"film_frames","short_names":["film_frames"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOVIE CAMERA","short_name":"movie_camera","short_names":["movie_camera"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"IZAKAYA LANTERN","short_name":"izakaya_lantern","short_names":["izakaya_lantern","lantern"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WAVING WHITE FLAG","short_name":"waving_white_flag","short_names":["waving_white_flag"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WAVING BLACK FLAG","short_name":"waving_black_flag","short_names":["waving_black_flag"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LABEL","short_name":"label","short_names":["label"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"AMPHORA","short_name":"amphora","short_names":["amphora"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BARBER POLE","short_name":"barber","short_names":["barber"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SYRINGE","short_name":"syringe","short_names":["syringe"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PILL","short_name":"pill","short_names":["pill"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOVE LETTER","short_name":"love_letter","short_names":["love_letter"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GEM STONE","short_name":"gem","short_names":["gem"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ELECTRIC LIGHT BULB","short_name":"bulb","short_names":["bulb"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOMB","short_name":"bomb","short_names":["bomb"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MONEY BAG","short_name":"moneybag","short_names":["moneybag"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CREDIT CARD","short_name":"credit_card","short_names":["credit_card"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BANKNOTE WITH YEN SIGN","short_name":"yen","short_names":["yen"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BANKNOTE WITH DOLLAR SIGN","short_name":"dollar","short_names":["dollar"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BANKNOTE WITH EURO SIGN","short_name":"euro","short_names":["euro"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BANKNOTE WITH POUND SIGN","short_name":"pound","short_names":["pound"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MONEY WITH WINGS","short_name":"money_with_wings","short_names":["money_with_wings"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSONAL COMPUTER","short_name":"computer","short_names":["computer"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MINIDISC","short_name":"minidisc","short_names":["minidisc"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FLOPPY DISK","short_name":"floppy_disk","short_names":["floppy_disk"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPTICAL DISC","short_name":"cd","short_names":["cd"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DVD","short_name":"dvd","short_names":["dvd"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FILE FOLDER","short_name":"file_folder","short_names":["file_folder"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPEN FILE FOLDER","short_name":"open_file_folder","short_names":["open_file_folder"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PAGE WITH CURL","short_name":"page_with_curl","short_names":["page_with_curl"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PAGE FACING UP","short_name":"page_facing_up","short_names":["page_facing_up"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CALENDAR","short_name":"date","short_names":["date"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TEAR-OFF CALENDAR","short_name":"calendar","short_names":["calendar"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CARD INDEX","short_name":"card_index","short_names":["card_index"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHART WITH UPWARDS TREND","short_name":"chart_with_upwards_trend","short_names":["chart_with_upwards_trend"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHART WITH DOWNWARDS TREND","short_name":"chart_with_downwards_trend","short_names":["chart_with_downwards_trend"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BAR CHART","short_name":"bar_chart","short_names":["bar_chart"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLIPBOARD","short_name":"clipboard","short_names":["clipboard"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PUSHPIN","short_name":"pushpin","short_names":["pushpin"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROUND PUSHPIN","short_name":"round_pushpin","short_names":["round_pushpin"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PAPERCLIP","short_name":"paperclip","short_names":["paperclip"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STRAIGHT RULER","short_name":"straight_ruler","short_names":["straight_ruler"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRIANGULAR RULER","short_name":"triangular_ruler","short_names":["triangular_ruler"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOOKMARK TABS","short_name":"bookmark_tabs","short_names":["bookmark_tabs"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEDGER","short_name":"ledger","short_names":["ledger"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NOTEBOOK","short_name":"notebook","short_names":["notebook"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NOTEBOOK WITH DECORATIVE COVER","short_name":"notebook_with_decorative_cover","short_names":["notebook_with_decorative_cover"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOSED BOOK","short_name":"closed_book","short_names":["closed_book"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPEN BOOK","short_name":"book","short_names":["book","open_book"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GREEN BOOK","short_name":"green_book","short_names":["green_book"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLUE BOOK","short_name":"blue_book","short_names":["blue_book"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ORANGE BOOK","short_name":"orange_book","short_names":["orange_book"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOOKS","short_name":"books","short_names":["books"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SCROLL","short_name":"scroll","short_names":["scroll"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MEMO","short_name":"memo","short_names":["memo","pencil"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TELEPHONE RECEIVER","short_name":"telephone_receiver","short_names":["telephone_receiver"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PAGER","short_name":"pager","short_names":["pager"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FAX MACHINE","short_name":"fax","short_names":["fax"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SATELLITE ANTENNA","short_name":"satellite","short_names":["satellite"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OUTBOX TRAY","short_name":"outbox_tray","short_names":["outbox_tray"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INBOX TRAY","short_name":"inbox_tray","short_names":["inbox_tray"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PACKAGE","short_name":"package","short_names":["package"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"E-MAIL SYMBOL","short_name":"e-mail","short_names":["e-mail"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INCOMING ENVELOPE","short_name":"incoming_envelope","short_names":["incoming_envelope"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ENVELOPE WITH DOWNWARDS ARROW ABOVE","short_name":"envelope_with_arrow","short_names":["envelope_with_arrow"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOSED MAILBOX WITH LOWERED FLAG","short_name":"mailbox_closed","short_names":["mailbox_closed"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOSED MAILBOX WITH RAISED FLAG","short_name":"mailbox","short_names":["mailbox"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPEN MAILBOX WITH RAISED FLAG","short_name":"mailbox_with_mail","short_names":["mailbox_with_mail"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPEN MAILBOX WITH LOWERED FLAG","short_name":"mailbox_with_no_mail","short_names":["mailbox_with_no_mail"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POSTBOX","short_name":"postbox","short_names":["postbox"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POSTAL HORN","short_name":"postal_horn","short_names":["postal_horn"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEWSPAPER","short_name":"newspaper","short_names":["newspaper"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOBILE PHONE","short_name":"iphone","short_names":["iphone"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT","short_name":"calling","short_names":["calling"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAMERA","short_name":"camera","short_names":["camera"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAMERA WITH FLASH","short_name":"camera_with_flash","short_names":["camera_with_flash"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VIDEO CAMERA","short_name":"video_camera","short_names":["video_camera"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TELEVISION","short_name":"tv","short_names":["tv"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RADIO","short_name":"radio","short_names":["radio"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VIDEOCASSETTE","short_name":"vhs","short_names":["vhs"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FILM PROJECTOR","short_name":"film_projector","short_names":["film_projector"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"PRAYER BEADS","short_name":"prayer_beads","short_names":["prayer_beads"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BATTERY","short_name":"battery","short_names":["battery"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ELECTRIC PLUG","short_name":"electric_plug","short_names":["electric_plug"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEFT-POINTING MAGNIFYING GLASS","short_name":"mag","short_names":["mag"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RIGHT-POINTING MAGNIFYING GLASS","short_name":"mag_right","short_names":["mag_right"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOCK WITH INK PEN","short_name":"lock_with_ink_pen","short_names":["lock_with_ink_pen"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOSED LOCK WITH KEY","short_name":"closed_lock_with_key","short_names":["closed_lock_with_key"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KEY","short_name":"key","short_names":["key"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOCK","short_name":"lock","short_names":["lock"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPEN LOCK","short_name":"unlock","short_names":["unlock"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOOKMARK","short_name":"bookmark","short_names":["bookmark"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LINK SYMBOL","short_name":"link","short_names":["link"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ELECTRIC TORCH","short_name":"flashlight","short_names":["flashlight"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WRENCH","short_name":"wrench","short_names":["wrench"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HAMMER","short_name":"hammer","short_names":["hammer"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NUT AND BOLT","short_name":"nut_and_bolt","short_names":["nut_and_bolt"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOCHO","short_name":"hocho","short_names":["hocho","knife"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PISTOL","short_name":"gun","short_names":["gun"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MICROSCOPE","short_name":"microscope","short_names":["microscope"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TELESCOPE","short_name":"telescope","short_names":["telescope"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CRYSTAL BALL","short_name":"crystal_ball","short_names":["crystal_ball"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CANDLE","short_name":"candle","short_names":["candle"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MANTELPIECE CLOCK","short_name":"mantelpiece_clock","short_names":["mantelpiece_clock"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOLE","short_name":"hole","short_names":["hole"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JOYSTICK","short_name":"joystick","short_names":["joystick"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LINKED PAPERCLIPS","short_name":"linked_paperclips","short_names":["linked_paperclips"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOWER LEFT BALLPOINT PEN","short_name":"lower_left_ballpoint_pen","short_names":["lower_left_ballpoint_pen"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOWER LEFT FOUNTAIN PEN","short_name":"lower_left_fountain_pen","short_names":["lower_left_fountain_pen"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOWER LEFT PAINTBRUSH","short_name":"lower_left_paintbrush","short_names":["lower_left_paintbrush"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOWER LEFT CRAYON","short_name":"lower_left_crayon","short_names":["lower_left_crayon"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DESKTOP COMPUTER","short_name":"desktop_computer","short_names":["desktop_computer"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PRINTER","short_name":"printer","short_names":["printer"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"THREE BUTTON MOUSE","short_name":"three_button_mouse","short_names":["three_button_mouse"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRACKBALL","short_name":"trackball","short_names":["trackball"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FRAME WITH PICTURE","short_name":"frame_with_picture","short_names":["frame_with_picture"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CARD INDEX DIVIDERS","short_name":"card_index_dividers","short_names":["card_index_dividers"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CARD FILE BOX","short_name":"card_file_box","short_names":["card_file_box"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FILE CABINET","short_name":"file_cabinet","short_names":["file_cabinet"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WASTEBASKET","short_name":"wastebasket","short_names":["wastebasket"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPIRAL NOTE PAD","short_name":"spiral_note_pad","short_names":["spiral_note_pad"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPIRAL CALENDAR PAD","short_name":"spiral_calendar_pad","short_names":["spiral_calendar_pad"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COMPRESSION","short_name":"compression","short_names":["compression"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OLD KEY","short_name":"old_key","short_names":["old_key"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROLLED-UP NEWSPAPER","short_name":"rolled_up_newspaper","short_names":["rolled_up_newspaper"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DAGGER KNIFE","short_name":"dagger_knife","short_names":["dagger_knife"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BALLOT BOX WITH BALLOT","short_name":"ballot_box_with_ballot","short_names":["ballot_box_with_ballot"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WORLD MAP","short_name":"world_map","short_names":["world_map"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOYAI","short_name":"moyai","short_names":["moyai"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRIANGULAR FLAG ON POST","short_name":"triangular_flag_on_post","short_names":["triangular_flag_on_post"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOOR","short_name":"door","short_names":["door"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMOKING SYMBOL","short_name":"smoking","short_names":["smoking"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TOILET","short_name":"toilet","short_names":["toilet"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHOWER","short_name":"shower","short_names":["shower"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BATHTUB","short_name":"bathtub","short_names":["bathtub"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COUCH AND LAMP","short_name":"couch_and_lamp","short_names":["couch_and_lamp"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLEEPING ACCOMMODATION","short_name":"sleeping_accommodation","short_names":["sleeping_accommodation"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHOPPING BAGS","short_name":"shopping_bags","short_names":["shopping_bags"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BELLHOP BELL","short_name":"bellhop_bell","short_names":["bellhop_bell"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BED","short_name":"bed","short_names":["bed"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HAMMER AND WRENCH","short_name":"hammer_and_wrench","short_names":["hammer_and_wrench"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHIELD","short_name":"shield","short_names":["shield"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OIL DRUM","short_name":"oil_drum","short_names":["oil_drum"],"sort_order":45}],"Nature":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLACK SUN WITH RAYS","short_name":"sunny","short_names":["sunny"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOUD","short_name":"cloud","short_names":["cloud"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"UMBRELLA","short_name":"umbrella","short_names":["umbrella"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SNOWMAN","short_name":"showman","short_names":["showman"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"COMET","short_name":"comet","short_names":["comet"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"UMBRELLA WITH RAIN DROPS","short_name":"umbrella","short_names":["umbrella"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SHAMROCK","short_name":"shamrock","short_names":["shamrock"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HIGH VOLTAGE SIGN","short_name":"zap","short_names":["zap"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SNOWMAN WITHOUT SNOW","short_name":"snowman","short_names":["snowman"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUN BEHIND CLOUD","short_name":"partly_sunny","short_names":["partly_sunny"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"THUNDER CLOUD AND RAIN","short_name":"thunder_cloud_and_rain","short_names":["thunder_cloud_and_rain"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPARKLES","short_name":"sparkles","short_names":["sparkles"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SNOWFLAKE","short_name":"snowflake","short_names":["snowflake"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE MEDIUM STAR","short_name":"star","short_names":["star"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WATER WAVE","short_name":"ocean","short_names":["ocean"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EARTH GLOBE EUROPE-AFRICA","short_name":"earth_africa","short_names":["earth_africa"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EARTH GLOBE AMERICAS","short_name":"earth_americas","short_names":["earth_americas"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EARTH GLOBE ASIA-AUSTRALIA","short_name":"earth_asia","short_names":["earth_asia"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEW MOON SYMBOL","short_name":"new_moon","short_names":["new_moon"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WAXING CRESCENT MOON SYMBOL","short_name":"waxing_crescent_moon","short_names":["waxing_crescent_moon"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FIRST QUARTER MOON SYMBOL","short_name":"first_quarter_moon","short_names":["first_quarter_moon"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WAXING GIBBOUS MOON SYMBOL","short_name":"moon","short_names":["moon","waxing_gibbous_moon"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FULL MOON SYMBOL","short_name":"full_moon","short_names":["full_moon"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WANING GIBBOUS MOON SYMBOL","short_name":"waning_gibbous_moon","short_names":["waning_gibbous_moon"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LAST QUARTER MOON SYMBOL","short_name":"last_quarter_moon","short_names":["last_quarter_moon"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WANING CRESCENT MOON SYMBOL","short_name":"waning_crescent_moon","short_names":["waning_crescent_moon"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CRESCENT MOON","short_name":"crescent_moon","short_names":["crescent_moon"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEW MOON WITH FACE","short_name":"new_moon_with_face","short_names":["new_moon_with_face"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FIRST QUARTER MOON WITH FACE","short_name":"first_quarter_moon_with_face","short_names":["first_quarter_moon_with_face"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LAST QUARTER MOON WITH FACE","short_name":"last_quarter_moon_with_face","short_names":["last_quarter_moon_with_face"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FULL MOON WITH FACE","short_name":"full_moon_with_face","short_names":["full_moon_with_face"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUN WITH FACE","short_name":"sun_with_face","short_names":["sun_with_face"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GLOWING STAR","short_name":"star2","short_names":["star2"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"WHITE SUN WITH SMALL CLOUD","short_name":"mostly_sunny","short_names":["mostly_sunny","sun_small_cloud"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"WHITE SUN BEHIND CLOUD","short_name":"barely_sunny","short_names":["barely_sunny","sun_behind_cloud"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"WHITE SUN BEHIND CLOUD WITH RAIN","short_name":"partly_sunny_rain","short_names":["partly_sunny_rain","sun_behind_rain_cloud"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOUD WITH RAIN","short_name":"rain_cloud","short_names":["rain_cloud"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOUD WITH SNOW","short_name":"snow_cloud","short_names":["snow_cloud"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOUD WITH LIGHTNING","short_name":"lightning","short_names":["lightning","lightning_cloud"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOUD WITH TORNADO","short_name":"tornado","short_names":["tornado","tornado_cloud"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FOG","short_name":"fog","short_names":["fog"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WIND BLOWING FACE","short_name":"wind_blowing_face","short_names":["wind_blowing_face"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHESTNUT","short_name":"chestnut","short_names":["chestnut"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SEEDLING","short_name":"seedling","short_names":["seedling"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EVERGREEN TREE","short_name":"evergreen_tree","short_names":["evergreen_tree"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DECIDUOUS TREE","short_name":"deciduous_tree","short_names":["deciduous_tree"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PALM TREE","short_name":"palm_tree","short_names":["palm_tree"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CACTUS","short_name":"cactus","short_names":["cactus"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TULIP","short_name":"tulip","short_names":["tulip"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHERRY BLOSSOM","short_name":"cherry_blossom","short_names":["cherry_blossom"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROSE","short_name":"rose","short_names":["rose"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HIBISCUS","short_name":"hibiscus","short_names":["hibiscus"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUNFLOWER","short_name":"sunflower","short_names":["sunflower"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLOSSOM","short_name":"blossom","short_names":["blossom"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EAR OF RICE","short_name":"ear_of_rice","short_names":["ear_of_rice"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HERB","short_name":"herb","short_names":["herb"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FOUR LEAF CLOVER","short_name":"four_leaf_clover","short_names":["four_leaf_clover"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAPLE LEAF","short_name":"maple_leaf","short_names":["maple_leaf"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FALLEN LEAF","short_name":"fallen_leaf","short_names":["fallen_leaf"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEAF FLUTTERING IN WIND","short_name":"leaves","short_names":["leaves"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MUSHROOM","short_name":"mushroom","short_names":["mushroom"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JACK-O-LANTERN","short_name":"jack_o_lantern","short_names":["jack_o_lantern"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHRISTMAS TREE","short_name":"christmas_tree","short_names":["christmas_tree"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TANABATA TREE","short_name":"tanabata_tree","short_names":["tanabata_tree"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PINE DECORATION","short_name":"bamboo","short_names":["bamboo"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAT","short_name":"rat","short_names":["rat"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUSE","short_name":"mouse2","short_names":["mouse2"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OX","short_name":"ox","short_names":["ox"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WATER BUFFALO","short_name":"water_buffalo","short_names":["water_buffalo"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COW","short_name":"cow2","short_names":["cow2"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TIGER","short_name":"tiger2","short_names":["tiger2"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEOPARD","short_name":"leopard","short_names":["leopard"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RABBIT","short_name":"rabbit2","short_names":["rabbit2"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAT","short_name":"cat2","short_names":["cat2"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DRAGON","short_name":"dragon","short_names":["dragon"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CROCODILE","short_name":"crocodile","short_names":["crocodile"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHALE","short_name":"whale2","short_names":["whale2"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SNAIL","short_name":"snail","short_names":["snail"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SNAKE","short_name":"snake","short_names":["snake"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HORSE","short_name":"racehorse","short_names":["racehorse"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAM","short_name":"ram","short_names":["ram"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GOAT","short_name":"goat","short_names":["goat"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHEEP","short_name":"sheep","short_names":["sheep"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MONKEY","short_name":"monkey","short_names":["monkey"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROOSTER","short_name":"rooster","short_names":["rooster"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHICKEN","short_name":"chicken","short_names":["chicken"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOG","short_name":"dog2","short_names":["dog2"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PIG","short_name":"pig2","short_names":["pig2"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOAR","short_name":"boar","short_names":["boar"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ELEPHANT","short_name":"elephant","short_names":["elephant"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OCTOPUS","short_name":"octopus","short_names":["octopus"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPIRAL SHELL","short_name":"shell","short_names":["shell"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BUG","short_name":"bug","short_names":["bug"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANT","short_name":"ant","short_names":["ant"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HONEYBEE","short_name":"bee","short_names":["bee","honeybee"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LADY BEETLE","short_name":"beetle","short_names":["beetle"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FISH","short_name":"fish","short_names":["fish"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TROPICAL FISH","short_name":"tropical_fish","short_names":["tropical_fish"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BLOWFISH","short_name":"blowfish","short_names":["blowfish"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TURTLE","short_name":"turtle","short_names":["turtle"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HATCHING CHICK","short_name":"hatching_chick","short_names":["hatching_chick"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BABY CHICK","short_name":"baby_chick","short_names":["baby_chick"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FRONT-FACING BABY CHICK","short_name":"hatched_chick","short_names":["hatched_chick"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BIRD","short_name":"bird","short_names":["bird"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PENGUIN","short_name":"penguin","short_names":["penguin"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KOALA","short_name":"koala","short_names":["koala"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POODLE","short_name":"poodle","short_names":["poodle"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DROMEDARY CAMEL","short_name":"dromedary_camel","short_names":["dromedary_camel"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BACTRIAN CAMEL","short_name":"camel","short_names":["camel"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOLPHIN","short_name":"dolphin","short_names":["dolphin","flipper"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUSE FACE","short_name":"mouse","short_names":["mouse"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COW FACE","short_name":"cow","short_names":["cow"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TIGER FACE","short_name":"tiger","short_names":["tiger"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RABBIT FACE","short_name":"rabbit","short_names":["rabbit"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAT FACE","short_name":"cat","short_names":["cat"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DRAGON FACE","short_name":"dragon_face","short_names":["dragon_face"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPOUTING WHALE","short_name":"whale","short_names":["whale"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HORSE FACE","short_name":"horse","short_names":["horse"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MONKEY FACE","short_name":"monkey_face","short_names":["monkey_face"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOG FACE","short_name":"dog","short_names":["dog"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PIG FACE","short_name":"pig","short_names":["pig"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FROG FACE","short_name":"frog","short_names":["frog"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HAMSTER FACE","short_name":"hamster","short_names":["hamster"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOLF FACE","short_name":"wolf","short_names":["wolf"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BEAR FACE","short_name":"bear","short_names":["bear"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PANDA FACE","short_name":"panda_face","short_names":["panda_face"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PIG NOSE","short_name":"pig_nose","short_names":["pig_nose"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PAW PRINTS","short_name":"feet","short_names":["feet","paw_prints"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHIPMUNK","short_name":"chipmunk","short_names":["chipmunk"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOUQUET","short_name":"bouquet","short_names":["bouquet"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COLLISION SYMBOL","short_name":"boom","short_names":["boom","collision"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPLASHING SWEAT SYMBOL","short_name":"sweat_drops","short_names":["sweat_drops"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DROPLET","short_name":"droplet","short_names":["droplet"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DASH SYMBOL","short_name":"dash","short_names":["dash"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DIZZY SYMBOL","short_name":"dizzy","short_names":["dizzy"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FIRE","short_name":"fire","short_names":["fire"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOVE OF PEACE","short_name":"dove_of_peace","short_names":["dove_of_peace"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPIDER","short_name":"spider","short_names":["spider"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPIDER WEB","short_name":"spider_web","short_names":["spider_web"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SEE-NO-EVIL MONKEY","short_name":"see_no_evil","short_names":["see_no_evil"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEAR-NO-EVIL MONKEY","short_name":"hear_no_evil","short_names":["hear_no_evil"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEAK-NO-EVIL MONKEY","short_name":"speak_no_evil","short_names":["speak_no_evil"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"CRAB","short_name":"crab","short_names":["crab"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"LION FACE","short_name":"lion_face","short_names":["lion_face"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SCORPION","short_name":"scorpion","short_names":["scorpion"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"TURKEY","short_name":"turkey","short_names":["turkey"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"UNICORN FACE","short_name":"unicorn_face","short_names":["unicorn_face"],"sort_order":30}],"Foods":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOT BEVERAGE","short_name":"coffee","short_names":["coffee"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"HOT DOG","short_name":"hotdog","short_names":["hotdog"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"TACO","short_name":"taco","short_names":["taco"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BURRITO","short_name":"burrito","short_names":["burrito"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOT PEPPER","short_name":"hot_pepper","short_names":["hot_pepper"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EAR OF MAIZE","short_name":"corn","short_names":["corn"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TOMATO","short_name":"tomato","short_names":["tomato"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AUBERGINE","short_name":"eggplant","short_names":["eggplant"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GRAPES","short_name":"grapes","short_names":["grapes"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MELON","short_name":"melon","short_names":["melon"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WATERMELON","short_name":"watermelon","short_names":["watermelon"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TANGERINE","short_name":"tangerine","short_names":["tangerine"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LEMON","short_name":"lemon","short_names":["lemon"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BANANA","short_name":"banana","short_names":["banana"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PINEAPPLE","short_name":"pineapple","short_names":["pineapple"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RED APPLE","short_name":"apple","short_names":["apple"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GREEN APPLE","short_name":"green_apple","short_names":["green_apple"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PEAR","short_name":"pear","short_names":["pear"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PEACH","short_name":"peach","short_names":["peach"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHERRIES","short_name":"cherries","short_names":["cherries"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STRAWBERRY","short_name":"strawberry","short_names":["strawberry"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HAMBURGER","short_name":"hamburger","short_names":["hamburger"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLICE OF PIZZA","short_name":"pizza","short_names":["pizza"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MEAT ON BONE","short_name":"meat_on_bone","short_names":["meat_on_bone"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POULTRY LEG","short_name":"poultry_leg","short_names":["poultry_leg"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RICE CRACKER","short_name":"rice_cracker","short_names":["rice_cracker"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RICE BALL","short_name":"rice_ball","short_names":["rice_ball"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COOKED RICE","short_name":"rice","short_names":["rice"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CURRY AND RICE","short_name":"curry","short_names":["curry"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STEAMING BOWL","short_name":"ramen","short_names":["ramen"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPAGHETTI","short_name":"spaghetti","short_names":["spaghetti"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BREAD","short_name":"bread","short_names":["bread"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FRENCH FRIES","short_name":"fries","short_names":["fries"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROASTED SWEET POTATO","short_name":"sweet_potato","short_names":["sweet_potato"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DANGO","short_name":"dango","short_names":["dango"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ODEN","short_name":"oden","short_names":["oden"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUSHI","short_name":"sushi","short_names":["sushi"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FRIED SHRIMP","short_name":"fried_shrimp","short_names":["fried_shrimp"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FISH CAKE WITH SWIRL DESIGN","short_name":"fish_cake","short_names":["fish_cake"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SOFT ICE CREAM","short_name":"icecream","short_names":["icecream"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHAVED ICE","short_name":"shaved_ice","short_names":["shaved_ice"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ICE CREAM","short_name":"ice_cream","short_names":["ice_cream"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DOUGHNUT","short_name":"doughnut","short_names":["doughnut"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COOKIE","short_name":"cookie","short_names":["cookie"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHOCOLATE BAR","short_name":"chocolate_bar","short_names":["chocolate_bar"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CANDY","short_name":"candy","short_names":["candy"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOLLIPOP","short_name":"lollipop","short_names":["lollipop"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CUSTARD","short_name":"custard","short_names":["custard"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HONEY POT","short_name":"honey_pot","short_names":["honey_pot"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHORTCAKE","short_name":"cake","short_names":["cake"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BENTO BOX","short_name":"bento","short_names":["bento"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POT OF FOOD","short_name":"stew","short_names":["stew"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COOKING","short_name":"egg","short_names":["egg"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FORK AND KNIFE","short_name":"fork_and_knife","short_names":["fork_and_knife"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TEACUP WITHOUT HANDLE","short_name":"tea","short_names":["tea"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SAKE BOTTLE AND CUP","short_name":"sake","short_names":["sake"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WINE GLASS","short_name":"wine_glass","short_names":["wine_glass"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COCKTAIL GLASS","short_name":"cocktail","short_names":["cocktail"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TROPICAL DRINK","short_name":"tropical_drink","short_names":["tropical_drink"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BEER MUG","short_name":"beer","short_names":["beer"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLINKING BEER MUGS","short_name":"beers","short_names":["beers"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BABY BOTTLE","short_name":"baby_bottle","short_names":["baby_bottle"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FORK AND KNIFE WITH PLATE","short_name":"knife_fork_plate","short_names":["knife_fork_plate"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BOTTLE WITH POPPING CORK","short_name":"champagne","short_names":["champagne"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"POPCORN","short_name":"popcorn","short_names":["popcorn"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BIRTHDAY CAKE","short_name":"birthday","short_names":["birthday"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"CHEESE WEDGE","short_name":"cheese_wedge","short_names":["cheese_wedge"],"sort_order":21}],"People":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE UP POINTING INDEX","short_name":"point_up","short_names":["point_up"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"WHITE FROWNING FACE","short_name":"white_frowning_face","short_names":["white_frowning_face"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE SMILING FACE","short_name":"relaxed","short_names":["relaxed"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"HELMET WITH WHITE CROSS","short_name":"helmet_with_white_cross","short_names":["helmet_with_white_cross"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAISED FIST","short_name":"fist","short_names":["fist"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAISED HAND","short_name":"hand","short_names":["hand","raised_hand"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VICTORY HAND","short_name":"v","short_names":["v"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"WRITING HAND","short_name":"writing_hand","short_names":["writing_hand"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLOSED UMBRELLA","short_name":"closed_umbrella","short_names":["closed_umbrella"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FATHER CHRISTMAS","short_name":"santa","short_names":["santa"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SCHOOL SATCHEL","short_name":"school_satchel","short_names":["school_satchel"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GRADUATION CAP","short_name":"mortar_board","short_names":["mortar_board"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TOP HAT","short_name":"tophat","short_names":["tophat"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RUNNER","short_name":"runner","short_names":["runner","running"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EYES","short_name":"eyes","short_names":["eyes"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EYE","short_name":"eye","short_names":["eye"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EAR","short_name":"ear","short_names":["ear"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NOSE","short_name":"nose","short_names":["nose"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUTH","short_name":"lips","short_names":["lips"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TONGUE","short_name":"tongue","short_names":["tongue"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE UP POINTING BACKHAND INDEX","short_name":"point_up_2","short_names":["point_up_2"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE DOWN POINTING BACKHAND INDEX","short_name":"point_down","short_names":["point_down"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE LEFT POINTING BACKHAND INDEX","short_name":"point_left","short_names":["point_left"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WHITE RIGHT POINTING BACKHAND INDEX","short_name":"point_right","short_names":["point_right"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FISTED HAND SIGN","short_name":"facepunch","short_names":["facepunch","punch"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WAVING HAND SIGN","short_name":"wave","short_names":["wave"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OK HAND SIGN","short_name":"ok_hand","short_names":["ok_hand"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"THUMBS UP SIGN","short_name":"+1","short_names":["+1","thumbsup"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"THUMBS DOWN SIGN","short_name":"-1","short_names":["-1","thumbsdown"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLAPPING HANDS SIGN","short_name":"clap","short_names":["clap"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OPEN HANDS SIGN","short_name":"open_hands","short_names":["open_hands"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CROWN","short_name":"crown","short_names":["crown"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMANS HAT","short_name":"womans_hat","short_names":["womans_hat"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EYEGLASSES","short_name":"eyeglasses","short_names":["eyeglasses"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NECKTIE","short_name":"necktie","short_names":["necktie"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"T-SHIRT","short_name":"shirt","short_names":["shirt","tshirt"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JEANS","short_name":"jeans","short_names":["jeans"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DRESS","short_name":"dress","short_names":["dress"],"sort_order":180},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KIMONO","short_name":"kimono","short_names":["kimono"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BIKINI","short_name":"bikini","short_names":["bikini"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMANS CLOTHES","short_name":"womans_clothes","short_names":["womans_clothes"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PURSE","short_name":"purse","short_names":["purse"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HANDBAG","short_name":"handbag","short_names":["handbag"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POUCH","short_name":"pouch","short_names":["pouch"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MANS SHOE","short_name":"mans_shoe","short_names":["mans_shoe","shoe"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ATHLETIC SHOE","short_name":"athletic_shoe","short_names":["athletic_shoe"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HIGH-HEELED SHOE","short_name":"high_heel","short_names":["high_heel"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMANS SANDAL","short_name":"sandal","short_names":["sandal"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMANS BOOTS","short_name":"boot","short_names":["boot"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FOOTPRINTS","short_name":"footprints","short_names":["footprints"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BUST IN SILHOUETTE","short_name":"bust_in_silhouette","short_names":["bust_in_silhouette"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BUSTS IN SILHOUETTE","short_name":"busts_in_silhouette","short_names":["busts_in_silhouette"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOY","short_name":"boy","short_names":["boy"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GIRL","short_name":"girl","short_names":["girl"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAN","short_name":"man","short_names":["man"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMAN","short_name":"woman","short_names":["woman"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FAMILY","short_name":"family","short_names":["family","man-woman-boy"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAN AND WOMAN HOLDING HANDS","short_name":"couple","short_names":["couple","man_and_woman_holding_hands"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TWO MEN HOLDING HANDS","short_name":"two_men_holding_hands","short_names":["two_men_holding_hands"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TWO WOMEN HOLDING HANDS","short_name":"two_women_holding_hands","short_names":["two_women_holding_hands"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POLICE OFFICER","short_name":"cop","short_names":["cop"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WOMAN WITH BUNNY EARS","short_name":"dancers","short_names":["dancers"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BRIDE WITH VEIL","short_name":"bride_with_veil","short_names":["bride_with_veil"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSON WITH BLOND HAIR","short_name":"person_with_blond_hair","short_names":["person_with_blond_hair"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAN WITH GUA PI MAO","short_name":"man_with_gua_pi_mao","short_names":["man_with_gua_pi_mao"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAN WITH TURBAN","short_name":"man_with_turban","short_names":["man_with_turban"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OLDER MAN","short_name":"older_man","short_names":["older_man"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OLDER WOMAN","short_name":"older_woman","short_names":["older_woman"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BABY","short_name":"baby","short_names":["baby"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONSTRUCTION WORKER","short_name":"construction_worker","short_names":["construction_worker"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PRINCESS","short_name":"princess","short_names":["princess"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JAPANESE OGRE","short_name":"japanese_ogre","short_names":["japanese_ogre"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JAPANESE GOBLIN","short_name":"japanese_goblin","short_names":["japanese_goblin"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GHOST","short_name":"ghost","short_names":["ghost"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BABY ANGEL","short_name":"angel","short_names":["angel"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EXTRATERRESTRIAL ALIEN","short_name":"alien","short_names":["alien"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"IMP","short_name":"imp","short_names":["imp"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SKULL","short_name":"skull","short_names":["skull"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"INFORMATION DESK PERSON","short_name":"information_desk_person","short_names":["information_desk_person"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GUARDSMAN","short_name":"guardsman","short_names":["guardsman"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DANCER","short_name":"dancer","short_names":["dancer"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LIPSTICK","short_name":"lipstick","short_names":["lipstick"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NAIL POLISH","short_name":"nail_care","short_names":["nail_care"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE MASSAGE","short_name":"massage","short_names":["massage"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HAIRCUT","short_name":"haircut","short_names":["haircut"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KISS MARK","short_name":"kiss","short_names":["kiss"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RING","short_name":"ring","short_names":["ring"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KISS","short_name":"couplekiss","short_names":["couplekiss"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"COUPLE WITH HEART","short_name":"couple_with_heart","short_names":["couple_with_heart"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLEEPING SYMBOL","short_name":"zzz","short_names":["zzz"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PILE OF POO","short_name":"hankey","short_names":["hankey","poop","shit"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FLEXED BICEPS","short_name":"muscle","short_names":["muscle"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BRIEFCASE","short_name":"briefcase","short_names":["briefcase"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLEUTH OR SPY","short_name":"sleuth_or_spy","short_names":["sleuth_or_spy"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DARK SUNGLASSES","short_name":"dark_sunglasses","short_names":["dark_sunglasses"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAISED HAND WITH FINGERS SPLAYED","short_name":"raised_hand_with_fingers_splayed","short_names":["raised_hand_with_fingers_splayed"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REVERSED HAND WITH MIDDLE FINGER EXTENDED","short_name":"middle_finger","short_names":["middle_finger","reversed_hand_with_middle_finger_extended"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS","short_name":"spock-hand","short_names":["spock-hand"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEAKING HEAD IN SILHOUETTE","short_name":"speaking_head_in_silhouette","short_names":["speaking_head_in_silhouette"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GRINNING FACE","short_name":"grinning","short_names":["grinning"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GRINNING FACE WITH SMILING EYES","short_name":"grin","short_names":["grin"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH TEARS OF JOY","short_name":"joy","short_names":["joy"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH OPEN MOUTH","short_name":"smiley","short_names":["smiley"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH OPEN MOUTH AND SMILING EYES","short_name":"smile","short_names":["smile"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH OPEN MOUTH AND COLD SWEAT","short_name":"sweat_smile","short_names":["sweat_smile"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES","short_name":"laughing","short_names":["laughing","satisfied"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH HALO","short_name":"innocent","short_names":["innocent"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH HORNS","short_name":"smiling_imp","short_names":["smiling_imp"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WINKING FACE","short_name":"wink","short_names":["wink"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH SMILING EYES","short_name":"blush","short_names":["blush"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE SAVOURING DELICIOUS FOOD","short_name":"yum","short_names":["yum"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RELIEVED FACE","short_name":"relieved","short_names":["relieved"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH HEART-SHAPED EYES","short_name":"heart_eyes","short_names":["heart_eyes"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING FACE WITH SUNGLASSES","short_name":"sunglasses","short_names":["sunglasses"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMIRKING FACE","short_name":"smirk","short_names":["smirk"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NEUTRAL FACE","short_name":"neutral_face","short_names":["neutral_face"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EXPRESSIONLESS FACE","short_name":"expressionless","short_names":["expressionless"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"UNAMUSED FACE","short_name":"unamused","short_names":["unamused"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH COLD SWEAT","short_name":"sweat","short_names":["sweat"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PENSIVE FACE","short_name":"pensive","short_names":["pensive"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONFUSED FACE","short_name":"confused","short_names":["confused"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONFOUNDED FACE","short_name":"confounded","short_names":["confounded"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KISSING FACE","short_name":"kissing","short_names":["kissing"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE THROWING A KISS","short_name":"kissing_heart","short_names":["kissing_heart"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KISSING FACE WITH SMILING EYES","short_name":"kissing_smiling_eyes","short_names":["kissing_smiling_eyes"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KISSING FACE WITH CLOSED EYES","short_name":"kissing_closed_eyes","short_names":["kissing_closed_eyes"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH STUCK-OUT TONGUE","short_name":"stuck_out_tongue","short_names":["stuck_out_tongue"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH STUCK-OUT TONGUE AND WINKING EYE","short_name":"stuck_out_tongue_winking_eye","short_names":["stuck_out_tongue_winking_eye"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES","short_name":"stuck_out_tongue_closed_eyes","short_names":["stuck_out_tongue_closed_eyes"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DISAPPOINTED FACE","short_name":"disappointed","short_names":["disappointed"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WORRIED FACE","short_name":"worried","short_names":["worried"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANGRY FACE","short_name":"angry","short_names":["angry"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POUTING FACE","short_name":"rage","short_names":["rage"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CRYING FACE","short_name":"cry","short_names":["cry"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSEVERING FACE","short_name":"persevere","short_names":["persevere"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH LOOK OF TRIUMPH","short_name":"triumph","short_names":["triumph"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DISAPPOINTED BUT RELIEVED FACE","short_name":"disappointed_relieved","short_names":["disappointed_relieved"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FROWNING FACE WITH OPEN MOUTH","short_name":"frowning","short_names":["frowning"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANGUISHED FACE","short_name":"anguished","short_names":["anguished"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FEARFUL FACE","short_name":"fearful","short_names":["fearful"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WEARY FACE","short_name":"weary","short_names":["weary"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLEEPY FACE","short_name":"sleepy","short_names":["sleepy"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TIRED FACE","short_name":"tired_face","short_names":["tired_face"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GRIMACING FACE","short_name":"grimacing","short_names":["grimacing"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOUDLY CRYING FACE","short_name":"sob","short_names":["sob"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH OPEN MOUTH","short_name":"open_mouth","short_names":["open_mouth"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HUSHED FACE","short_name":"hushed","short_names":["hushed"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH OPEN MOUTH AND COLD SWEAT","short_name":"cold_sweat","short_names":["cold_sweat"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE SCREAMING IN FEAR","short_name":"scream","short_names":["scream"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ASTONISHED FACE","short_name":"astonished","short_names":["astonished"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FLUSHED FACE","short_name":"flushed","short_names":["flushed"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLEEPING FACE","short_name":"sleeping","short_names":["sleeping"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DIZZY FACE","short_name":"dizzy_face","short_names":["dizzy_face"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITHOUT MOUTH","short_name":"no_mouth","short_names":["no_mouth"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH MEDICAL MASK","short_name":"mask","short_names":["mask"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GRINNING CAT FACE WITH SMILING EYES","short_name":"smile_cat","short_names":["smile_cat"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAT FACE WITH TEARS OF JOY","short_name":"joy_cat","short_names":["joy_cat"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING CAT FACE WITH OPEN MOUTH","short_name":"smiley_cat","short_names":["smiley_cat"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMILING CAT FACE WITH HEART-SHAPED EYES","short_name":"heart_eyes_cat","short_names":["heart_eyes_cat"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAT FACE WITH WRY SMILE","short_name":"smirk_cat","short_names":["smirk_cat"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"KISSING CAT FACE WITH CLOSED EYES","short_name":"kissing_cat","short_names":["kissing_cat"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POUTING CAT FACE","short_name":"pouting_cat","short_names":["pouting_cat"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CRYING CAT FACE","short_name":"crying_cat_face","short_names":["crying_cat_face"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WEARY CAT FACE","short_name":"scream_cat","short_names":["scream_cat"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLIGHTLY FROWNING FACE","short_name":"slightly_frowning_face","short_names":["slightly_frowning_face"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLIGHTLY SMILING FACE","short_name":"slightly_smiling_face","short_names":["slightly_smiling_face"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"UPSIDE-DOWN FACE","short_name":"upside_down_face","short_names":["upside_down_face"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FACE WITH ROLLING EYES","short_name":"face_with_rolling_eyes","short_names":["face_with_rolling_eyes"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH NO GOOD GESTURE","short_name":"no_good","short_names":["no_good"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACE WITH OK GESTURE","short_name":"ok_woman","short_names":["ok_woman"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSON BOWING DEEPLY","short_name":"bow","short_names":["bow"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HAPPY PERSON RAISING ONE HAND","short_name":"raising_hand","short_names":["raising_hand"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSON RAISING BOTH HANDS IN CELEBRATION","short_name":"raised_hands","short_names":["raised_hands"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSON FROWNING","short_name":"person_frowning","short_names":["person_frowning"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSON WITH POUTING FACE","short_name":"person_with_pouting_face","short_names":["person_with_pouting_face"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERSON WITH FOLDED HANDS","short_name":"pray","short_names":["pray"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PEDESTRIAN","short_name":"walking","short_names":["walking"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ZIPPER-MOUTH FACE","short_name":"zipper_mouth_face","short_names":["zipper_mouth_face"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"MONEY-MOUTH FACE","short_name":"money_mouth_face","short_names":["money_mouth_face"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FACE WITH THERMOMETER","short_name":"face_with_thermometer","short_names":["face_with_thermometer"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"NERD FACE","short_name":"nerd_face","short_names":["nerd_face"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"THINKING FACE","short_name":"thinking_face","short_names":["thinking_face"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FACE WITH HEAD-BANDAGE","short_name":"face_with_head_bandage","short_names":["face_with_head_bandage"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ROBOT FACE","short_name":"robot_face","short_names":["robot_face"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"HUGGING FACE","short_name":"hugging_face","short_names":["hugging_face"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SIGN OF THE HORNS","short_name":"the_horns","short_names":["the_horns","sign_of_the_horns"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-man-boy","short_names":["man-man-boy"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-man-boy-boy","short_names":["man-man-boy-boy"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-man-girl","short_names":["man-man-girl"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-man-girl-boy","short_names":["man-man-girl-boy"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-man-girl-girl","short_names":["man-man-girl-girl"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-woman-boy-boy","short_names":["man-woman-boy-boy"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-woman-girl","short_names":["man-woman-girl"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-woman-girl-boy","short_names":["man-woman-girl-boy"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"man-woman-girl-girl","short_names":["man-woman-girl-girl"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":null,"short_name":"man-heart-man","short_names":["man-heart-man"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":null,"short_name":"man-kiss-man","short_names":["man-kiss-man"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"woman-woman-boy","short_names":["woman-woman-boy"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"woman-woman-boy-boy","short_names":["woman-woman-boy-boy"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"woman-woman-girl","short_names":["woman-woman-girl"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"woman-woman-girl-boy","short_names":["woman-woman-girl-boy"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":null,"short_name":"woman-woman-girl-girl","short_names":["woman-woman-girl-girl"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":null,"short_name":"woman-heart-woman","short_names":["woman-heart-woman"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":null,"short_name":"woman-kiss-woman","short_names":["woman-kiss-woman"],"sort_order":159}],"Places":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ANCHOR","short_name":"anchor","short_names":["anchor"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SHINTO SHRINE","short_name":"shinto_shrine","short_names":["shinto_shrine"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHURCH","short_name":"church","short_names":["church"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"MOUNTAIN","short_name":"mountain","short_names":["mountain"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FOUNTAIN","short_name":"fountain","short_names":["fountain"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FERRY","short_name":"ferry","short_names":["ferry"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SAILBOAT","short_name":"boat","short_names":["boat","sailboat"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TENT","short_name":"tent","short_names":["tent"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FUEL PUMP","short_name":"fuelpump","short_names":["fuelpump"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AIRPLANE","short_name":"airplane","short_names":["airplane"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FOGGY","short_name":"foggy","short_names":["foggy"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NIGHT WITH STARS","short_name":"night_with_stars","short_names":["night_with_stars"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUNRISE OVER MOUNTAINS","short_name":"sunrise_over_mountains","short_names":["sunrise_over_mountains"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUNRISE","short_name":"sunrise","short_names":["sunrise"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CITYSCAPE AT DUSK","short_name":"city_sunset","short_names":["city_sunset"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUNSET OVER BUILDINGS","short_name":"city_sunrise","short_names":["city_sunrise"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAINBOW","short_name":"rainbow","short_names":["rainbow"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BRIDGE AT NIGHT","short_name":"bridge_at_night","short_names":["bridge_at_night"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VOLCANO","short_name":"volcano","short_names":["volcano"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MILKY WAY","short_name":"milky_way","short_names":["milky_way"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHOOTING STAR","short_name":"stars","short_names":["stars"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FIREWORKS","short_name":"fireworks","short_names":["fireworks"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FIREWORK SPARKLER","short_name":"sparkler","short_names":["sparkler"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOON VIEWING CEREMONY","short_name":"rice_scene","short_names":["rice_scene"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAROUSEL HORSE","short_name":"carousel_horse","short_names":["carousel_horse"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FERRIS WHEEL","short_name":"ferris_wheel","short_names":["ferris_wheel"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROLLER COASTER","short_name":"roller_coaster","short_names":["roller_coaster"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CHEQUERED FLAG","short_name":"checkered_flag","short_names":["checkered_flag"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RACING MOTORCYCLE","short_name":"racing_motorcycle","short_names":["racing_motorcycle"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RACING CAR","short_name":"racing_car","short_names":["racing_car"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SNOW CAPPED MOUNTAIN","short_name":"snow_capped_mountain","short_names":["snow_capped_mountain"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CAMPING","short_name":"camping","short_names":["camping"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BEACH WITH UMBRELLA","short_name":"beach_with_umbrella","short_names":["beach_with_umbrella"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BUILDING CONSTRUCTION","short_name":"building_construction","short_names":["building_construction"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOUSE BUILDINGS","short_name":"house_buildings","short_names":["house_buildings"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CITYSCAPE","short_name":"cityscape","short_names":["cityscape"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DERELICT HOUSE BUILDING","short_name":"derelict_house_building","short_names":["derelict_house_building"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLASSICAL BUILDING","short_name":"classical_building","short_names":["classical_building"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DESERT","short_name":"desert","short_names":["desert"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DESERT ISLAND","short_name":"desert_island","short_names":["desert_island"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"NATIONAL PARK","short_name":"national_park","short_names":["national_park"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STADIUM","short_name":"stadium","short_names":["stadium"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOUSE BUILDING","short_name":"house","short_names":["house"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOUSE WITH GARDEN","short_name":"house_with_garden","short_names":["house_with_garden"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"OFFICE BUILDING","short_name":"office","short_names":["office"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JAPANESE POST OFFICE","short_name":"post_office","short_names":["post_office"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EUROPEAN POST OFFICE","short_name":"european_post_office","short_names":["european_post_office"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOSPITAL","short_name":"hospital","short_names":["hospital"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BANK","short_name":"bank","short_names":["bank"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HOTEL","short_name":"hotel","short_names":["hotel"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LOVE HOTEL","short_name":"love_hotel","short_names":["love_hotel"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONVENIENCE STORE","short_name":"convenience_store","short_names":["convenience_store"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SCHOOL","short_name":"school","short_names":["school"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DEPARTMENT STORE","short_name":"department_store","short_names":["department_store"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FACTORY","short_name":"factory","short_names":["factory"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"JAPANESE CASTLE","short_name":"japanese_castle","short_names":["japanese_castle"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"EUROPEAN CASTLE","short_name":"european_castle","short_names":["european_castle"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WEDDING","short_name":"wedding","short_names":["wedding"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SEAT","short_name":"seat","short_names":["seat"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"KAABA","short_name":"kaaba","short_names":["kaaba"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"MOSQUE","short_name":"mosque","short_names":["mosque"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SYNAGOGUE","short_name":"synagogue","short_names":["synagogue"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUNT FUJI","short_name":"mount_fuji","short_names":["mount_fuji"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TOKYO TOWER","short_name":"tokyo_tower","short_names":["tokyo_tower"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STATUE OF LIBERTY","short_name":"statue_of_liberty","short_names":["statue_of_liberty"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SILHOUETTE OF JAPAN","short_name":"japan","short_names":["japan"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROCKET","short_name":"rocket","short_names":["rocket"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HELICOPTER","short_name":"helicopter","short_names":["helicopter"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STEAM LOCOMOTIVE","short_name":"steam_locomotive","short_names":["steam_locomotive"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAILWAY CAR","short_name":"railway_car","short_names":["railway_car"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HIGH-SPEED TRAIN","short_name":"bullettrain_side","short_names":["bullettrain_side"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HIGH-SPEED TRAIN WITH BULLET NOSE","short_name":"bullettrain_front","short_names":["bullettrain_front"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRAIN","short_name":"train2","short_names":["train2"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"METRO","short_name":"metro","short_names":["metro"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"LIGHT RAIL","short_name":"light_rail","short_names":["light_rail"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"STATION","short_name":"station","short_names":["station"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRAM","short_name":"tram","short_names":["tram"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRAM CAR","short_name":"train","short_names":["train"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BUS","short_name":"bus","short_names":["bus"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ONCOMING BUS","short_name":"oncoming_bus","short_names":["oncoming_bus"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TROLLEYBUS","short_name":"trolleybus","short_names":["trolleybus"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BUS STOP","short_name":"busstop","short_names":["busstop"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MINIBUS","short_name":"minibus","short_names":["minibus"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AMBULANCE","short_name":"ambulance","short_names":["ambulance"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FIRE ENGINE","short_name":"fire_engine","short_names":["fire_engine"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POLICE CAR","short_name":"police_car","short_names":["police_car"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ONCOMING POLICE CAR","short_name":"oncoming_police_car","short_names":["oncoming_police_car"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TAXI","short_name":"taxi","short_names":["taxi"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ONCOMING TAXI","short_name":"oncoming_taxi","short_names":["oncoming_taxi"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AUTOMOBILE","short_name":"car","short_names":["car","red_car"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ONCOMING AUTOMOBILE","short_name":"oncoming_automobile","short_names":["oncoming_automobile"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RECREATIONAL VEHICLE","short_name":"blue_car","short_names":["blue_car"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DELIVERY TRUCK","short_name":"truck","short_names":["truck"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ARTICULATED LORRY","short_name":"articulated_lorry","short_names":["articulated_lorry"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRACTOR","short_name":"tractor","short_names":["tractor"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MONORAIL","short_name":"monorail","short_names":["monorail"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUNTAIN RAILWAY","short_name":"mountain_railway","short_names":["mountain_railway"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SUSPENSION RAILWAY","short_name":"suspension_railway","short_names":["suspension_railway"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUNTAIN CABLEWAY","short_name":"mountain_cableway","short_names":["mountain_cableway"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AERIAL TRAMWAY","short_name":"aerial_tramway","short_names":["aerial_tramway"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SHIP","short_name":"ship","short_names":["ship"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPEEDBOAT","short_name":"speedboat","short_names":["speedboat"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HORIZONTAL TRAFFIC LIGHT","short_name":"traffic_light","short_names":["traffic_light"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VERTICAL TRAFFIC LIGHT","short_name":"vertical_traffic_light","short_names":["vertical_traffic_light"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CONSTRUCTION SIGN","short_name":"construction","short_names":["construction"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"POLICE CARS REVOLVING LIGHT","short_name":"rotating_light","short_names":["rotating_light"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BICYCLE","short_name":"bike","short_names":["bike"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOTORWAY","short_name":"motorway","short_names":["motorway"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RAILWAY TRACK","short_name":"railway_track","short_names":["railway_track"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOTOR BOAT","short_name":"motor_boat","short_names":["motor_boat"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SMALL AIRPLANE","short_name":"small_airplane","short_names":["small_airplane"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AIRPLANE DEPARTURE","short_name":"airplane_departure","short_names":["airplane_departure"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AIRPLANE ARRIVING","short_name":"airplane_arriving","short_names":["airplane_arriving"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SATELLITE","short_name":"satellite","short_names":["satellite"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PASSENGER SHIP","short_name":"passenger_ship","short_names":["passenger_ship"],"sort_order":45}],"Activity":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SOCCER BALL","short_name":"soccer","short_names":["soccer"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BASEBALL","short_name":"baseball","short_names":["baseball"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FLAG IN HOLE","short_name":"golf","short_names":["golf"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"SKIER","short_name":"skier","short_names":["skier"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ICE SKATE","short_name":"ice_skate","short_names":["ice_skate"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"PERSON WITH BALL","short_name":"person_with_ball","short_names":["person_with_ball"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MILITARY MEDAL","short_name":"medal","short_names":["medal"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REMINDER RIBBON","short_name":"reminder_ribbon","short_names":["reminder_ribbon"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ADMISSION TICKETS","short_name":"admission_tickets","short_names":["admission_tickets"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"FISHING POLE AND FISH","short_name":"fishing_pole_and_fish","short_names":["fishing_pole_and_fish"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MICROPHONE","short_name":"microphone","short_names":["microphone"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HEADPHONE","short_name":"headphones","short_names":["headphones"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ARTIST PALETTE","short_name":"art","short_names":["art"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CIRCUS TENT","short_name":"circus_tent","short_names":["circus_tent"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TICKET","short_name":"ticket","short_names":["ticket"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"CLAPPER BOARD","short_name":"clapper","short_names":["clapper"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"PERFORMING ARTS","short_name":"performing_arts","short_names":["performing_arts"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VIDEO GAME","short_name":"video_game","short_names":["video_game"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"DIRECT HIT","short_name":"dart","short_names":["dart"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SLOT MACHINE","short_name":"slot_machine","short_names":["slot_machine"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BILLIARDS","short_name":"8ball","short_names":["8ball"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GAME DIE","short_name":"game_die","short_names":["game_die"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BOWLING","short_name":"bowling","short_names":["bowling"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SAXOPHONE","short_name":"saxophone","short_names":["saxophone"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GUITAR","short_name":"guitar","short_names":["guitar"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MUSICAL KEYBOARD","short_name":"musical_keyboard","short_names":["musical_keyboard"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TRUMPET","short_name":"trumpet","short_names":["trumpet"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"VIOLIN","short_name":"violin","short_names":["violin"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MUSICAL SCORE","short_name":"musical_score","short_names":["musical_score"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RUNNING SHIRT WITH SASH","short_name":"running_shirt_with_sash","short_names":["running_shirt_with_sash"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TENNIS RACQUET AND BALL","short_name":"tennis","short_names":["tennis"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SKI AND SKI BOOT","short_name":"ski","short_names":["ski"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BASKETBALL AND HOOP","short_name":"basketball","short_names":["basketball"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SNOWBOARDER","short_name":"snowboarder","short_names":["snowboarder"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SURFER","short_name":"surfer","short_names":["surfer"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SPORTS MEDAL","short_name":"sports_medal","short_names":["sports_medal"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"TROPHY","short_name":"trophy","short_names":["trophy"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"HORSE RACING","short_name":"horse_racing","short_names":["horse_racing"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"AMERICAN FOOTBALL","short_name":"football","short_names":["football"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"RUGBY FOOTBALL","short_name":"rugby_football","short_names":["rugby_football"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"SWIMMER","short_name":"swimmer","short_names":["swimmer"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"WEIGHT LIFTER","short_name":"weight_lifter","short_names":["weight_lifter"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"GOLFER","short_name":"golfer","short_names":["golfer"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"CRICKET BAT AND BALL","short_name":"cricket_bat_and_ball","short_names":["cricket_bat_and_ball"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"VOLLEYBALL","short_name":"volleyball","short_names":["volleyball"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"FIELD HOCKEY STICK AND BALL","short_name":"field_hockey_stick_and_ball","short_names":["field_hockey_stick_and_ball"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"ICE HOCKEY STICK AND PUCK","short_name":"ice_hockey_stick_and_puck","short_names":["ice_hockey_stick_and_puck"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"TABLE TENNIS PADDLE AND BALL","short_name":"table_tennis_paddle_and_ball","short_names":["table_tennis_paddle_and_ball"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROSETTE","short_name":"rosette","short_names":["rosette"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BADMINTON RACQUET AND SHUTTLECOCK","short_name":"badminton_racquet_and_shuttlecock","short_names":["badminton_racquet_and_shuttlecock"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"BOW AND ARROW","short_name":"bow_and_arrow","short_names":["bow_and_arrow"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ALIEN MONSTER","short_name":"space_invader","short_names":["space_invader"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MAN IN BUSINESS SUIT LEVITATING","short_name":"man_in_business_suit_levitating","short_names":["man_in_business_suit_levitating"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"ROWBOAT","short_name":"rowboat","short_names":["rowboat"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BICYCLIST","short_name":"bicyclist","short_names":["bicyclist"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"MOUNTAIN BICYCLIST","short_name":"mountain_bicyclist","short_names":["mountain_bicyclist"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"BATH","short_name":"bath","short_names":["bath"],"sort_order":25}],"Flags":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AD","short_name":"flag-ad","short_names":["flag-ad"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AE","short_name":"flag-ae","short_names":["flag-ae"],"sort_order":233},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AF","short_name":"flag-af","short_names":["flag-af"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AG","short_name":"flag-ag","short_names":["flag-ag"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AI","short_name":"flag-ai","short_names":["flag-ai"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AL","short_name":"flag-al","short_names":["flag-al"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AM","short_name":"flag-am","short_names":["flag-am"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AO","short_name":"flag-ao","short_names":["flag-ao"],"sort_order":7},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS AQ","short_name":"flag-aq","short_names":["flag-aq"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AR","short_name":"flag-ar","short_names":["flag-ar"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS AS","short_name":"flag-as","short_names":["flag-as"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AT","short_name":"flag-at","short_names":["flag-at"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AU","short_name":"flag-au","short_names":["flag-au"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AW","short_name":"flag-aw","short_names":["flag-aw"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS AX","short_name":"flag-ax","short_names":["flag-ax"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AZ","short_name":"flag-az","short_names":["flag-az"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BA","short_name":"flag-ba","short_names":["flag-ba"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BB","short_name":"flag-bb","short_names":["flag-bb"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BD","short_name":"flag-bd","short_names":["flag-bd"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BE","short_name":"flag-be","short_names":["flag-be"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BF","short_name":"flag-bf","short_names":["flag-bf"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BG","short_name":"flag-bg","short_names":["flag-bg"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BH","short_name":"flag-bh","short_names":["flag-bh"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BI","short_name":"flag-bi","short_names":["flag-bi"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BJ","short_name":"flag-bj","short_names":["flag-bj"],"sort_order":24},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS BL","short_name":"flag-bl","short_names":["flag-bl"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BM","short_name":"flag-bm","short_names":["flag-bm"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BN","short_name":"flag-bn","short_names":["flag-bn"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BO","short_name":"flag-bo","short_names":["flag-bo"],"sort_order":27},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS BQ","short_name":"flag-bq","short_names":["flag-bq"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BR","short_name":"flag-br","short_names":["flag-br"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BS","short_name":"flag-bs","short_names":["flag-bs"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BT","short_name":"flag-bt","short_names":["flag-bt"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BW","short_name":"flag-bw","short_names":["flag-bw"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BY","short_name":"flag-by","short_names":["flag-by"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BZ","short_name":"flag-bz","short_names":["flag-bz"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CA","short_name":"flag-ca","short_names":["flag-ca"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS CC","short_name":"flag-cc","short_names":["flag-cc"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CD","short_name":"flag-cd","short_names":["flag-cd"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CF","short_name":"flag-cf","short_names":["flag-cf"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CG","short_name":"flag-cg","short_names":["flag-cg"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CH","short_name":"flag-ch","short_names":["flag-ch"],"sort_order":215},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CI","short_name":"flag-ci","short_names":["flag-ci"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS CK","short_name":"flag-ck","short_names":["flag-ck"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CL","short_name":"flag-cl","short_names":["flag-cl"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CM","short_name":"flag-cm","short_names":["flag-cm"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CN","short_name":"flag-cn","short_names":["flag-cn","cn"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CO","short_name":"flag-co","short_names":["flag-co"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CR","short_name":"flag-cr","short_names":["flag-cr"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CU","short_name":"flag-cu","short_names":["flag-cu"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CV","short_name":"flag-cv","short_names":["flag-cv"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS CW","short_name":"flag-cw","short_names":["flag-cw"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS CX","short_name":"flag-cx","short_names":["flag-cx"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CY","short_name":"flag-cy","short_names":["flag-cy"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CZ","short_name":"flag-cz","short_names":["flag-cz"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DE","short_name":"flag-de","short_names":["flag-de","de"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DJ","short_name":"flag-dj","short_names":["flag-dj"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DK","short_name":"flag-dk","short_names":["flag-dk"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DM","short_name":"flag-dm","short_names":["flag-dm"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DO","short_name":"flag-do","short_names":["flag-do"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DZ","short_name":"flag-dz","short_names":["flag-dz"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EC","short_name":"flag-ec","short_names":["flag-ec"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EE","short_name":"flag-ee","short_names":["flag-ee"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EG","short_name":"flag-eg","short_names":["flag-eg"],"sort_order":66},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EH","short_name":"flag-eh","short_names":["flag-eh"],"sort_order":244},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ER","short_name":"flag-er","short_names":["flag-er"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ES","short_name":"flag-es","short_names":["flag-es","es"],"sort_order":209},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ET","short_name":"flag-et","short_names":["flag-et"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS EU","short_name":"flag-eu","short_names":["flag-eu"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FI","short_name":"flag-fi","short_names":["flag-fi"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FJ","short_name":"flag-fj","short_names":["flag-fj"],"sort_order":75},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FK","short_name":"flag-fk","short_names":["flag-fk"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FM","short_name":"flag-fm","short_names":["flag-fm"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FO","short_name":"flag-fo","short_names":["flag-fo"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FR","short_name":"flag-fr","short_names":["flag-fr","fr"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GA","short_name":"flag-ga","short_names":["flag-ga"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GB","short_name":"flag-gb","short_names":["flag-gb","gb","uk"],"sort_order":234},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GD","short_name":"flag-gd","short_names":["flag-gd"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GE","short_name":"flag-ge","short_names":["flag-ge"],"sort_order":83},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS GF","short_name":"flag-gf","short_names":["flag-gf"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS GG","short_name":"flag-gg","short_names":["flag-gg"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GH","short_name":"flag-gh","short_names":["flag-gh"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GI","short_name":"flag-gi","short_names":["flag-gi"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GL","short_name":"flag-gl","short_names":["flag-gl"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GM","short_name":"flag-gm","short_names":["flag-gm"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GN","short_name":"flag-gn","short_names":["flag-gn"],"sort_order":94},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS GP","short_name":"flag-gp","short_names":["flag-gp"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GQ","short_name":"flag-gq","short_names":["flag-gq"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GR","short_name":"flag-gr","short_names":["flag-gr"],"sort_order":87},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS GS","short_name":"flag-gs","short_names":["flag-gs"],"sort_order":206},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GT","short_name":"flag-gt","short_names":["flag-gt"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GU","short_name":"flag-gu","short_names":["flag-gu"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GW","short_name":"flag-gw","short_names":["flag-gw"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GY","short_name":"flag-gy","short_names":["flag-gy"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HK","short_name":"flag-hk","short_names":["flag-hk"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HN","short_name":"flag-hn","short_names":["flag-hn"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HR","short_name":"flag-hr","short_names":["flag-hr"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HT","short_name":"flag-ht","short_names":["flag-ht"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HU","short_name":"flag-hu","short_names":["flag-hu"],"sort_order":100},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS IC","short_name":"flag-ic","short_names":["flag-ic"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ID","short_name":"flag-id","short_names":["flag-id"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IE","short_name":"flag-ie","short_names":["flag-ie"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IL","short_name":"flag-il","short_names":["flag-il"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS IM","short_name":"flag-im","short_names":["flag-im"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IN","short_name":"flag-in","short_names":["flag-in"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS IO","short_name":"flag-io","short_names":["flag-io"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IQ","short_name":"flag-iq","short_names":["flag-iq"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IR","short_name":"flag-ir","short_names":["flag-ir"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IS","short_name":"flag-is","short_names":["flag-is"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IT","short_name":"flag-it","short_names":["flag-it","it"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JE","short_name":"flag-je","short_names":["flag-je"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JM","short_name":"flag-jm","short_names":["flag-jm"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JO","short_name":"flag-jo","short_names":["flag-jo"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JP","short_name":"flag-jp","short_names":["flag-jp","jp"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KE","short_name":"flag-ke","short_names":["flag-ke"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KG","short_name":"flag-kg","short_names":["flag-kg"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KH","short_name":"flag-kh","short_names":["flag-kh"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KI","short_name":"flag-ki","short_names":["flag-ki"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KM","short_name":"flag-km","short_names":["flag-km"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KN","short_name":"flag-kn","short_names":["flag-kn"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KP","short_name":"flag-kp","short_names":["flag-kp"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KR","short_name":"flag-kr","short_names":["flag-kr","kr"],"sort_order":207},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KW","short_name":"flag-kw","short_names":["flag-kw"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KY","short_name":"flag-ky","short_names":["flag-ky"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KZ","short_name":"flag-kz","short_names":["flag-kz"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LA","short_name":"flag-la","short_names":["flag-la"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LB","short_name":"flag-lb","short_names":["flag-lb"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LC","short_name":"flag-lc","short_names":["flag-lc"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LI","short_name":"flag-li","short_names":["flag-li"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LK","short_name":"flag-lk","short_names":["flag-lk"],"sort_order":210},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LR","short_name":"flag-lr","short_names":["flag-lr"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LS","short_name":"flag-ls","short_names":["flag-ls"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LT","short_name":"flag-lt","short_names":["flag-lt"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LU","short_name":"flag-lu","short_names":["flag-lu"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LV","short_name":"flag-lv","short_names":["flag-lv"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LY","short_name":"flag-ly","short_names":["flag-ly"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MA","short_name":"flag-ma","short_names":["flag-ma"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MC","short_name":"flag-mc","short_names":["flag-mc"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MD","short_name":"flag-md","short_names":["flag-md"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ME","short_name":"flag-me","short_names":["flag-me"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MG","short_name":"flag-mg","short_names":["flag-mg"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MH","short_name":"flag-mh","short_names":["flag-mh"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MK","short_name":"flag-mk","short_names":["flag-mk"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ML","short_name":"flag-ml","short_names":["flag-ml"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MM","short_name":"flag-mm","short_names":["flag-mm"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MN","short_name":"flag-mn","short_names":["flag-mn"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MO","short_name":"flag-mo","short_names":["flag-mo"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS MP","short_name":"flag-mp","short_names":["flag-mp"],"sort_order":164},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS MQ","short_name":"flag-mq","short_names":["flag-mq"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MR","short_name":"flag-mr","short_names":["flag-mr"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MS","short_name":"flag-ms","short_names":["flag-ms"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MT","short_name":"flag-mt","short_names":["flag-mt"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MU","short_name":"flag-mu","short_names":["flag-mu"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MV","short_name":"flag-mv","short_names":["flag-mv"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MW","short_name":"flag-mw","short_names":["flag-mw"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MX","short_name":"flag-mx","short_names":["flag-mx"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MY","short_name":"flag-my","short_names":["flag-my"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MZ","short_name":"flag-mz","short_names":["flag-mz"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NA","short_name":"flag-na","short_names":["flag-na"],"sort_order":153},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NC","short_name":"flag-nc","short_names":["flag-nc"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NE","short_name":"flag-ne","short_names":["flag-ne"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS NF","short_name":"flag-nf","short_names":["flag-nf"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NG","short_name":"flag-ng","short_names":["flag-ng"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NI","short_name":"flag-ni","short_names":["flag-ni"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NL","short_name":"flag-nl","short_names":["flag-nl"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NO","short_name":"flag-no","short_names":["flag-no"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NP","short_name":"flag-np","short_names":["flag-np"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NR","short_name":"flag-nr","short_names":["flag-nr"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NU","short_name":"flag-nu","short_names":["flag-nu"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NZ","short_name":"flag-nz","short_names":["flag-nz"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS OM","short_name":"flag-om","short_names":["flag-om"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PA","short_name":"flag-pa","short_names":["flag-pa"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PE","short_name":"flag-pe","short_names":["flag-pe"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PF","short_name":"flag-pf","short_names":["flag-pf"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PG","short_name":"flag-pg","short_names":["flag-pg"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PH","short_name":"flag-ph","short_names":["flag-ph"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PK","short_name":"flag-pk","short_names":["flag-pk"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PL","short_name":"flag-pl","short_names":["flag-pl"],"sort_order":177},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS PM","short_name":"flag-pm","short_names":["flag-pm"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS PN","short_name":"flag-pn","short_names":["flag-pn"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PR","short_name":"flag-pr","short_names":["flag-pr"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PS","short_name":"flag-ps","short_names":["flag-ps"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PT","short_name":"flag-pt","short_names":["flag-pt"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PW","short_name":"flag-pw","short_names":["flag-pw"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PY","short_name":"flag-py","short_names":["flag-py"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS QA","short_name":"flag-qa","short_names":["flag-qa"],"sort_order":180},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS RE","short_name":"flag-re","short_names":["flag-re"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RO","short_name":"flag-ro","short_names":["flag-ro"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RS","short_name":"flag-rs","short_names":["flag-rs"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RU","short_name":"flag-ru","short_names":["flag-ru","ru"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RW","short_name":"flag-rw","short_names":["flag-rw"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SA","short_name":"flag-sa","short_names":["flag-sa"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SB","short_name":"flag-sb","short_names":["flag-sb"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SC","short_name":"flag-sc","short_names":["flag-sc"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SD","short_name":"flag-sd","short_names":["flag-sd"],"sort_order":211},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SE","short_name":"flag-se","short_names":["flag-se"],"sort_order":214},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SG","short_name":"flag-sg","short_names":["flag-sg"],"sort_order":199},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SH","short_name":"flag-sh","short_names":["flag-sh"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SI","short_name":"flag-si","short_names":["flag-si"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SK","short_name":"flag-sk","short_names":["flag-sk"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SL","short_name":"flag-sl","short_names":["flag-sl"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SM","short_name":"flag-sm","short_names":["flag-sm"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SN","short_name":"flag-sn","short_names":["flag-sn"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SO","short_name":"flag-so","short_names":["flag-so"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SR","short_name":"flag-sr","short_names":["flag-sr"],"sort_order":212},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS SS","short_name":"flag-ss","short_names":["flag-ss"],"sort_order":208},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ST","short_name":"flag-st","short_names":["flag-st"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SV","short_name":"flag-sv","short_names":["flag-sv"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS SX","short_name":"flag-sx","short_names":["flag-sx"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SY","short_name":"flag-sy","short_names":["flag-sy"],"sort_order":216},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SZ","short_name":"flag-sz","short_names":["flag-sz"],"sort_order":213},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS TC","short_name":"flag-tc","short_names":["flag-tc"],"sort_order":229},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TD","short_name":"flag-td","short_names":["flag-td"],"sort_order":45},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS TF","short_name":"flag-tf","short_names":["flag-tf"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TG","short_name":"flag-tg","short_names":["flag-tg"],"sort_order":222},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TH","short_name":"flag-th","short_names":["flag-th"],"sort_order":220},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TJ","short_name":"flag-tj","short_names":["flag-tj"],"sort_order":218},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS TK","short_name":"flag-tk","short_names":["flag-tk"],"sort_order":223},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TL","short_name":"flag-tl","short_names":["flag-tl"],"sort_order":221},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TM","short_name":"flag-tm","short_names":["flag-tm"],"sort_order":228},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TN","short_name":"flag-tn","short_names":["flag-tn"],"sort_order":226},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TO","short_name":"flag-to","short_names":["flag-to"],"sort_order":224},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TR","short_name":"flag-tr","short_names":["flag-tr"],"sort_order":227},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TT","short_name":"flag-tt","short_names":["flag-tt"],"sort_order":225},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TV","short_name":"flag-tv","short_names":["flag-tv"],"sort_order":230},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TW","short_name":"flag-tw","short_names":["flag-tw"],"sort_order":217},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TZ","short_name":"flag-tz","short_names":["flag-tz"],"sort_order":219},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UA","short_name":"flag-ua","short_names":["flag-ua"],"sort_order":232},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UG","short_name":"flag-ug","short_names":["flag-ug"],"sort_order":231},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS US","short_name":"flag-us","short_names":["flag-us","us"],"sort_order":235},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UY","short_name":"flag-uy","short_names":["flag-uy"],"sort_order":237},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UZ","short_name":"flag-uz","short_names":["flag-uz"],"sort_order":238},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VA","short_name":"flag-va","short_names":["flag-va"],"sort_order":240},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VC","short_name":"flag-vc","short_names":["flag-vc"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VE","short_name":"flag-ve","short_names":["flag-ve"],"sort_order":241},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS VG","short_name":"flag-vg","short_names":["flag-vg"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VI","short_name":"flag-vi","short_names":["flag-vi"],"sort_order":236},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VN","short_name":"flag-vn","short_names":["flag-vn"],"sort_order":242},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VU","short_name":"flag-vu","short_names":["flag-vu"],"sort_order":239},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS WF","short_name":"flag-wf","short_names":["flag-wf"],"sort_order":243},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS WS","short_name":"flag-ws","short_names":["flag-ws"],"sort_order":191},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS XK","short_name":"flag-xk","short_names":["flag-xk"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS YE","short_name":"flag-ye","short_names":["flag-ye"],"sort_order":245},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS YT","short_name":"flag-yt","short_names":["flag-yt"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZA","short_name":"flag-za","short_names":["flag-za"],"sort_order":205},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZM","short_name":"flag-zm","short_names":["flag-zm"],"sort_order":246},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZW","short_name":"flag-zw","short_names":["flag-zw"],"sort_order":247}]} + emojiData: {"Symbols":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY BLACK HEART","short_name":"heart","short_names":["heart"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"YELLOW HEART","short_name":"yellow_heart","short_names":["yellow_heart"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GREEN HEART","short_name":"green_heart","short_names":["green_heart"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLUE HEART","short_name":"blue_heart","short_names":["blue_heart"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PURPLE HEART","short_name":"purple_heart","short_names":["purple_heart"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BROKEN HEART","short_name":"broken_heart","short_names":["broken_heart"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HEAVY HEART EXCLAMATION MARK ORNAMENT","short_name":"heavy_heart_exclamation_mark_ornament","short_names":["heavy_heart_exclamation_mark_ornament"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWO HEARTS","short_name":"two_hearts","short_names":["two_hearts"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REVOLVING HEARTS","short_name":"revolving_hearts","short_names":["revolving_hearts"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BEATING HEART","short_name":"heartbeat","short_names":["heartbeat"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GROWING HEART","short_name":"heartpulse","short_names":["heartpulse"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPARKLING HEART","short_name":"sparkling_heart","short_names":["sparkling_heart"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEART WITH ARROW","short_name":"cupid","short_names":["cupid"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEART WITH RIBBON","short_name":"gift_heart","short_names":["gift_heart"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEART DECORATION","short_name":"heart_decoration","short_names":["heart_decoration"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PEACE SYMBOL","short_name":"peace_symbol","short_names":["peace_symbol"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LATIN CROSS","short_name":"latin_cross","short_names":["latin_cross"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STAR AND CRESCENT","short_name":"star_and_crescent","short_names":["star_and_crescent"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"OM SYMBOL","short_name":"om_symbol","short_names":["om_symbol"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHEEL OF DHARMA","short_name":"wheel_of_dharma","short_names":["wheel_of_dharma"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STAR OF DAVID","short_name":"star_of_david","short_names":["star_of_david"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SIX POINTED STAR WITH MIDDLE DOT","short_name":"six_pointed_star","short_names":["six_pointed_star"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MENORAH WITH NINE BRANCHES","short_name":"menorah_with_nine_branches","short_names":["menorah_with_nine_branches"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"YIN YANG","short_name":"yin_yang","short_names":["yin_yang"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ORTHODOX CROSS","short_name":"orthodox_cross","short_names":["orthodox_cross"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PLACE OF WORSHIP","short_name":"place_of_worship","short_names":["place_of_worship"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPHIUCHUS","short_name":"ophiuchus","short_names":["ophiuchus"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARIES","short_name":"aries","short_names":["aries"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TAURUS","short_name":"taurus","short_names":["taurus"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GEMINI","short_name":"gemini","short_names":["gemini"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CANCER","short_name":"cancer","short_names":["cancer"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEO","short_name":"leo","short_names":["leo"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIRGO","short_name":"virgo","short_names":["virgo"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LIBRA","short_name":"libra","short_names":["libra"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCORPIUS","short_name":"scorpius","short_names":["scorpius"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAGITTARIUS","short_name":"sagittarius","short_names":["sagittarius"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAPRICORN","short_name":"capricorn","short_names":["capricorn"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AQUARIUS","short_name":"aquarius","short_names":["aquarius"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PISCES","short_name":"pisces","short_names":["pisces"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED ID","short_name":"id","short_names":["id"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ATOM SYMBOL","short_name":"atom_symbol","short_names":["atom_symbol"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7A7A","short_name":"u7a7a","short_names":["u7a7a"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-5272","short_name":"u5272","short_names":["u5272"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RADIOACTIVE SIGN","short_name":"radioactive_sign","short_names":["radioactive_sign"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BIOHAZARD SIGN","short_name":"biohazard_sign","short_names":["biohazard_sign"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOBILE PHONE OFF","short_name":"mobile_phone_off","short_names":["mobile_phone_off"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIBRATION MODE","short_name":"vibration_mode","short_names":["vibration_mode"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6709","short_name":"u6709","short_names":["u6709"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7121","short_name":"u7121","short_names":["u7121"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7533","short_name":"u7533","short_names":["u7533"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-55B6","short_name":"u55b6","short_names":["u55b6"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6708","short_name":"u6708","short_names":["u6708"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EIGHT POINTED BLACK STAR","short_name":"eight_pointed_black_star","short_names":["eight_pointed_black_star"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED VS","short_name":"vs","short_names":["vs"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH ACCEPT","short_name":"accept","short_names":["accept"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE FLOWER","short_name":"white_flower","short_names":["white_flower"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH ADVANTAGE","short_name":"ideograph_advantage","short_names":["ideograph_advantage"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH SECRET","short_name":"secret","short_names":["secret"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED IDEOGRAPH CONGRATULATION","short_name":"congratulations","short_names":["congratulations"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-5408","short_name":"u5408","short_names":["u5408"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6E80","short_name":"u6e80","short_names":["u6e80"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-7981","short_name":"u7981","short_names":["u7981"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER A","short_name":"a","short_names":["a"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER B","short_name":"b","short_names":["b"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED AB","short_name":"ab","short_names":["ab"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CL","short_name":"cl","short_names":["cl"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER O","short_name":"o2","short_names":["o2"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED SOS","short_name":"sos","short_names":["sos"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO ENTRY","short_name":"no_entry","short_names":["no_entry"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NAME BADGE","short_name":"name_badge","short_names":["name_badge"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO ENTRY SIGN","short_name":"no_entry_sign","short_names":["no_entry_sign"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROSS MARK","short_name":"x","short_names":["x"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY LARGE CIRCLE","short_name":"o","short_names":["o"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANGER SYMBOL","short_name":"anger","short_names":["anger"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOT SPRINGS","short_name":"hotsprings","short_names":["hotsprings"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO PEDESTRIANS","short_name":"no_pedestrians","short_names":["no_pedestrians"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DO NOT LITTER SYMBOL","short_name":"do_not_litter","short_names":["do_not_litter"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO BICYCLES","short_name":"no_bicycles","short_names":["no_bicycles"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NON-POTABLE WATER SYMBOL","short_name":"non-potable_water","short_names":["non-potable_water"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO ONE UNDER EIGHTEEN SYMBOL","short_name":"underage","short_names":["underage"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO MOBILE PHONES","short_name":"no_mobile_phones","short_names":["no_mobile_phones"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY EXCLAMATION MARK SYMBOL","short_name":"exclamation","short_names":["exclamation","heavy_exclamation_mark"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE EXCLAMATION MARK ORNAMENT","short_name":"grey_exclamation","short_names":["grey_exclamation"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK QUESTION MARK ORNAMENT","short_name":"question","short_names":["question"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE QUESTION MARK ORNAMENT","short_name":"grey_question","short_names":["grey_question"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOUBLE EXCLAMATION MARK","short_name":"bangbang","short_names":["bangbang"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EXCLAMATION QUESTION MARK","short_name":"interrobang","short_names":["interrobang"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HUNDRED POINTS SYMBOL","short_name":"100","short_names":["100"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOW BRIGHTNESS SYMBOL","short_name":"low_brightness","short_names":["low_brightness"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH BRIGHTNESS SYMBOL","short_name":"high_brightness","short_names":["high_brightness"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRIDENT EMBLEM","short_name":"trident","short_names":["trident"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FLEUR-DE-LIS","short_name":"fleur_de_lis","short_names":["fleur_de_lis"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PART ALTERNATION MARK","short_name":"part_alternation_mark","short_names":["part_alternation_mark"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WARNING SIGN","short_name":"warning","short_names":["warning"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHILDREN CROSSING","short_name":"children_crossing","short_names":["children_crossing"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE SYMBOL FOR BEGINNER","short_name":"beginner","short_names":["beginner"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK UNIVERSAL RECYCLING SYMBOL","short_name":"recycle","short_names":["recycle"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED CJK UNIFIED IDEOGRAPH-6307","short_name":"u6307","short_names":["u6307"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHART WITH UPWARDS TREND AND YEN SIGN","short_name":"chart","short_names":["chart"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPARKLE","short_name":"sparkle","short_names":["sparkle"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EIGHT SPOKED ASTERISK","short_name":"eight_spoked_asterisk","short_names":["eight_spoked_asterisk"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED CROSS MARK","short_name":"negative_squared_cross_mark","short_names":["negative_squared_cross_mark"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE HEAVY CHECK MARK","short_name":"white_check_mark","short_names":["white_check_mark"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIAMOND SHAPE WITH A DOT INSIDE","short_name":"diamond_shape_with_a_dot_inside","short_names":["diamond_shape_with_a_dot_inside"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CYCLONE","short_name":"cyclone","short_names":["cyclone"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOUBLE CURLY LOOP","short_name":"loop","short_names":["loop"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GLOBE WITH MERIDIANS","short_name":"globe_with_meridians","short_names":["globe_with_meridians"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCLED LATIN CAPITAL LETTER M","short_name":"m","short_names":["m"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AUTOMATED TELLER MACHINE","short_name":"atm","short_names":["atm"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED KATAKANA SA","short_name":"sa","short_names":["sa"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PASSPORT CONTROL","short_name":"passport_control","short_names":["passport_control"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CUSTOMS","short_name":"customs","short_names":["customs"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BAGGAGE CLAIM","short_name":"baggage_claim","short_names":["baggage_claim"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFT LUGGAGE","short_name":"left_luggage","short_names":["left_luggage"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHEELCHAIR SYMBOL","short_name":"wheelchair","short_names":["wheelchair"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NO SMOKING SYMBOL","short_name":"no_smoking","short_names":["no_smoking"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATER CLOSET","short_name":"wc","short_names":["wc"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEGATIVE SQUARED LATIN CAPITAL LETTER P","short_name":"parking","short_names":["parking"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POTABLE WATER SYMBOL","short_name":"potable_water","short_names":["potable_water"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MENS SYMBOL","short_name":"mens","short_names":["mens"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMENS SYMBOL","short_name":"womens","short_names":["womens"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY SYMBOL","short_name":"baby_symbol","short_names":["baby_symbol"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RESTROOM","short_name":"restroom","short_names":["restroom"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PUT LITTER IN ITS PLACE SYMBOL","short_name":"put_litter_in_its_place","short_names":["put_litter_in_its_place"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CINEMA","short_name":"cinema","short_names":["cinema"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANTENNA WITH BARS","short_name":"signal_strength","short_names":["signal_strength"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED KATAKANA KOKO","short_name":"koko","short_names":["koko"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED NG","short_name":"ng","short_names":["ng"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED OK","short_name":"ok","short_names":["ok"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED UP WITH EXCLAMATION MARK","short_name":"up","short_names":["up"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED COOL","short_name":"cool","short_names":["cool"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED NEW","short_name":"new","short_names":["new"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SQUARED FREE","short_name":"free","short_names":["free"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 0","short_name":"zero","short_names":["zero"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 1","short_name":"one","short_names":["one"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 2","short_name":"two","short_names":["two"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 3","short_name":"three","short_names":["three"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 4","short_name":"four","short_names":["four"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 5","short_name":"five","short_names":["five"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 6","short_name":"six","short_names":["six"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 7","short_name":"seven","short_names":["seven"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 8","short_name":"eight","short_names":["eight"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"KEYCAP 9","short_name":"nine","short_names":["nine"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KEYCAP TEN","short_name":"keycap_ten","short_names":["keycap_ten"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":null,"short_name":"keycap_star","short_names":["keycap_star"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR NUMBERS","short_name":"1234","short_names":["1234"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK RIGHT-POINTING TRIANGLE","short_name":"arrow_forward","short_names":["arrow_forward"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DOUBLE VERTICAL BAR","short_name":"double_vertical_bar","short_names":["double_vertical_bar"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR","short_name":"black_right_pointing_triangle_with_double_vertical_bar","short_names":["black_right_pointing_triangle_with_double_vertical_bar"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK SQUARE FOR STOP","short_name":"black_square_for_stop","short_names":["black_square_for_stop"],"sort_order":150},{"has_img_apple":false,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"name":"EJECT SYMBOL","short_name":"eject","short_names":["eject"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK CIRCLE FOR RECORD","short_name":"black_circle_for_record","short_names":["black_circle_for_record"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR","short_name":"black_right_pointing_double_triangle_with_vertical_bar","short_names":["black_right_pointing_double_triangle_with_vertical_bar"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR","short_name":"black_left_pointing_double_triangle_with_vertical_bar","short_names":["black_left_pointing_double_triangle_with_vertical_bar"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK RIGHT-POINTING DOUBLE TRIANGLE","short_name":"fast_forward","short_names":["fast_forward"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK LEFT-POINTING DOUBLE TRIANGLE","short_name":"rewind","short_names":["rewind"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWISTED RIGHTWARDS ARROWS","short_name":"twisted_rightwards_arrows","short_names":["twisted_rightwards_arrows"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS","short_name":"repeat","short_names":["repeat"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY","short_name":"repeat_one","short_names":["repeat_one"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK LEFT-POINTING TRIANGLE","short_name":"arrow_backward","short_names":["arrow_backward"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UP-POINTING SMALL RED TRIANGLE","short_name":"arrow_up_small","short_names":["arrow_up_small"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOWN-POINTING SMALL RED TRIANGLE","short_name":"arrow_down_small","short_names":["arrow_down_small"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK UP-POINTING DOUBLE TRIANGLE","short_name":"arrow_double_up","short_names":["arrow_double_up"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK DOWN-POINTING DOUBLE TRIANGLE","short_name":"arrow_double_down","short_names":["arrow_double_down"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK RIGHTWARDS ARROW","short_name":"arrow_right","short_names":["arrow_right"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFTWARDS BLACK ARROW","short_name":"arrow_left","short_names":["arrow_left"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UPWARDS BLACK ARROW","short_name":"arrow_up","short_names":["arrow_up"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOWNWARDS BLACK ARROW","short_name":"arrow_down","short_names":["arrow_down"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NORTH EAST ARROW","short_name":"arrow_upper_right","short_names":["arrow_upper_right"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOUTH EAST ARROW","short_name":"arrow_lower_right","short_names":["arrow_lower_right"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOUTH WEST ARROW","short_name":"arrow_lower_left","short_names":["arrow_lower_left"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NORTH WEST ARROW","short_name":"arrow_upper_left","short_names":["arrow_upper_left"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UP DOWN ARROW","short_name":"arrow_up_down","short_names":["arrow_up_down"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFT RIGHT ARROW","short_name":"left_right_arrow","short_names":["left_right_arrow"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","short_name":"arrows_counterclockwise","short_names":["arrows_counterclockwise"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RIGHTWARDS ARROW WITH HOOK","short_name":"arrow_right_hook","short_names":["arrow_right_hook"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFTWARDS ARROW WITH HOOK","short_name":"leftwards_arrow_with_hook","short_names":["leftwards_arrow_with_hook"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS","short_name":"arrow_heading_up","short_names":["arrow_heading_up"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS","short_name":"arrow_heading_down","short_names":["arrow_heading_down"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"HASH KEY","short_name":"hash","short_names":["hash"],"sort_order":180},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INFORMATION SOURCE","short_name":"information_source","short_names":["information_source"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR LATIN LETTERS","short_name":"abc","short_names":["abc"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR LATIN SMALL LETTERS","short_name":"abcd","short_names":["abcd"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR LATIN CAPITAL LETTERS","short_name":"capital_abcd","short_names":["capital_abcd"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INPUT SYMBOL FOR SYMBOLS","short_name":"symbols","short_names":["symbols"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSICAL NOTE","short_name":"musical_note","short_names":["musical_note"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MULTIPLE MUSICAL NOTES","short_name":"notes","short_names":["notes"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAVY DASH","short_name":"wavy_dash","short_names":["wavy_dash"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CURLY LOOP","short_name":"curly_loop","short_names":["curly_loop"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY CHECK MARK","short_name":"heavy_check_mark","short_names":["heavy_check_mark"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","short_name":"arrows_clockwise","short_names":["arrows_clockwise"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY PLUS SIGN","short_name":"heavy_plus_sign","short_names":["heavy_plus_sign"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY MINUS SIGN","short_name":"heavy_minus_sign","short_names":["heavy_minus_sign"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY DIVISION SIGN","short_name":"heavy_division_sign","short_names":["heavy_division_sign"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY MULTIPLICATION X","short_name":"heavy_multiplication_x","short_names":["heavy_multiplication_x"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAVY DOLLAR SIGN","short_name":"heavy_dollar_sign","short_names":["heavy_dollar_sign"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CURRENCY EXCHANGE","short_name":"currency_exchange","short_names":["currency_exchange"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"COPYRIGHT SIGN","short_name":"copyright","short_names":["copyright"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"has_img_facebook":false,"has_img_messenger":false,"name":"REGISTERED SIGN","short_name":"registered","short_names":["registered"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRADE MARK SIGN","short_name":"tm","short_names":["tm"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"END WITH LEFTWARDS ARROW ABOVE","short_name":"end","short_names":["end"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BACK WITH LEFTWARDS ARROW ABOVE","short_name":"back","short_names":["back"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE","short_name":"on","short_names":["on"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOP WITH UPWARDS ARROW ABOVE","short_name":"top","short_names":["top"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOON WITH RIGHTWARDS ARROW ABOVE","short_name":"soon","short_names":["soon"],"sort_order":205},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BALLOT BOX WITH CHECK","short_name":"ballot_box_with_check","short_names":["ballot_box_with_check"],"sort_order":206},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RADIO BUTTON","short_name":"radio_button","short_names":["radio_button"],"sort_order":207},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEDIUM WHITE CIRCLE","short_name":"white_circle","short_names":["white_circle"],"sort_order":208},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEDIUM BLACK CIRCLE","short_name":"black_circle","short_names":["black_circle"],"sort_order":209},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE RED CIRCLE","short_name":"red_circle","short_names":["red_circle"],"sort_order":210},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE BLUE CIRCLE","short_name":"large_blue_circle","short_names":["large_blue_circle"],"sort_order":211},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMALL ORANGE DIAMOND","short_name":"small_orange_diamond","short_names":["small_orange_diamond"],"sort_order":212},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMALL BLUE DIAMOND","short_name":"small_blue_diamond","short_names":["small_blue_diamond"],"sort_order":213},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE ORANGE DIAMOND","short_name":"large_orange_diamond","short_names":["large_orange_diamond"],"sort_order":214},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LARGE BLUE DIAMOND","short_name":"large_blue_diamond","short_names":["large_blue_diamond"],"sort_order":215},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UP-POINTING RED TRIANGLE","short_name":"small_red_triangle","short_names":["small_red_triangle"],"sort_order":216},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SMALL SQUARE","short_name":"black_small_square","short_names":["black_small_square"],"sort_order":217},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE SMALL SQUARE","short_name":"white_small_square","short_names":["white_small_square"],"sort_order":218},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK LARGE SQUARE","short_name":"black_large_square","short_names":["black_large_square"],"sort_order":219},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE LARGE SQUARE","short_name":"white_large_square","short_names":["white_large_square"],"sort_order":220},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOWN-POINTING RED TRIANGLE","short_name":"small_red_triangle_down","short_names":["small_red_triangle_down"],"sort_order":221},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK MEDIUM SQUARE","short_name":"black_medium_square","short_names":["black_medium_square"],"sort_order":222},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE MEDIUM SQUARE","short_name":"white_medium_square","short_names":["white_medium_square"],"sort_order":223},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK MEDIUM SMALL SQUARE","short_name":"black_medium_small_square","short_names":["black_medium_small_square"],"sort_order":224},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE MEDIUM SMALL SQUARE","short_name":"white_medium_small_square","short_names":["white_medium_small_square"],"sort_order":225},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SQUARE BUTTON","short_name":"black_square_button","short_names":["black_square_button"],"sort_order":226},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE SQUARE BUTTON","short_name":"white_square_button","short_names":["white_square_button"],"sort_order":227},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER","short_name":"speaker","short_names":["speaker"],"sort_order":228},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER WITH ONE SOUND WAVE","short_name":"sound","short_names":["sound"],"sort_order":229},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER WITH THREE SOUND WAVES","short_name":"loud_sound","short_names":["loud_sound"],"sort_order":230},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAKER WITH CANCELLATION STROKE","short_name":"mute","short_names":["mute"],"sort_order":231},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHEERING MEGAPHONE","short_name":"mega","short_names":["mega"],"sort_order":232},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PUBLIC ADDRESS LOUDSPEAKER","short_name":"loudspeaker","short_names":["loudspeaker"],"sort_order":233},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BELL","short_name":"bell","short_names":["bell"],"sort_order":234},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BELL WITH CANCELLATION STROKE","short_name":"no_bell","short_names":["no_bell"],"sort_order":235},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PLAYING CARD BLACK JOKER","short_name":"black_joker","short_names":["black_joker"],"sort_order":236},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAHJONG TILE RED DRAGON","short_name":"mahjong","short_names":["mahjong"],"sort_order":237},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SPADE SUIT","short_name":"spades","short_names":["spades"],"sort_order":238},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK CLUB SUIT","short_name":"clubs","short_names":["clubs"],"sort_order":239},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK HEART SUIT","short_name":"hearts","short_names":["hearts"],"sort_order":240},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK DIAMOND SUIT","short_name":"diamonds","short_names":["diamonds"],"sort_order":241},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLOWER PLAYING CARDS","short_name":"flower_playing_cards","short_names":["flower_playing_cards"],"sort_order":242},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"THOUGHT BALLOON","short_name":"thought_balloon","short_names":["thought_balloon"],"sort_order":243},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RIGHT ANGER BUBBLE","short_name":"right_anger_bubble","short_names":["right_anger_bubble"],"sort_order":244},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEECH BALLOON","short_name":"speech_balloon","short_names":["speech_balloon"],"sort_order":245},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"name":"LEFT SPEECH BUBBLE","short_name":"left_speech_bubble","short_names":["left_speech_bubble"],"sort_order":246},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ONE OCLOCK","short_name":"clock1","short_names":["clock1"],"sort_order":247},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWO OCLOCK","short_name":"clock2","short_names":["clock2"],"sort_order":248},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE THREE OCLOCK","short_name":"clock3","short_names":["clock3"],"sort_order":249},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FOUR OCLOCK","short_name":"clock4","short_names":["clock4"],"sort_order":250},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FIVE OCLOCK","short_name":"clock5","short_names":["clock5"],"sort_order":251},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SIX OCLOCK","short_name":"clock6","short_names":["clock6"],"sort_order":252},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SEVEN OCLOCK","short_name":"clock7","short_names":["clock7"],"sort_order":253},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE EIGHT OCLOCK","short_name":"clock8","short_names":["clock8"],"sort_order":254},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE NINE OCLOCK","short_name":"clock9","short_names":["clock9"],"sort_order":255},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TEN OCLOCK","short_name":"clock10","short_names":["clock10"],"sort_order":256},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ELEVEN OCLOCK","short_name":"clock11","short_names":["clock11"],"sort_order":257},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWELVE OCLOCK","short_name":"clock12","short_names":["clock12"],"sort_order":258},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ONE-THIRTY","short_name":"clock130","short_names":["clock130"],"sort_order":259},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWO-THIRTY","short_name":"clock230","short_names":["clock230"],"sort_order":260},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE THREE-THIRTY","short_name":"clock330","short_names":["clock330"],"sort_order":261},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FOUR-THIRTY","short_name":"clock430","short_names":["clock430"],"sort_order":262},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE FIVE-THIRTY","short_name":"clock530","short_names":["clock530"],"sort_order":263},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SIX-THIRTY","short_name":"clock630","short_names":["clock630"],"sort_order":264},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE SEVEN-THIRTY","short_name":"clock730","short_names":["clock730"],"sort_order":265},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE EIGHT-THIRTY","short_name":"clock830","short_names":["clock830"],"sort_order":266},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE NINE-THIRTY","short_name":"clock930","short_names":["clock930"],"sort_order":267},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TEN-THIRTY","short_name":"clock1030","short_names":["clock1030"],"sort_order":268},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE ELEVEN-THIRTY","short_name":"clock1130","short_names":["clock1130"],"sort_order":269},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOCK FACE TWELVE-THIRTY","short_name":"clock1230","short_names":["clock1230"],"sort_order":270}],"Objects":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATCH","short_name":"watch","short_names":["watch"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOBILE PHONE","short_name":"iphone","short_names":["iphone"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT","short_name":"calling","short_names":["calling"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSONAL COMPUTER","short_name":"computer","short_names":["computer"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"KEYBOARD","short_name":"keyboard","short_names":["keyboard"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DESKTOP COMPUTER","short_name":"desktop_computer","short_names":["desktop_computer"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PRINTER","short_name":"printer","short_names":["printer"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THREE BUTTON MOUSE","short_name":"three_button_mouse","short_names":["three_button_mouse"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TRACKBALL","short_name":"trackball","short_names":["trackball"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"JOYSTICK","short_name":"joystick","short_names":["joystick"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COMPRESSION","short_name":"compression","short_names":["compression"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MINIDISC","short_name":"minidisc","short_names":["minidisc"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLOPPY DISK","short_name":"floppy_disk","short_names":["floppy_disk"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPTICAL DISC","short_name":"cd","short_names":["cd"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DVD","short_name":"dvd","short_names":["dvd"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIDEOCASSETTE","short_name":"vhs","short_names":["vhs"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAMERA","short_name":"camera","short_names":["camera"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CAMERA WITH FLASH","short_name":"camera_with_flash","short_names":["camera_with_flash"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIDEO CAMERA","short_name":"video_camera","short_names":["video_camera"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOVIE CAMERA","short_name":"movie_camera","short_names":["movie_camera"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FILM PROJECTOR","short_name":"film_projector","short_names":["film_projector"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FILM FRAMES","short_name":"film_frames","short_names":["film_frames"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TELEPHONE RECEIVER","short_name":"telephone_receiver","short_names":["telephone_receiver"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK TELEPHONE","short_name":"phone","short_names":["phone","telephone"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAGER","short_name":"pager","short_names":["pager"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FAX MACHINE","short_name":"fax","short_names":["fax"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TELEVISION","short_name":"tv","short_names":["tv"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RADIO","short_name":"radio","short_names":["radio"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STUDIO MICROPHONE","short_name":"studio_microphone","short_names":["studio_microphone"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LEVEL SLIDER","short_name":"level_slider","short_names":["level_slider"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CONTROL KNOBS","short_name":"control_knobs","short_names":["control_knobs"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STOPWATCH","short_name":"stopwatch","short_names":["stopwatch"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TIMER CLOCK","short_name":"timer_clock","short_names":["timer_clock"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ALARM CLOCK","short_name":"alarm_clock","short_names":["alarm_clock"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MANTELPIECE CLOCK","short_name":"mantelpiece_clock","short_names":["mantelpiece_clock"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOURGLASS WITH FLOWING SAND","short_name":"hourglass_flowing_sand","short_names":["hourglass_flowing_sand"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOURGLASS","short_name":"hourglass","short_names":["hourglass"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SATELLITE ANTENNA","short_name":"satellite_antenna","short_names":["satellite_antenna"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BATTERY","short_name":"battery","short_names":["battery"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELECTRIC PLUG","short_name":"electric_plug","short_names":["electric_plug"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELECTRIC LIGHT BULB","short_name":"bulb","short_names":["bulb"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELECTRIC TORCH","short_name":"flashlight","short_names":["flashlight"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CANDLE","short_name":"candle","short_names":["candle"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WASTEBASKET","short_name":"wastebasket","short_names":["wastebasket"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"OIL DRUM","short_name":"oil_drum","short_names":["oil_drum"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONEY WITH WINGS","short_name":"money_with_wings","short_names":["money_with_wings"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH DOLLAR SIGN","short_name":"dollar","short_names":["dollar"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH YEN SIGN","short_name":"yen","short_names":["yen"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH EURO SIGN","short_name":"euro","short_names":["euro"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANKNOTE WITH POUND SIGN","short_name":"pound","short_names":["pound"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONEY BAG","short_name":"moneybag","short_names":["moneybag"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CREDIT CARD","short_name":"credit_card","short_names":["credit_card"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GEM STONE","short_name":"gem","short_names":["gem"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SCALES","short_name":"scales","short_names":["scales"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WRENCH","short_name":"wrench","short_names":["wrench"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAMMER","short_name":"hammer","short_names":["hammer"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HAMMER AND PICK","short_name":"hammer_and_pick","short_names":["hammer_and_pick"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HAMMER AND WRENCH","short_name":"hammer_and_wrench","short_names":["hammer_and_wrench"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PICK","short_name":"pick","short_names":["pick"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NUT AND BOLT","short_name":"nut_and_bolt","short_names":["nut_and_bolt"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"GEAR","short_name":"gear","short_names":["gear"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CHAINS","short_name":"chains","short_names":["chains"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PISTOL","short_name":"gun","short_names":["gun"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOMB","short_name":"bomb","short_names":["bomb"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOCHO","short_name":"hocho","short_names":["hocho","knife"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DAGGER KNIFE","short_name":"dagger_knife","short_names":["dagger_knife"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CROSSED SWORDS","short_name":"crossed_swords","short_names":["crossed_swords"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHIELD","short_name":"shield","short_names":["shield"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMOKING SYMBOL","short_name":"smoking","short_names":["smoking"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SKULL AND CROSSBONES","short_name":"skull_and_crossbones","short_names":["skull_and_crossbones"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COFFIN","short_name":"coffin","short_names":["coffin"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FUNERAL URN","short_name":"funeral_urn","short_names":["funeral_urn"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"AMPHORA","short_name":"amphora","short_names":["amphora"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRYSTAL BALL","short_name":"crystal_ball","short_names":["crystal_ball"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PRAYER BEADS","short_name":"prayer_beads","short_names":["prayer_beads"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BARBER POLE","short_name":"barber","short_names":["barber"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ALEMBIC","short_name":"alembic","short_names":["alembic"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TELESCOPE","short_name":"telescope","short_names":["telescope"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MICROSCOPE","short_name":"microscope","short_names":["microscope"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOLE","short_name":"hole","short_names":["hole"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PILL","short_name":"pill","short_names":["pill"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SYRINGE","short_name":"syringe","short_names":["syringe"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THERMOMETER","short_name":"thermometer","short_names":["thermometer"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LABEL","short_name":"label","short_names":["label"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOOKMARK","short_name":"bookmark","short_names":["bookmark"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOILET","short_name":"toilet","short_names":["toilet"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHOWER","short_name":"shower","short_names":["shower"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BATHTUB","short_name":"bathtub","short_names":["bathtub"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KEY","short_name":"key","short_names":["key"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"OLD KEY","short_name":"old_key","short_names":["old_key"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COUCH AND LAMP","short_name":"couch_and_lamp","short_names":["couch_and_lamp"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SLEEPING ACCOMMODATION","short_name":"sleeping_accommodation","short_names":["sleeping_accommodation"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BED","short_name":"bed","short_names":["bed"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOOR","short_name":"door","short_names":["door"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BELLHOP BELL","short_name":"bellhop_bell","short_names":["bellhop_bell"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FRAME WITH PICTURE","short_name":"frame_with_picture","short_names":["frame_with_picture"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WORLD MAP","short_name":"world_map","short_names":["world_map"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UMBRELLA ON GROUND","short_name":"umbrella_on_ground","short_names":["umbrella_on_ground"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOYAI","short_name":"moyai","short_names":["moyai"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHOPPING BAGS","short_name":"shopping_bags","short_names":["shopping_bags"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BALLOON","short_name":"balloon","short_names":["balloon"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CARP STREAMER","short_name":"flags","short_names":["flags"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RIBBON","short_name":"ribbon","short_names":["ribbon"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WRAPPED PRESENT","short_name":"gift","short_names":["gift"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONFETTI BALL","short_name":"confetti_ball","short_names":["confetti_ball"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PARTY POPPER","short_name":"tada","short_names":["tada"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE DOLLS","short_name":"dolls","short_names":["dolls"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WIND CHIME","short_name":"wind_chime","short_names":["wind_chime"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROSSED FLAGS","short_name":"crossed_flags","short_names":["crossed_flags"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"IZAKAYA LANTERN","short_name":"izakaya_lantern","short_names":["izakaya_lantern","lantern"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ENVELOPE","short_name":"email","short_names":["email","envelope"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ENVELOPE WITH DOWNWARDS ARROW ABOVE","short_name":"envelope_with_arrow","short_names":["envelope_with_arrow"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INCOMING ENVELOPE","short_name":"incoming_envelope","short_names":["incoming_envelope"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"E-MAIL SYMBOL","short_name":"e-mail","short_names":["e-mail"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOVE LETTER","short_name":"love_letter","short_names":["love_letter"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POSTBOX","short_name":"postbox","short_names":["postbox"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED MAILBOX WITH LOWERED FLAG","short_name":"mailbox_closed","short_names":["mailbox_closed"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED MAILBOX WITH RAISED FLAG","short_name":"mailbox","short_names":["mailbox"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN MAILBOX WITH RAISED FLAG","short_name":"mailbox_with_mail","short_names":["mailbox_with_mail"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN MAILBOX WITH LOWERED FLAG","short_name":"mailbox_with_no_mail","short_names":["mailbox_with_no_mail"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PACKAGE","short_name":"package","short_names":["package"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POSTAL HORN","short_name":"postal_horn","short_names":["postal_horn"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INBOX TRAY","short_name":"inbox_tray","short_names":["inbox_tray"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OUTBOX TRAY","short_name":"outbox_tray","short_names":["outbox_tray"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCROLL","short_name":"scroll","short_names":["scroll"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAGE WITH CURL","short_name":"page_with_curl","short_names":["page_with_curl"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOOKMARK TABS","short_name":"bookmark_tabs","short_names":["bookmark_tabs"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BAR CHART","short_name":"bar_chart","short_names":["bar_chart"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHART WITH UPWARDS TREND","short_name":"chart_with_upwards_trend","short_names":["chart_with_upwards_trend"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHART WITH DOWNWARDS TREND","short_name":"chart_with_downwards_trend","short_names":["chart_with_downwards_trend"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAGE FACING UP","short_name":"page_facing_up","short_names":["page_facing_up"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CALENDAR","short_name":"date","short_names":["date"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TEAR-OFF CALENDAR","short_name":"calendar","short_names":["calendar"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIRAL CALENDAR PAD","short_name":"spiral_calendar_pad","short_names":["spiral_calendar_pad"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CARD INDEX","short_name":"card_index","short_names":["card_index"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CARD FILE BOX","short_name":"card_file_box","short_names":["card_file_box"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BALLOT BOX WITH BALLOT","short_name":"ballot_box_with_ballot","short_names":["ballot_box_with_ballot"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FILE CABINET","short_name":"file_cabinet","short_names":["file_cabinet"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLIPBOARD","short_name":"clipboard","short_names":["clipboard"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIRAL NOTE PAD","short_name":"spiral_note_pad","short_names":["spiral_note_pad"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FILE FOLDER","short_name":"file_folder","short_names":["file_folder"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN FILE FOLDER","short_name":"open_file_folder","short_names":["open_file_folder"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CARD INDEX DIVIDERS","short_name":"card_index_dividers","short_names":["card_index_dividers"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ROLLED-UP NEWSPAPER","short_name":"rolled_up_newspaper","short_names":["rolled_up_newspaper"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEWSPAPER","short_name":"newspaper","short_names":["newspaper"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NOTEBOOK","short_name":"notebook","short_names":["notebook"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED BOOK","short_name":"closed_book","short_names":["closed_book"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GREEN BOOK","short_name":"green_book","short_names":["green_book"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLUE BOOK","short_name":"blue_book","short_names":["blue_book"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ORANGE BOOK","short_name":"orange_book","short_names":["orange_book"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NOTEBOOK WITH DECORATIVE COVER","short_name":"notebook_with_decorative_cover","short_names":["notebook_with_decorative_cover"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEDGER","short_name":"ledger","short_names":["ledger"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOOKS","short_name":"books","short_names":["books"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN BOOK","short_name":"book","short_names":["book","open_book"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LINK SYMBOL","short_name":"link","short_names":["link"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAPERCLIP","short_name":"paperclip","short_names":["paperclip"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LINKED PAPERCLIPS","short_name":"linked_paperclips","short_names":["linked_paperclips"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SCISSORS","short_name":"scissors","short_names":["scissors"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRIANGULAR RULER","short_name":"triangular_ruler","short_names":["triangular_ruler"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STRAIGHT RULER","short_name":"straight_ruler","short_names":["straight_ruler"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PUSHPIN","short_name":"pushpin","short_names":["pushpin"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROUND PUSHPIN","short_name":"round_pushpin","short_names":["round_pushpin"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRIANGULAR FLAG ON POST","short_name":"triangular_flag_on_post","short_names":["triangular_flag_on_post"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WAVING WHITE FLAG","short_name":"waving_white_flag","short_names":["waving_white_flag"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WAVING BLACK FLAG","short_name":"waving_black_flag","short_names":["waving_black_flag"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED LOCK WITH KEY","short_name":"closed_lock_with_key","short_names":["closed_lock_with_key"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOCK","short_name":"lock","short_names":["lock"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN LOCK","short_name":"unlock","short_names":["unlock"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOCK WITH INK PEN","short_name":"lock_with_ink_pen","short_names":["lock_with_ink_pen"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT BALLPOINT PEN","short_name":"lower_left_ballpoint_pen","short_names":["lower_left_ballpoint_pen"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT FOUNTAIN PEN","short_name":"lower_left_fountain_pen","short_names":["lower_left_fountain_pen"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK NIB","short_name":"black_nib","short_names":["black_nib"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEMO","short_name":"memo","short_names":["memo","pencil"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PENCIL","short_name":"pencil2","short_names":["pencil2"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT CRAYON","short_name":"lower_left_crayon","short_names":["lower_left_crayon"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LOWER LEFT PAINTBRUSH","short_name":"lower_left_paintbrush","short_names":["lower_left_paintbrush"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEFT-POINTING MAGNIFYING GLASS","short_name":"mag","short_names":["mag"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RIGHT-POINTING MAGNIFYING GLASS","short_name":"mag_right","short_names":["mag_right"],"sort_order":178}],"Nature":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOG FACE","short_name":"dog","short_names":["dog"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT FACE","short_name":"cat","short_names":["cat"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUSE FACE","short_name":"mouse","short_names":["mouse"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAMSTER FACE","short_name":"hamster","short_names":["hamster"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RABBIT FACE","short_name":"rabbit","short_names":["rabbit"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BEAR FACE","short_name":"bear","short_names":["bear"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PANDA FACE","short_name":"panda_face","short_names":["panda_face"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KOALA","short_name":"koala","short_names":["koala"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TIGER FACE","short_name":"tiger","short_names":["tiger"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"LION FACE","short_name":"lion_face","short_names":["lion_face"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COW FACE","short_name":"cow","short_names":["cow"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PIG FACE","short_name":"pig","short_names":["pig"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PIG NOSE","short_name":"pig_nose","short_names":["pig_nose"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FROG FACE","short_name":"frog","short_names":["frog"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OCTOPUS","short_name":"octopus","short_names":["octopus"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONKEY FACE","short_name":"monkey_face","short_names":["monkey_face"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SEE-NO-EVIL MONKEY","short_name":"see_no_evil","short_names":["see_no_evil"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEAR-NO-EVIL MONKEY","short_name":"hear_no_evil","short_names":["hear_no_evil"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEAK-NO-EVIL MONKEY","short_name":"speak_no_evil","short_names":["speak_no_evil"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONKEY","short_name":"monkey","short_names":["monkey"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHICKEN","short_name":"chicken","short_names":["chicken"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PENGUIN","short_name":"penguin","short_names":["penguin"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BIRD","short_name":"bird","short_names":["bird"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY CHICK","short_name":"baby_chick","short_names":["baby_chick"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HATCHING CHICK","short_name":"hatching_chick","short_names":["hatching_chick"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FRONT-FACING BABY CHICK","short_name":"hatched_chick","short_names":["hatched_chick"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOLF FACE","short_name":"wolf","short_names":["wolf"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOAR","short_name":"boar","short_names":["boar"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORSE FACE","short_name":"horse","short_names":["horse"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UNICORN FACE","short_name":"unicorn_face","short_names":["unicorn_face"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HONEYBEE","short_name":"bee","short_names":["bee","honeybee"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUG","short_name":"bug","short_names":["bug"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNAIL","short_name":"snail","short_names":["snail"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LADY BEETLE","short_name":"beetle","short_names":["beetle"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANT","short_name":"ant","short_names":["ant"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIDER","short_name":"spider","short_names":["spider"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SCORPION","short_name":"scorpion","short_names":["scorpion"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CRAB","short_name":"crab","short_names":["crab"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNAKE","short_name":"snake","short_names":["snake"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TURTLE","short_name":"turtle","short_names":["turtle"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROPICAL FISH","short_name":"tropical_fish","short_names":["tropical_fish"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISH","short_name":"fish","short_names":["fish"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLOWFISH","short_name":"blowfish","short_names":["blowfish"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOLPHIN","short_name":"dolphin","short_names":["dolphin","flipper"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPOUTING WHALE","short_name":"whale","short_names":["whale"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHALE","short_name":"whale2","short_names":["whale2"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROCODILE","short_name":"crocodile","short_names":["crocodile"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEOPARD","short_name":"leopard","short_names":["leopard"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TIGER","short_name":"tiger2","short_names":["tiger2"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATER BUFFALO","short_name":"water_buffalo","short_names":["water_buffalo"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OX","short_name":"ox","short_names":["ox"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COW","short_name":"cow2","short_names":["cow2"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DROMEDARY CAMEL","short_name":"dromedary_camel","short_names":["dromedary_camel"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BACTRIAN CAMEL","short_name":"camel","short_names":["camel"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ELEPHANT","short_name":"elephant","short_names":["elephant"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GOAT","short_name":"goat","short_names":["goat"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAM","short_name":"ram","short_names":["ram"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHEEP","short_name":"sheep","short_names":["sheep"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORSE","short_name":"racehorse","short_names":["racehorse"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PIG","short_name":"pig2","short_names":["pig2"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAT","short_name":"rat","short_names":["rat"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUSE","short_name":"mouse2","short_names":["mouse2"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROOSTER","short_name":"rooster","short_names":["rooster"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TURKEY","short_name":"turkey","short_names":["turkey"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DOVE OF PEACE","short_name":"dove_of_peace","short_names":["dove_of_peace"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOG","short_name":"dog2","short_names":["dog2"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POODLE","short_name":"poodle","short_names":["poodle"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT","short_name":"cat2","short_names":["cat2"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RABBIT","short_name":"rabbit2","short_names":["rabbit2"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CHIPMUNK","short_name":"chipmunk","short_names":["chipmunk"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PAW PRINTS","short_name":"feet","short_names":["feet","paw_prints"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DRAGON","short_name":"dragon","short_names":["dragon"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DRAGON FACE","short_name":"dragon_face","short_names":["dragon_face"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CACTUS","short_name":"cactus","short_names":["cactus"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHRISTMAS TREE","short_name":"christmas_tree","short_names":["christmas_tree"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EVERGREEN TREE","short_name":"evergreen_tree","short_names":["evergreen_tree"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DECIDUOUS TREE","short_name":"deciduous_tree","short_names":["deciduous_tree"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PALM TREE","short_name":"palm_tree","short_names":["palm_tree"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SEEDLING","short_name":"seedling","short_names":["seedling"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HERB","short_name":"herb","short_names":["herb"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHAMROCK","short_name":"shamrock","short_names":["shamrock"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOUR LEAF CLOVER","short_name":"four_leaf_clover","short_names":["four_leaf_clover"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PINE DECORATION","short_name":"bamboo","short_names":["bamboo"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TANABATA TREE","short_name":"tanabata_tree","short_names":["tanabata_tree"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEAF FLUTTERING IN WIND","short_name":"leaves","short_names":["leaves"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FALLEN LEAF","short_name":"fallen_leaf","short_names":["fallen_leaf"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAPLE LEAF","short_name":"maple_leaf","short_names":["maple_leaf"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EAR OF RICE","short_name":"ear_of_rice","short_names":["ear_of_rice"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIBISCUS","short_name":"hibiscus","short_names":["hibiscus"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNFLOWER","short_name":"sunflower","short_names":["sunflower"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROSE","short_name":"rose","short_names":["rose"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TULIP","short_name":"tulip","short_names":["tulip"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLOSSOM","short_name":"blossom","short_names":["blossom"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHERRY BLOSSOM","short_name":"cherry_blossom","short_names":["cherry_blossom"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOUQUET","short_name":"bouquet","short_names":["bouquet"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSHROOM","short_name":"mushroom","short_names":["mushroom"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHESTNUT","short_name":"chestnut","short_names":["chestnut"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JACK-O-LANTERN","short_name":"jack_o_lantern","short_names":["jack_o_lantern"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPIRAL SHELL","short_name":"shell","short_names":["shell"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPIDER WEB","short_name":"spider_web","short_names":["spider_web"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EARTH GLOBE AMERICAS","short_name":"earth_americas","short_names":["earth_americas"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EARTH GLOBE EUROPE-AFRICA","short_name":"earth_africa","short_names":["earth_africa"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EARTH GLOBE ASIA-AUSTRALIA","short_name":"earth_asia","short_names":["earth_asia"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FULL MOON SYMBOL","short_name":"full_moon","short_names":["full_moon"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WANING GIBBOUS MOON SYMBOL","short_name":"waning_gibbous_moon","short_names":["waning_gibbous_moon"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LAST QUARTER MOON SYMBOL","short_name":"last_quarter_moon","short_names":["last_quarter_moon"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WANING CRESCENT MOON SYMBOL","short_name":"waning_crescent_moon","short_names":["waning_crescent_moon"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEW MOON SYMBOL","short_name":"new_moon","short_names":["new_moon"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAXING CRESCENT MOON SYMBOL","short_name":"waxing_crescent_moon","short_names":["waxing_crescent_moon"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRST QUARTER MOON SYMBOL","short_name":"first_quarter_moon","short_names":["first_quarter_moon"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAXING GIBBOUS MOON SYMBOL","short_name":"moon","short_names":["moon","waxing_gibbous_moon"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEW MOON WITH FACE","short_name":"new_moon_with_face","short_names":["new_moon_with_face"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FULL MOON WITH FACE","short_name":"full_moon_with_face","short_names":["full_moon_with_face"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRST QUARTER MOON WITH FACE","short_name":"first_quarter_moon_with_face","short_names":["first_quarter_moon_with_face"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LAST QUARTER MOON WITH FACE","short_name":"last_quarter_moon_with_face","short_names":["last_quarter_moon_with_face"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUN WITH FACE","short_name":"sun_with_face","short_names":["sun_with_face"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRESCENT MOON","short_name":"crescent_moon","short_names":["crescent_moon"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE MEDIUM STAR","short_name":"star","short_names":["star"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GLOWING STAR","short_name":"star2","short_names":["star2"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIZZY SYMBOL","short_name":"dizzy","short_names":["dizzy"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPARKLES","short_name":"sparkles","short_names":["sparkles"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"COMET","short_name":"comet","short_names":["comet"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BLACK SUN WITH RAYS","short_name":"sunny","short_names":["sunny"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE SUN WITH SMALL CLOUD","short_name":"mostly_sunny","short_names":["mostly_sunny","sun_small_cloud"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUN BEHIND CLOUD","short_name":"partly_sunny","short_names":["partly_sunny"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE SUN BEHIND CLOUD","short_name":"barely_sunny","short_names":["barely_sunny","sun_behind_cloud"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE SUN BEHIND CLOUD WITH RAIN","short_name":"partly_sunny_rain","short_names":["partly_sunny_rain","sun_behind_rain_cloud"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOUD","short_name":"cloud","short_names":["cloud"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH RAIN","short_name":"rain_cloud","short_names":["rain_cloud"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THUNDER CLOUD AND RAIN","short_name":"thunder_cloud_and_rain","short_names":["thunder_cloud_and_rain"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH LIGHTNING","short_name":"lightning","short_names":["lightning","lightning_cloud"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH VOLTAGE SIGN","short_name":"zap","short_names":["zap"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRE","short_name":"fire","short_names":["fire"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COLLISION SYMBOL","short_name":"boom","short_names":["boom","collision"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNOWFLAKE","short_name":"snowflake","short_names":["snowflake"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH SNOW","short_name":"snow_cloud","short_names":["snow_cloud"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SNOWMAN","short_name":"snowman","short_names":["snowman"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNOWMAN WITHOUT SNOW","short_name":"snowman_without_snow","short_names":["snowman_without_snow"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WIND BLOWING FACE","short_name":"wind_blowing_face","short_names":["wind_blowing_face"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DASH SYMBOL","short_name":"dash","short_names":["dash"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLOUD WITH TORNADO","short_name":"tornado","short_names":["tornado","tornado_cloud"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FOG","short_name":"fog","short_names":["fog"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UMBRELLA","short_name":"umbrella","short_names":["umbrella"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UMBRELLA WITH RAIN DROPS","short_name":"umbrella_with_rain_drops","short_names":["umbrella_with_rain_drops"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DROPLET","short_name":"droplet","short_names":["droplet"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPLASHING SWEAT SYMBOL","short_name":"sweat_drops","short_names":["sweat_drops"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATER WAVE","short_name":"ocean","short_names":["ocean"],"sort_order":147}],"Foods":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GREEN APPLE","short_name":"green_apple","short_names":["green_apple"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RED APPLE","short_name":"apple","short_names":["apple"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PEAR","short_name":"pear","short_names":["pear"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TANGERINE","short_name":"tangerine","short_names":["tangerine"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LEMON","short_name":"lemon","short_names":["lemon"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANANA","short_name":"banana","short_names":["banana"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WATERMELON","short_name":"watermelon","short_names":["watermelon"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRAPES","short_name":"grapes","short_names":["grapes"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STRAWBERRY","short_name":"strawberry","short_names":["strawberry"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MELON","short_name":"melon","short_names":["melon"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHERRIES","short_name":"cherries","short_names":["cherries"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PEACH","short_name":"peach","short_names":["peach"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PINEAPPLE","short_name":"pineapple","short_names":["pineapple"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOMATO","short_name":"tomato","short_names":["tomato"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AUBERGINE","short_name":"eggplant","short_names":["eggplant"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOT PEPPER","short_name":"hot_pepper","short_names":["hot_pepper"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EAR OF MAIZE","short_name":"corn","short_names":["corn"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROASTED SWEET POTATO","short_name":"sweet_potato","short_names":["sweet_potato"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HONEY POT","short_name":"honey_pot","short_names":["honey_pot"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BREAD","short_name":"bread","short_names":["bread"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CHEESE WEDGE","short_name":"cheese_wedge","short_names":["cheese_wedge"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POULTRY LEG","short_name":"poultry_leg","short_names":["poultry_leg"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MEAT ON BONE","short_name":"meat_on_bone","short_names":["meat_on_bone"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FRIED SHRIMP","short_name":"fried_shrimp","short_names":["fried_shrimp"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COOKING","short_name":"egg","short_names":["egg"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAMBURGER","short_name":"hamburger","short_names":["hamburger"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FRENCH FRIES","short_name":"fries","short_names":["fries"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOT DOG","short_name":"hotdog","short_names":["hotdog"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLICE OF PIZZA","short_name":"pizza","short_names":["pizza"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPAGHETTI","short_name":"spaghetti","short_names":["spaghetti"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TACO","short_name":"taco","short_names":["taco"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BURRITO","short_name":"burrito","short_names":["burrito"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STEAMING BOWL","short_name":"ramen","short_names":["ramen"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POT OF FOOD","short_name":"stew","short_names":["stew"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISH CAKE WITH SWIRL DESIGN","short_name":"fish_cake","short_names":["fish_cake"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUSHI","short_name":"sushi","short_names":["sushi"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BENTO BOX","short_name":"bento","short_names":["bento"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CURRY AND RICE","short_name":"curry","short_names":["curry"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RICE BALL","short_name":"rice_ball","short_names":["rice_ball"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COOKED RICE","short_name":"rice","short_names":["rice"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RICE CRACKER","short_name":"rice_cracker","short_names":["rice_cracker"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ODEN","short_name":"oden","short_names":["oden"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DANGO","short_name":"dango","short_names":["dango"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHAVED ICE","short_name":"shaved_ice","short_names":["shaved_ice"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ICE CREAM","short_name":"ice_cream","short_names":["ice_cream"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOFT ICE CREAM","short_name":"icecream","short_names":["icecream"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHORTCAKE","short_name":"cake","short_names":["cake"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BIRTHDAY CAKE","short_name":"birthday","short_names":["birthday"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CUSTARD","short_name":"custard","short_names":["custard"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CANDY","short_name":"candy","short_names":["candy"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOLLIPOP","short_name":"lollipop","short_names":["lollipop"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHOCOLATE BAR","short_name":"chocolate_bar","short_names":["chocolate_bar"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"POPCORN","short_name":"popcorn","short_names":["popcorn"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DOUGHNUT","short_name":"doughnut","short_names":["doughnut"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COOKIE","short_name":"cookie","short_names":["cookie"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BEER MUG","short_name":"beer","short_names":["beer"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLINKING BEER MUGS","short_name":"beers","short_names":["beers"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WINE GLASS","short_name":"wine_glass","short_names":["wine_glass"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COCKTAIL GLASS","short_name":"cocktail","short_names":["cocktail"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROPICAL DRINK","short_name":"tropical_drink","short_names":["tropical_drink"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BOTTLE WITH POPPING CORK","short_name":"champagne","short_names":["champagne"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAKE BOTTLE AND CUP","short_name":"sake","short_names":["sake"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TEACUP WITHOUT HANDLE","short_name":"tea","short_names":["tea"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOT BEVERAGE","short_name":"coffee","short_names":["coffee"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY BOTTLE","short_name":"baby_bottle","short_names":["baby_bottle"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FORK AND KNIFE","short_name":"fork_and_knife","short_names":["fork_and_knife"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FORK AND KNIFE WITH PLATE","short_name":"knife_fork_plate","short_names":["knife_fork_plate"],"sort_order":67}],"People":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRINNING FACE","short_name":"grinning","short_names":["grinning"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRIMACING FACE","short_name":"grimacing","short_names":["grimacing"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRINNING FACE WITH SMILING EYES","short_name":"grin","short_names":["grin"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH TEARS OF JOY","short_name":"joy","short_names":["joy"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH","short_name":"smiley","short_names":["smiley"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH AND SMILING EYES","short_name":"smile","short_names":["smile"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH AND COLD SWEAT","short_name":"sweat_smile","short_names":["sweat_smile"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES","short_name":"laughing","short_names":["laughing","satisfied"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH HALO","short_name":"innocent","short_names":["innocent"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WINKING FACE","short_name":"wink","short_names":["wink"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH SMILING EYES","short_name":"blush","short_names":["blush"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLIGHTLY SMILING FACE","short_name":"slightly_smiling_face","short_names":["slightly_smiling_face"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"UPSIDE-DOWN FACE","short_name":"upside_down_face","short_names":["upside_down_face"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE SMILING FACE","short_name":"relaxed","short_names":["relaxed"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE SAVOURING DELICIOUS FOOD","short_name":"yum","short_names":["yum"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RELIEVED FACE","short_name":"relieved","short_names":["relieved"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH HEART-SHAPED EYES","short_name":"heart_eyes","short_names":["heart_eyes"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE THROWING A KISS","short_name":"kissing_heart","short_names":["kissing_heart"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING FACE","short_name":"kissing","short_names":["kissing"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING FACE WITH SMILING EYES","short_name":"kissing_smiling_eyes","short_names":["kissing_smiling_eyes"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING FACE WITH CLOSED EYES","short_name":"kissing_closed_eyes","short_names":["kissing_closed_eyes"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH STUCK-OUT TONGUE AND WINKING EYE","short_name":"stuck_out_tongue_winking_eye","short_names":["stuck_out_tongue_winking_eye"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES","short_name":"stuck_out_tongue_closed_eyes","short_names":["stuck_out_tongue_closed_eyes"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH STUCK-OUT TONGUE","short_name":"stuck_out_tongue","short_names":["stuck_out_tongue"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MONEY-MOUTH FACE","short_name":"money_mouth_face","short_names":["money_mouth_face"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"NERD FACE","short_name":"nerd_face","short_names":["nerd_face"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH SUNGLASSES","short_name":"sunglasses","short_names":["sunglasses"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HUGGING FACE","short_name":"hugging_face","short_names":["hugging_face"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMIRKING FACE","short_name":"smirk","short_names":["smirk"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITHOUT MOUTH","short_name":"no_mouth","short_names":["no_mouth"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NEUTRAL FACE","short_name":"neutral_face","short_names":["neutral_face"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EXPRESSIONLESS FACE","short_name":"expressionless","short_names":["expressionless"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"UNAMUSED FACE","short_name":"unamused","short_names":["unamused"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FACE WITH ROLLING EYES","short_name":"face_with_rolling_eyes","short_names":["face_with_rolling_eyes"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"THINKING FACE","short_name":"thinking_face","short_names":["thinking_face"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLUSHED FACE","short_name":"flushed","short_names":["flushed"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DISAPPOINTED FACE","short_name":"disappointed","short_names":["disappointed"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WORRIED FACE","short_name":"worried","short_names":["worried"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANGRY FACE","short_name":"angry","short_names":["angry"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POUTING FACE","short_name":"rage","short_names":["rage"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PENSIVE FACE","short_name":"pensive","short_names":["pensive"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONFUSED FACE","short_name":"confused","short_names":["confused"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SLIGHTLY FROWNING FACE","short_name":"slightly_frowning_face","short_names":["slightly_frowning_face"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WHITE FROWNING FACE","short_name":"white_frowning_face","short_names":["white_frowning_face"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSEVERING FACE","short_name":"persevere","short_names":["persevere"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONFOUNDED FACE","short_name":"confounded","short_names":["confounded"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TIRED FACE","short_name":"tired_face","short_names":["tired_face"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WEARY FACE","short_name":"weary","short_names":["weary"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH LOOK OF TRIUMPH","short_name":"triumph","short_names":["triumph"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH OPEN MOUTH","short_name":"open_mouth","short_names":["open_mouth"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE SCREAMING IN FEAR","short_name":"scream","short_names":["scream"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FEARFUL FACE","short_name":"fearful","short_names":["fearful"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH OPEN MOUTH AND COLD SWEAT","short_name":"cold_sweat","short_names":["cold_sweat"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HUSHED FACE","short_name":"hushed","short_names":["hushed"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FROWNING FACE WITH OPEN MOUTH","short_name":"frowning","short_names":["frowning"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANGUISHED FACE","short_name":"anguished","short_names":["anguished"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRYING FACE","short_name":"cry","short_names":["cry"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DISAPPOINTED BUT RELIEVED FACE","short_name":"disappointed_relieved","short_names":["disappointed_relieved"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLEEPY FACE","short_name":"sleepy","short_names":["sleepy"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH COLD SWEAT","short_name":"sweat","short_names":["sweat"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOUDLY CRYING FACE","short_name":"sob","short_names":["sob"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIZZY FACE","short_name":"dizzy_face","short_names":["dizzy_face"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ASTONISHED FACE","short_name":"astonished","short_names":["astonished"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ZIPPER-MOUTH FACE","short_name":"zipper_mouth_face","short_names":["zipper_mouth_face"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH MEDICAL MASK","short_name":"mask","short_names":["mask"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FACE WITH THERMOMETER","short_name":"face_with_thermometer","short_names":["face_with_thermometer"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FACE WITH HEAD-BANDAGE","short_name":"face_with_head_bandage","short_names":["face_with_head_bandage"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLEEPING FACE","short_name":"sleeping","short_names":["sleeping"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLEEPING SYMBOL","short_name":"zzz","short_names":["zzz"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PILE OF POO","short_name":"hankey","short_names":["hankey","poop","shit"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING FACE WITH HORNS","short_name":"smiling_imp","short_names":["smiling_imp"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"IMP","short_name":"imp","short_names":["imp"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE OGRE","short_name":"japanese_ogre","short_names":["japanese_ogre"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE GOBLIN","short_name":"japanese_goblin","short_names":["japanese_goblin"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SKULL","short_name":"skull","short_names":["skull"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GHOST","short_name":"ghost","short_names":["ghost"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EXTRATERRESTRIAL ALIEN","short_name":"alien","short_names":["alien"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ROBOT FACE","short_name":"robot_face","short_names":["robot_face"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING CAT FACE WITH OPEN MOUTH","short_name":"smiley_cat","short_names":["smiley_cat"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRINNING CAT FACE WITH SMILING EYES","short_name":"smile_cat","short_names":["smile_cat"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT FACE WITH TEARS OF JOY","short_name":"joy_cat","short_names":["joy_cat"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SMILING CAT FACE WITH HEART-SHAPED EYES","short_name":"heart_eyes_cat","short_names":["heart_eyes_cat"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAT FACE WITH WRY SMILE","short_name":"smirk_cat","short_names":["smirk_cat"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISSING CAT FACE WITH CLOSED EYES","short_name":"kissing_cat","short_names":["kissing_cat"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WEARY CAT FACE","short_name":"scream_cat","short_names":["scream_cat"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CRYING CAT FACE","short_name":"crying_cat_face","short_names":["crying_cat_face"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POUTING CAT FACE","short_name":"pouting_cat","short_names":["pouting_cat"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON RAISING BOTH HANDS IN CELEBRATION","short_name":"raised_hands","short_names":["raised_hands"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLAPPING HANDS SIGN","short_name":"clap","short_names":["clap"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WAVING HAND SIGN","short_name":"wave","short_names":["wave"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"THUMBS UP SIGN","short_name":"+1","short_names":["+1","thumbsup"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"THUMBS DOWN SIGN","short_name":"-1","short_names":["-1","thumbsdown"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISTED HAND SIGN","short_name":"facepunch","short_names":["facepunch","punch"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAISED FIST","short_name":"fist","short_names":["fist"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VICTORY HAND","short_name":"v","short_names":["v"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OK HAND SIGN","short_name":"ok_hand","short_names":["ok_hand"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAISED HAND","short_name":"hand","short_names":["hand","raised_hand"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OPEN HANDS SIGN","short_name":"open_hands","short_names":["open_hands"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLEXED BICEPS","short_name":"muscle","short_names":["muscle"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON WITH FOLDED HANDS","short_name":"pray","short_names":["pray"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE UP POINTING INDEX","short_name":"point_up","short_names":["point_up"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE UP POINTING BACKHAND INDEX","short_name":"point_up_2","short_names":["point_up_2"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE DOWN POINTING BACKHAND INDEX","short_name":"point_down","short_names":["point_down"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE LEFT POINTING BACKHAND INDEX","short_name":"point_left","short_names":["point_left"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WHITE RIGHT POINTING BACKHAND INDEX","short_name":"point_right","short_names":["point_right"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REVERSED HAND WITH MIDDLE FINGER EXTENDED","short_name":"middle_finger","short_names":["middle_finger","reversed_hand_with_middle_finger_extended"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RAISED HAND WITH FINGERS SPLAYED","short_name":"raised_hand_with_fingers_splayed","short_names":["raised_hand_with_fingers_splayed"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SIGN OF THE HORNS","short_name":"the_horns","short_names":["the_horns","sign_of_the_horns"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS","short_name":"spock-hand","short_names":["spock-hand"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WRITING HAND","short_name":"writing_hand","short_names":["writing_hand"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NAIL POLISH","short_name":"nail_care","short_names":["nail_care"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUTH","short_name":"lips","short_names":["lips"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TONGUE","short_name":"tongue","short_names":["tongue"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EAR","short_name":"ear","short_names":["ear"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NOSE","short_name":"nose","short_names":["nose"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EYE","short_name":"eye","short_names":["eye"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EYES","short_name":"eyes","short_names":["eyes"],"sort_order":117},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUST IN SILHOUETTE","short_name":"bust_in_silhouette","short_names":["bust_in_silhouette"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUSTS IN SILHOUETTE","short_name":"busts_in_silhouette","short_names":["busts_in_silhouette"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPEAKING HEAD IN SILHOUETTE","short_name":"speaking_head_in_silhouette","short_names":["speaking_head_in_silhouette"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY","short_name":"baby","short_names":["baby"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOY","short_name":"boy","short_names":["boy"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GIRL","short_name":"girl","short_names":["girl"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN","short_name":"man","short_names":["man"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMAN","short_name":"woman","short_names":["woman"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON WITH BLOND HAIR","short_name":"person_with_blond_hair","short_names":["person_with_blond_hair"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OLDER MAN","short_name":"older_man","short_names":["older_man"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OLDER WOMAN","short_name":"older_woman","short_names":["older_woman"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN WITH GUA PI MAO","short_name":"man_with_gua_pi_mao","short_names":["man_with_gua_pi_mao"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN WITH TURBAN","short_name":"man_with_turban","short_names":["man_with_turban"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POLICE OFFICER","short_name":"cop","short_names":["cop"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONSTRUCTION WORKER","short_name":"construction_worker","short_names":["construction_worker"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GUARDSMAN","short_name":"guardsman","short_names":["guardsman"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SLEUTH OR SPY","short_name":"sleuth_or_spy","short_names":["sleuth_or_spy"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FATHER CHRISTMAS","short_name":"santa","short_names":["santa"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BABY ANGEL","short_name":"angel","short_names":["angel"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PRINCESS","short_name":"princess","short_names":["princess"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BRIDE WITH VEIL","short_name":"bride_with_veil","short_names":["bride_with_veil"],"sort_order":138},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PEDESTRIAN","short_name":"walking","short_names":["walking"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RUNNER","short_name":"runner","short_names":["runner","running"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DANCER","short_name":"dancer","short_names":["dancer"],"sort_order":141},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMAN WITH BUNNY EARS","short_name":"dancers","short_names":["dancers"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MAN AND WOMAN HOLDING HANDS","short_name":"couple","short_names":["couple","man_and_woman_holding_hands"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWO MEN HOLDING HANDS","short_name":"two_men_holding_hands","short_names":["two_men_holding_hands"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TWO WOMEN HOLDING HANDS","short_name":"two_women_holding_hands","short_names":["two_women_holding_hands"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON BOWING DEEPLY","short_name":"bow","short_names":["bow"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"INFORMATION DESK PERSON","short_name":"information_desk_person","short_names":["information_desk_person"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH NO GOOD GESTURE","short_name":"no_good","short_names":["no_good"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE WITH OK GESTURE","short_name":"ok_woman","short_names":["ok_woman"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAPPY PERSON RAISING ONE HAND","short_name":"raising_hand","short_names":["raising_hand"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON WITH POUTING FACE","short_name":"person_with_pouting_face","short_names":["person_with_pouting_face"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERSON FROWNING","short_name":"person_frowning","short_names":["person_frowning"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HAIRCUT","short_name":"haircut","short_names":["haircut"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACE MASSAGE","short_name":"massage","short_names":["massage"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"COUPLE WITH HEART","short_name":"couple_with_heart","short_names":["couple_with_heart"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-heart-woman","short_names":["woman-heart-woman"],"sort_order":156},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-heart-man","short_names":["man-heart-man"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISS","short_name":"couplekiss","short_names":["couplekiss"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-kiss-woman","short_names":["woman-kiss-woman"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-kiss-man","short_names":["man-kiss-man"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FAMILY","short_name":"family","short_names":["family","man-woman-boy"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-girl","short_names":["man-woman-girl"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-girl-boy","short_names":["man-woman-girl-boy"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-boy-boy","short_names":["man-woman-boy-boy"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-woman-girl-girl","short_names":["man-woman-girl-girl"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-boy","short_names":["woman-woman-boy"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-girl","short_names":["woman-woman-girl"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-girl-boy","short_names":["woman-woman-girl-boy"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-boy-boy","short_names":["woman-woman-boy-boy"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"woman-woman-girl-girl","short_names":["woman-woman-girl-girl"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-boy","short_names":["man-man-boy"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-girl","short_names":["man-man-girl"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-girl-boy","short_names":["man-man-girl-boy"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-boy-boy","short_names":["man-man-boy-boy"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":null,"short_name":"man-man-girl-girl","short_names":["man-man-girl-girl"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS CLOTHES","short_name":"womans_clothes","short_names":["womans_clothes"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"T-SHIRT","short_name":"shirt","short_names":["shirt","tshirt"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JEANS","short_name":"jeans","short_names":["jeans"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NECKTIE","short_name":"necktie","short_names":["necktie"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DRESS","short_name":"dress","short_names":["dress"],"sort_order":180},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BIKINI","short_name":"bikini","short_names":["bikini"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KIMONO","short_name":"kimono","short_names":["kimono"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LIPSTICK","short_name":"lipstick","short_names":["lipstick"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"KISS MARK","short_name":"kiss","short_names":["kiss"],"sort_order":184},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOOTPRINTS","short_name":"footprints","short_names":["footprints"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH-HEELED SHOE","short_name":"high_heel","short_names":["high_heel"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS SANDAL","short_name":"sandal","short_names":["sandal"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS BOOTS","short_name":"boot","short_names":["boot"],"sort_order":188},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MANS SHOE","short_name":"mans_shoe","short_names":["mans_shoe","shoe"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ATHLETIC SHOE","short_name":"athletic_shoe","short_names":["athletic_shoe"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WOMANS HAT","short_name":"womans_hat","short_names":["womans_hat"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOP HAT","short_name":"tophat","short_names":["tophat"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HELMET WITH WHITE CROSS","short_name":"helmet_with_white_cross","short_names":["helmet_with_white_cross"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GRADUATION CAP","short_name":"mortar_board","short_names":["mortar_board"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CROWN","short_name":"crown","short_names":["crown"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCHOOL SATCHEL","short_name":"school_satchel","short_names":["school_satchel"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POUCH","short_name":"pouch","short_names":["pouch"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PURSE","short_name":"purse","short_names":["purse"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HANDBAG","short_name":"handbag","short_names":["handbag"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BRIEFCASE","short_name":"briefcase","short_names":["briefcase"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EYEGLASSES","short_name":"eyeglasses","short_names":["eyeglasses"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DARK SUNGLASSES","short_name":"dark_sunglasses","short_names":["dark_sunglasses"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RING","short_name":"ring","short_names":["ring"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLOSED UMBRELLA","short_name":"closed_umbrella","short_names":["closed_umbrella"],"sort_order":204}],"Places":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AUTOMOBILE","short_name":"car","short_names":["car","red_car"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TAXI","short_name":"taxi","short_names":["taxi"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RECREATIONAL VEHICLE","short_name":"blue_car","short_names":["blue_car"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUS","short_name":"bus","short_names":["bus"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROLLEYBUS","short_name":"trolleybus","short_names":["trolleybus"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RACING CAR","short_name":"racing_car","short_names":["racing_car"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POLICE CAR","short_name":"police_car","short_names":["police_car"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AMBULANCE","short_name":"ambulance","short_names":["ambulance"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIRE ENGINE","short_name":"fire_engine","short_names":["fire_engine"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MINIBUS","short_name":"minibus","short_names":["minibus"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DELIVERY TRUCK","short_name":"truck","short_names":["truck"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARTICULATED LORRY","short_name":"articulated_lorry","short_names":["articulated_lorry"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRACTOR","short_name":"tractor","short_names":["tractor"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RACING MOTORCYCLE","short_name":"racing_motorcycle","short_names":["racing_motorcycle"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BICYCLE","short_name":"bike","short_names":["bike"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"POLICE CARS REVOLVING LIGHT","short_name":"rotating_light","short_names":["rotating_light"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING POLICE CAR","short_name":"oncoming_police_car","short_names":["oncoming_police_car"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING BUS","short_name":"oncoming_bus","short_names":["oncoming_bus"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING AUTOMOBILE","short_name":"oncoming_automobile","short_names":["oncoming_automobile"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ONCOMING TAXI","short_name":"oncoming_taxi","short_names":["oncoming_taxi"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AERIAL TRAMWAY","short_name":"aerial_tramway","short_names":["aerial_tramway"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNTAIN CABLEWAY","short_name":"mountain_cableway","short_names":["mountain_cableway"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUSPENSION RAILWAY","short_name":"suspension_railway","short_names":["suspension_railway"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAILWAY CAR","short_name":"railway_car","short_names":["railway_car"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRAM CAR","short_name":"train","short_names":["train"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MONORAIL","short_name":"monorail","short_names":["monorail"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH-SPEED TRAIN","short_name":"bullettrain_side","short_names":["bullettrain_side"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HIGH-SPEED TRAIN WITH BULLET NOSE","short_name":"bullettrain_front","short_names":["bullettrain_front"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LIGHT RAIL","short_name":"light_rail","short_names":["light_rail"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNTAIN RAILWAY","short_name":"mountain_railway","short_names":["mountain_railway"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STEAM LOCOMOTIVE","short_name":"steam_locomotive","short_names":["steam_locomotive"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRAIN","short_name":"train2","short_names":["train2"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"METRO","short_name":"metro","short_names":["metro"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRAM","short_name":"tram","short_names":["tram"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STATION","short_name":"station","short_names":["station"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HELICOPTER","short_name":"helicopter","short_names":["helicopter"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SMALL AIRPLANE","short_name":"small_airplane","short_names":["small_airplane"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AIRPLANE","short_name":"airplane","short_names":["airplane"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"AIRPLANE DEPARTURE","short_name":"airplane_departure","short_names":["airplane_departure"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"AIRPLANE ARRIVING","short_name":"airplane_arriving","short_names":["airplane_arriving"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAILBOAT","short_name":"boat","short_names":["boat","sailboat"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOTOR BOAT","short_name":"motor_boat","short_names":["motor_boat"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SPEEDBOAT","short_name":"speedboat","short_names":["speedboat"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FERRY","short_name":"ferry","short_names":["ferry"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PASSENGER SHIP","short_name":"passenger_ship","short_names":["passenger_ship"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROCKET","short_name":"rocket","short_names":["rocket"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SATELLITE","short_name":"satellite","short_names":["satellite"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SEAT","short_name":"seat","short_names":["seat"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ANCHOR","short_name":"anchor","short_names":["anchor"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONSTRUCTION SIGN","short_name":"construction","short_names":["construction"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FUEL PUMP","short_name":"fuelpump","short_names":["fuelpump"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BUS STOP","short_name":"busstop","short_names":["busstop"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VERTICAL TRAFFIC LIGHT","short_name":"vertical_traffic_light","short_names":["vertical_traffic_light"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORIZONTAL TRAFFIC LIGHT","short_name":"traffic_light","short_names":["traffic_light"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHEQUERED FLAG","short_name":"checkered_flag","short_names":["checkered_flag"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHIP","short_name":"ship","short_names":["ship"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FERRIS WHEEL","short_name":"ferris_wheel","short_names":["ferris_wheel"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROLLER COASTER","short_name":"roller_coaster","short_names":["roller_coaster"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CAROUSEL HORSE","short_name":"carousel_horse","short_names":["carousel_horse"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BUILDING CONSTRUCTION","short_name":"building_construction","short_names":["building_construction"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOGGY","short_name":"foggy","short_names":["foggy"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TOKYO TOWER","short_name":"tokyo_tower","short_names":["tokyo_tower"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FACTORY","short_name":"factory","short_names":["factory"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FOUNTAIN","short_name":"fountain","short_names":["fountain"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOON VIEWING CEREMONY","short_name":"rice_scene","short_names":["rice_scene"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOUNTAIN","short_name":"mountain","short_names":["mountain"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SNOW CAPPED MOUNTAIN","short_name":"snow_capped_mountain","short_names":["snow_capped_mountain"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNT FUJI","short_name":"mount_fuji","short_names":["mount_fuji"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VOLCANO","short_name":"volcano","short_names":["volcano"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SILHOUETTE OF JAPAN","short_name":"japan","short_names":["japan"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CAMPING","short_name":"camping","short_names":["camping"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TENT","short_name":"tent","short_names":["tent"],"sort_order":72},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"NATIONAL PARK","short_name":"national_park","short_names":["national_park"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOTORWAY","short_name":"motorway","short_names":["motorway"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"RAILWAY TRACK","short_name":"railway_track","short_names":["railway_track"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNRISE","short_name":"sunrise","short_names":["sunrise"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNRISE OVER MOUNTAINS","short_name":"sunrise_over_mountains","short_names":["sunrise_over_mountains"],"sort_order":77},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DESERT","short_name":"desert","short_names":["desert"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BEACH WITH UMBRELLA","short_name":"beach_with_umbrella","short_names":["beach_with_umbrella"],"sort_order":79},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DESERT ISLAND","short_name":"desert_island","short_names":["desert_island"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SUNSET OVER BUILDINGS","short_name":"city_sunrise","short_names":["city_sunrise"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CITYSCAPE AT DUSK","short_name":"city_sunset","short_names":["city_sunset"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CITYSCAPE","short_name":"cityscape","short_names":["cityscape"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"NIGHT WITH STARS","short_name":"night_with_stars","short_names":["night_with_stars"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BRIDGE AT NIGHT","short_name":"bridge_at_night","short_names":["bridge_at_night"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MILKY WAY","short_name":"milky_way","short_names":["milky_way"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SHOOTING STAR","short_name":"stars","short_names":["stars"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIREWORK SPARKLER","short_name":"sparkler","short_names":["sparkler"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FIREWORKS","short_name":"fireworks","short_names":["fireworks"],"sort_order":89},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RAINBOW","short_name":"rainbow","short_names":["rainbow"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"HOUSE BUILDINGS","short_name":"house_buildings","short_names":["house_buildings"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EUROPEAN CASTLE","short_name":"european_castle","short_names":["european_castle"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE CASTLE","short_name":"japanese_castle","short_names":["japanese_castle"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"STADIUM","short_name":"stadium","short_names":["stadium"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"STATUE OF LIBERTY","short_name":"statue_of_liberty","short_names":["statue_of_liberty"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOUSE BUILDING","short_name":"house","short_names":["house"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOUSE WITH GARDEN","short_name":"house_with_garden","short_names":["house_with_garden"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"DERELICT HOUSE BUILDING","short_name":"derelict_house_building","short_names":["derelict_house_building"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"OFFICE BUILDING","short_name":"office","short_names":["office"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DEPARTMENT STORE","short_name":"department_store","short_names":["department_store"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"JAPANESE POST OFFICE","short_name":"post_office","short_names":["post_office"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"EUROPEAN POST OFFICE","short_name":"european_post_office","short_names":["european_post_office"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOSPITAL","short_name":"hospital","short_names":["hospital"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BANK","short_name":"bank","short_names":["bank"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HOTEL","short_name":"hotel","short_names":["hotel"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CONVENIENCE STORE","short_name":"convenience_store","short_names":["convenience_store"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SCHOOL","short_name":"school","short_names":["school"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"LOVE HOTEL","short_name":"love_hotel","short_names":["love_hotel"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"WEDDING","short_name":"wedding","short_names":["wedding"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CLASSICAL BUILDING","short_name":"classical_building","short_names":["classical_building"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CHURCH","short_name":"church","short_names":["church"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MOSQUE","short_name":"mosque","short_names":["mosque"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SYNAGOGUE","short_name":"synagogue","short_names":["synagogue"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"KAABA","short_name":"kaaba","short_names":["kaaba"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SHINTO SHRINE","short_name":"shinto_shrine","short_names":["shinto_shrine"],"sort_order":115}],"Activity":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SOCCER BALL","short_name":"soccer","short_names":["soccer"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BASKETBALL AND HOOP","short_name":"basketball","short_names":["basketball"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"AMERICAN FOOTBALL","short_name":"football","short_names":["football"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BASEBALL","short_name":"baseball","short_names":["baseball"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TENNIS RACQUET AND BALL","short_name":"tennis","short_names":["tennis"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"VOLLEYBALL","short_name":"volleyball","short_names":["volleyball"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RUGBY FOOTBALL","short_name":"rugby_football","short_names":["rugby_football"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BILLIARDS","short_name":"8ball","short_names":["8ball"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FLAG IN HOLE","short_name":"golf","short_names":["golf"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"GOLFER","short_name":"golfer","short_names":["golfer"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"TABLE TENNIS PADDLE AND BALL","short_name":"table_tennis_paddle_and_ball","short_names":["table_tennis_paddle_and_ball"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BADMINTON RACQUET AND SHUTTLECOCK","short_name":"badminton_racquet_and_shuttlecock","short_names":["badminton_racquet_and_shuttlecock"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ICE HOCKEY STICK AND PUCK","short_name":"ice_hockey_stick_and_puck","short_names":["ice_hockey_stick_and_puck"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"FIELD HOCKEY STICK AND BALL","short_name":"field_hockey_stick_and_ball","short_names":["field_hockey_stick_and_ball"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"CRICKET BAT AND BALL","short_name":"cricket_bat_and_ball","short_names":["cricket_bat_and_ball"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SKI AND SKI BOOT","short_name":"ski","short_names":["ski"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SKIER","short_name":"skier","short_names":["skier"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SNOWBOARDER","short_name":"snowboarder","short_names":["snowboarder"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ICE SKATE","short_name":"ice_skate","short_names":["ice_skate"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"BOW AND ARROW","short_name":"bow_and_arrow","short_names":["bow_and_arrow"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"FISHING POLE AND FISH","short_name":"fishing_pole_and_fish","short_names":["fishing_pole_and_fish"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ROWBOAT","short_name":"rowboat","short_names":["rowboat"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SWIMMER","short_name":"swimmer","short_names":["swimmer"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SURFER","short_name":"surfer","short_names":["surfer"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BATH","short_name":"bath","short_names":["bath"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"PERSON WITH BALL","short_name":"person_with_ball","short_names":["person_with_ball"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"WEIGHT LIFTER","short_name":"weight_lifter","short_names":["weight_lifter"],"sort_order":27},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BICYCLIST","short_name":"bicyclist","short_names":["bicyclist"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MOUNTAIN BICYCLIST","short_name":"mountain_bicyclist","short_names":["mountain_bicyclist"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HORSE RACING","short_name":"horse_racing","short_names":["horse_racing"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MAN IN BUSINESS SUIT LEVITATING","short_name":"man_in_business_suit_levitating","short_names":["man_in_business_suit_levitating"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TROPHY","short_name":"trophy","short_names":["trophy"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"RUNNING SHIRT WITH SASH","short_name":"running_shirt_with_sash","short_names":["running_shirt_with_sash"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"SPORTS MEDAL","short_name":"sports_medal","short_names":["sports_medal"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"MILITARY MEDAL","short_name":"medal","short_names":["medal"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REMINDER RIBBON","short_name":"reminder_ribbon","short_names":["reminder_ribbon"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ROSETTE","short_name":"rosette","short_names":["rosette"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TICKET","short_name":"ticket","short_names":["ticket"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"ADMISSION TICKETS","short_name":"admission_tickets","short_names":["admission_tickets"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"PERFORMING ARTS","short_name":"performing_arts","short_names":["performing_arts"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ARTIST PALETTE","short_name":"art","short_names":["art"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CIRCUS TENT","short_name":"circus_tent","short_names":["circus_tent"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MICROPHONE","short_name":"microphone","short_names":["microphone"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"HEADPHONE","short_name":"headphones","short_names":["headphones"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSICAL SCORE","short_name":"musical_score","short_names":["musical_score"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"MUSICAL KEYBOARD","short_name":"musical_keyboard","short_names":["musical_keyboard"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SAXOPHONE","short_name":"saxophone","short_names":["saxophone"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"TRUMPET","short_name":"trumpet","short_names":["trumpet"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GUITAR","short_name":"guitar","short_names":["guitar"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIOLIN","short_name":"violin","short_names":["violin"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"CLAPPER BOARD","short_name":"clapper","short_names":["clapper"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"VIDEO GAME","short_name":"video_game","short_names":["video_game"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"ALIEN MONSTER","short_name":"space_invader","short_names":["space_invader"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"DIRECT HIT","short_name":"dart","short_names":["dart"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"GAME DIE","short_name":"game_die","short_names":["game_die"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"SLOT MACHINE","short_name":"slot_machine","short_names":["slot_machine"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"BOWLING","short_name":"bowling","short_names":["bowling"],"sort_order":57}],"Skin Tones":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-1-2","short_name":"skin-tone-2","short_names":["skin-tone-2"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-3","short_name":"skin-tone-3","short_names":["skin-tone-3"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-4","short_name":"skin-tone-4","short_names":["skin-tone-4"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-5","short_name":"skin-tone-5","short_names":["skin-tone-5"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"EMOJI MODIFIER FITZPATRICK TYPE-6","short_name":"skin-tone-6","short_names":["skin-tone-6"],"sort_order":5}],"Flags":[{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AF","short_name":"flag-af","short_names":["flag-af"],"sort_order":1},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AX","short_name":"flag-ax","short_names":["flag-ax"],"sort_order":2},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AL","short_name":"flag-al","short_names":["flag-al"],"sort_order":3},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DZ","short_name":"flag-dz","short_names":["flag-dz"],"sort_order":4},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AS","short_name":"flag-as","short_names":["flag-as"],"sort_order":5},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AD","short_name":"flag-ad","short_names":["flag-ad"],"sort_order":6},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AO","short_name":"flag-ao","short_names":["flag-ao"],"sort_order":7},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AI","short_name":"flag-ai","short_names":["flag-ai"],"sort_order":8},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AQ","short_name":"flag-aq","short_names":["flag-aq"],"sort_order":9},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AG","short_name":"flag-ag","short_names":["flag-ag"],"sort_order":10},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AR","short_name":"flag-ar","short_names":["flag-ar"],"sort_order":11},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AM","short_name":"flag-am","short_names":["flag-am"],"sort_order":12},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AW","short_name":"flag-aw","short_names":["flag-aw"],"sort_order":13},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AU","short_name":"flag-au","short_names":["flag-au"],"sort_order":14},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AT","short_name":"flag-at","short_names":["flag-at"],"sort_order":15},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AZ","short_name":"flag-az","short_names":["flag-az"],"sort_order":16},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BS","short_name":"flag-bs","short_names":["flag-bs"],"sort_order":17},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BH","short_name":"flag-bh","short_names":["flag-bh"],"sort_order":18},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BD","short_name":"flag-bd","short_names":["flag-bd"],"sort_order":19},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BB","short_name":"flag-bb","short_names":["flag-bb"],"sort_order":20},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BY","short_name":"flag-by","short_names":["flag-by"],"sort_order":21},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BE","short_name":"flag-be","short_names":["flag-be"],"sort_order":22},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BZ","short_name":"flag-bz","short_names":["flag-bz"],"sort_order":23},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BJ","short_name":"flag-bj","short_names":["flag-bj"],"sort_order":24},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BM","short_name":"flag-bm","short_names":["flag-bm"],"sort_order":25},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BT","short_name":"flag-bt","short_names":["flag-bt"],"sort_order":26},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BO","short_name":"flag-bo","short_names":["flag-bo"],"sort_order":27},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BQ","short_name":"flag-bq","short_names":["flag-bq"],"sort_order":28},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS BA","short_name":"flag-ba","short_names":["flag-ba"],"sort_order":29},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BW","short_name":"flag-bw","short_names":["flag-bw"],"sort_order":30},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BR","short_name":"flag-br","short_names":["flag-br"],"sort_order":31},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IO","short_name":"flag-io","short_names":["flag-io"],"sort_order":32},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VG","short_name":"flag-vg","short_names":["flag-vg"],"sort_order":33},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS BN","short_name":"flag-bn","short_names":["flag-bn"],"sort_order":34},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BG","short_name":"flag-bg","short_names":["flag-bg"],"sort_order":35},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BF","short_name":"flag-bf","short_names":["flag-bf"],"sort_order":36},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BI","short_name":"flag-bi","short_names":["flag-bi"],"sort_order":37},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CV","short_name":"flag-cv","short_names":["flag-cv"],"sort_order":38},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KH","short_name":"flag-kh","short_names":["flag-kh"],"sort_order":39},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CM","short_name":"flag-cm","short_names":["flag-cm"],"sort_order":40},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CA","short_name":"flag-ca","short_names":["flag-ca"],"sort_order":41},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IC","short_name":"flag-ic","short_names":["flag-ic"],"sort_order":42},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KY","short_name":"flag-ky","short_names":["flag-ky"],"sort_order":43},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CF","short_name":"flag-cf","short_names":["flag-cf"],"sort_order":44},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TD","short_name":"flag-td","short_names":["flag-td"],"sort_order":45},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CL","short_name":"flag-cl","short_names":["flag-cl"],"sort_order":46},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CN","short_name":"flag-cn","short_names":["flag-cn","cn"],"sort_order":47},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CX","short_name":"flag-cx","short_names":["flag-cx"],"sort_order":48},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CC","short_name":"flag-cc","short_names":["flag-cc"],"sort_order":49},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CO","short_name":"flag-co","short_names":["flag-co"],"sort_order":50},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KM","short_name":"flag-km","short_names":["flag-km"],"sort_order":51},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CG","short_name":"flag-cg","short_names":["flag-cg"],"sort_order":52},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CD","short_name":"flag-cd","short_names":["flag-cd"],"sort_order":53},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CK","short_name":"flag-ck","short_names":["flag-ck"],"sort_order":54},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CR","short_name":"flag-cr","short_names":["flag-cr"],"sort_order":55},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HR","short_name":"flag-hr","short_names":["flag-hr"],"sort_order":56},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CU","short_name":"flag-cu","short_names":["flag-cu"],"sort_order":57},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CW","short_name":"flag-cw","short_names":["flag-cw"],"sort_order":58},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CY","short_name":"flag-cy","short_names":["flag-cy"],"sort_order":59},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CZ","short_name":"flag-cz","short_names":["flag-cz"],"sort_order":60},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DK","short_name":"flag-dk","short_names":["flag-dk"],"sort_order":61},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DJ","short_name":"flag-dj","short_names":["flag-dj"],"sort_order":62},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DM","short_name":"flag-dm","short_names":["flag-dm"],"sort_order":63},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DO","short_name":"flag-do","short_names":["flag-do"],"sort_order":64},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EC","short_name":"flag-ec","short_names":["flag-ec"],"sort_order":65},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EG","short_name":"flag-eg","short_names":["flag-eg"],"sort_order":66},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SV","short_name":"flag-sv","short_names":["flag-sv"],"sort_order":67},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GQ","short_name":"flag-gq","short_names":["flag-gq"],"sort_order":68},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ER","short_name":"flag-er","short_names":["flag-er"],"sort_order":69},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EE","short_name":"flag-ee","short_names":["flag-ee"],"sort_order":70},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ET","short_name":"flag-et","short_names":["flag-et"],"sort_order":71},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EU","short_name":"flag-eu","short_names":["flag-eu"],"sort_order":72},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FK","short_name":"flag-fk","short_names":["flag-fk"],"sort_order":73},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FO","short_name":"flag-fo","short_names":["flag-fo"],"sort_order":74},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FJ","short_name":"flag-fj","short_names":["flag-fj"],"sort_order":75},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FI","short_name":"flag-fi","short_names":["flag-fi"],"sort_order":76},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FR","short_name":"flag-fr","short_names":["flag-fr","fr"],"sort_order":77},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GF","short_name":"flag-gf","short_names":["flag-gf"],"sort_order":78},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PF","short_name":"flag-pf","short_names":["flag-pf"],"sort_order":79},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TF","short_name":"flag-tf","short_names":["flag-tf"],"sort_order":80},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GA","short_name":"flag-ga","short_names":["flag-ga"],"sort_order":81},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GM","short_name":"flag-gm","short_names":["flag-gm"],"sort_order":82},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GE","short_name":"flag-ge","short_names":["flag-ge"],"sort_order":83},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DE","short_name":"flag-de","short_names":["flag-de","de"],"sort_order":84},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GH","short_name":"flag-gh","short_names":["flag-gh"],"sort_order":85},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GI","short_name":"flag-gi","short_names":["flag-gi"],"sort_order":86},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GR","short_name":"flag-gr","short_names":["flag-gr"],"sort_order":87},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GL","short_name":"flag-gl","short_names":["flag-gl"],"sort_order":88},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GD","short_name":"flag-gd","short_names":["flag-gd"],"sort_order":89},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GP","short_name":"flag-gp","short_names":["flag-gp"],"sort_order":90},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GU","short_name":"flag-gu","short_names":["flag-gu"],"sort_order":91},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GT","short_name":"flag-gt","short_names":["flag-gt"],"sort_order":92},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GG","short_name":"flag-gg","short_names":["flag-gg"],"sort_order":93},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GN","short_name":"flag-gn","short_names":["flag-gn"],"sort_order":94},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GW","short_name":"flag-gw","short_names":["flag-gw"],"sort_order":95},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GY","short_name":"flag-gy","short_names":["flag-gy"],"sort_order":96},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HT","short_name":"flag-ht","short_names":["flag-ht"],"sort_order":97},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HN","short_name":"flag-hn","short_names":["flag-hn"],"sort_order":98},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HK","short_name":"flag-hk","short_names":["flag-hk"],"sort_order":99},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HU","short_name":"flag-hu","short_names":["flag-hu"],"sort_order":100},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IS","short_name":"flag-is","short_names":["flag-is"],"sort_order":101},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IN","short_name":"flag-in","short_names":["flag-in"],"sort_order":102},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ID","short_name":"flag-id","short_names":["flag-id"],"sort_order":103},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IR","short_name":"flag-ir","short_names":["flag-ir"],"sort_order":104},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IQ","short_name":"flag-iq","short_names":["flag-iq"],"sort_order":105},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IE","short_name":"flag-ie","short_names":["flag-ie"],"sort_order":106},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IM","short_name":"flag-im","short_names":["flag-im"],"sort_order":107},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IL","short_name":"flag-il","short_names":["flag-il"],"sort_order":108},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS IT","short_name":"flag-it","short_names":["flag-it","it"],"sort_order":109},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CI","short_name":"flag-ci","short_names":["flag-ci"],"sort_order":110},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JM","short_name":"flag-jm","short_names":["flag-jm"],"sort_order":111},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JP","short_name":"flag-jp","short_names":["flag-jp","jp"],"sort_order":112},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JE","short_name":"flag-je","short_names":["flag-je"],"sort_order":113},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS JO","short_name":"flag-jo","short_names":["flag-jo"],"sort_order":114},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KZ","short_name":"flag-kz","short_names":["flag-kz"],"sort_order":115},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KE","short_name":"flag-ke","short_names":["flag-ke"],"sort_order":116},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KI","short_name":"flag-ki","short_names":["flag-ki"],"sort_order":117},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS XK","short_name":"flag-xk","short_names":["flag-xk"],"sort_order":118},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KW","short_name":"flag-kw","short_names":["flag-kw"],"sort_order":119},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KG","short_name":"flag-kg","short_names":["flag-kg"],"sort_order":120},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LA","short_name":"flag-la","short_names":["flag-la"],"sort_order":121},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LV","short_name":"flag-lv","short_names":["flag-lv"],"sort_order":122},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LB","short_name":"flag-lb","short_names":["flag-lb"],"sort_order":123},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LS","short_name":"flag-ls","short_names":["flag-ls"],"sort_order":124},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LR","short_name":"flag-lr","short_names":["flag-lr"],"sort_order":125},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LY","short_name":"flag-ly","short_names":["flag-ly"],"sort_order":126},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LI","short_name":"flag-li","short_names":["flag-li"],"sort_order":127},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LT","short_name":"flag-lt","short_names":["flag-lt"],"sort_order":128},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LU","short_name":"flag-lu","short_names":["flag-lu"],"sort_order":129},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MO","short_name":"flag-mo","short_names":["flag-mo"],"sort_order":130},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MK","short_name":"flag-mk","short_names":["flag-mk"],"sort_order":131},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MG","short_name":"flag-mg","short_names":["flag-mg"],"sort_order":132},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MW","short_name":"flag-mw","short_names":["flag-mw"],"sort_order":133},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MY","short_name":"flag-my","short_names":["flag-my"],"sort_order":134},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MV","short_name":"flag-mv","short_names":["flag-mv"],"sort_order":135},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ML","short_name":"flag-ml","short_names":["flag-ml"],"sort_order":136},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MT","short_name":"flag-mt","short_names":["flag-mt"],"sort_order":137},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MH","short_name":"flag-mh","short_names":["flag-mh"],"sort_order":138},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MQ","short_name":"flag-mq","short_names":["flag-mq"],"sort_order":139},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MR","short_name":"flag-mr","short_names":["flag-mr"],"sort_order":140},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MU","short_name":"flag-mu","short_names":["flag-mu"],"sort_order":141},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS YT","short_name":"flag-yt","short_names":["flag-yt"],"sort_order":142},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MX","short_name":"flag-mx","short_names":["flag-mx"],"sort_order":143},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS FM","short_name":"flag-fm","short_names":["flag-fm"],"sort_order":144},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MD","short_name":"flag-md","short_names":["flag-md"],"sort_order":145},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MC","short_name":"flag-mc","short_names":["flag-mc"],"sort_order":146},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MN","short_name":"flag-mn","short_names":["flag-mn"],"sort_order":147},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ME","short_name":"flag-me","short_names":["flag-me"],"sort_order":148},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MS","short_name":"flag-ms","short_names":["flag-ms"],"sort_order":149},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MA","short_name":"flag-ma","short_names":["flag-ma"],"sort_order":150},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MZ","short_name":"flag-mz","short_names":["flag-mz"],"sort_order":151},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MM","short_name":"flag-mm","short_names":["flag-mm"],"sort_order":152},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NA","short_name":"flag-na","short_names":["flag-na"],"sort_order":153},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NR","short_name":"flag-nr","short_names":["flag-nr"],"sort_order":154},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NP","short_name":"flag-np","short_names":["flag-np"],"sort_order":155},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NL","short_name":"flag-nl","short_names":["flag-nl"],"sort_order":156},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NC","short_name":"flag-nc","short_names":["flag-nc"],"sort_order":157},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NZ","short_name":"flag-nz","short_names":["flag-nz"],"sort_order":158},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NI","short_name":"flag-ni","short_names":["flag-ni"],"sort_order":159},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NE","short_name":"flag-ne","short_names":["flag-ne"],"sort_order":160},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NG","short_name":"flag-ng","short_names":["flag-ng"],"sort_order":161},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NU","short_name":"flag-nu","short_names":["flag-nu"],"sort_order":162},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NF","short_name":"flag-nf","short_names":["flag-nf"],"sort_order":163},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MP","short_name":"flag-mp","short_names":["flag-mp"],"sort_order":164},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KP","short_name":"flag-kp","short_names":["flag-kp"],"sort_order":165},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS NO","short_name":"flag-no","short_names":["flag-no"],"sort_order":166},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS OM","short_name":"flag-om","short_names":["flag-om"],"sort_order":167},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PK","short_name":"flag-pk","short_names":["flag-pk"],"sort_order":168},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PW","short_name":"flag-pw","short_names":["flag-pw"],"sort_order":169},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PS","short_name":"flag-ps","short_names":["flag-ps"],"sort_order":170},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PA","short_name":"flag-pa","short_names":["flag-pa"],"sort_order":171},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PG","short_name":"flag-pg","short_names":["flag-pg"],"sort_order":172},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PY","short_name":"flag-py","short_names":["flag-py"],"sort_order":173},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PE","short_name":"flag-pe","short_names":["flag-pe"],"sort_order":174},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PH","short_name":"flag-ph","short_names":["flag-ph"],"sort_order":175},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PN","short_name":"flag-pn","short_names":["flag-pn"],"sort_order":176},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PL","short_name":"flag-pl","short_names":["flag-pl"],"sort_order":177},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PT","short_name":"flag-pt","short_names":["flag-pt"],"sort_order":178},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PR","short_name":"flag-pr","short_names":["flag-pr"],"sort_order":179},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS QA","short_name":"flag-qa","short_names":["flag-qa"],"sort_order":180},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RE","short_name":"flag-re","short_names":["flag-re"],"sort_order":181},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RO","short_name":"flag-ro","short_names":["flag-ro"],"sort_order":182},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RU","short_name":"flag-ru","short_names":["flag-ru","ru"],"sort_order":183},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RW","short_name":"flag-rw","short_names":["flag-rw"],"sort_order":184},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BL","short_name":"flag-bl","short_names":["flag-bl"],"sort_order":185},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SH","short_name":"flag-sh","short_names":["flag-sh"],"sort_order":186},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KN","short_name":"flag-kn","short_names":["flag-kn"],"sort_order":187},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LC","short_name":"flag-lc","short_names":["flag-lc"],"sort_order":188},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS PM","short_name":"flag-pm","short_names":["flag-pm"],"sort_order":189},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VC","short_name":"flag-vc","short_names":["flag-vc"],"sort_order":190},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS WS","short_name":"flag-ws","short_names":["flag-ws"],"sort_order":191},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SM","short_name":"flag-sm","short_names":["flag-sm"],"sort_order":192},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ST","short_name":"flag-st","short_names":["flag-st"],"sort_order":193},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SA","short_name":"flag-sa","short_names":["flag-sa"],"sort_order":194},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SN","short_name":"flag-sn","short_names":["flag-sn"],"sort_order":195},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS RS","short_name":"flag-rs","short_names":["flag-rs"],"sort_order":196},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SC","short_name":"flag-sc","short_names":["flag-sc"],"sort_order":197},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SL","short_name":"flag-sl","short_names":["flag-sl"],"sort_order":198},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SG","short_name":"flag-sg","short_names":["flag-sg"],"sort_order":199},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SX","short_name":"flag-sx","short_names":["flag-sx"],"sort_order":200},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SK","short_name":"flag-sk","short_names":["flag-sk"],"sort_order":201},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SI","short_name":"flag-si","short_names":["flag-si"],"sort_order":202},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SB","short_name":"flag-sb","short_names":["flag-sb"],"sort_order":203},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SO","short_name":"flag-so","short_names":["flag-so"],"sort_order":204},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZA","short_name":"flag-za","short_names":["flag-za"],"sort_order":205},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GS","short_name":"flag-gs","short_names":["flag-gs"],"sort_order":206},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS KR","short_name":"flag-kr","short_names":["flag-kr","kr"],"sort_order":207},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SS","short_name":"flag-ss","short_names":["flag-ss"],"sort_order":208},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ES","short_name":"flag-es","short_names":["flag-es","es"],"sort_order":209},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS LK","short_name":"flag-lk","short_names":["flag-lk"],"sort_order":210},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SD","short_name":"flag-sd","short_names":["flag-sd"],"sort_order":211},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SR","short_name":"flag-sr","short_names":["flag-sr"],"sort_order":212},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SZ","short_name":"flag-sz","short_names":["flag-sz"],"sort_order":213},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SE","short_name":"flag-se","short_names":["flag-se"],"sort_order":214},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS CH","short_name":"flag-ch","short_names":["flag-ch"],"sort_order":215},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SY","short_name":"flag-sy","short_names":["flag-sy"],"sort_order":216},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TW","short_name":"flag-tw","short_names":["flag-tw"],"sort_order":217},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TJ","short_name":"flag-tj","short_names":["flag-tj"],"sort_order":218},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TZ","short_name":"flag-tz","short_names":["flag-tz"],"sort_order":219},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TH","short_name":"flag-th","short_names":["flag-th"],"sort_order":220},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TL","short_name":"flag-tl","short_names":["flag-tl"],"sort_order":221},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TG","short_name":"flag-tg","short_names":["flag-tg"],"sort_order":222},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TK","short_name":"flag-tk","short_names":["flag-tk"],"sort_order":223},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TO","short_name":"flag-to","short_names":["flag-to"],"sort_order":224},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TT","short_name":"flag-tt","short_names":["flag-tt"],"sort_order":225},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TN","short_name":"flag-tn","short_names":["flag-tn"],"sort_order":226},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TR","short_name":"flag-tr","short_names":["flag-tr"],"sort_order":227},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TM","short_name":"flag-tm","short_names":["flag-tm"],"sort_order":228},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TC","short_name":"flag-tc","short_names":["flag-tc"],"sort_order":229},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TV","short_name":"flag-tv","short_names":["flag-tv"],"sort_order":230},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UG","short_name":"flag-ug","short_names":["flag-ug"],"sort_order":231},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UA","short_name":"flag-ua","short_names":["flag-ua"],"sort_order":232},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AE","short_name":"flag-ae","short_names":["flag-ae"],"sort_order":233},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS GB","short_name":"flag-gb","short_names":["flag-gb","gb","uk"],"sort_order":234},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS US","short_name":"flag-us","short_names":["flag-us","us"],"sort_order":235},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VI","short_name":"flag-vi","short_names":["flag-vi"],"sort_order":236},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UY","short_name":"flag-uy","short_names":["flag-uy"],"sort_order":237},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UZ","short_name":"flag-uz","short_names":["flag-uz"],"sort_order":238},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VU","short_name":"flag-vu","short_names":["flag-vu"],"sort_order":239},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VA","short_name":"flag-va","short_names":["flag-va"],"sort_order":240},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VE","short_name":"flag-ve","short_names":["flag-ve"],"sort_order":241},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS VN","short_name":"flag-vn","short_names":["flag-vn"],"sort_order":242},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS WF","short_name":"flag-wf","short_names":["flag-wf"],"sort_order":243},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EH","short_name":"flag-eh","short_names":["flag-eh"],"sort_order":244},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS YE","short_name":"flag-ye","short_names":["flag-ye"],"sort_order":245},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZM","short_name":"flag-zm","short_names":["flag-zm"],"sort_order":246},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS ZW","short_name":"flag-zw","short_names":["flag-zw"],"sort_order":247},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS AC","short_name":"flag-ac","short_names":["flag-ac"],"sort_order":248},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS BV","short_name":"flag-bv","short_names":["flag-bv"],"sort_order":249},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":false,"name":"REGIONAL INDICATOR SYMBOL LETTERS CP","short_name":"flag-cp","short_names":["flag-cp"],"sort_order":250},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS DG","short_name":"flag-dg","short_names":["flag-dg"],"sort_order":251},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS EA","short_name":"flag-ea","short_names":["flag-ea"],"sort_order":252},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS HM","short_name":"flag-hm","short_names":["flag-hm"],"sort_order":253},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS MF","short_name":"flag-mf","short_names":["flag-mf"],"sort_order":254},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS SJ","short_name":"flag-sj","short_names":["flag-sj"],"sort_order":255},{"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS TA","short_name":"flag-ta","short_names":["flag-ta"],"sort_order":256},{"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"name":"REGIONAL INDICATOR SYMBOL LETTERS UM","short_name":"flag-um","short_names":["flag-um"],"sort_order":257}]} }; /** @@ -64,6 +67,8 @@ self.emoji.img_sets['google']['sheet'] = this.defaults.emojiSheets.google; self.emoji.img_sets['twitter']['sheet'] = this.defaults.emojiSheets.twitter; self.emoji.img_sets['emojione']['sheet'] = this.defaults.emojiSheets.emojione; + self.emoji.img_sets['facebook']['sheet'] = this.defaults.emojiSheets.facebook; + self.emoji.img_sets['messenger']['sheet'] = this.defaults.emojiSheets.messenger; self.selector = selector; self.elements = document.querySelectorAll(selector); @@ -77,16 +82,45 @@ document.querySelector('body').dataset.wdtEmojiBundle = wdtEmojiBundle.defaults.emojiType; - self.popup.querySelector('[data-group-name="Recent"]').innerHTML = self.emoji.replace_colons(':clock3:'); - self.popup.querySelector('[data-group-name="People"]').innerHTML = self.emoji.replace_colons(':sunglasses:'); - self.popup.querySelector('[data-group-name="Nature"]').innerHTML = self.emoji.replace_colons(':shamrock:'); - self.popup.querySelector('[data-group-name="Foods"]').innerHTML = self.emoji.replace_colons(':pizza:'); - self.popup.querySelector('[data-group-name="Activity"]').innerHTML = self.emoji.replace_colons(':football:'); - self.popup.querySelector('[data-group-name="Places"]').innerHTML = self.emoji.replace_colons(':airplane:'); - self.popup.querySelector('[data-group-name="Objects"]').innerHTML = self.emoji.replace_colons(':bulb:'); - self.popup.querySelector('[data-group-name="Symbols"]').innerHTML = self.emoji.replace_colons(':heart:'); - self.popup.querySelector('[data-group-name="Flags"]').innerHTML = self.emoji.replace_colons(':waving_white_flag:'); - self.popup.querySelector('[data-group-name="Custom"]').innerHTML = self.emoji.replace_colons(':dark_sunglasses:'); + var recent = self.popup.querySelector('[data-group-name="Recent"]'); + if (recent) + recent.innerHTML = self.emoji.replace_colons(':clock3:'); + + var people = self.popup.querySelector('[data-group-name="People"]'); + if (people) + people.innerHTML = self.emoji.replace_colons(':sunglasses:'); + + var nature = self.popup.querySelector('[data-group-name="Nature"]'); + if (nature) + nature.innerHTML = self.emoji.replace_colons(':shamrock:'); + + var foods = self.popup.querySelector('[data-group-name="Foods"]'); + if (foods) + foods.innerHTML = self.emoji.replace_colons(':pizza:'); + + var activity = self.popup.querySelector('[data-group-name="Activity"]'); + if (activity) + activity.innerHTML = self.emoji.replace_colons(':football:'); + + var places = self.popup.querySelector('[data-group-name="Places"]'); + if (places) + places.innerHTML = self.emoji.replace_colons(':airplane:'); + + var objects = self.popup.querySelector('[data-group-name="Objects"]'); + if (objects) + objects.innerHTML = self.emoji.replace_colons(':bulb:'); + + var symbols = self.popup.querySelector('[data-group-name="Symbols"]'); + if (symbols) + symbols.innerHTML = self.emoji.replace_colons(':heart:'); + + var flags = self.popup.querySelector('[data-group-name="Flags"]'); + if (flags) + flags.innerHTML = self.emoji.replace_colons(':waving_white_flag:'); + + var custom = self.popup.querySelector('[data-group-name="Custom"]'); + if (custom) + custom.innerHTML = self.emoji.replace_colons(':dark_sunglasses:'); // a trick for contenteditable blur range clear self.ranges = {}; @@ -151,11 +185,12 @@ text = matches && matches[2]; wdtEmojiBundle.searchAfterColon(text, emojiPicker); - } + }; /** * - * @param ev + * @param text + * @param emojiPicker * @returns {void} */ wdtEmojiBundle.searchAfterColon = function (text, emojiPicker) { @@ -170,7 +205,7 @@ } // execute the search wdtEmojiBundle.fillSearch(text); - } + }; /** * @@ -259,6 +294,10 @@ for (var category in wdtEmojiBundle.defaults.emojiData) { if (wdtEmojiBundle.defaults.emojiData.hasOwnProperty(category)) { + + if (inArray(category, wdtEmojiBundle.defaults.disabledCategories)) + continue; + emojiList = wdtEmojiBundle.defaults.emojiData[category]; sections[category] = emojiList; } @@ -274,8 +313,7 @@ for (var title in sortedSections) { if (sortedSections.hasOwnProperty(title)) { - var emojiList = sortedSections[title], - emojiOrders = []; + var emojiList = sortedSections[title]; if (emojiList.length) { var emojiSection = document.createElement('div'), @@ -292,7 +330,7 @@ for (i = 0; i < emojiList.length; i++) { var em = emojiList[i]; - if (em.has_img_apple || em.has_img_emojione || em.has_img_google || em.has_img_twitter) { + if (em.has_img_apple || em.has_img_emojione || em.has_img_google || em.has_img_twitter || em.has_img_facebook || em.has_img_messenger) { var emojiLink = document.createElement('a'); addClass(emojiLink, 'wdt-emoji'); @@ -302,6 +340,8 @@ emojiLink.dataset.hasImgEmojione = em.has_img_emojione; emojiLink.dataset.hasImgGoogle = em.has_img_google; emojiLink.dataset.hasImgTwitter = em.has_img_twitter; + emojiLink.dataset.hasImgFacebook = em.has_img_facebook; + emojiLink.dataset.hasImgMessenger = em.has_img_messenger; emojiLink.dataset.wdtEmojiName = em.name; emojiLink.dataset.wdtEmojiShortnames = ':' + em.short_names.join(': :') + ':'; emojiLink.dataset.wdtEmojiShortname = em.short_name; @@ -309,23 +349,7 @@ emojiLink.innerHTML = self.emoji.replace_colons(':' + em.short_name + ':'); - if (i == 0) { - emojiListDiv.appendChild(emojiLink); - emojiOrders.push(em.sort_order); - } else { - - // insert picker emoji with sort order - var c = closest(emojiOrders, em.sort_order), - closestEmoji = emojiListDiv.querySelector('[data-wdt-emoji-order="' + c + '"]'), - nodeIndex = Array.prototype.indexOf.call(emojiListDiv.childNodes, closestEmoji); - - if (em.sort_order > c) { - emojiListDiv.childNodes[nodeIndex].insertAdjacentHTML('afterend', emojiLink.outerHTML); - } else { - emojiListDiv.insertBefore(emojiLink, emojiListDiv.childNodes[nodeIndex]); - } - emojiOrders.push(em.sort_order); - } + emojiListDiv.appendChild(emojiLink); } } @@ -402,7 +426,8 @@ replaceText(wdtEmojiBundle.input, selection, ':' + this.dataset.wdtEmojiShortname + ':'); fire('select', {el: wdtEmojiBundle.input, event: event, emoji: ':' + this.dataset.wdtEmojiShortname + ':'}); - var ce = new Event('input'); + var ce = document.createEvent('Event'); + ce.initEvent('input', true, true); wdtEmojiBundle.input.dispatchEvent(ce); wdtEmojiBundle.close(); fire('afterSelect', {el: wdtEmojiBundle.input, event: event, emoji: ':' + this.dataset.wdtEmojiShortname + ':'}); @@ -472,6 +497,17 @@ }, 225); }); + addListenerMulti(wdtEmojiBundle.scroller, 'mousewheel DOMMouseScroll', function(e) { + var delta = e.wheelDelta || (e.originalEvent && e.originalEvent.wheelDelta) || -e.detail, + bottomOverflow = this.scrollTop + this.getBoundingClientRect().height - this.scrollHeight >= 0, + topOverflow = this.scrollTop <= 0; + if ((delta < 0 && bottomOverflow) || (delta > 0 && topOverflow)) { + e.preventDefault(); + } + }); + + + }; /** @@ -486,8 +522,7 @@ } else { return false; } - } - + }; /** * @@ -836,25 +871,6 @@ } }; - /** - * - * @param arr - * @param num - * @returns {*} - */ - var closest = function (arr, num) { - var curr = arr[0]; - var diff = Math.abs(num - curr); - for (var val = 0; val < arr.length; val++) { - var newdiff = Math.abs(num - arr[val]); - if (newdiff < diff) { - diff = newdiff; - curr = arr[val]; - } - } - return curr; - }; - /** * * @param eventType @@ -1028,6 +1044,14 @@ } } + function inArray(needle, haystack) { + var length = haystack.length; + for(var i = 0; i < length; i++) { + if(haystack[i] == needle) return true; + } + return false; + } + /** * * @param element diff --git a/wdt-emoji-bundle.min.js b/wdt-emoji-bundle.min.js index d013db4..4db4b68 100644 --- a/wdt-emoji-bundle.min.js +++ b/wdt-emoji-bundle.min.js @@ -1,15 +1,16 @@ /*! @package wdt-emoji-bundle - Slack like emoji selector with apple, twitter, google, emojione and custom emoji support. - @version version: 0.1.4 + @version version: 0.2.0 @contributors https://github.com/needim/wdt-emoji-bundle/graphs/contributors @documentation Examples and Documentation - http://ned.im/wdt-emoji-bundle/ @license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php */ -!function(_,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():_.wdtEmojiBundle=e()}(this,function(){function _(_,e){var a="string"==typeof _?_:m(_);return a.indexOf(" "+e+" ")>=0}function e(e,a){var o=m(e),s=o+a;_(o,a)||(e.className=s.substring(1))}function a(e,a){for(var o=document.querySelectorAll(e),s=0;sA?w.childNodes[R].insertAdjacentHTML("afterend",O.outerHTML):w.insertBefore(O,w.childNodes[R]),l.push(I.sort_order)}}}d.appendChild(E),d.appendChild(w),o.appendChild(d)}}e(this.popup,"ready"),t.bindEvents()},t.getRandomPickerColor=function(){return t.defaults.pickerColors[Math.floor(Math.random()*t.defaults.pickerColors.length)]},t.close=function(){o(t.popup,"open"),t.closePickers()},t.closePickers=function(){var _=document.querySelectorAll(".wdt-emoji-picker-open");if(_.length)for(var e=0;e<_.length;e++)t.closePicker(_[e])},t.closePicker=function(_){o(_,"wdt-emoji-picker-open"),_.innerHTML=this.emoji.replace_colons(":smile:")},t.bindEvents=function(){var _=this,a=document.querySelectorAll(".wdt-emoji-section h3");if(a.length)for(var s=0;s0&&(_.removeAllRanges(),_.addRange(t.ranges[this.dataset.rangeIndex])):t.ranges[this.dataset.rangeIndex]=new Range}),r(_,"mouseup keyup",function(){t.ranges[this.dataset.rangeIndex]=window.getSelection().getRangeAt(0)}),r(_,"mousedown click",function(_){document.activeElement!=this&&(_.stopPropagation?_.stopPropagation():_.cancelBubble=!0,_.preventDefault?_.preventDefault():_.returnValue=!1,this.focus())})};var r=function(_,e,a){e=e.split(" ");for(var o=0;os)o(a,"sticky"),E(a,{top:null}),E(a.parentNode,{"padding-top":null});else if(s>r&&!_(a,"sticky")){var m=document.querySelectorAll(".wdt-emoji-section h3");if(m.length)for(var g=0;go;o++)(a=m[o])(e)},p=function(_,e){for(var a=_[0],o=Math.abs(e-a),s=0;s<_.length;s++){var m=Math.abs(e-_[s]);o>m&&(o=m,a=_[s])}return a},d=function(_,e,a){document.addEventListener(_,function(_){var o=document.querySelectorAll(e);if(o){for(var s=_.target,m=-1;s&&-1===(m=Array.prototype.indexOf.call(o,s));)s=s.parentElement;m>-1&&a.call(s,_)}})},E=function(){function _(_){return _.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(_,e){return e.toUpperCase()})}function e(_){var e=document.body.style;if(_ in e)return _;for(var a,o=s.length,m=_.charAt(0).toUpperCase()+_.slice(1);o--;)if(a=s[o]+m,a in e)return a;return _}function a(a){return a=_(a),m[a]||(m[a]=e(a))}function o(_,e,o){e=a(e),_.style[e]=o}var s=["Webkit","O","Moz","ms"],m={};return function(_,e){var a,s,m=arguments;if(2==m.length)for(a in e)s=e[a],void 0!==s&&e.hasOwnProperty(a)&&o(_,a,s);else o(_,m[1],m[2])}}();return t}); \ No newline at end of file +!function(_,e){"function"==typeof define&&define.amd?define(["js-emoji"],e):"object"==typeof exports?module.exports=e(require("js-emoji")):_.wdtEmojiBundle=e(_.EmojiConvertor)}(this,function(_){function e(_,e){var s="string"==typeof _?_:i(_);return s.indexOf(" "+e+" ")>=0}function s(_,s){var a=i(_),m=a+s;e(a,s)||(_.className=m.substring(1))}function a(_,s){for(var a=document.querySelectorAll(_),m=0;ma;a++)if(e[a]==_)return!0;return!1}function i(_){return(" "+(_&&_.className||"")+" ").replace(/\s+/gi," ")}var h={};h.defaults={pickerColors:["green","pink","yellow","blue","gray"],textMode:!0,disabledCategories:["Skin Tones"],sectionOrders:{Recent:10,Custom:9,People:8,Nature:7,Foods:6,Activity:5,Places:4,Objects:3,Symbols:2,Flags:1},skinColor:"skin-1",allowNative:!1,emojiType:"apple",emojiSheets:{apple:"/sheets/sheet_apple_64_indexed_128.png",google:"/sheets/sheet_google_64_indexed_128.png",twitter:"/sheets/sheet_twitter_64_indexed_128.png",emojione:"/sheets/sheet_emojione_64_indexed_128.png",facebook:"/sheets/sheet_facebook_64_indexed_128.png",messenger:"/sheets/sheet_messenger_64_indexed_128.png"},emojiData:{Symbols:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY BLACK HEART",short_name:"heart",short_names:["heart"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"YELLOW HEART",short_name:"yellow_heart",short_names:["yellow_heart"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GREEN HEART",short_name:"green_heart",short_names:["green_heart"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLUE HEART",short_name:"blue_heart",short_names:["blue_heart"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PURPLE HEART",short_name:"purple_heart",short_names:["purple_heart"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BROKEN HEART",short_name:"broken_heart",short_names:["broken_heart"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HEAVY HEART EXCLAMATION MARK ORNAMENT",short_name:"heavy_heart_exclamation_mark_ornament",short_names:["heavy_heart_exclamation_mark_ornament"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TWO HEARTS",short_name:"two_hearts",short_names:["two_hearts"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REVOLVING HEARTS",short_name:"revolving_hearts",short_names:["revolving_hearts"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BEATING HEART",short_name:"heartbeat",short_names:["heartbeat"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GROWING HEART",short_name:"heartpulse",short_names:["heartpulse"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPARKLING HEART",short_name:"sparkling_heart",short_names:["sparkling_heart"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEART WITH ARROW",short_name:"cupid",short_names:["cupid"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEART WITH RIBBON",short_name:"gift_heart",short_names:["gift_heart"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEART DECORATION",short_name:"heart_decoration",short_names:["heart_decoration"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PEACE SYMBOL",short_name:"peace_symbol",short_names:["peace_symbol"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LATIN CROSS",short_name:"latin_cross",short_names:["latin_cross"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"STAR AND CRESCENT",short_name:"star_and_crescent",short_names:["star_and_crescent"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"OM SYMBOL",short_name:"om_symbol",short_names:["om_symbol"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WHEEL OF DHARMA",short_name:"wheel_of_dharma",short_names:["wheel_of_dharma"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"STAR OF DAVID",short_name:"star_of_david",short_names:["star_of_david"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SIX POINTED STAR WITH MIDDLE DOT",short_name:"six_pointed_star",short_names:["six_pointed_star"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MENORAH WITH NINE BRANCHES",short_name:"menorah_with_nine_branches",short_names:["menorah_with_nine_branches"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"YIN YANG",short_name:"yin_yang",short_names:["yin_yang"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ORTHODOX CROSS",short_name:"orthodox_cross",short_names:["orthodox_cross"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PLACE OF WORSHIP",short_name:"place_of_worship",short_names:["place_of_worship"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPHIUCHUS",short_name:"ophiuchus",short_names:["ophiuchus"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ARIES",short_name:"aries",short_names:["aries"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TAURUS",short_name:"taurus",short_names:["taurus"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GEMINI",short_name:"gemini",short_names:["gemini"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CANCER",short_name:"cancer",short_names:["cancer"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEO",short_name:"leo",short_names:["leo"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VIRGO",short_name:"virgo",short_names:["virgo"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LIBRA",short_name:"libra",short_names:["libra"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SCORPIUS",short_name:"scorpius",short_names:["scorpius"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SAGITTARIUS",short_name:"sagittarius",short_names:["sagittarius"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAPRICORN",short_name:"capricorn",short_names:["capricorn"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AQUARIUS",short_name:"aquarius",short_names:["aquarius"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PISCES",short_name:"pisces",short_names:["pisces"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED ID",short_name:"id",short_names:["id"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ATOM SYMBOL",short_name:"atom_symbol",short_names:["atom_symbol"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-7A7A",short_name:"u7a7a",short_names:["u7a7a"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-5272",short_name:"u5272",short_names:["u5272"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RADIOACTIVE SIGN",short_name:"radioactive_sign",short_names:["radioactive_sign"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BIOHAZARD SIGN",short_name:"biohazard_sign",short_names:["biohazard_sign"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOBILE PHONE OFF",short_name:"mobile_phone_off",short_names:["mobile_phone_off"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VIBRATION MODE",short_name:"vibration_mode",short_names:["vibration_mode"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-6709",short_name:"u6709",short_names:["u6709"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-7121",short_name:"u7121",short_names:["u7121"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-7533",short_name:"u7533",short_names:["u7533"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-55B6",short_name:"u55b6",short_names:["u55b6"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-6708",short_name:"u6708",short_names:["u6708"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EIGHT POINTED BLACK STAR",short_name:"eight_pointed_black_star",short_names:["eight_pointed_black_star"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED VS",short_name:"vs",short_names:["vs"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CIRCLED IDEOGRAPH ACCEPT",short_name:"accept",short_names:["accept"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE FLOWER",short_name:"white_flower",short_names:["white_flower"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CIRCLED IDEOGRAPH ADVANTAGE",short_name:"ideograph_advantage",short_names:["ideograph_advantage"],sort_order:57},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CIRCLED IDEOGRAPH SECRET",short_name:"secret",short_names:["secret"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CIRCLED IDEOGRAPH CONGRATULATION",short_name:"congratulations",short_names:["congratulations"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-5408",short_name:"u5408",short_names:["u5408"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-6E80",short_name:"u6e80",short_names:["u6e80"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-7981",short_name:"u7981",short_names:["u7981"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEGATIVE SQUARED LATIN CAPITAL LETTER A",short_name:"a",short_names:["a"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEGATIVE SQUARED LATIN CAPITAL LETTER B",short_name:"b",short_names:["b"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEGATIVE SQUARED AB",short_name:"ab",short_names:["ab"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CL",short_name:"cl",short_names:["cl"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEGATIVE SQUARED LATIN CAPITAL LETTER O",short_name:"o2",short_names:["o2"],sort_order:67},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED SOS",short_name:"sos",short_names:["sos"],sort_order:68},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO ENTRY",short_name:"no_entry",short_names:["no_entry"],sort_order:69},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NAME BADGE",short_name:"name_badge",short_names:["name_badge"],sort_order:70},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO ENTRY SIGN",short_name:"no_entry_sign",short_names:["no_entry_sign"],sort_order:71},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CROSS MARK",short_name:"x",short_names:["x"],sort_order:72},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY LARGE CIRCLE",short_name:"o",short_names:["o"],sort_order:73},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANGER SYMBOL",short_name:"anger",short_names:["anger"],sort_order:74},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOT SPRINGS",short_name:"hotsprings",short_names:["hotsprings"],sort_order:75},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO PEDESTRIANS",short_name:"no_pedestrians",short_names:["no_pedestrians"],sort_order:76},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DO NOT LITTER SYMBOL",short_name:"do_not_litter",short_names:["do_not_litter"],sort_order:77},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO BICYCLES",short_name:"no_bicycles",short_names:["no_bicycles"],sort_order:78},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NON-POTABLE WATER SYMBOL",short_name:"non-potable_water",short_names:["non-potable_water"],sort_order:79},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO ONE UNDER EIGHTEEN SYMBOL",short_name:"underage",short_names:["underage"],sort_order:80},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO MOBILE PHONES",short_name:"no_mobile_phones",short_names:["no_mobile_phones"],sort_order:81},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY EXCLAMATION MARK SYMBOL",short_name:"exclamation",short_names:["exclamation","heavy_exclamation_mark"],sort_order:82},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE EXCLAMATION MARK ORNAMENT",short_name:"grey_exclamation",short_names:["grey_exclamation"],sort_order:83},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK QUESTION MARK ORNAMENT",short_name:"question",short_names:["question"],sort_order:84},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE QUESTION MARK ORNAMENT",short_name:"grey_question",short_names:["grey_question"],sort_order:85},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOUBLE EXCLAMATION MARK",short_name:"bangbang",short_names:["bangbang"],sort_order:86},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EXCLAMATION QUESTION MARK",short_name:"interrobang",short_names:["interrobang"],sort_order:87},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HUNDRED POINTS SYMBOL",short_name:"100",short_names:["100"],sort_order:88},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOW BRIGHTNESS SYMBOL",short_name:"low_brightness",short_names:["low_brightness"],sort_order:89},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HIGH BRIGHTNESS SYMBOL",short_name:"high_brightness",short_names:["high_brightness"],sort_order:90},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRIDENT EMBLEM",short_name:"trident",short_names:["trident"],sort_order:91},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FLEUR-DE-LIS",short_name:"fleur_de_lis",short_names:["fleur_de_lis"],sort_order:92},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PART ALTERNATION MARK",short_name:"part_alternation_mark",short_names:["part_alternation_mark"],sort_order:93},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WARNING SIGN",short_name:"warning",short_names:["warning"],sort_order:94},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHILDREN CROSSING",short_name:"children_crossing",short_names:["children_crossing"],sort_order:95},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JAPANESE SYMBOL FOR BEGINNER",short_name:"beginner",short_names:["beginner"],sort_order:96},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK UNIVERSAL RECYCLING SYMBOL",short_name:"recycle",short_names:["recycle"],sort_order:97},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED CJK UNIFIED IDEOGRAPH-6307",short_name:"u6307",short_names:["u6307"],sort_order:98},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHART WITH UPWARDS TREND AND YEN SIGN",short_name:"chart",short_names:["chart"],sort_order:99},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPARKLE",short_name:"sparkle",short_names:["sparkle"],sort_order:100},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EIGHT SPOKED ASTERISK",short_name:"eight_spoked_asterisk",short_names:["eight_spoked_asterisk"],sort_order:101},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEGATIVE SQUARED CROSS MARK",short_name:"negative_squared_cross_mark",short_names:["negative_squared_cross_mark"],sort_order:102},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE HEAVY CHECK MARK",short_name:"white_check_mark",short_names:["white_check_mark"],sort_order:103},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DIAMOND SHAPE WITH A DOT INSIDE",short_name:"diamond_shape_with_a_dot_inside",short_names:["diamond_shape_with_a_dot_inside"],sort_order:104},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CYCLONE",short_name:"cyclone",short_names:["cyclone"],sort_order:105},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOUBLE CURLY LOOP",short_name:"loop",short_names:["loop"],sort_order:106},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GLOBE WITH MERIDIANS",short_name:"globe_with_meridians",short_names:["globe_with_meridians"],sort_order:107},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CIRCLED LATIN CAPITAL LETTER M",short_name:"m",short_names:["m"],sort_order:108},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AUTOMATED TELLER MACHINE",short_name:"atm",short_names:["atm"],sort_order:109},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED KATAKANA SA",short_name:"sa",short_names:["sa"],sort_order:110},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PASSPORT CONTROL",short_name:"passport_control",short_names:["passport_control"],sort_order:111},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CUSTOMS",short_name:"customs",short_names:["customs"],sort_order:112},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BAGGAGE CLAIM",short_name:"baggage_claim",short_names:["baggage_claim"],sort_order:113},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEFT LUGGAGE",short_name:"left_luggage",short_names:["left_luggage"],sort_order:114},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHEELCHAIR SYMBOL",short_name:"wheelchair",short_names:["wheelchair"],sort_order:115},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NO SMOKING SYMBOL",short_name:"no_smoking",short_names:["no_smoking"],sort_order:116},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WATER CLOSET",short_name:"wc",short_names:["wc"],sort_order:117},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEGATIVE SQUARED LATIN CAPITAL LETTER P",short_name:"parking",short_names:["parking"],sort_order:118},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POTABLE WATER SYMBOL",short_name:"potable_water",short_names:["potable_water"],sort_order:119},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MENS SYMBOL",short_name:"mens",short_names:["mens"],sort_order:120},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMENS SYMBOL",short_name:"womens",short_names:["womens"],sort_order:121},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BABY SYMBOL",short_name:"baby_symbol",short_names:["baby_symbol"],sort_order:122},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RESTROOM",short_name:"restroom",short_names:["restroom"],sort_order:123},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PUT LITTER IN ITS PLACE SYMBOL",short_name:"put_litter_in_its_place",short_names:["put_litter_in_its_place"],sort_order:124},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CINEMA",short_name:"cinema",short_names:["cinema"],sort_order:125},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANTENNA WITH BARS",short_name:"signal_strength",short_names:["signal_strength"],sort_order:126},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED KATAKANA KOKO",short_name:"koko",short_names:["koko"],sort_order:127},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED NG",short_name:"ng",short_names:["ng"],sort_order:128},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED OK",short_name:"ok",short_names:["ok"],sort_order:129},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED UP WITH EXCLAMATION MARK",short_name:"up",short_names:["up"],sort_order:130},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED COOL",short_name:"cool",short_names:["cool"],sort_order:131},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED NEW",short_name:"new",short_names:["new"],sort_order:132},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SQUARED FREE",short_name:"free",short_names:["free"],sort_order:133},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 0",short_name:"zero",short_names:["zero"],sort_order:134},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 1",short_name:"one",short_names:["one"],sort_order:135},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 2",short_name:"two",short_names:["two"],sort_order:136},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 3",short_name:"three",short_names:["three"],sort_order:137},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 4",short_name:"four",short_names:["four"],sort_order:138},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 5",short_name:"five",short_names:["five"],sort_order:139},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 6",short_name:"six",short_names:["six"],sort_order:140},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 7",short_name:"seven",short_names:["seven"],sort_order:141},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 8",short_name:"eight",short_names:["eight"],sort_order:142},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"KEYCAP 9",short_name:"nine",short_names:["nine"],sort_order:143},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KEYCAP TEN",short_name:"keycap_ten",short_names:["keycap_ten"],sort_order:144},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:null,short_name:"keycap_star",short_names:["keycap_star"],sort_order:145},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INPUT SYMBOL FOR NUMBERS",short_name:"1234",short_names:["1234"],sort_order:146},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK RIGHT-POINTING TRIANGLE",short_name:"arrow_forward",short_names:["arrow_forward"],sort_order:147},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0, +has_img_messenger:!1,name:"DOUBLE VERTICAL BAR",short_name:"double_vertical_bar",short_names:["double_vertical_bar"],sort_order:148},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR",short_name:"black_right_pointing_triangle_with_double_vertical_bar",short_names:["black_right_pointing_triangle_with_double_vertical_bar"],sort_order:149},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BLACK SQUARE FOR STOP",short_name:"black_square_for_stop",short_names:["black_square_for_stop"],sort_order:150},{has_img_apple:!1,has_img_google:!0,has_img_twitter:!1,has_img_emojione:!1,has_img_facebook:!0,has_img_messenger:!1,name:"EJECT SYMBOL",short_name:"eject",short_names:["eject"],sort_order:151},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BLACK CIRCLE FOR RECORD",short_name:"black_circle_for_record",short_names:["black_circle_for_record"],sort_order:152},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",short_name:"black_right_pointing_double_triangle_with_vertical_bar",short_names:["black_right_pointing_double_triangle_with_vertical_bar"],sort_order:153},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",short_name:"black_left_pointing_double_triangle_with_vertical_bar",short_names:["black_left_pointing_double_triangle_with_vertical_bar"],sort_order:154},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK RIGHT-POINTING DOUBLE TRIANGLE",short_name:"fast_forward",short_names:["fast_forward"],sort_order:155},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK LEFT-POINTING DOUBLE TRIANGLE",short_name:"rewind",short_names:["rewind"],sort_order:156},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TWISTED RIGHTWARDS ARROWS",short_name:"twisted_rightwards_arrows",short_names:["twisted_rightwards_arrows"],sort_order:157},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS",short_name:"repeat",short_names:["repeat"],sort_order:158},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY",short_name:"repeat_one",short_names:["repeat_one"],sort_order:159},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK LEFT-POINTING TRIANGLE",short_name:"arrow_backward",short_names:["arrow_backward"],sort_order:160},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"UP-POINTING SMALL RED TRIANGLE",short_name:"arrow_up_small",short_names:["arrow_up_small"],sort_order:161},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOWN-POINTING SMALL RED TRIANGLE",short_name:"arrow_down_small",short_names:["arrow_down_small"],sort_order:162},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK UP-POINTING DOUBLE TRIANGLE",short_name:"arrow_double_up",short_names:["arrow_double_up"],sort_order:163},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK DOWN-POINTING DOUBLE TRIANGLE",short_name:"arrow_double_down",short_names:["arrow_double_down"],sort_order:164},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK RIGHTWARDS ARROW",short_name:"arrow_right",short_names:["arrow_right"],sort_order:165},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEFTWARDS BLACK ARROW",short_name:"arrow_left",short_names:["arrow_left"],sort_order:166},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"UPWARDS BLACK ARROW",short_name:"arrow_up",short_names:["arrow_up"],sort_order:167},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOWNWARDS BLACK ARROW",short_name:"arrow_down",short_names:["arrow_down"],sort_order:168},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NORTH EAST ARROW",short_name:"arrow_upper_right",short_names:["arrow_upper_right"],sort_order:169},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SOUTH EAST ARROW",short_name:"arrow_lower_right",short_names:["arrow_lower_right"],sort_order:170},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SOUTH WEST ARROW",short_name:"arrow_lower_left",short_names:["arrow_lower_left"],sort_order:171},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NORTH WEST ARROW",short_name:"arrow_upper_left",short_names:["arrow_upper_left"],sort_order:172},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"UP DOWN ARROW",short_name:"arrow_up_down",short_names:["arrow_up_down"],sort_order:173},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEFT RIGHT ARROW",short_name:"left_right_arrow",short_names:["left_right_arrow"],sort_order:174},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",short_name:"arrows_counterclockwise",short_names:["arrows_counterclockwise"],sort_order:175},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RIGHTWARDS ARROW WITH HOOK",short_name:"arrow_right_hook",short_names:["arrow_right_hook"],sort_order:176},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEFTWARDS ARROW WITH HOOK",short_name:"leftwards_arrow_with_hook",short_names:["leftwards_arrow_with_hook"],sort_order:177},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS",short_name:"arrow_heading_up",short_names:["arrow_heading_up"],sort_order:178},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS",short_name:"arrow_heading_down",short_names:["arrow_heading_down"],sort_order:179},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"HASH KEY",short_name:"hash",short_names:["hash"],sort_order:180},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INFORMATION SOURCE",short_name:"information_source",short_names:["information_source"],sort_order:181},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INPUT SYMBOL FOR LATIN LETTERS",short_name:"abc",short_names:["abc"],sort_order:182},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INPUT SYMBOL FOR LATIN SMALL LETTERS",short_name:"abcd",short_names:["abcd"],sort_order:183},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INPUT SYMBOL FOR LATIN CAPITAL LETTERS",short_name:"capital_abcd",short_names:["capital_abcd"],sort_order:184},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INPUT SYMBOL FOR SYMBOLS",short_name:"symbols",short_names:["symbols"],sort_order:185},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MUSICAL NOTE",short_name:"musical_note",short_names:["musical_note"],sort_order:186},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MULTIPLE MUSICAL NOTES",short_name:"notes",short_names:["notes"],sort_order:187},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WAVY DASH",short_name:"wavy_dash",short_names:["wavy_dash"],sort_order:188},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CURLY LOOP",short_name:"curly_loop",short_names:["curly_loop"],sort_order:189},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY CHECK MARK",short_name:"heavy_check_mark",short_names:["heavy_check_mark"],sort_order:190},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",short_name:"arrows_clockwise",short_names:["arrows_clockwise"],sort_order:191},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY PLUS SIGN",short_name:"heavy_plus_sign",short_names:["heavy_plus_sign"],sort_order:192},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY MINUS SIGN",short_name:"heavy_minus_sign",short_names:["heavy_minus_sign"],sort_order:193},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY DIVISION SIGN",short_name:"heavy_division_sign",short_names:["heavy_division_sign"],sort_order:194},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY MULTIPLICATION X",short_name:"heavy_multiplication_x",short_names:["heavy_multiplication_x"],sort_order:195},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAVY DOLLAR SIGN",short_name:"heavy_dollar_sign",short_names:["heavy_dollar_sign"],sort_order:196},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CURRENCY EXCHANGE",short_name:"currency_exchange",short_names:["currency_exchange"],sort_order:197},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!1,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"COPYRIGHT SIGN",short_name:"copyright",short_names:["copyright"],sort_order:198},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!1,has_img_emojione:!0,has_img_facebook:!1,has_img_messenger:!1,name:"REGISTERED SIGN",short_name:"registered",short_names:["registered"],sort_order:199},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!1,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRADE MARK SIGN",short_name:"tm",short_names:["tm"],sort_order:200},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"END WITH LEFTWARDS ARROW ABOVE",short_name:"end",short_names:["end"],sort_order:201},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BACK WITH LEFTWARDS ARROW ABOVE",short_name:"back",short_names:["back"],sort_order:202},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE",short_name:"on",short_names:["on"],sort_order:203},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TOP WITH UPWARDS ARROW ABOVE",short_name:"top",short_names:["top"],sort_order:204},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SOON WITH RIGHTWARDS ARROW ABOVE",short_name:"soon",short_names:["soon"],sort_order:205},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BALLOT BOX WITH CHECK",short_name:"ballot_box_with_check",short_names:["ballot_box_with_check"],sort_order:206},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RADIO BUTTON",short_name:"radio_button",short_names:["radio_button"],sort_order:207},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MEDIUM WHITE CIRCLE",short_name:"white_circle",short_names:["white_circle"],sort_order:208},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MEDIUM BLACK CIRCLE",short_name:"black_circle",short_names:["black_circle"],sort_order:209},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LARGE RED CIRCLE",short_name:"red_circle",short_names:["red_circle"],sort_order:210},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LARGE BLUE CIRCLE",short_name:"large_blue_circle",short_names:["large_blue_circle"],sort_order:211},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMALL ORANGE DIAMOND",short_name:"small_orange_diamond",short_names:["small_orange_diamond"],sort_order:212},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMALL BLUE DIAMOND",short_name:"small_blue_diamond",short_names:["small_blue_diamond"],sort_order:213},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LARGE ORANGE DIAMOND",short_name:"large_orange_diamond",short_names:["large_orange_diamond"],sort_order:214},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LARGE BLUE DIAMOND",short_name:"large_blue_diamond",short_names:["large_blue_diamond"],sort_order:215},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"UP-POINTING RED TRIANGLE",short_name:"small_red_triangle",short_names:["small_red_triangle"],sort_order:216},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK SMALL SQUARE",short_name:"black_small_square",short_names:["black_small_square"],sort_order:217},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE SMALL SQUARE",short_name:"white_small_square",short_names:["white_small_square"],sort_order:218},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK LARGE SQUARE",short_name:"black_large_square",short_names:["black_large_square"],sort_order:219},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE LARGE SQUARE",short_name:"white_large_square",short_names:["white_large_square"],sort_order:220},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOWN-POINTING RED TRIANGLE",short_name:"small_red_triangle_down",short_names:["small_red_triangle_down"],sort_order:221},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK MEDIUM SQUARE",short_name:"black_medium_square",short_names:["black_medium_square"],sort_order:222},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE MEDIUM SQUARE",short_name:"white_medium_square",short_names:["white_medium_square"],sort_order:223},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK MEDIUM SMALL SQUARE",short_name:"black_medium_small_square",short_names:["black_medium_small_square"],sort_order:224},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE MEDIUM SMALL SQUARE",short_name:"white_medium_small_square",short_names:["white_medium_small_square"],sort_order:225},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK SQUARE BUTTON",short_name:"black_square_button",short_names:["black_square_button"],sort_order:226},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE SQUARE BUTTON",short_name:"white_square_button",short_names:["white_square_button"],sort_order:227},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEAKER",short_name:"speaker",short_names:["speaker"],sort_order:228},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEAKER WITH ONE SOUND WAVE",short_name:"sound",short_names:["sound"],sort_order:229},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEAKER WITH THREE SOUND WAVES",short_name:"loud_sound",short_names:["loud_sound"],sort_order:230},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEAKER WITH CANCELLATION STROKE",short_name:"mute",short_names:["mute"],sort_order:231},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHEERING MEGAPHONE",short_name:"mega",short_names:["mega"],sort_order:232},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PUBLIC ADDRESS LOUDSPEAKER",short_name:"loudspeaker",short_names:["loudspeaker"],sort_order:233},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BELL",short_name:"bell",short_names:["bell"],sort_order:234},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BELL WITH CANCELLATION STROKE",short_name:"no_bell",short_names:["no_bell"],sort_order:235},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PLAYING CARD BLACK JOKER",short_name:"black_joker",short_names:["black_joker"],sort_order:236},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MAHJONG TILE RED DRAGON",short_name:"mahjong",short_names:["mahjong"],sort_order:237},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK SPADE SUIT",short_name:"spades",short_names:["spades"],sort_order:238},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK CLUB SUIT",short_name:"clubs",short_names:["clubs"],sort_order:239},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK HEART SUIT",short_name:"hearts",short_names:["hearts"],sort_order:240},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK DIAMOND SUIT",short_name:"diamonds",short_names:["diamonds"],sort_order:241},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FLOWER PLAYING CARDS",short_name:"flower_playing_cards",short_names:["flower_playing_cards"],sort_order:242},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"THOUGHT BALLOON",short_name:"thought_balloon",short_names:["thought_balloon"],sort_order:243},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RIGHT ANGER BUBBLE",short_name:"right_anger_bubble",short_names:["right_anger_bubble"],sort_order:244},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEECH BALLOON",short_name:"speech_balloon",short_names:["speech_balloon"],sort_order:245},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!1,has_img_facebook:!0,has_img_messenger:!1,name:"LEFT SPEECH BUBBLE",short_name:"left_speech_bubble",short_names:["left_speech_bubble"],sort_order:246},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE ONE OCLOCK",short_name:"clock1",short_names:["clock1"],sort_order:247},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE TWO OCLOCK",short_name:"clock2",short_names:["clock2"],sort_order:248},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE THREE OCLOCK",short_name:"clock3",short_names:["clock3"],sort_order:249},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE FOUR OCLOCK",short_name:"clock4",short_names:["clock4"],sort_order:250},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE FIVE OCLOCK",short_name:"clock5",short_names:["clock5"],sort_order:251},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE SIX OCLOCK",short_name:"clock6",short_names:["clock6"],sort_order:252},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE SEVEN OCLOCK",short_name:"clock7",short_names:["clock7"],sort_order:253},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE EIGHT OCLOCK",short_name:"clock8",short_names:["clock8"],sort_order:254},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE NINE OCLOCK",short_name:"clock9",short_names:["clock9"],sort_order:255},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE TEN OCLOCK",short_name:"clock10",short_names:["clock10"],sort_order:256},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE ELEVEN OCLOCK",short_name:"clock11",short_names:["clock11"],sort_order:257},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE TWELVE OCLOCK",short_name:"clock12",short_names:["clock12"],sort_order:258},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE ONE-THIRTY",short_name:"clock130",short_names:["clock130"],sort_order:259},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE TWO-THIRTY",short_name:"clock230",short_names:["clock230"],sort_order:260},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE THREE-THIRTY",short_name:"clock330",short_names:["clock330"],sort_order:261},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE FOUR-THIRTY",short_name:"clock430",short_names:["clock430"],sort_order:262},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE FIVE-THIRTY",short_name:"clock530",short_names:["clock530"],sort_order:263},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE SIX-THIRTY",short_name:"clock630",short_names:["clock630"],sort_order:264},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE SEVEN-THIRTY",short_name:"clock730",short_names:["clock730"],sort_order:265},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE EIGHT-THIRTY",short_name:"clock830",short_names:["clock830"],sort_order:266},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE NINE-THIRTY",short_name:"clock930",short_names:["clock930"],sort_order:267},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE TEN-THIRTY",short_name:"clock1030",short_names:["clock1030"],sort_order:268},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE ELEVEN-THIRTY",short_name:"clock1130",short_names:["clock1130"],sort_order:269},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOCK FACE TWELVE-THIRTY",short_name:"clock1230",short_names:["clock1230"],sort_order:270}],Objects:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WATCH",short_name:"watch",short_names:["watch"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOBILE PHONE",short_name:"iphone",short_names:["iphone"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT",short_name:"calling",short_names:["calling"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSONAL COMPUTER",short_name:"computer",short_names:["computer"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"KEYBOARD",short_name:"keyboard",short_names:["keyboard"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DESKTOP COMPUTER",short_name:"desktop_computer",short_names:["desktop_computer"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PRINTER",short_name:"printer",short_names:["printer"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"THREE BUTTON MOUSE",short_name:"three_button_mouse",short_names:["three_button_mouse"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"TRACKBALL",short_name:"trackball",short_names:["trackball"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"JOYSTICK",short_name:"joystick",short_names:["joystick"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"COMPRESSION",short_name:"compression",short_names:["compression"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MINIDISC",short_name:"minidisc",short_names:["minidisc"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FLOPPY DISK",short_name:"floppy_disk",short_names:["floppy_disk"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPTICAL DISC",short_name:"cd",short_names:["cd"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DVD",short_name:"dvd",short_names:["dvd"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VIDEOCASSETTE",short_name:"vhs",short_names:["vhs"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAMERA",short_name:"camera",short_names:["camera"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CAMERA WITH FLASH",short_name:"camera_with_flash",short_names:["camera_with_flash"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VIDEO CAMERA",short_name:"video_camera",short_names:["video_camera"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOVIE CAMERA",short_name:"movie_camera",short_names:["movie_camera"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FILM PROJECTOR",short_name:"film_projector",short_names:["film_projector"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FILM FRAMES",short_name:"film_frames",short_names:["film_frames"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TELEPHONE RECEIVER",short_name:"telephone_receiver",short_names:["telephone_receiver"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK TELEPHONE",short_name:"phone",short_names:["phone","telephone"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0, +has_img_facebook:!0,has_img_messenger:!0,name:"PAGER",short_name:"pager",short_names:["pager"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FAX MACHINE",short_name:"fax",short_names:["fax"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TELEVISION",short_name:"tv",short_names:["tv"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RADIO",short_name:"radio",short_names:["radio"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"STUDIO MICROPHONE",short_name:"studio_microphone",short_names:["studio_microphone"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LEVEL SLIDER",short_name:"level_slider",short_names:["level_slider"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CONTROL KNOBS",short_name:"control_knobs",short_names:["control_knobs"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"STOPWATCH",short_name:"stopwatch",short_names:["stopwatch"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"TIMER CLOCK",short_name:"timer_clock",short_names:["timer_clock"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ALARM CLOCK",short_name:"alarm_clock",short_names:["alarm_clock"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MANTELPIECE CLOCK",short_name:"mantelpiece_clock",short_names:["mantelpiece_clock"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOURGLASS WITH FLOWING SAND",short_name:"hourglass_flowing_sand",short_names:["hourglass_flowing_sand"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOURGLASS",short_name:"hourglass",short_names:["hourglass"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SATELLITE ANTENNA",short_name:"satellite_antenna",short_names:["satellite_antenna"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BATTERY",short_name:"battery",short_names:["battery"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ELECTRIC PLUG",short_name:"electric_plug",short_names:["electric_plug"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ELECTRIC LIGHT BULB",short_name:"bulb",short_names:["bulb"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ELECTRIC TORCH",short_name:"flashlight",short_names:["flashlight"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CANDLE",short_name:"candle",short_names:["candle"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WASTEBASKET",short_name:"wastebasket",short_names:["wastebasket"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"OIL DRUM",short_name:"oil_drum",short_names:["oil_drum"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MONEY WITH WINGS",short_name:"money_with_wings",short_names:["money_with_wings"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BANKNOTE WITH DOLLAR SIGN",short_name:"dollar",short_names:["dollar"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BANKNOTE WITH YEN SIGN",short_name:"yen",short_names:["yen"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BANKNOTE WITH EURO SIGN",short_name:"euro",short_names:["euro"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BANKNOTE WITH POUND SIGN",short_name:"pound",short_names:["pound"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MONEY BAG",short_name:"moneybag",short_names:["moneybag"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CREDIT CARD",short_name:"credit_card",short_names:["credit_card"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GEM STONE",short_name:"gem",short_names:["gem"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SCALES",short_name:"scales",short_names:["scales"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WRENCH",short_name:"wrench",short_names:["wrench"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HAMMER",short_name:"hammer",short_names:["hammer"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HAMMER AND PICK",short_name:"hammer_and_pick",short_names:["hammer_and_pick"],sort_order:57},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HAMMER AND WRENCH",short_name:"hammer_and_wrench",short_names:["hammer_and_wrench"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PICK",short_name:"pick",short_names:["pick"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NUT AND BOLT",short_name:"nut_and_bolt",short_names:["nut_and_bolt"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"GEAR",short_name:"gear",short_names:["gear"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CHAINS",short_name:"chains",short_names:["chains"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PISTOL",short_name:"gun",short_names:["gun"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOMB",short_name:"bomb",short_names:["bomb"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOCHO",short_name:"hocho",short_names:["hocho","knife"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DAGGER KNIFE",short_name:"dagger_knife",short_names:["dagger_knife"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CROSSED SWORDS",short_name:"crossed_swords",short_names:["crossed_swords"],sort_order:67},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SHIELD",short_name:"shield",short_names:["shield"],sort_order:68},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMOKING SYMBOL",short_name:"smoking",short_names:["smoking"],sort_order:69},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SKULL AND CROSSBONES",short_name:"skull_and_crossbones",short_names:["skull_and_crossbones"],sort_order:70},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"COFFIN",short_name:"coffin",short_names:["coffin"],sort_order:71},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FUNERAL URN",short_name:"funeral_urn",short_names:["funeral_urn"],sort_order:72},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"AMPHORA",short_name:"amphora",short_names:["amphora"],sort_order:73},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CRYSTAL BALL",short_name:"crystal_ball",short_names:["crystal_ball"],sort_order:74},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PRAYER BEADS",short_name:"prayer_beads",short_names:["prayer_beads"],sort_order:75},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BARBER POLE",short_name:"barber",short_names:["barber"],sort_order:76},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ALEMBIC",short_name:"alembic",short_names:["alembic"],sort_order:77},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TELESCOPE",short_name:"telescope",short_names:["telescope"],sort_order:78},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MICROSCOPE",short_name:"microscope",short_names:["microscope"],sort_order:79},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HOLE",short_name:"hole",short_names:["hole"],sort_order:80},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PILL",short_name:"pill",short_names:["pill"],sort_order:81},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SYRINGE",short_name:"syringe",short_names:["syringe"],sort_order:82},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"THERMOMETER",short_name:"thermometer",short_names:["thermometer"],sort_order:83},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LABEL",short_name:"label",short_names:["label"],sort_order:84},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOOKMARK",short_name:"bookmark",short_names:["bookmark"],sort_order:85},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TOILET",short_name:"toilet",short_names:["toilet"],sort_order:86},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SHOWER",short_name:"shower",short_names:["shower"],sort_order:87},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BATHTUB",short_name:"bathtub",short_names:["bathtub"],sort_order:88},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KEY",short_name:"key",short_names:["key"],sort_order:89},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"OLD KEY",short_name:"old_key",short_names:["old_key"],sort_order:90},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"COUCH AND LAMP",short_name:"couch_and_lamp",short_names:["couch_and_lamp"],sort_order:91},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SLEEPING ACCOMMODATION",short_name:"sleeping_accommodation",short_names:["sleeping_accommodation"],sort_order:92},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BED",short_name:"bed",short_names:["bed"],sort_order:93},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOOR",short_name:"door",short_names:["door"],sort_order:94},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BELLHOP BELL",short_name:"bellhop_bell",short_names:["bellhop_bell"],sort_order:95},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FRAME WITH PICTURE",short_name:"frame_with_picture",short_names:["frame_with_picture"],sort_order:96},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WORLD MAP",short_name:"world_map",short_names:["world_map"],sort_order:97},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"UMBRELLA ON GROUND",short_name:"umbrella_on_ground",short_names:["umbrella_on_ground"],sort_order:98},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOYAI",short_name:"moyai",short_names:["moyai"],sort_order:99},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SHOPPING BAGS",short_name:"shopping_bags",short_names:["shopping_bags"],sort_order:100},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BALLOON",short_name:"balloon",short_names:["balloon"],sort_order:101},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CARP STREAMER",short_name:"flags",short_names:["flags"],sort_order:102},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RIBBON",short_name:"ribbon",short_names:["ribbon"],sort_order:103},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WRAPPED PRESENT",short_name:"gift",short_names:["gift"],sort_order:104},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CONFETTI BALL",short_name:"confetti_ball",short_names:["confetti_ball"],sort_order:105},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PARTY POPPER",short_name:"tada",short_names:["tada"],sort_order:106},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JAPANESE DOLLS",short_name:"dolls",short_names:["dolls"],sort_order:107},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WIND CHIME",short_name:"wind_chime",short_names:["wind_chime"],sort_order:108},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CROSSED FLAGS",short_name:"crossed_flags",short_names:["crossed_flags"],sort_order:109},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"IZAKAYA LANTERN",short_name:"izakaya_lantern",short_names:["izakaya_lantern","lantern"],sort_order:110},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ENVELOPE",short_name:"email",short_names:["email","envelope"],sort_order:111},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ENVELOPE WITH DOWNWARDS ARROW ABOVE",short_name:"envelope_with_arrow",short_names:["envelope_with_arrow"],sort_order:112},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INCOMING ENVELOPE",short_name:"incoming_envelope",short_names:["incoming_envelope"],sort_order:113},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"E-MAIL SYMBOL",short_name:"e-mail",short_names:["e-mail"],sort_order:114},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOVE LETTER",short_name:"love_letter",short_names:["love_letter"],sort_order:115},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POSTBOX",short_name:"postbox",short_names:["postbox"],sort_order:116},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOSED MAILBOX WITH LOWERED FLAG",short_name:"mailbox_closed",short_names:["mailbox_closed"],sort_order:117},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOSED MAILBOX WITH RAISED FLAG",short_name:"mailbox",short_names:["mailbox"],sort_order:118},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPEN MAILBOX WITH RAISED FLAG",short_name:"mailbox_with_mail",short_names:["mailbox_with_mail"],sort_order:119},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPEN MAILBOX WITH LOWERED FLAG",short_name:"mailbox_with_no_mail",short_names:["mailbox_with_no_mail"],sort_order:120},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PACKAGE",short_name:"package",short_names:["package"],sort_order:121},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POSTAL HORN",short_name:"postal_horn",short_names:["postal_horn"],sort_order:122},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INBOX TRAY",short_name:"inbox_tray",short_names:["inbox_tray"],sort_order:123},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OUTBOX TRAY",short_name:"outbox_tray",short_names:["outbox_tray"],sort_order:124},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SCROLL",short_name:"scroll",short_names:["scroll"],sort_order:125},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PAGE WITH CURL",short_name:"page_with_curl",short_names:["page_with_curl"],sort_order:126},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOOKMARK TABS",short_name:"bookmark_tabs",short_names:["bookmark_tabs"],sort_order:127},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BAR CHART",short_name:"bar_chart",short_names:["bar_chart"],sort_order:128},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHART WITH UPWARDS TREND",short_name:"chart_with_upwards_trend",short_names:["chart_with_upwards_trend"],sort_order:129},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHART WITH DOWNWARDS TREND",short_name:"chart_with_downwards_trend",short_names:["chart_with_downwards_trend"],sort_order:130},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PAGE FACING UP",short_name:"page_facing_up",short_names:["page_facing_up"],sort_order:131},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CALENDAR",short_name:"date",short_names:["date"],sort_order:132},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TEAR-OFF CALENDAR",short_name:"calendar",short_names:["calendar"],sort_order:133},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SPIRAL CALENDAR PAD",short_name:"spiral_calendar_pad",short_names:["spiral_calendar_pad"],sort_order:134},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CARD INDEX",short_name:"card_index",short_names:["card_index"],sort_order:135},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CARD FILE BOX",short_name:"card_file_box",short_names:["card_file_box"],sort_order:136},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BALLOT BOX WITH BALLOT",short_name:"ballot_box_with_ballot",short_names:["ballot_box_with_ballot"],sort_order:137},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FILE CABINET",short_name:"file_cabinet",short_names:["file_cabinet"],sort_order:138},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLIPBOARD",short_name:"clipboard",short_names:["clipboard"],sort_order:139},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SPIRAL NOTE PAD",short_name:"spiral_note_pad",short_names:["spiral_note_pad"],sort_order:140},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FILE FOLDER",short_name:"file_folder",short_names:["file_folder"],sort_order:141},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPEN FILE FOLDER",short_name:"open_file_folder",short_names:["open_file_folder"],sort_order:142},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CARD INDEX DIVIDERS",short_name:"card_index_dividers",short_names:["card_index_dividers"],sort_order:143},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ROLLED-UP NEWSPAPER",short_name:"rolled_up_newspaper",short_names:["rolled_up_newspaper"],sort_order:144},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEWSPAPER",short_name:"newspaper",short_names:["newspaper"],sort_order:145},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NOTEBOOK",short_name:"notebook",short_names:["notebook"],sort_order:146},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOSED BOOK",short_name:"closed_book",short_names:["closed_book"],sort_order:147},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GREEN BOOK",short_name:"green_book",short_names:["green_book"],sort_order:148},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLUE BOOK",short_name:"blue_book",short_names:["blue_book"],sort_order:149},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ORANGE BOOK",short_name:"orange_book",short_names:["orange_book"],sort_order:150},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NOTEBOOK WITH DECORATIVE COVER",short_name:"notebook_with_decorative_cover",short_names:["notebook_with_decorative_cover"],sort_order:151},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEDGER",short_name:"ledger",short_names:["ledger"],sort_order:152},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOOKS",short_name:"books",short_names:["books"],sort_order:153},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPEN BOOK",short_name:"book",short_names:["book","open_book"],sort_order:154},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LINK SYMBOL",short_name:"link",short_names:["link"],sort_order:155},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PAPERCLIP",short_name:"paperclip",short_names:["paperclip"],sort_order:156},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LINKED PAPERCLIPS",short_name:"linked_paperclips",short_names:["linked_paperclips"],sort_order:157},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK SCISSORS",short_name:"scissors",short_names:["scissors"],sort_order:158},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRIANGULAR RULER",short_name:"triangular_ruler",short_names:["triangular_ruler"],sort_order:159},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"STRAIGHT RULER",short_name:"straight_ruler",short_names:["straight_ruler"],sort_order:160},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PUSHPIN",short_name:"pushpin",short_names:["pushpin"],sort_order:161},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROUND PUSHPIN",short_name:"round_pushpin",short_names:["round_pushpin"],sort_order:162},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRIANGULAR FLAG ON POST",short_name:"triangular_flag_on_post",short_names:["triangular_flag_on_post"],sort_order:163},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WAVING WHITE FLAG",short_name:"waving_white_flag",short_names:["waving_white_flag"],sort_order:164},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WAVING BLACK FLAG",short_name:"waving_black_flag",short_names:["waving_black_flag"],sort_order:165},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOSED LOCK WITH KEY",short_name:"closed_lock_with_key",short_names:["closed_lock_with_key"],sort_order:166},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOCK",short_name:"lock",short_names:["lock"],sort_order:167},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPEN LOCK",short_name:"unlock",short_names:["unlock"],sort_order:168},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOCK WITH INK PEN",short_name:"lock_with_ink_pen",short_names:["lock_with_ink_pen"],sort_order:169},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LOWER LEFT BALLPOINT PEN",short_name:"lower_left_ballpoint_pen",short_names:["lower_left_ballpoint_pen"],sort_order:170},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LOWER LEFT FOUNTAIN PEN",short_name:"lower_left_fountain_pen",short_names:["lower_left_fountain_pen"],sort_order:171},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK NIB",short_name:"black_nib",short_names:["black_nib"],sort_order:172},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MEMO",short_name:"memo",short_names:["memo","pencil"],sort_order:173},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PENCIL",short_name:"pencil2",short_names:["pencil2"],sort_order:174},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LOWER LEFT CRAYON",short_name:"lower_left_crayon",short_names:["lower_left_crayon"],sort_order:175},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LOWER LEFT PAINTBRUSH",short_name:"lower_left_paintbrush",short_names:["lower_left_paintbrush"],sort_order:176},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEFT-POINTING MAGNIFYING GLASS",short_name:"mag",short_names:["mag"],sort_order:177},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RIGHT-POINTING MAGNIFYING GLASS",short_name:"mag_right",short_names:["mag_right"],sort_order:178}],Nature:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOG FACE",short_name:"dog",short_names:["dog"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAT FACE",short_name:"cat",short_names:["cat"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUSE FACE",short_name:"mouse",short_names:["mouse"],sort_order:3 +},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HAMSTER FACE",short_name:"hamster",short_names:["hamster"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RABBIT FACE",short_name:"rabbit",short_names:["rabbit"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BEAR FACE",short_name:"bear",short_names:["bear"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PANDA FACE",short_name:"panda_face",short_names:["panda_face"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KOALA",short_name:"koala",short_names:["koala"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TIGER FACE",short_name:"tiger",short_names:["tiger"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"LION FACE",short_name:"lion_face",short_names:["lion_face"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COW FACE",short_name:"cow",short_names:["cow"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PIG FACE",short_name:"pig",short_names:["pig"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PIG NOSE",short_name:"pig_nose",short_names:["pig_nose"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FROG FACE",short_name:"frog",short_names:["frog"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OCTOPUS",short_name:"octopus",short_names:["octopus"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MONKEY FACE",short_name:"monkey_face",short_names:["monkey_face"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SEE-NO-EVIL MONKEY",short_name:"see_no_evil",short_names:["see_no_evil"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEAR-NO-EVIL MONKEY",short_name:"hear_no_evil",short_names:["hear_no_evil"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEAK-NO-EVIL MONKEY",short_name:"speak_no_evil",short_names:["speak_no_evil"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MONKEY",short_name:"monkey",short_names:["monkey"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHICKEN",short_name:"chicken",short_names:["chicken"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PENGUIN",short_name:"penguin",short_names:["penguin"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BIRD",short_name:"bird",short_names:["bird"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BABY CHICK",short_name:"baby_chick",short_names:["baby_chick"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HATCHING CHICK",short_name:"hatching_chick",short_names:["hatching_chick"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FRONT-FACING BABY CHICK",short_name:"hatched_chick",short_names:["hatched_chick"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOLF FACE",short_name:"wolf",short_names:["wolf"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOAR",short_name:"boar",short_names:["boar"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HORSE FACE",short_name:"horse",short_names:["horse"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"UNICORN FACE",short_name:"unicorn_face",short_names:["unicorn_face"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HONEYBEE",short_name:"bee",short_names:["bee","honeybee"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BUG",short_name:"bug",short_names:["bug"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SNAIL",short_name:"snail",short_names:["snail"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LADY BEETLE",short_name:"beetle",short_names:["beetle"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANT",short_name:"ant",short_names:["ant"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SPIDER",short_name:"spider",short_names:["spider"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SCORPION",short_name:"scorpion",short_names:["scorpion"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CRAB",short_name:"crab",short_names:["crab"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SNAKE",short_name:"snake",short_names:["snake"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TURTLE",short_name:"turtle",short_names:["turtle"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TROPICAL FISH",short_name:"tropical_fish",short_names:["tropical_fish"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FISH",short_name:"fish",short_names:["fish"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLOWFISH",short_name:"blowfish",short_names:["blowfish"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOLPHIN",short_name:"dolphin",short_names:["dolphin","flipper"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPOUTING WHALE",short_name:"whale",short_names:["whale"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHALE",short_name:"whale2",short_names:["whale2"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CROCODILE",short_name:"crocodile",short_names:["crocodile"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEOPARD",short_name:"leopard",short_names:["leopard"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TIGER",short_name:"tiger2",short_names:["tiger2"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WATER BUFFALO",short_name:"water_buffalo",short_names:["water_buffalo"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OX",short_name:"ox",short_names:["ox"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COW",short_name:"cow2",short_names:["cow2"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DROMEDARY CAMEL",short_name:"dromedary_camel",short_names:["dromedary_camel"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BACTRIAN CAMEL",short_name:"camel",short_names:["camel"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ELEPHANT",short_name:"elephant",short_names:["elephant"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GOAT",short_name:"goat",short_names:["goat"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RAM",short_name:"ram",short_names:["ram"],sort_order:57},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SHEEP",short_name:"sheep",short_names:["sheep"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HORSE",short_name:"racehorse",short_names:["racehorse"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PIG",short_name:"pig2",short_names:["pig2"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RAT",short_name:"rat",short_names:["rat"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUSE",short_name:"mouse2",short_names:["mouse2"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROOSTER",short_name:"rooster",short_names:["rooster"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"TURKEY",short_name:"turkey",short_names:["turkey"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DOVE OF PEACE",short_name:"dove_of_peace",short_names:["dove_of_peace"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOG",short_name:"dog2",short_names:["dog2"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POODLE",short_name:"poodle",short_names:["poodle"],sort_order:67},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAT",short_name:"cat2",short_names:["cat2"],sort_order:68},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RABBIT",short_name:"rabbit2",short_names:["rabbit2"],sort_order:69},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CHIPMUNK",short_name:"chipmunk",short_names:["chipmunk"],sort_order:70},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PAW PRINTS",short_name:"feet",short_names:["feet","paw_prints"],sort_order:71},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DRAGON",short_name:"dragon",short_names:["dragon"],sort_order:72},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DRAGON FACE",short_name:"dragon_face",short_names:["dragon_face"],sort_order:73},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CACTUS",short_name:"cactus",short_names:["cactus"],sort_order:74},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHRISTMAS TREE",short_name:"christmas_tree",short_names:["christmas_tree"],sort_order:75},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EVERGREEN TREE",short_name:"evergreen_tree",short_names:["evergreen_tree"],sort_order:76},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DECIDUOUS TREE",short_name:"deciduous_tree",short_names:["deciduous_tree"],sort_order:77},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PALM TREE",short_name:"palm_tree",short_names:["palm_tree"],sort_order:78},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SEEDLING",short_name:"seedling",short_names:["seedling"],sort_order:79},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HERB",short_name:"herb",short_names:["herb"],sort_order:80},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SHAMROCK",short_name:"shamrock",short_names:["shamrock"],sort_order:81},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FOUR LEAF CLOVER",short_name:"four_leaf_clover",short_names:["four_leaf_clover"],sort_order:82},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PINE DECORATION",short_name:"bamboo",short_names:["bamboo"],sort_order:83},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TANABATA TREE",short_name:"tanabata_tree",short_names:["tanabata_tree"],sort_order:84},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEAF FLUTTERING IN WIND",short_name:"leaves",short_names:["leaves"],sort_order:85},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FALLEN LEAF",short_name:"fallen_leaf",short_names:["fallen_leaf"],sort_order:86},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MAPLE LEAF",short_name:"maple_leaf",short_names:["maple_leaf"],sort_order:87},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EAR OF RICE",short_name:"ear_of_rice",short_names:["ear_of_rice"],sort_order:88},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HIBISCUS",short_name:"hibiscus",short_names:["hibiscus"],sort_order:89},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUNFLOWER",short_name:"sunflower",short_names:["sunflower"],sort_order:90},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROSE",short_name:"rose",short_names:["rose"],sort_order:91},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TULIP",short_name:"tulip",short_names:["tulip"],sort_order:92},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLOSSOM",short_name:"blossom",short_names:["blossom"],sort_order:93},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHERRY BLOSSOM",short_name:"cherry_blossom",short_names:["cherry_blossom"],sort_order:94},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOUQUET",short_name:"bouquet",short_names:["bouquet"],sort_order:95},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MUSHROOM",short_name:"mushroom",short_names:["mushroom"],sort_order:96},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHESTNUT",short_name:"chestnut",short_names:["chestnut"],sort_order:97},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JACK-O-LANTERN",short_name:"jack_o_lantern",short_names:["jack_o_lantern"],sort_order:98},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPIRAL SHELL",short_name:"shell",short_names:["shell"],sort_order:99},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SPIDER WEB",short_name:"spider_web",short_names:["spider_web"],sort_order:100},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EARTH GLOBE AMERICAS",short_name:"earth_americas",short_names:["earth_americas"],sort_order:101},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EARTH GLOBE EUROPE-AFRICA",short_name:"earth_africa",short_names:["earth_africa"],sort_order:102},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EARTH GLOBE ASIA-AUSTRALIA",short_name:"earth_asia",short_names:["earth_asia"],sort_order:103},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FULL MOON SYMBOL",short_name:"full_moon",short_names:["full_moon"],sort_order:104},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WANING GIBBOUS MOON SYMBOL",short_name:"waning_gibbous_moon",short_names:["waning_gibbous_moon"],sort_order:105},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LAST QUARTER MOON SYMBOL",short_name:"last_quarter_moon",short_names:["last_quarter_moon"],sort_order:106},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WANING CRESCENT MOON SYMBOL",short_name:"waning_crescent_moon",short_names:["waning_crescent_moon"],sort_order:107},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEW MOON SYMBOL",short_name:"new_moon",short_names:["new_moon"],sort_order:108},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WAXING CRESCENT MOON SYMBOL",short_name:"waxing_crescent_moon",short_names:["waxing_crescent_moon"],sort_order:109},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FIRST QUARTER MOON SYMBOL",short_name:"first_quarter_moon",short_names:["first_quarter_moon"],sort_order:110},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WAXING GIBBOUS MOON SYMBOL",short_name:"moon",short_names:["moon","waxing_gibbous_moon"],sort_order:111},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEW MOON WITH FACE",short_name:"new_moon_with_face",short_names:["new_moon_with_face"],sort_order:112},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FULL MOON WITH FACE",short_name:"full_moon_with_face",short_names:["full_moon_with_face"],sort_order:113},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FIRST QUARTER MOON WITH FACE",short_name:"first_quarter_moon_with_face",short_names:["first_quarter_moon_with_face"],sort_order:114},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LAST QUARTER MOON WITH FACE",short_name:"last_quarter_moon_with_face",short_names:["last_quarter_moon_with_face"],sort_order:115},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUN WITH FACE",short_name:"sun_with_face",short_names:["sun_with_face"],sort_order:116},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CRESCENT MOON",short_name:"crescent_moon",short_names:["crescent_moon"],sort_order:117},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE MEDIUM STAR",short_name:"star",short_names:["star"],sort_order:118},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GLOWING STAR",short_name:"star2",short_names:["star2"],sort_order:119},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DIZZY SYMBOL",short_name:"dizzy",short_names:["dizzy"],sort_order:120},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPARKLES",short_name:"sparkles",short_names:["sparkles"],sort_order:121},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"COMET",short_name:"comet",short_names:["comet"],sort_order:122},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BLACK SUN WITH RAYS",short_name:"sunny",short_names:["sunny"],sort_order:123},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WHITE SUN WITH SMALL CLOUD",short_name:"mostly_sunny",short_names:["mostly_sunny","sun_small_cloud"],sort_order:124},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUN BEHIND CLOUD",short_name:"partly_sunny",short_names:["partly_sunny"],sort_order:125},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WHITE SUN BEHIND CLOUD",short_name:"barely_sunny",short_names:["barely_sunny","sun_behind_cloud"],sort_order:126},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WHITE SUN BEHIND CLOUD WITH RAIN",short_name:"partly_sunny_rain",short_names:["partly_sunny_rain","sun_behind_rain_cloud"],sort_order:127},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOUD",short_name:"cloud",short_names:["cloud"],sort_order:128},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CLOUD WITH RAIN",short_name:"rain_cloud",short_names:["rain_cloud"],sort_order:129},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"THUNDER CLOUD AND RAIN",short_name:"thunder_cloud_and_rain",short_names:["thunder_cloud_and_rain"],sort_order:130},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CLOUD WITH LIGHTNING",short_name:"lightning",short_names:["lightning","lightning_cloud"],sort_order:131},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HIGH VOLTAGE SIGN",short_name:"zap",short_names:["zap"],sort_order:132},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FIRE",short_name:"fire",short_names:["fire"],sort_order:133},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COLLISION SYMBOL",short_name:"boom",short_names:["boom","collision"],sort_order:134},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SNOWFLAKE",short_name:"snowflake",short_names:["snowflake"],sort_order:135},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CLOUD WITH SNOW",short_name:"snow_cloud",short_names:["snow_cloud"],sort_order:136},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SNOWMAN",short_name:"snowman",short_names:["snowman"],sort_order:137},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SNOWMAN WITHOUT SNOW",short_name:"snowman_without_snow",short_names:["snowman_without_snow"],sort_order:138},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WIND BLOWING FACE",short_name:"wind_blowing_face",short_names:["wind_blowing_face"],sort_order:139},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DASH SYMBOL",short_name:"dash",short_names:["dash"],sort_order:140},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CLOUD WITH TORNADO",short_name:"tornado",short_names:["tornado","tornado_cloud"],sort_order:141},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FOG",short_name:"fog",short_names:["fog"],sort_order:142},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"UMBRELLA",short_name:"umbrella",short_names:["umbrella"],sort_order:143},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"UMBRELLA WITH RAIN DROPS",short_name:"umbrella_with_rain_drops",short_names:["umbrella_with_rain_drops"],sort_order:144},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DROPLET",short_name:"droplet",short_names:["droplet"],sort_order:145},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPLASHING SWEAT SYMBOL",short_name:"sweat_drops",short_names:["sweat_drops"],sort_order:146},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WATER WAVE",short_name:"ocean",short_names:["ocean"],sort_order:147}],Foods:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GREEN APPLE",short_name:"green_apple",short_names:["green_apple"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RED APPLE",short_name:"apple",short_names:["apple"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PEAR",short_name:"pear",short_names:["pear"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TANGERINE",short_name:"tangerine",short_names:["tangerine"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LEMON",short_name:"lemon",short_names:["lemon"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BANANA",short_name:"banana",short_names:["banana"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WATERMELON",short_name:"watermelon",short_names:["watermelon"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GRAPES",short_name:"grapes",short_names:["grapes"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"STRAWBERRY",short_name:"strawberry",short_names:["strawberry"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MELON",short_name:"melon",short_names:["melon"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHERRIES",short_name:"cherries",short_names:["cherries"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PEACH",short_name:"peach",short_names:["peach"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PINEAPPLE",short_name:"pineapple",short_names:["pineapple"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TOMATO",short_name:"tomato",short_names:["tomato"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AUBERGINE",short_name:"eggplant",short_names:["eggplant"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HOT PEPPER",short_name:"hot_pepper",short_names:["hot_pepper"],sort_order:16},{has_img_apple:!0,has_img_google:!0, +has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EAR OF MAIZE",short_name:"corn",short_names:["corn"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROASTED SWEET POTATO",short_name:"sweet_potato",short_names:["sweet_potato"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HONEY POT",short_name:"honey_pot",short_names:["honey_pot"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BREAD",short_name:"bread",short_names:["bread"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CHEESE WEDGE",short_name:"cheese_wedge",short_names:["cheese_wedge"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POULTRY LEG",short_name:"poultry_leg",short_names:["poultry_leg"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MEAT ON BONE",short_name:"meat_on_bone",short_names:["meat_on_bone"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FRIED SHRIMP",short_name:"fried_shrimp",short_names:["fried_shrimp"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COOKING",short_name:"egg",short_names:["egg"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HAMBURGER",short_name:"hamburger",short_names:["hamburger"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FRENCH FRIES",short_name:"fries",short_names:["fries"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HOT DOG",short_name:"hotdog",short_names:["hotdog"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SLICE OF PIZZA",short_name:"pizza",short_names:["pizza"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPAGHETTI",short_name:"spaghetti",short_names:["spaghetti"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"TACO",short_name:"taco",short_names:["taco"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BURRITO",short_name:"burrito",short_names:["burrito"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"STEAMING BOWL",short_name:"ramen",short_names:["ramen"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POT OF FOOD",short_name:"stew",short_names:["stew"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FISH CAKE WITH SWIRL DESIGN",short_name:"fish_cake",short_names:["fish_cake"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUSHI",short_name:"sushi",short_names:["sushi"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BENTO BOX",short_name:"bento",short_names:["bento"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CURRY AND RICE",short_name:"curry",short_names:["curry"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RICE BALL",short_name:"rice_ball",short_names:["rice_ball"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COOKED RICE",short_name:"rice",short_names:["rice"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RICE CRACKER",short_name:"rice_cracker",short_names:["rice_cracker"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ODEN",short_name:"oden",short_names:["oden"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DANGO",short_name:"dango",short_names:["dango"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SHAVED ICE",short_name:"shaved_ice",short_names:["shaved_ice"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ICE CREAM",short_name:"ice_cream",short_names:["ice_cream"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SOFT ICE CREAM",short_name:"icecream",short_names:["icecream"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SHORTCAKE",short_name:"cake",short_names:["cake"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BIRTHDAY CAKE",short_name:"birthday",short_names:["birthday"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CUSTARD",short_name:"custard",short_names:["custard"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CANDY",short_name:"candy",short_names:["candy"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOLLIPOP",short_name:"lollipop",short_names:["lollipop"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHOCOLATE BAR",short_name:"chocolate_bar",short_names:["chocolate_bar"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"POPCORN",short_name:"popcorn",short_names:["popcorn"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DOUGHNUT",short_name:"doughnut",short_names:["doughnut"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COOKIE",short_name:"cookie",short_names:["cookie"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BEER MUG",short_name:"beer",short_names:["beer"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLINKING BEER MUGS",short_name:"beers",short_names:["beers"],sort_order:57},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WINE GLASS",short_name:"wine_glass",short_names:["wine_glass"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COCKTAIL GLASS",short_name:"cocktail",short_names:["cocktail"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TROPICAL DRINK",short_name:"tropical_drink",short_names:["tropical_drink"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BOTTLE WITH POPPING CORK",short_name:"champagne",short_names:["champagne"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SAKE BOTTLE AND CUP",short_name:"sake",short_names:["sake"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TEACUP WITHOUT HANDLE",short_name:"tea",short_names:["tea"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOT BEVERAGE",short_name:"coffee",short_names:["coffee"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BABY BOTTLE",short_name:"baby_bottle",short_names:["baby_bottle"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FORK AND KNIFE",short_name:"fork_and_knife",short_names:["fork_and_knife"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FORK AND KNIFE WITH PLATE",short_name:"knife_fork_plate",short_names:["knife_fork_plate"],sort_order:67}],People:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GRINNING FACE",short_name:"grinning",short_names:["grinning"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GRIMACING FACE",short_name:"grimacing",short_names:["grimacing"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GRINNING FACE WITH SMILING EYES",short_name:"grin",short_names:["grin"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH TEARS OF JOY",short_name:"joy",short_names:["joy"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH OPEN MOUTH",short_name:"smiley",short_names:["smiley"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH OPEN MOUTH AND SMILING EYES",short_name:"smile",short_names:["smile"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH OPEN MOUTH AND COLD SWEAT",short_name:"sweat_smile",short_names:["sweat_smile"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES",short_name:"laughing",short_names:["laughing","satisfied"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH HALO",short_name:"innocent",short_names:["innocent"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WINKING FACE",short_name:"wink",short_names:["wink"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH SMILING EYES",short_name:"blush",short_names:["blush"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SLIGHTLY SMILING FACE",short_name:"slightly_smiling_face",short_names:["slightly_smiling_face"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"UPSIDE-DOWN FACE",short_name:"upside_down_face",short_names:["upside_down_face"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE SMILING FACE",short_name:"relaxed",short_names:["relaxed"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE SAVOURING DELICIOUS FOOD",short_name:"yum",short_names:["yum"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RELIEVED FACE",short_name:"relieved",short_names:["relieved"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH HEART-SHAPED EYES",short_name:"heart_eyes",short_names:["heart_eyes"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE THROWING A KISS",short_name:"kissing_heart",short_names:["kissing_heart"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KISSING FACE",short_name:"kissing",short_names:["kissing"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KISSING FACE WITH SMILING EYES",short_name:"kissing_smiling_eyes",short_names:["kissing_smiling_eyes"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KISSING FACE WITH CLOSED EYES",short_name:"kissing_closed_eyes",short_names:["kissing_closed_eyes"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH STUCK-OUT TONGUE AND WINKING EYE",short_name:"stuck_out_tongue_winking_eye",short_names:["stuck_out_tongue_winking_eye"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES",short_name:"stuck_out_tongue_closed_eyes",short_names:["stuck_out_tongue_closed_eyes"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH STUCK-OUT TONGUE",short_name:"stuck_out_tongue",short_names:["stuck_out_tongue"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MONEY-MOUTH FACE",short_name:"money_mouth_face",short_names:["money_mouth_face"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"NERD FACE",short_name:"nerd_face",short_names:["nerd_face"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH SUNGLASSES",short_name:"sunglasses",short_names:["sunglasses"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HUGGING FACE",short_name:"hugging_face",short_names:["hugging_face"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMIRKING FACE",short_name:"smirk",short_names:["smirk"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITHOUT MOUTH",short_name:"no_mouth",short_names:["no_mouth"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NEUTRAL FACE",short_name:"neutral_face",short_names:["neutral_face"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EXPRESSIONLESS FACE",short_name:"expressionless",short_names:["expressionless"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"UNAMUSED FACE",short_name:"unamused",short_names:["unamused"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FACE WITH ROLLING EYES",short_name:"face_with_rolling_eyes",short_names:["face_with_rolling_eyes"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"THINKING FACE",short_name:"thinking_face",short_names:["thinking_face"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FLUSHED FACE",short_name:"flushed",short_names:["flushed"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DISAPPOINTED FACE",short_name:"disappointed",short_names:["disappointed"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WORRIED FACE",short_name:"worried",short_names:["worried"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANGRY FACE",short_name:"angry",short_names:["angry"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POUTING FACE",short_name:"rage",short_names:["rage"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PENSIVE FACE",short_name:"pensive",short_names:["pensive"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CONFUSED FACE",short_name:"confused",short_names:["confused"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SLIGHTLY FROWNING FACE",short_name:"slightly_frowning_face",short_names:["slightly_frowning_face"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WHITE FROWNING FACE",short_name:"white_frowning_face",short_names:["white_frowning_face"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSEVERING FACE",short_name:"persevere",short_names:["persevere"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CONFOUNDED FACE",short_name:"confounded",short_names:["confounded"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TIRED FACE",short_name:"tired_face",short_names:["tired_face"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WEARY FACE",short_name:"weary",short_names:["weary"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH LOOK OF TRIUMPH",short_name:"triumph",short_names:["triumph"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH OPEN MOUTH",short_name:"open_mouth",short_names:["open_mouth"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE SCREAMING IN FEAR",short_name:"scream",short_names:["scream"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FEARFUL FACE",short_name:"fearful",short_names:["fearful"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH OPEN MOUTH AND COLD SWEAT",short_name:"cold_sweat",short_names:["cold_sweat"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HUSHED FACE",short_name:"hushed",short_names:["hushed"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FROWNING FACE WITH OPEN MOUTH",short_name:"frowning",short_names:["frowning"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANGUISHED FACE",short_name:"anguished",short_names:["anguished"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CRYING FACE",short_name:"cry",short_names:["cry"],sort_order:57},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DISAPPOINTED BUT RELIEVED FACE",short_name:"disappointed_relieved",short_names:["disappointed_relieved"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SLEEPY FACE",short_name:"sleepy",short_names:["sleepy"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH COLD SWEAT",short_name:"sweat",short_names:["sweat"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOUDLY CRYING FACE",short_name:"sob",short_names:["sob"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DIZZY FACE",short_name:"dizzy_face",short_names:["dizzy_face"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ASTONISHED FACE",short_name:"astonished",short_names:["astonished"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ZIPPER-MOUTH FACE",short_name:"zipper_mouth_face",short_names:["zipper_mouth_face"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH MEDICAL MASK",short_name:"mask",short_names:["mask"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FACE WITH THERMOMETER",short_name:"face_with_thermometer",short_names:["face_with_thermometer"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FACE WITH HEAD-BANDAGE",short_name:"face_with_head_bandage",short_names:["face_with_head_bandage"],sort_order:67},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SLEEPING FACE",short_name:"sleeping",short_names:["sleeping"],sort_order:68},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SLEEPING SYMBOL",short_name:"zzz",short_names:["zzz"],sort_order:69},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PILE OF POO",short_name:"hankey",short_names:["hankey","poop","shit"],sort_order:70},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING FACE WITH HORNS",short_name:"smiling_imp",short_names:["smiling_imp"],sort_order:71},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"IMP",short_name:"imp",short_names:["imp"],sort_order:72},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JAPANESE OGRE",short_name:"japanese_ogre",short_names:["japanese_ogre"],sort_order:73},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JAPANESE GOBLIN",short_name:"japanese_goblin",short_names:["japanese_goblin"],sort_order:74},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SKULL",short_name:"skull",short_names:["skull"],sort_order:75},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GHOST",short_name:"ghost",short_names:["ghost"],sort_order:76},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EXTRATERRESTRIAL ALIEN",short_name:"alien",short_names:["alien"],sort_order:77},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ROBOT FACE",short_name:"robot_face",short_names:["robot_face"],sort_order:78},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING CAT FACE WITH OPEN MOUTH",short_name:"smiley_cat",short_names:["smiley_cat"],sort_order:79},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GRINNING CAT FACE WITH SMILING EYES",short_name:"smile_cat",short_names:["smile_cat"],sort_order:80},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAT FACE WITH TEARS OF JOY",short_name:"joy_cat",short_names:["joy_cat"],sort_order:81},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SMILING CAT FACE WITH HEART-SHAPED EYES",short_name:"heart_eyes_cat",short_names:["heart_eyes_cat"],sort_order:82},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAT FACE WITH WRY SMILE",short_name:"smirk_cat",short_names:["smirk_cat"],sort_order:83},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KISSING CAT FACE WITH CLOSED EYES",short_name:"kissing_cat",short_names:["kissing_cat"],sort_order:84},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WEARY CAT FACE",short_name:"scream_cat",short_names:["scream_cat"],sort_order:85},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CRYING CAT FACE",short_name:"crying_cat_face",short_names:["crying_cat_face"],sort_order:86},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POUTING CAT FACE",short_name:"pouting_cat",short_names:["pouting_cat"],sort_order:87},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSON RAISING BOTH HANDS IN CELEBRATION",short_name:"raised_hands",short_names:["raised_hands"],sort_order:88},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLAPPING HANDS SIGN",short_name:"clap",short_names:["clap"],sort_order:89},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WAVING HAND SIGN",short_name:"wave",short_names:["wave"],sort_order:90},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"THUMBS UP SIGN",short_name:"+1",short_names:["+1","thumbsup"],sort_order:91},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"THUMBS DOWN SIGN",short_name:"-1",short_names:["-1","thumbsdown"],sort_order:92},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FISTED HAND SIGN",short_name:"facepunch",short_names:["facepunch","punch"],sort_order:93},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RAISED FIST",short_name:"fist",short_names:["fist"],sort_order:94},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VICTORY HAND",short_name:"v",short_names:["v"],sort_order:95},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OK HAND SIGN",short_name:"ok_hand",short_names:["ok_hand"],sort_order:96},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RAISED HAND",short_name:"hand",short_names:["hand","raised_hand"],sort_order:97},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OPEN HANDS SIGN",short_name:"open_hands",short_names:["open_hands"],sort_order:98},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FLEXED BICEPS",short_name:"muscle",short_names:["muscle"],sort_order:99},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSON WITH FOLDED HANDS",short_name:"pray",short_names:["pray"],sort_order:100},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE UP POINTING INDEX",short_name:"point_up",short_names:["point_up"],sort_order:101},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE UP POINTING BACKHAND INDEX",short_name:"point_up_2",short_names:["point_up_2"],sort_order:102},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE DOWN POINTING BACKHAND INDEX",short_name:"point_down",short_names:["point_down"],sort_order:103},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE LEFT POINTING BACKHAND INDEX",short_name:"point_left",short_names:["point_left"],sort_order:104},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WHITE RIGHT POINTING BACKHAND INDEX",short_name:"point_right", +short_names:["point_right"],sort_order:105},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"REVERSED HAND WITH MIDDLE FINGER EXTENDED",short_name:"middle_finger",short_names:["middle_finger","reversed_hand_with_middle_finger_extended"],sort_order:106},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RAISED HAND WITH FINGERS SPLAYED",short_name:"raised_hand_with_fingers_splayed",short_names:["raised_hand_with_fingers_splayed"],sort_order:107},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SIGN OF THE HORNS",short_name:"the_horns",short_names:["the_horns","sign_of_the_horns"],sort_order:108},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS",short_name:"spock-hand",short_names:["spock-hand"],sort_order:109},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WRITING HAND",short_name:"writing_hand",short_names:["writing_hand"],sort_order:110},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NAIL POLISH",short_name:"nail_care",short_names:["nail_care"],sort_order:111},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUTH",short_name:"lips",short_names:["lips"],sort_order:112},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TONGUE",short_name:"tongue",short_names:["tongue"],sort_order:113},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EAR",short_name:"ear",short_names:["ear"],sort_order:114},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NOSE",short_name:"nose",short_names:["nose"],sort_order:115},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"EYE",short_name:"eye",short_names:["eye"],sort_order:116},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EYES",short_name:"eyes",short_names:["eyes"],sort_order:117},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BUST IN SILHOUETTE",short_name:"bust_in_silhouette",short_names:["bust_in_silhouette"],sort_order:118},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BUSTS IN SILHOUETTE",short_name:"busts_in_silhouette",short_names:["busts_in_silhouette"],sort_order:119},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SPEAKING HEAD IN SILHOUETTE",short_name:"speaking_head_in_silhouette",short_names:["speaking_head_in_silhouette"],sort_order:120},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BABY",short_name:"baby",short_names:["baby"],sort_order:121},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOY",short_name:"boy",short_names:["boy"],sort_order:122},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GIRL",short_name:"girl",short_names:["girl"],sort_order:123},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MAN",short_name:"man",short_names:["man"],sort_order:124},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMAN",short_name:"woman",short_names:["woman"],sort_order:125},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSON WITH BLOND HAIR",short_name:"person_with_blond_hair",short_names:["person_with_blond_hair"],sort_order:126},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OLDER MAN",short_name:"older_man",short_names:["older_man"],sort_order:127},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OLDER WOMAN",short_name:"older_woman",short_names:["older_woman"],sort_order:128},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MAN WITH GUA PI MAO",short_name:"man_with_gua_pi_mao",short_names:["man_with_gua_pi_mao"],sort_order:129},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MAN WITH TURBAN",short_name:"man_with_turban",short_names:["man_with_turban"],sort_order:130},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POLICE OFFICER",short_name:"cop",short_names:["cop"],sort_order:131},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CONSTRUCTION WORKER",short_name:"construction_worker",short_names:["construction_worker"],sort_order:132},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GUARDSMAN",short_name:"guardsman",short_names:["guardsman"],sort_order:133},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SLEUTH OR SPY",short_name:"sleuth_or_spy",short_names:["sleuth_or_spy"],sort_order:134},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FATHER CHRISTMAS",short_name:"santa",short_names:["santa"],sort_order:135},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BABY ANGEL",short_name:"angel",short_names:["angel"],sort_order:136},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PRINCESS",short_name:"princess",short_names:["princess"],sort_order:137},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BRIDE WITH VEIL",short_name:"bride_with_veil",short_names:["bride_with_veil"],sort_order:138},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PEDESTRIAN",short_name:"walking",short_names:["walking"],sort_order:139},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RUNNER",short_name:"runner",short_names:["runner","running"],sort_order:140},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DANCER",short_name:"dancer",short_names:["dancer"],sort_order:141},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMAN WITH BUNNY EARS",short_name:"dancers",short_names:["dancers"],sort_order:142},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MAN AND WOMAN HOLDING HANDS",short_name:"couple",short_names:["couple","man_and_woman_holding_hands"],sort_order:143},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TWO MEN HOLDING HANDS",short_name:"two_men_holding_hands",short_names:["two_men_holding_hands"],sort_order:144},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TWO WOMEN HOLDING HANDS",short_name:"two_women_holding_hands",short_names:["two_women_holding_hands"],sort_order:145},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSON BOWING DEEPLY",short_name:"bow",short_names:["bow"],sort_order:146},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"INFORMATION DESK PERSON",short_name:"information_desk_person",short_names:["information_desk_person"],sort_order:147},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH NO GOOD GESTURE",short_name:"no_good",short_names:["no_good"],sort_order:148},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE WITH OK GESTURE",short_name:"ok_woman",short_names:["ok_woman"],sort_order:149},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HAPPY PERSON RAISING ONE HAND",short_name:"raising_hand",short_names:["raising_hand"],sort_order:150},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSON WITH POUTING FACE",short_name:"person_with_pouting_face",short_names:["person_with_pouting_face"],sort_order:151},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERSON FROWNING",short_name:"person_frowning",short_names:["person_frowning"],sort_order:152},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HAIRCUT",short_name:"haircut",short_names:["haircut"],sort_order:153},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACE MASSAGE",short_name:"massage",short_names:["massage"],sort_order:154},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"COUPLE WITH HEART",short_name:"couple_with_heart",short_names:["couple_with_heart"],sort_order:155},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!1,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-heart-woman",short_names:["woman-heart-woman"],sort_order:156},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!1,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-heart-man",short_names:["man-heart-man"],sort_order:157},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KISS",short_name:"couplekiss",short_names:["couplekiss"],sort_order:158},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!1,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-kiss-woman",short_names:["woman-kiss-woman"],sort_order:159},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!1,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-kiss-man",short_names:["man-kiss-man"],sort_order:160},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FAMILY",short_name:"family",short_names:["family","man-woman-boy"],sort_order:161},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-woman-girl",short_names:["man-woman-girl"],sort_order:162},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-woman-girl-boy",short_names:["man-woman-girl-boy"],sort_order:163},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-woman-boy-boy",short_names:["man-woman-boy-boy"],sort_order:164},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-woman-girl-girl",short_names:["man-woman-girl-girl"],sort_order:165},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-woman-boy",short_names:["woman-woman-boy"],sort_order:166},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-woman-girl",short_names:["woman-woman-girl"],sort_order:167},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-woman-girl-boy",short_names:["woman-woman-girl-boy"],sort_order:168},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-woman-boy-boy",short_names:["woman-woman-boy-boy"],sort_order:169},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"woman-woman-girl-girl",short_names:["woman-woman-girl-girl"],sort_order:170},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-man-boy",short_names:["man-man-boy"],sort_order:171},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-man-girl",short_names:["man-man-girl"],sort_order:172},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-man-girl-boy",short_names:["man-man-girl-boy"],sort_order:173},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-man-boy-boy",short_names:["man-man-boy-boy"],sort_order:174},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:null,short_name:"man-man-girl-girl",short_names:["man-man-girl-girl"],sort_order:175},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMANS CLOTHES",short_name:"womans_clothes",short_names:["womans_clothes"],sort_order:176},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"T-SHIRT",short_name:"shirt",short_names:["shirt","tshirt"],sort_order:177},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JEANS",short_name:"jeans",short_names:["jeans"],sort_order:178},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NECKTIE",short_name:"necktie",short_names:["necktie"],sort_order:179},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DRESS",short_name:"dress",short_names:["dress"],sort_order:180},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BIKINI",short_name:"bikini",short_names:["bikini"],sort_order:181},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KIMONO",short_name:"kimono",short_names:["kimono"],sort_order:182},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LIPSTICK",short_name:"lipstick",short_names:["lipstick"],sort_order:183},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"KISS MARK",short_name:"kiss",short_names:["kiss"],sort_order:184},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FOOTPRINTS",short_name:"footprints",short_names:["footprints"],sort_order:185},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HIGH-HEELED SHOE",short_name:"high_heel",short_names:["high_heel"],sort_order:186},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMANS SANDAL",short_name:"sandal",short_names:["sandal"],sort_order:187},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMANS BOOTS",short_name:"boot",short_names:["boot"],sort_order:188},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MANS SHOE",short_name:"mans_shoe",short_names:["mans_shoe","shoe"],sort_order:189},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ATHLETIC SHOE",short_name:"athletic_shoe",short_names:["athletic_shoe"],sort_order:190},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WOMANS HAT",short_name:"womans_hat",short_names:["womans_hat"],sort_order:191},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TOP HAT",short_name:"tophat",short_names:["tophat"],sort_order:192},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HELMET WITH WHITE CROSS",short_name:"helmet_with_white_cross",short_names:["helmet_with_white_cross"],sort_order:193},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GRADUATION CAP",short_name:"mortar_board",short_names:["mortar_board"],sort_order:194},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CROWN",short_name:"crown",short_names:["crown"],sort_order:195},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SCHOOL SATCHEL",short_name:"school_satchel",short_names:["school_satchel"],sort_order:196},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POUCH",short_name:"pouch",short_names:["pouch"],sort_order:197},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PURSE",short_name:"purse",short_names:["purse"],sort_order:198},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HANDBAG",short_name:"handbag",short_names:["handbag"],sort_order:199},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BRIEFCASE",short_name:"briefcase",short_names:["briefcase"],sort_order:200},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EYEGLASSES",short_name:"eyeglasses",short_names:["eyeglasses"],sort_order:201},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DARK SUNGLASSES",short_name:"dark_sunglasses",short_names:["dark_sunglasses"],sort_order:202},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RING",short_name:"ring",short_names:["ring"],sort_order:203},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLOSED UMBRELLA",short_name:"closed_umbrella",short_names:["closed_umbrella"],sort_order:204}],Places:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AUTOMOBILE",short_name:"car",short_names:["car","red_car"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TAXI",short_name:"taxi",short_names:["taxi"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RECREATIONAL VEHICLE",short_name:"blue_car",short_names:["blue_car"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BUS",short_name:"bus",short_names:["bus"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TROLLEYBUS",short_name:"trolleybus",short_names:["trolleybus"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RACING CAR",short_name:"racing_car",short_names:["racing_car"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POLICE CAR",short_name:"police_car",short_names:["police_car"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AMBULANCE",short_name:"ambulance",short_names:["ambulance"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FIRE ENGINE",short_name:"fire_engine",short_names:["fire_engine"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MINIBUS",short_name:"minibus",short_names:["minibus"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DELIVERY TRUCK",short_name:"truck",short_names:["truck"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ARTICULATED LORRY",short_name:"articulated_lorry",short_names:["articulated_lorry"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRACTOR",short_name:"tractor",short_names:["tractor"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RACING MOTORCYCLE",short_name:"racing_motorcycle",short_names:["racing_motorcycle"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BICYCLE",short_name:"bike",short_names:["bike"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"POLICE CARS REVOLVING LIGHT",short_name:"rotating_light",short_names:["rotating_light"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ONCOMING POLICE CAR",short_name:"oncoming_police_car",short_names:["oncoming_police_car"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ONCOMING BUS",short_name:"oncoming_bus",short_names:["oncoming_bus"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ONCOMING AUTOMOBILE",short_name:"oncoming_automobile",short_names:["oncoming_automobile"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ONCOMING TAXI",short_name:"oncoming_taxi",short_names:["oncoming_taxi"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AERIAL TRAMWAY",short_name:"aerial_tramway",short_names:["aerial_tramway"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUNTAIN CABLEWAY",short_name:"mountain_cableway",short_names:["mountain_cableway"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUSPENSION RAILWAY",short_name:"suspension_railway",short_names:["suspension_railway"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RAILWAY CAR",short_name:"railway_car",short_names:["railway_car"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRAM CAR",short_name:"train",short_names:["train"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MONORAIL",short_name:"monorail",short_names:["monorail"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HIGH-SPEED TRAIN",short_name:"bullettrain_side",short_names:["bullettrain_side"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HIGH-SPEED TRAIN WITH BULLET NOSE",short_name:"bullettrain_front",short_names:["bullettrain_front"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LIGHT RAIL",short_name:"light_rail",short_names:["light_rail"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUNTAIN RAILWAY",short_name:"mountain_railway",short_names:["mountain_railway"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"STEAM LOCOMOTIVE",short_name:"steam_locomotive",short_names:["steam_locomotive"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRAIN",short_name:"train2",short_names:["train2"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"METRO",short_name:"metro",short_names:["metro"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRAM",short_name:"tram",short_names:["tram"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"STATION",short_name:"station",short_names:["station"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HELICOPTER",short_name:"helicopter",short_names:["helicopter"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SMALL AIRPLANE",short_name:"small_airplane",short_names:["small_airplane"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AIRPLANE",short_name:"airplane",short_names:["airplane"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"AIRPLANE DEPARTURE",short_name:"airplane_departure",short_names:["airplane_departure"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"AIRPLANE ARRIVING",short_name:"airplane_arriving",short_names:["airplane_arriving"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SAILBOAT",short_name:"boat",short_names:["boat","sailboat"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MOTOR BOAT",short_name:"motor_boat",short_names:["motor_boat"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SPEEDBOAT",short_name:"speedboat",short_names:["speedboat"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FERRY",short_name:"ferry",short_names:["ferry"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PASSENGER SHIP",short_name:"passenger_ship",short_names:["passenger_ship"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROCKET",short_name:"rocket",short_names:["rocket"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SATELLITE",short_name:"satellite",short_names:["satellite"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SEAT",short_name:"seat",short_names:["seat"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ANCHOR",short_name:"anchor",short_names:["anchor"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CONSTRUCTION SIGN",short_name:"construction",short_names:["construction"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FUEL PUMP",short_name:"fuelpump",short_names:["fuelpump"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BUS STOP",short_name:"busstop",short_names:["busstop"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VERTICAL TRAFFIC LIGHT",short_name:"vertical_traffic_light",short_names:["vertical_traffic_light"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HORIZONTAL TRAFFIC LIGHT",short_name:"traffic_light",short_names:["traffic_light"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHEQUERED FLAG",short_name:"checkered_flag",short_names:["checkered_flag"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SHIP",short_name:"ship",short_names:["ship"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FERRIS WHEEL",short_name:"ferris_wheel",short_names:["ferris_wheel"],sort_order:57},{has_img_apple:!0, +has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROLLER COASTER",short_name:"roller_coaster",short_names:["roller_coaster"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CAROUSEL HORSE",short_name:"carousel_horse",short_names:["carousel_horse"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BUILDING CONSTRUCTION",short_name:"building_construction",short_names:["building_construction"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FOGGY",short_name:"foggy",short_names:["foggy"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TOKYO TOWER",short_name:"tokyo_tower",short_names:["tokyo_tower"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FACTORY",short_name:"factory",short_names:["factory"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FOUNTAIN",short_name:"fountain",short_names:["fountain"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOON VIEWING CEREMONY",short_name:"rice_scene",short_names:["rice_scene"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MOUNTAIN",short_name:"mountain",short_names:["mountain"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SNOW CAPPED MOUNTAIN",short_name:"snow_capped_mountain",short_names:["snow_capped_mountain"],sort_order:67},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUNT FUJI",short_name:"mount_fuji",short_names:["mount_fuji"],sort_order:68},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VOLCANO",short_name:"volcano",short_names:["volcano"],sort_order:69},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SILHOUETTE OF JAPAN",short_name:"japan",short_names:["japan"],sort_order:70},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CAMPING",short_name:"camping",short_names:["camping"],sort_order:71},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TENT",short_name:"tent",short_names:["tent"],sort_order:72},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"NATIONAL PARK",short_name:"national_park",short_names:["national_park"],sort_order:73},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MOTORWAY",short_name:"motorway",short_names:["motorway"],sort_order:74},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"RAILWAY TRACK",short_name:"railway_track",short_names:["railway_track"],sort_order:75},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUNRISE",short_name:"sunrise",short_names:["sunrise"],sort_order:76},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUNRISE OVER MOUNTAINS",short_name:"sunrise_over_mountains",short_names:["sunrise_over_mountains"],sort_order:77},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DESERT",short_name:"desert",short_names:["desert"],sort_order:78},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BEACH WITH UMBRELLA",short_name:"beach_with_umbrella",short_names:["beach_with_umbrella"],sort_order:79},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DESERT ISLAND",short_name:"desert_island",short_names:["desert_island"],sort_order:80},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SUNSET OVER BUILDINGS",short_name:"city_sunrise",short_names:["city_sunrise"],sort_order:81},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CITYSCAPE AT DUSK",short_name:"city_sunset",short_names:["city_sunset"],sort_order:82},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CITYSCAPE",short_name:"cityscape",short_names:["cityscape"],sort_order:83},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"NIGHT WITH STARS",short_name:"night_with_stars",short_names:["night_with_stars"],sort_order:84},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BRIDGE AT NIGHT",short_name:"bridge_at_night",short_names:["bridge_at_night"],sort_order:85},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MILKY WAY",short_name:"milky_way",short_names:["milky_way"],sort_order:86},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SHOOTING STAR",short_name:"stars",short_names:["stars"],sort_order:87},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FIREWORK SPARKLER",short_name:"sparkler",short_names:["sparkler"],sort_order:88},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FIREWORKS",short_name:"fireworks",short_names:["fireworks"],sort_order:89},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RAINBOW",short_name:"rainbow",short_names:["rainbow"],sort_order:90},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"HOUSE BUILDINGS",short_name:"house_buildings",short_names:["house_buildings"],sort_order:91},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EUROPEAN CASTLE",short_name:"european_castle",short_names:["european_castle"],sort_order:92},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JAPANESE CASTLE",short_name:"japanese_castle",short_names:["japanese_castle"],sort_order:93},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"STADIUM",short_name:"stadium",short_names:["stadium"],sort_order:94},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"STATUE OF LIBERTY",short_name:"statue_of_liberty",short_names:["statue_of_liberty"],sort_order:95},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOUSE BUILDING",short_name:"house",short_names:["house"],sort_order:96},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOUSE WITH GARDEN",short_name:"house_with_garden",short_names:["house_with_garden"],sort_order:97},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"DERELICT HOUSE BUILDING",short_name:"derelict_house_building",short_names:["derelict_house_building"],sort_order:98},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"OFFICE BUILDING",short_name:"office",short_names:["office"],sort_order:99},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DEPARTMENT STORE",short_name:"department_store",short_names:["department_store"],sort_order:100},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"JAPANESE POST OFFICE",short_name:"post_office",short_names:["post_office"],sort_order:101},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"EUROPEAN POST OFFICE",short_name:"european_post_office",short_names:["european_post_office"],sort_order:102},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOSPITAL",short_name:"hospital",short_names:["hospital"],sort_order:103},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BANK",short_name:"bank",short_names:["bank"],sort_order:104},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HOTEL",short_name:"hotel",short_names:["hotel"],sort_order:105},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CONVENIENCE STORE",short_name:"convenience_store",short_names:["convenience_store"],sort_order:106},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SCHOOL",short_name:"school",short_names:["school"],sort_order:107},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"LOVE HOTEL",short_name:"love_hotel",short_names:["love_hotel"],sort_order:108},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"WEDDING",short_name:"wedding",short_names:["wedding"],sort_order:109},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CLASSICAL BUILDING",short_name:"classical_building",short_names:["classical_building"],sort_order:110},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CHURCH",short_name:"church",short_names:["church"],sort_order:111},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MOSQUE",short_name:"mosque",short_names:["mosque"],sort_order:112},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SYNAGOGUE",short_name:"synagogue",short_names:["synagogue"],sort_order:113},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"KAABA",short_name:"kaaba",short_names:["kaaba"],sort_order:114},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SHINTO SHRINE",short_name:"shinto_shrine",short_names:["shinto_shrine"],sort_order:115}],Activity:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SOCCER BALL",short_name:"soccer",short_names:["soccer"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BASKETBALL AND HOOP",short_name:"basketball",short_names:["basketball"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"AMERICAN FOOTBALL",short_name:"football",short_names:["football"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BASEBALL",short_name:"baseball",short_names:["baseball"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TENNIS RACQUET AND BALL",short_name:"tennis",short_names:["tennis"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"VOLLEYBALL",short_name:"volleyball",short_names:["volleyball"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RUGBY FOOTBALL",short_name:"rugby_football",short_names:["rugby_football"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BILLIARDS",short_name:"8ball",short_names:["8ball"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FLAG IN HOLE",short_name:"golf",short_names:["golf"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"GOLFER",short_name:"golfer",short_names:["golfer"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"TABLE TENNIS PADDLE AND BALL",short_name:"table_tennis_paddle_and_ball",short_names:["table_tennis_paddle_and_ball"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BADMINTON RACQUET AND SHUTTLECOCK",short_name:"badminton_racquet_and_shuttlecock",short_names:["badminton_racquet_and_shuttlecock"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ICE HOCKEY STICK AND PUCK",short_name:"ice_hockey_stick_and_puck",short_names:["ice_hockey_stick_and_puck"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"FIELD HOCKEY STICK AND BALL",short_name:"field_hockey_stick_and_ball",short_names:["field_hockey_stick_and_ball"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"CRICKET BAT AND BALL",short_name:"cricket_bat_and_ball",short_names:["cricket_bat_and_ball"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SKI AND SKI BOOT",short_name:"ski",short_names:["ski"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SKIER",short_name:"skier",short_names:["skier"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SNOWBOARDER",short_name:"snowboarder",short_names:["snowboarder"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ICE SKATE",short_name:"ice_skate",short_names:["ice_skate"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"BOW AND ARROW",short_name:"bow_and_arrow",short_names:["bow_and_arrow"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"FISHING POLE AND FISH",short_name:"fishing_pole_and_fish",short_names:["fishing_pole_and_fish"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ROWBOAT",short_name:"rowboat",short_names:["rowboat"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SWIMMER",short_name:"swimmer",short_names:["swimmer"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SURFER",short_name:"surfer",short_names:["surfer"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BATH",short_name:"bath",short_names:["bath"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"PERSON WITH BALL",short_name:"person_with_ball",short_names:["person_with_ball"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"WEIGHT LIFTER",short_name:"weight_lifter",short_names:["weight_lifter"],sort_order:27},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BICYCLIST",short_name:"bicyclist",short_names:["bicyclist"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MOUNTAIN BICYCLIST",short_name:"mountain_bicyclist",short_names:["mountain_bicyclist"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HORSE RACING",short_name:"horse_racing",short_names:["horse_racing"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MAN IN BUSINESS SUIT LEVITATING",short_name:"man_in_business_suit_levitating",short_names:["man_in_business_suit_levitating"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TROPHY",short_name:"trophy",short_names:["trophy"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"RUNNING SHIRT WITH SASH",short_name:"running_shirt_with_sash",short_names:["running_shirt_with_sash"],sort_order:33},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"SPORTS MEDAL",short_name:"sports_medal",short_names:["sports_medal"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"MILITARY MEDAL",short_name:"medal",short_names:["medal"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"REMINDER RIBBON",short_name:"reminder_ribbon",short_names:["reminder_ribbon"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ROSETTE",short_name:"rosette",short_names:["rosette"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TICKET",short_name:"ticket",short_names:["ticket"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"ADMISSION TICKETS",short_name:"admission_tickets",short_names:["admission_tickets"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"PERFORMING ARTS",short_name:"performing_arts",short_names:["performing_arts"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ARTIST PALETTE",short_name:"art",short_names:["art"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CIRCUS TENT",short_name:"circus_tent",short_names:["circus_tent"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MICROPHONE",short_name:"microphone",short_names:["microphone"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"HEADPHONE",short_name:"headphones",short_names:["headphones"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MUSICAL SCORE",short_name:"musical_score",short_names:["musical_score"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"MUSICAL KEYBOARD",short_name:"musical_keyboard",short_names:["musical_keyboard"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SAXOPHONE",short_name:"saxophone",short_names:["saxophone"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"TRUMPET",short_name:"trumpet",short_names:["trumpet"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GUITAR",short_name:"guitar",short_names:["guitar"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VIOLIN",short_name:"violin",short_names:["violin"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"CLAPPER BOARD",short_name:"clapper",short_names:["clapper"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"VIDEO GAME",short_name:"video_game",short_names:["video_game"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"ALIEN MONSTER",short_name:"space_invader",short_names:["space_invader"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"DIRECT HIT",short_name:"dart",short_names:["dart"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"GAME DIE",short_name:"game_die",short_names:["game_die"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"SLOT MACHINE",short_name:"slot_machine",short_names:["slot_machine"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"BOWLING",short_name:"bowling",short_names:["bowling"],sort_order:57}],"Skin Tones":[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"EMOJI MODIFIER FITZPATRICK TYPE-1-2",short_name:"skin-tone-2",short_names:["skin-tone-2"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"EMOJI MODIFIER FITZPATRICK TYPE-3",short_name:"skin-tone-3",short_names:["skin-tone-3"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"EMOJI MODIFIER FITZPATRICK TYPE-4",short_name:"skin-tone-4",short_names:["skin-tone-4"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"EMOJI MODIFIER FITZPATRICK TYPE-5",short_name:"skin-tone-5",short_names:["skin-tone-5"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"EMOJI MODIFIER FITZPATRICK TYPE-6",short_name:"skin-tone-6",short_names:["skin-tone-6"],sort_order:5}],Flags:[{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AF",short_name:"flag-af",short_names:["flag-af"],sort_order:1},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AX",short_name:"flag-ax",short_names:["flag-ax"],sort_order:2},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AL",short_name:"flag-al",short_names:["flag-al"],sort_order:3},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DZ",short_name:"flag-dz",short_names:["flag-dz"],sort_order:4},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AS",short_name:"flag-as",short_names:["flag-as"],sort_order:5},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AD",short_name:"flag-ad",short_names:["flag-ad"],sort_order:6},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AO",short_name:"flag-ao",short_names:["flag-ao"],sort_order:7},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AI",short_name:"flag-ai",short_names:["flag-ai"],sort_order:8},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AQ",short_name:"flag-aq",short_names:["flag-aq"],sort_order:9},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AG",short_name:"flag-ag",short_names:["flag-ag"],sort_order:10},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AR",short_name:"flag-ar",short_names:["flag-ar"],sort_order:11},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AM",short_name:"flag-am",short_names:["flag-am"],sort_order:12},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AW",short_name:"flag-aw",short_names:["flag-aw"],sort_order:13},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AU",short_name:"flag-au",short_names:["flag-au"],sort_order:14},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AT",short_name:"flag-at",short_names:["flag-at"],sort_order:15},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AZ",short_name:"flag-az",short_names:["flag-az"],sort_order:16},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BS",short_name:"flag-bs",short_names:["flag-bs"],sort_order:17},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BH",short_name:"flag-bh",short_names:["flag-bh"],sort_order:18},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BD",short_name:"flag-bd",short_names:["flag-bd"],sort_order:19},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BB",short_name:"flag-bb",short_names:["flag-bb"],sort_order:20},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BY",short_name:"flag-by",short_names:["flag-by"],sort_order:21},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BE",short_name:"flag-be",short_names:["flag-be"],sort_order:22},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BZ",short_name:"flag-bz",short_names:["flag-bz"],sort_order:23},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BJ",short_name:"flag-bj",short_names:["flag-bj"],sort_order:24},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BM",short_name:"flag-bm",short_names:["flag-bm"],sort_order:25},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BT",short_name:"flag-bt",short_names:["flag-bt"],sort_order:26},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BO",short_name:"flag-bo",short_names:["flag-bo"],sort_order:27},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BQ",short_name:"flag-bq",short_names:["flag-bq"],sort_order:28},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"REGIONAL INDICATOR SYMBOL LETTERS BA",short_name:"flag-ba",short_names:["flag-ba"],sort_order:29},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BW",short_name:"flag-bw",short_names:["flag-bw"],sort_order:30},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BR",short_name:"flag-br",short_names:["flag-br"],sort_order:31},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IO",short_name:"flag-io",short_names:["flag-io"],sort_order:32},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VG",short_name:"flag-vg",short_names:["flag-vg"],sort_order:33},{has_img_apple:!0, +has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"REGIONAL INDICATOR SYMBOL LETTERS BN",short_name:"flag-bn",short_names:["flag-bn"],sort_order:34},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BG",short_name:"flag-bg",short_names:["flag-bg"],sort_order:35},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BF",short_name:"flag-bf",short_names:["flag-bf"],sort_order:36},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BI",short_name:"flag-bi",short_names:["flag-bi"],sort_order:37},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CV",short_name:"flag-cv",short_names:["flag-cv"],sort_order:38},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KH",short_name:"flag-kh",short_names:["flag-kh"],sort_order:39},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CM",short_name:"flag-cm",short_names:["flag-cm"],sort_order:40},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CA",short_name:"flag-ca",short_names:["flag-ca"],sort_order:41},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IC",short_name:"flag-ic",short_names:["flag-ic"],sort_order:42},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KY",short_name:"flag-ky",short_names:["flag-ky"],sort_order:43},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CF",short_name:"flag-cf",short_names:["flag-cf"],sort_order:44},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TD",short_name:"flag-td",short_names:["flag-td"],sort_order:45},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CL",short_name:"flag-cl",short_names:["flag-cl"],sort_order:46},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CN",short_name:"flag-cn",short_names:["flag-cn","cn"],sort_order:47},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CX",short_name:"flag-cx",short_names:["flag-cx"],sort_order:48},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CC",short_name:"flag-cc",short_names:["flag-cc"],sort_order:49},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CO",short_name:"flag-co",short_names:["flag-co"],sort_order:50},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KM",short_name:"flag-km",short_names:["flag-km"],sort_order:51},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CG",short_name:"flag-cg",short_names:["flag-cg"],sort_order:52},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CD",short_name:"flag-cd",short_names:["flag-cd"],sort_order:53},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CK",short_name:"flag-ck",short_names:["flag-ck"],sort_order:54},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CR",short_name:"flag-cr",short_names:["flag-cr"],sort_order:55},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS HR",short_name:"flag-hr",short_names:["flag-hr"],sort_order:56},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CU",short_name:"flag-cu",short_names:["flag-cu"],sort_order:57},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CW",short_name:"flag-cw",short_names:["flag-cw"],sort_order:58},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CY",short_name:"flag-cy",short_names:["flag-cy"],sort_order:59},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CZ",short_name:"flag-cz",short_names:["flag-cz"],sort_order:60},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DK",short_name:"flag-dk",short_names:["flag-dk"],sort_order:61},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DJ",short_name:"flag-dj",short_names:["flag-dj"],sort_order:62},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DM",short_name:"flag-dm",short_names:["flag-dm"],sort_order:63},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DO",short_name:"flag-do",short_names:["flag-do"],sort_order:64},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS EC",short_name:"flag-ec",short_names:["flag-ec"],sort_order:65},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS EG",short_name:"flag-eg",short_names:["flag-eg"],sort_order:66},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SV",short_name:"flag-sv",short_names:["flag-sv"],sort_order:67},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GQ",short_name:"flag-gq",short_names:["flag-gq"],sort_order:68},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ER",short_name:"flag-er",short_names:["flag-er"],sort_order:69},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS EE",short_name:"flag-ee",short_names:["flag-ee"],sort_order:70},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ET",short_name:"flag-et",short_names:["flag-et"],sort_order:71},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS EU",short_name:"flag-eu",short_names:["flag-eu"],sort_order:72},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS FK",short_name:"flag-fk",short_names:["flag-fk"],sort_order:73},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS FO",short_name:"flag-fo",short_names:["flag-fo"],sort_order:74},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS FJ",short_name:"flag-fj",short_names:["flag-fj"],sort_order:75},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS FI",short_name:"flag-fi",short_names:["flag-fi"],sort_order:76},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS FR",short_name:"flag-fr",short_names:["flag-fr","fr"],sort_order:77},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GF",short_name:"flag-gf",short_names:["flag-gf"],sort_order:78},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PF",short_name:"flag-pf",short_names:["flag-pf"],sort_order:79},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TF",short_name:"flag-tf",short_names:["flag-tf"],sort_order:80},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GA",short_name:"flag-ga",short_names:["flag-ga"],sort_order:81},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GM",short_name:"flag-gm",short_names:["flag-gm"],sort_order:82},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GE",short_name:"flag-ge",short_names:["flag-ge"],sort_order:83},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DE",short_name:"flag-de",short_names:["flag-de","de"],sort_order:84},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GH",short_name:"flag-gh",short_names:["flag-gh"],sort_order:85},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GI",short_name:"flag-gi",short_names:["flag-gi"],sort_order:86},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GR",short_name:"flag-gr",short_names:["flag-gr"],sort_order:87},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GL",short_name:"flag-gl",short_names:["flag-gl"],sort_order:88},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GD",short_name:"flag-gd",short_names:["flag-gd"],sort_order:89},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GP",short_name:"flag-gp",short_names:["flag-gp"],sort_order:90},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GU",short_name:"flag-gu",short_names:["flag-gu"],sort_order:91},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GT",short_name:"flag-gt",short_names:["flag-gt"],sort_order:92},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GG",short_name:"flag-gg",short_names:["flag-gg"],sort_order:93},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GN",short_name:"flag-gn",short_names:["flag-gn"],sort_order:94},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GW",short_name:"flag-gw",short_names:["flag-gw"],sort_order:95},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GY",short_name:"flag-gy",short_names:["flag-gy"],sort_order:96},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS HT",short_name:"flag-ht",short_names:["flag-ht"],sort_order:97},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS HN",short_name:"flag-hn",short_names:["flag-hn"],sort_order:98},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS HK",short_name:"flag-hk",short_names:["flag-hk"],sort_order:99},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS HU",short_name:"flag-hu",short_names:["flag-hu"],sort_order:100},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IS",short_name:"flag-is",short_names:["flag-is"],sort_order:101},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IN",short_name:"flag-in",short_names:["flag-in"],sort_order:102},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ID",short_name:"flag-id",short_names:["flag-id"],sort_order:103},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IR",short_name:"flag-ir",short_names:["flag-ir"],sort_order:104},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IQ",short_name:"flag-iq",short_names:["flag-iq"],sort_order:105},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IE",short_name:"flag-ie",short_names:["flag-ie"],sort_order:106},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IM",short_name:"flag-im",short_names:["flag-im"],sort_order:107},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IL",short_name:"flag-il",short_names:["flag-il"],sort_order:108},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS IT",short_name:"flag-it",short_names:["flag-it","it"],sort_order:109},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CI",short_name:"flag-ci",short_names:["flag-ci"],sort_order:110},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS JM",short_name:"flag-jm",short_names:["flag-jm"],sort_order:111},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS JP",short_name:"flag-jp",short_names:["flag-jp","jp"],sort_order:112},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS JE",short_name:"flag-je",short_names:["flag-je"],sort_order:113},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS JO",short_name:"flag-jo",short_names:["flag-jo"],sort_order:114},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KZ",short_name:"flag-kz",short_names:["flag-kz"],sort_order:115},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KE",short_name:"flag-ke",short_names:["flag-ke"],sort_order:116},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KI",short_name:"flag-ki",short_names:["flag-ki"],sort_order:117},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS XK",short_name:"flag-xk",short_names:["flag-xk"],sort_order:118},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KW",short_name:"flag-kw",short_names:["flag-kw"],sort_order:119},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KG",short_name:"flag-kg",short_names:["flag-kg"],sort_order:120},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LA",short_name:"flag-la",short_names:["flag-la"],sort_order:121},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LV",short_name:"flag-lv",short_names:["flag-lv"],sort_order:122},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LB",short_name:"flag-lb",short_names:["flag-lb"],sort_order:123},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LS",short_name:"flag-ls",short_names:["flag-ls"],sort_order:124},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LR",short_name:"flag-lr",short_names:["flag-lr"],sort_order:125},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LY",short_name:"flag-ly",short_names:["flag-ly"],sort_order:126},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LI",short_name:"flag-li",short_names:["flag-li"],sort_order:127},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LT",short_name:"flag-lt",short_names:["flag-lt"],sort_order:128},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LU",short_name:"flag-lu",short_names:["flag-lu"],sort_order:129},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MO",short_name:"flag-mo",short_names:["flag-mo"],sort_order:130},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MK",short_name:"flag-mk",short_names:["flag-mk"],sort_order:131},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MG",short_name:"flag-mg",short_names:["flag-mg"],sort_order:132},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MW",short_name:"flag-mw",short_names:["flag-mw"],sort_order:133},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MY",short_name:"flag-my",short_names:["flag-my"],sort_order:134},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MV",short_name:"flag-mv",short_names:["flag-mv"],sort_order:135},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ML",short_name:"flag-ml",short_names:["flag-ml"],sort_order:136},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MT",short_name:"flag-mt",short_names:["flag-mt"],sort_order:137},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MH",short_name:"flag-mh",short_names:["flag-mh"],sort_order:138},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MQ",short_name:"flag-mq",short_names:["flag-mq"],sort_order:139},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MR",short_name:"flag-mr",short_names:["flag-mr"],sort_order:140},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MU",short_name:"flag-mu",short_names:["flag-mu"],sort_order:141},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS YT",short_name:"flag-yt",short_names:["flag-yt"],sort_order:142},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MX",short_name:"flag-mx",short_names:["flag-mx"],sort_order:143},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS FM",short_name:"flag-fm",short_names:["flag-fm"],sort_order:144},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MD",short_name:"flag-md",short_names:["flag-md"],sort_order:145},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MC",short_name:"flag-mc",short_names:["flag-mc"],sort_order:146},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MN",short_name:"flag-mn",short_names:["flag-mn"],sort_order:147},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ME",short_name:"flag-me",short_names:["flag-me"],sort_order:148},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MS",short_name:"flag-ms",short_names:["flag-ms"],sort_order:149},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MA",short_name:"flag-ma",short_names:["flag-ma"],sort_order:150},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MZ",short_name:"flag-mz",short_names:["flag-mz"],sort_order:151},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MM",short_name:"flag-mm",short_names:["flag-mm"],sort_order:152},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NA",short_name:"flag-na",short_names:["flag-na"],sort_order:153},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NR",short_name:"flag-nr",short_names:["flag-nr"],sort_order:154},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NP",short_name:"flag-np",short_names:["flag-np"],sort_order:155},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NL",short_name:"flag-nl",short_names:["flag-nl"],sort_order:156},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NC",short_name:"flag-nc",short_names:["flag-nc"],sort_order:157},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NZ",short_name:"flag-nz",short_names:["flag-nz"],sort_order:158},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NI",short_name:"flag-ni",short_names:["flag-ni"],sort_order:159},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NE",short_name:"flag-ne",short_names:["flag-ne"],sort_order:160},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NG",short_name:"flag-ng",short_names:["flag-ng"],sort_order:161},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NU",short_name:"flag-nu",short_names:["flag-nu"],sort_order:162},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NF",short_name:"flag-nf",short_names:["flag-nf"],sort_order:163},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MP",short_name:"flag-mp",short_names:["flag-mp"],sort_order:164},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KP",short_name:"flag-kp",short_names:["flag-kp"],sort_order:165},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS NO",short_name:"flag-no",short_names:["flag-no"],sort_order:166},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS OM",short_name:"flag-om",short_names:["flag-om"],sort_order:167},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PK",short_name:"flag-pk",short_names:["flag-pk"],sort_order:168},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PW",short_name:"flag-pw",short_names:["flag-pw"],sort_order:169},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PS",short_name:"flag-ps",short_names:["flag-ps"],sort_order:170},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PA",short_name:"flag-pa",short_names:["flag-pa"],sort_order:171},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PG",short_name:"flag-pg",short_names:["flag-pg"],sort_order:172},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PY",short_name:"flag-py",short_names:["flag-py"],sort_order:173},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PE",short_name:"flag-pe",short_names:["flag-pe"],sort_order:174},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PH",short_name:"flag-ph",short_names:["flag-ph"],sort_order:175},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PN",short_name:"flag-pn",short_names:["flag-pn"],sort_order:176},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PL",short_name:"flag-pl",short_names:["flag-pl"],sort_order:177},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PT",short_name:"flag-pt",short_names:["flag-pt"],sort_order:178},{has_img_apple:!0, +has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PR",short_name:"flag-pr",short_names:["flag-pr"],sort_order:179},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS QA",short_name:"flag-qa",short_names:["flag-qa"],sort_order:180},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS RE",short_name:"flag-re",short_names:["flag-re"],sort_order:181},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS RO",short_name:"flag-ro",short_names:["flag-ro"],sort_order:182},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS RU",short_name:"flag-ru",short_names:["flag-ru","ru"],sort_order:183},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS RW",short_name:"flag-rw",short_names:["flag-rw"],sort_order:184},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BL",short_name:"flag-bl",short_names:["flag-bl"],sort_order:185},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SH",short_name:"flag-sh",short_names:["flag-sh"],sort_order:186},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KN",short_name:"flag-kn",short_names:["flag-kn"],sort_order:187},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LC",short_name:"flag-lc",short_names:["flag-lc"],sort_order:188},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS PM",short_name:"flag-pm",short_names:["flag-pm"],sort_order:189},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VC",short_name:"flag-vc",short_names:["flag-vc"],sort_order:190},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS WS",short_name:"flag-ws",short_names:["flag-ws"],sort_order:191},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SM",short_name:"flag-sm",short_names:["flag-sm"],sort_order:192},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ST",short_name:"flag-st",short_names:["flag-st"],sort_order:193},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SA",short_name:"flag-sa",short_names:["flag-sa"],sort_order:194},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SN",short_name:"flag-sn",short_names:["flag-sn"],sort_order:195},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS RS",short_name:"flag-rs",short_names:["flag-rs"],sort_order:196},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SC",short_name:"flag-sc",short_names:["flag-sc"],sort_order:197},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SL",short_name:"flag-sl",short_names:["flag-sl"],sort_order:198},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SG",short_name:"flag-sg",short_names:["flag-sg"],sort_order:199},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SX",short_name:"flag-sx",short_names:["flag-sx"],sort_order:200},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SK",short_name:"flag-sk",short_names:["flag-sk"],sort_order:201},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SI",short_name:"flag-si",short_names:["flag-si"],sort_order:202},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SB",short_name:"flag-sb",short_names:["flag-sb"],sort_order:203},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SO",short_name:"flag-so",short_names:["flag-so"],sort_order:204},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ZA",short_name:"flag-za",short_names:["flag-za"],sort_order:205},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GS",short_name:"flag-gs",short_names:["flag-gs"],sort_order:206},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS KR",short_name:"flag-kr",short_names:["flag-kr","kr"],sort_order:207},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SS",short_name:"flag-ss",short_names:["flag-ss"],sort_order:208},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ES",short_name:"flag-es",short_names:["flag-es","es"],sort_order:209},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS LK",short_name:"flag-lk",short_names:["flag-lk"],sort_order:210},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SD",short_name:"flag-sd",short_names:["flag-sd"],sort_order:211},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SR",short_name:"flag-sr",short_names:["flag-sr"],sort_order:212},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SZ",short_name:"flag-sz",short_names:["flag-sz"],sort_order:213},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SE",short_name:"flag-se",short_names:["flag-se"],sort_order:214},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS CH",short_name:"flag-ch",short_names:["flag-ch"],sort_order:215},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SY",short_name:"flag-sy",short_names:["flag-sy"],sort_order:216},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TW",short_name:"flag-tw",short_names:["flag-tw"],sort_order:217},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TJ",short_name:"flag-tj",short_names:["flag-tj"],sort_order:218},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TZ",short_name:"flag-tz",short_names:["flag-tz"],sort_order:219},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TH",short_name:"flag-th",short_names:["flag-th"],sort_order:220},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TL",short_name:"flag-tl",short_names:["flag-tl"],sort_order:221},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TG",short_name:"flag-tg",short_names:["flag-tg"],sort_order:222},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TK",short_name:"flag-tk",short_names:["flag-tk"],sort_order:223},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TO",short_name:"flag-to",short_names:["flag-to"],sort_order:224},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TT",short_name:"flag-tt",short_names:["flag-tt"],sort_order:225},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TN",short_name:"flag-tn",short_names:["flag-tn"],sort_order:226},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TR",short_name:"flag-tr",short_names:["flag-tr"],sort_order:227},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TM",short_name:"flag-tm",short_names:["flag-tm"],sort_order:228},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TC",short_name:"flag-tc",short_names:["flag-tc"],sort_order:229},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TV",short_name:"flag-tv",short_names:["flag-tv"],sort_order:230},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS UG",short_name:"flag-ug",short_names:["flag-ug"],sort_order:231},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS UA",short_name:"flag-ua",short_names:["flag-ua"],sort_order:232},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AE",short_name:"flag-ae",short_names:["flag-ae"],sort_order:233},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS GB",short_name:"flag-gb",short_names:["flag-gb","gb","uk"],sort_order:234},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS US",short_name:"flag-us",short_names:["flag-us","us"],sort_order:235},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VI",short_name:"flag-vi",short_names:["flag-vi"],sort_order:236},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS UY",short_name:"flag-uy",short_names:["flag-uy"],sort_order:237},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS UZ",short_name:"flag-uz",short_names:["flag-uz"],sort_order:238},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VU",short_name:"flag-vu",short_names:["flag-vu"],sort_order:239},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VA",short_name:"flag-va",short_names:["flag-va"],sort_order:240},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VE",short_name:"flag-ve",short_names:["flag-ve"],sort_order:241},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS VN",short_name:"flag-vn",short_names:["flag-vn"],sort_order:242},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS WF",short_name:"flag-wf",short_names:["flag-wf"],sort_order:243},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS EH",short_name:"flag-eh",short_names:["flag-eh"],sort_order:244},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS YE",short_name:"flag-ye",short_names:["flag-ye"],sort_order:245},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ZM",short_name:"flag-zm",short_names:["flag-zm"],sort_order:246},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS ZW",short_name:"flag-zw",short_names:["flag-zw"],sort_order:247},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS AC",short_name:"flag-ac",short_names:["flag-ac"],sort_order:248},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS BV",short_name:"flag-bv",short_names:["flag-bv"],sort_order:249},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!1,name:"REGIONAL INDICATOR SYMBOL LETTERS CP",short_name:"flag-cp",short_names:["flag-cp"],sort_order:250},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS DG",short_name:"flag-dg",short_names:["flag-dg"],sort_order:251},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS EA",short_name:"flag-ea",short_names:["flag-ea"],sort_order:252},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS HM",short_name:"flag-hm",short_names:["flag-hm"],sort_order:253},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS MF",short_name:"flag-mf",short_names:["flag-mf"],sort_order:254},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS SJ",short_name:"flag-sj",short_names:["flag-sj"],sort_order:255},{has_img_apple:!0,has_img_google:!0,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS TA",short_name:"flag-ta",short_names:["flag-ta"],sort_order:256},{has_img_apple:!0,has_img_google:!1,has_img_twitter:!0,has_img_emojione:!0,has_img_facebook:!0,has_img_messenger:!0,name:"REGIONAL INDICATOR SYMBOL LETTERS UM",short_name:"flag-um",short_names:["flag-um"],sort_order:257}]}},h.init=function(e){var s=this;s.emoji=new _,s.emoji.allow_native=this.defaults.allowNative,s.emoji.img_set=this.defaults.emojiType,s.emoji.use_sheet=!0,s.emoji.supports_css=!0,s.emoji.img_sets.apple.sheet=this.defaults.emojiSheets.apple,s.emoji.img_sets.google.sheet=this.defaults.emojiSheets.google,s.emoji.img_sets.twitter.sheet=this.defaults.emojiSheets.twitter,s.emoji.img_sets.emojione.sheet=this.defaults.emojiSheets.emojione,s.emoji.img_sets.facebook.sheet=this.defaults.emojiSheets.facebook,s.emoji.img_sets.messenger.sheet=this.defaults.emojiSheets.messenger,s.selector=e,s.elements=document.querySelectorAll(e),s.popup=document.querySelector(".wdt-emoji-popup"),s.scroller=s.popup.querySelector(".wdt-emoji-scroll-wrapper"),s.searchInput=s.popup.querySelector("#wdt-emoji-search"),s.previewImg=s.popup.querySelector("#wdt-emoji-preview-img"),s.previewName=s.popup.querySelector("#wdt-emoji-preview-name"),s.previewAliases=s.popup.querySelector("#wdt-emoji-preview-aliases"),document.querySelector("body").dataset.wdtEmojiBundle=h.defaults.emojiType;var a=s.popup.querySelector('[data-group-name="Recent"]');a&&(a.innerHTML=s.emoji.replace_colons(":clock3:"));var m=s.popup.querySelector('[data-group-name="People"]');m&&(m.innerHTML=s.emoji.replace_colons(":sunglasses:"));var o=s.popup.querySelector('[data-group-name="Nature"]');o&&(o.innerHTML=s.emoji.replace_colons(":shamrock:"));var g=s.popup.querySelector('[data-group-name="Foods"]');g&&(g.innerHTML=s.emoji.replace_colons(":pizza:"));var i=s.popup.querySelector('[data-group-name="Activity"]');i&&(i.innerHTML=s.emoji.replace_colons(":football:"));var r=s.popup.querySelector('[data-group-name="Places"]');r&&(r.innerHTML=s.emoji.replace_colons(":airplane:"));var t=s.popup.querySelector('[data-group-name="Objects"]');t&&(t.innerHTML=s.emoji.replace_colons(":bulb:"));var n=s.popup.querySelector('[data-group-name="Symbols"]');n&&(n.innerHTML=s.emoji.replace_colons(":heart:"));var l=s.popup.querySelector('[data-group-name="Flags"]');l&&(l.innerHTML=s.emoji.replace_colons(":waving_white_flag:"));var p=s.popup.querySelector('[data-group-name="Custom"]');if(p&&(p.innerHTML=s.emoji.replace_colons(":dark_sunglasses:")),s.ranges={},this.elements.length)for(var c=0;c=0,a=this.scrollTop<=0;(0>e&&s||e>0&&a)&&_.preventDefault()})},h.fillSearch=function(_){return h.searchInput?(h.searchInput.value=_,h.search(_)):!1},h.search=function(_){var e=h.popup.querySelector(".wdt-emoji-sections"),g=h.popup.querySelector("#wdt-emoji-search-result-title"),i=e.querySelectorAll(".wdt-emoji"),r=h.popup.querySelector("#wdt-emoji-no-result"),t=0;if(""==_)return m(g,"wdt-show"),m(r,"wdt-show"),o(".wdt-emoji.not-matched","not-matched"),o(".wdt-emoji-section","wdt-inline"),o(".wdt-emoji-list","wdt-inline"),o(".wdt-emoji-section h3","wdt-search-on"),!1;for(var n=0;n0&&(_.removeAllRanges(),_.addRange(h.ranges[this.dataset.rangeIndex])):h.ranges[this.dataset.rangeIndex]=new Range}),r(_,"mouseup keyup",function(){h.ranges[this.dataset.rangeIndex]=window.getSelection().getRangeAt(0)}),r(_,"mousedown click",function(_){document.activeElement!=this&&(_.stopPropagation?_.stopPropagation():_.cancelBubble=!0,_.preventDefault?_.preventDefault():_.returnValue=!1,this.focus())})};var r=function(_,e,s){e=e.split(" ");for(var a=0;aa)m(_,"sticky"),d(_,{top:null}),d(_.parentNode,{"padding-top":null});else if(a>g&&!e(_,"sticky")){var o=document.querySelectorAll(".wdt-emoji-section h3");if(o.length)for(var r=0;ra;a++)(s=o[a])(e)},E=function(_,e,s){document.addEventListener(_,function(_){var a=document.querySelectorAll(e);if(a){for(var m=_.target,o=-1;m&&-1===(o=Array.prototype.indexOf.call(a,m));)m=m.parentElement;o>-1&&s.call(m,_)}})},d=function(){function _(_){return _.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(_,e){return e.toUpperCase()})}function e(_){var e=document.body.style;if(_ in e)return _;for(var s,a=m.length,o=_.charAt(0).toUpperCase()+_.slice(1);a--;)if(s=m[a]+o,s in e)return s;return _}function s(s){return s=_(s),o[s]||(o[s]=e(s))}function a(_,e,a){e=s(e),_.style[e]=a}var m=["Webkit","O","Moz","ms"],o={};return function(_,e){var s,m,o=arguments;if(2==o.length)for(s in e)m=e[s],void 0!==m&&e.hasOwnProperty(s)&&a(_,s,m);else a(_,o[1],o[2])}}();return h}); \ No newline at end of file